Constructor

NumCosmoMathModelCtrlnew

Declaration [src]

NcmModelCtrl*
ncm_model_ctrl_new (
  NcmModel* model
)

Description [src]

Creates a new NcmModelCtrl object.

Parameters

model

Type: NcmModel

A NcmModel or NULL.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: NcmModelCtrl

A NcmModelCtrl.

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