Virtual Method

NumCosmoMathDataresample

Declaration [src]

void
resample (
  NcmData* data,
  NcmMSet* mset,
  NcmRNG* rng
)

Description [src]

Resample data in data from the models contained in mset. During the resampling the data is marked as resampling and prepare is called.

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.