numerics 0.1.0
Loading...
Searching...
No Matches
num::CholeskyResult Struct Reference

Lower-triangular factorization \(A=LL^T\). More...

#include <cholesky.hpp>

Public Attributes

Matrix L
 
bool success = false
 

Detailed Description

Lower-triangular factorization \(A=LL^T\).

Definition at line 13 of file cholesky.hpp.

Member Data Documentation

◆ L

Matrix num::CholeskyResult::L

Definition at line 14 of file cholesky.hpp.

Referenced by num::cholesky_solve().

◆ success

bool num::CholeskyResult::success = false

Definition at line 15 of file cholesky.hpp.

Referenced by num::cholesky_solve().


The documentation for this struct was generated from the following file: