nag_zpptri (f07gwc) computes the inverse of a complex Hermitian positive definite matrix
, where
has been factorized by
nag_zpptrf (f07grc), using packed storage.
nag_zpptri (f07gwc) is used to compute the inverse of a complex Hermitian positive definite matrix
, the function must be preceded by a call to
nag_zpptrf (f07grc), 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
Please consult the
x06 Chapter Introduction for information on how to control and interrogate the OpenMP environment used within this function. Please also consult the
Users' Note for your implementation for any additional implementation-specific information.
The real analogue of this function is
nag_dpptri (f07gjc).
This example computes the inverse of the matrix
, where
Here
is Hermitian positive definite, stored in packed form, and must first be factorized by
nag_zpptrf (f07grc).