<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Computes the Inverse of a Hermitian positive definite matrix A using recursive algorithms. More...
#include "tlapack/base/utils.hpp"
#include "tlapack/lapack/lauum_recursive.hpp"
#include "tlapack/lapack/potrf2.hpp"
#include "tlapack/lapack/trtri_recursive.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. | |
Computes the Inverse of a Hermitian positive definite matrix A using recursive algorithms.