nag_dtftri (f07wkc) computes the inverse of a real triangular matrix stored in Rectangular Full Packed (RFP) format.
nag_dtftri (f07wkc) forms the inverse of a real triangular matrix
, stored using RFP format.
The RFP storage format is described in
Section 3.3.3 in the f07 Chapter Introduction.
Note that the inverse of an upper (lower) triangular matrix is also upper (lower) triangular.
Gustavson F G, Waśniewski J, Dongarra J J and Langou J (2010) Rectangular full packed format for Cholesky's algorithm: factorization, solution, and inversion ACM Trans. Math. Software 37, 2
The computed inverse
satisfies
where
is a modest linear function of
, and
is the
machine precision.
The computed inverse satisfies the forward error bound
See
Du Croz and Higham (1992).
nag_dtftri (f07wkc) 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
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 complex analogue of this function is
nag_ztftri (f07wxc).
This example computes the inverse of the matrix
, where
and is stored using RFP format.