<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
potri.hpp File Reference

Computes the Inverse of a Hermitian positive definite matrix A using recursive algorithms. More...

Include dependency graph for potri.hpp:

Go to the source code of this file.

Functions

template<TLAPACK_SMATRIX matrix_t>
void tlapack::potri (Uplo uplo, matrix_t &A)
 Computes the Inverse of a Hermitian positive definite matrix A using recursive algorithms.
 

Detailed Description

Computes the Inverse of a Hermitian positive definite matrix A using recursive algorithms.

Author
Eleanor Addison-Taylor, University of Colorado Denver, USA