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

Computes the Cholesky factorization of a Hermitian positive definite matrix A. More...

Include dependency graph for potrf.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tlapack::PotrfOpts
 Options struct for potrf() More...
 

Enumerations

enum class  tlapack::PotrfVariant : char { Blocked = 'B' , Recursive = 'R' , Level2 = '2' , RightLooking }
 Variants of the algorithm to compute the Cholesky factorization.
 

Functions

template<TLAPACK_UPLO uplo_t, TLAPACK_MATRIX matrix_t>
int tlapack::potrf (uplo_t uplo, matrix_t &A, const PotrfOpts &opts={})
 Computes the Cholesky factorization of a Hermitian positive definite matrix A.
 

Detailed Description

Computes the Cholesky factorization of a Hermitian positive definite matrix A.

Author
Weslley S Pereira, University of Colorado Denver, USA