Method

NumCosmoMathMatrixcholesky_decomp

Declaration [src]

gint
ncm_matrix_cholesky_decomp (
  NcmMatrix* cm,
  gchar UL
)

Description [src]

Calculates in-place the Cholesky decomposition for a symmetric positive definite matrix.

Parameters

UL

Type: gchar

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

Return value

Type: gint

No description available.