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: NcmVector

A NcmVector.

The data is owned by the caller of the method.
UL

Type: gchar

Char indicating ‘U’pper or ‘L’ower matrix.

Return value

Type: gint

No description available.