f07gwf computes the inverse of a complex Hermitian positive definite matrix
, where
has been factorized by
f07grf, using packed storage.
f07gwf is used to compute the inverse of a complex Hermitian positive definite matrix
, the routine must be preceded by a call to
f07grf, 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
Background information to multithreading can be found in the
Multithreading documentation.
Please consult the
X06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this routine. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The real analogue of this routine is
f07gjf.
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.