numerics 0.1.0
Loading...
Searching...
No Matches
cholesky.hpp File Reference

Dense Cholesky factorization for SPD matrices. More...

Go to the source code of this file.

Classes

struct  num::CholeskyResult
 Lower-triangular factorization \(A=LL^T\). More...
 

Namespaces

namespace  num
 

Functions

CholeskyResult num::cholesky (const linalg::SPDMatrix< Matrix > &A)
 
CholeskyResult num::cholesky (const Matrix &A)
 
void num::cholesky_solve (const CholeskyResult &f, const Vector &b, Vector &x)
 

Detailed Description

Dense Cholesky factorization for SPD matrices.

Todo:
Add LAPACK dpotrf/dpotrs backend dispatch and batched/block variants.

Definition in file cholesky.hpp.