Method

NumCosmoMathDatainv_cov_UH

Declaration [src]

void
ncm_data_inv_cov_UH (
  NcmData* data,
  NcmMSet* mset,
  NcmMatrix* H
)

Description [src]

Given the Cholesky decomposition of the inverse covariance $C^{-1} = L\cdot U$ this function returns in-place the product $U\cdot H$.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmMatrix

A NcmMatrix.

The data is owned by the caller of the method.