Method

NumCosmoMathDatasetm2lnL_i_val

Declaration [src]

void
ncm_dataset_m2lnL_i_val (
  NcmDataset* dset,
  NcmMSet* mset,
  guint i,
  gdouble* m2lnL_i
)

Description [src]

Get the value of the i-th data in the dataset.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: guint

An integer.

m2lnL_i

Type: gdouble*

A pointer to a double.

The argument will be set by the function.