Constructor

NumCosmoMathFitMCBSnew

Declaration [src]

NcmFitMCBS*
ncm_fit_mcbs_new (
  NcmFit* fit
)

Description [src]

Creates a new NcmFitMCBS object.

Parameters

fit

Type: NcmFit

A NcmFit.

The data is owned by the caller of the function.

Return value

Type: NcmFitMCBS

A new NcmFitMCBS object.

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