Method
NumCosmoMathMatrixsym_exp_cholesky
Declaration [src]
void
ncm_matrix_sym_exp_cholesky (
NcmMatrix* cm,
gchar UL,
NcmMatrix* exp_cm_dec
)
Description [src]
Assuming that cm is a symmetric matrix with data on UL
side, computes the matrix exponential of cm and its cholesky decomposition.
Parameters
UL-
Type:
gcharChar indicating ‘U’pper or ‘L’ower matrix.
exp_cm_dec-
Type:
NcmMatrixOn exit this matrix contain the upper triangular matrix $U$ where $\exp(M) = U^\intercal U$.
The data is owned by the caller of the method.