F07QWF (ZSPTRI) computes the inverse of a complex symmetric matrix
, where
has been factorized by
F07QRF (ZSPTRF), using packed storage.
F07QWF (ZSPTRI) is used to compute the inverse of a complex symmetric matrix
, the routine must be preceded by a call to
F07QRF (ZSPTRF), 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 routine is
F07PJF (DSPTRI).
This example computes the inverse of the matrix
, where
Here
is symmetric, stored in packed form, and must first be factorized by
F07QRF (ZSPTRF).