Constructor

NumCosmoMathMSetTransKernCatnew

Declaration [src]

NcmMSetTransKernCat*
ncm_mset_trans_kern_cat_new (
  NcmMSetCatalog* mcat,
  NcmStatsDist* sd
)

Description [src]

New NcmMSetTransKernCat from mcat catalog with the interpolation object sd.

Parameters

mcat

Type: NcmMSetCatalog

A NcmMSetCatalog.

The data is owned by the caller of the function.
sd

Type: NcmStatsDist

A NcmStatsDist.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: NcmMSetTransKernCat

A new NcmMSetTransKernCat.

The caller of the function takes ownership of the data, and is responsible for freeing it.