struct to solve a linear system using its Cholesky decomposition (N=5)
Definition at line 1010 of file CholeskyDecomp.h.
Public Member Functions | |
void | operator() (V &rhs, const F *l) const |
method to solve the linear system More... | |
#include <Math/CholeskyDecomp.h>
|
inline |
method to solve the linear system
Definition at line 1013 of file CholeskyDecomp.h.