<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Computes the Cholesky factorization of a Hermitian positive definite matrix A using the recursive algorithm. More...
Go to the source code of this file.
Functions | |
template<TLAPACK_UPLO uplo_t, TLAPACK_SMATRIX matrix_t> | |
int | tlapack::potrf2 (uplo_t uplo, matrix_t &A, const EcOpts &opts={}) |
Computes the Cholesky factorization of a Hermitian positive definite matrix A using the recursive algorithm. | |
Computes the Cholesky factorization of a Hermitian positive definite matrix A using the recursive algorithm.