Method

NumCosmoMathMatrixcholesky_inverse

Declaration [src]

gint
ncm_matrix_cholesky_inverse (
  NcmMatrix* cm,
  gchar UL
)

Description [src]

Calculates inplace the inverse of cm that has been previously decomposed by the Cholesky decomposition ncm_matrix_cholesky_decomp().

Parameters

UL

Type: gchar

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

Return value

Type: gint

No description available.