Method
NumCosmoMathMatrixcholesky_solve2
Declaration [src]
gint
ncm_matrix_cholesky_solve2 (
NcmMatrix* cm,
NcmVector* b,
gchar UL
)
Description [src]
Using a previously computed Cholesky decomposition in cm, through
ncm_matrix_cholesky_decomp(), solves 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.