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