F07GWF (ZPPTRI) computes the inverse of a complex Hermitian positive definite matrix
, where
has been factorized by
F07GRF (ZPPTRF), using packed storage.
F07GWF (ZPPTRI) is used to compute the inverse of a complex Hermitian positive definite matrix
, the routine must be preceded by a call to
F07GRF (ZPPTRF), which computes the Cholesky factorization of
, using packed storage.
The computed inverse
satisfies
where
is a modest function of
,
is the
machine precision and
is the condition number of
defined by
The real analogue of this routine is
F07GJF (DPPTRI).
This example computes the inverse of the matrix
, where
Here
is Hermitian positive definite, stored in packed form, and must first be factorized by
F07GRF (ZPPTRF).