|
numerics 0.1.0
|
Lower-triangular factorization \(A=LL^T\). More...
#include <cholesky.hpp>
Public Attributes | |
| Matrix | L |
| bool | success = false |
Lower-triangular factorization \(A=LL^T\).
Definition at line 13 of file cholesky.hpp.
| Matrix num::CholeskyResult::L |
Definition at line 14 of file cholesky.hpp.
Referenced by num::cholesky_solve().
| bool num::CholeskyResult::success = false |
Definition at line 15 of file cholesky.hpp.
Referenced by num::cholesky_solve().