F07FJF (DPOTRI) computes the inverse of a real symmetric positive definite matrix
, where
has been factorized by
F07FDF (DPOTRF).
F07FJF (DPOTRI) is used to compute the inverse of a real symmetric positive definite matrix
, the routine must be preceded by a call to
F07FDF (DPOTRF), which computes the Cholesky factorization of
.
The computed inverse
satisfies
where
is a modest function of
,
is the
machine precision and
is the condition number of
defined by
The complex analogue of this routine is
F07FWF (ZPOTRI).
This example computes the inverse of the matrix
, where
Here
is symmetric positive definite and must first be factorized by
F07FDF (DPOTRF).