nag_dpptri (f07gjc) computes the inverse of a real symmetric positive definite matrix
, where
has been factorized by
nag_dpptrf (f07gdc), using packed storage.
nag_dpptri (f07gjc) is used to compute the inverse of a real symmetric positive definite matrix
, the function must be preceded by a call to
nag_dpptrf (f07gdc), 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
nag_dpptri (f07gjc) is not threaded by NAG in any implementation.
nag_dpptri (f07gjc) makes calls to BLAS and/or LAPACK routines, which may be threaded within the vendor library used by this implementation. Consult the documentation for the vendor library for further information.
Please consult the
Users' Note for your implementation for any additional implementation-specific information.
The complex analogue of this function is
nag_zpptri (f07gwc).
This example computes the inverse of the matrix
, where
Here
is symmetric positive definite, stored in packed form, and must first be factorized by
nag_dpptrf (f07gdc).