Method

NumCosmoMathDatasetresample

Declaration [src]

void
ncm_dataset_resample (
  NcmDataset* dset,
  NcmMSet* mset,
  NcmRNG* rng
)

Description [src]

Resamples every NcmData in dset with the models contained in mset.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.