F07PWF (ZHPTRI) computes the inverse of a complex Hermitian indefinite matrix
, where
has been factorized by
F07PRF (ZHPTRF), using packed storage.
F07PWF (ZHPTRI) is used to compute the inverse of a complex Hermitian indefinite matrix
, the routine must be preceded by a call to
F07PRF (ZHPTRF), 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 Hermitian indefinite, stored in packed form, and must first be factorized by
F07PRF (ZHPTRF).