Method

NumCosmoMathDataGaussCovbulk_resample

Declaration [src]

void
ncm_data_gauss_cov_bulk_resample (
  NcmDataGaussCov* gauss,
  NcmMSet* mset,
  NcmMatrix* resample,
  NcmRNG* rng
)

Description [src]

Resamples the data based on the models in mset according to the current data distribution. The resampled data is stored in resample. The resampling is done in bulk, i.e., all the data is resampled at once.

Parameters

mset

Type: NcmMSet

A NcmMSet.

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

Type: NcmMatrix

A NcmMatrix.

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.