Method
NumCosmoMathMatrixcholesky_solve
Declaration [src]
gint
ncm_matrix_cholesky_solve (
NcmMatrix* cm,
NcmVector* b,
gchar UL
)
Description [src]
Calculates in-place the Cholesky decomposition for a symmetric positive
definite matrix and solve the system $A x = B$ where $A=$cm and $B$=b.
Parameters
b-
Type:
NcmVectorA
NcmVector.The data is owned by the caller of the method. UL-
Type:
gcharChar indicating ‘U’pper or ‘L’ower matrix.