nag_zsptri (f07qwc) computes the inverse of a complex symmetric matrix
, where
has been factorized by
nag_zsptrf (f07qrc), using packed storage.
nag_zsptri (f07qwc) is used to compute the inverse of a complex symmetric matrix
, the function must be preceded by a call to
nag_zsptrf (f07qrc), which computes the Bunch–Kaufman factorization of
, using packed storage.
The computed inverse
satisfies a bound of the form
- if , ;
- if , ,
is a modest linear function of
, and
is the
machine precision.
The real analogue of this function is
nag_dsptri (f07pjc).
This example computes the inverse of the matrix
, where
Here
is symmetric, stored in packed form, and must first be factorized by
nag_zsptrf (f07qrc).