Constructor

NumCosmoMathFitMCnew_funcs_array

Declaration [src]

NcmFitMC*
ncm_fit_mc_new_funcs_array (
  NcmFit* fit,
  NcmFitMCResampleType rtype,
  NcmFitRunMsgs mtype,
  NcmObjArray* funcs_array
)

Description [src]

Creates a new NcmFitMC object with the fit object fit, the resample type rtype and the run messages type mtype. The functions array funcs_array is used to compute extra columns in the catalog.

Parameters

fit

Type: NcmFit

A NcmFit.

The data is owned by the caller of the function.
rtype

Type: NcmFitMCResampleType

A NcmFitMCResampleType.

mtype

Type: NcmFitRunMsgs

A NcmFitRunMsgs.

funcs_array

Type: NcmObjArray

A NcmObjArray.

The data is owned by the caller of the function.

Return value

Type: NcmFitMC

A new NcmFitMC.

The caller of the function takes ownership of the data, and is responsible for freeing it.