Next: Arguments
Up: Symmetric Indefinite Linear Systems
Previous: LA_SYSV / LA_HESV
  Contents
  Index
LA_SYSV computes the solution to a linear system of
equations
, where
is a real or complex symmetric
matrix and
and
are rectangular matrices or vectors.
A diagonal pivoting method is used to factor
as
where
(or
) is a product of permutation
and unit upper (or lower) triangular matrices,
and
is a symmetric block diagonal
matrix with
and
diagonal blocks.
The factored form of
is then used to solve the above system.
LA_HESV computes the solution to a linear system of
equations
, where
is a complex Hermitian
matrix and
and
are rectangular matrices or vectors.
A diagonal pivoting method is used to factor
as
where
(or
) is a product of permutation
and unit upper (or lower) triangular matrices,
and
is a complex Hermitian block
diagonal matrix with
and
diagonal blocks.
The factored form of
is then used to solve the above system.
Next: Arguments
Up: Symmetric Indefinite Linear Systems
Previous: LA_SYSV / LA_HESV
  Contents
  Index
Susan Blackford
2001-08-19