Method
NumCosmoMathDatasetm2lnL_val
Declaration [src]
void
ncm_dataset_m2lnL_val (
NcmDataset* dset,
NcmMSet* mset,
gdouble* m2lnL
)
Description [src]
Computes the value of the m2lnL for the data data.
The value of the m2lnL is stored in m2lnL.
Parameters
mset-
Type:
NcmMSetA
NcmMSet.The data is owned by the caller of the method. m2lnL-
Type:
gdouble*A pointer to a double.
The argument will be set by the function.