Class method

NumCosmoMathModelClassadd_params

Declaration [src]

void
ncm_model_class_add_params (
  NcmModelClass* model_class,
  guint sparam_len,
  guint vparam_len,
  guint nonparam_prop_len
)

Description [src]

Class function to be used when implementing NcmModels, it defines the number of scalar and vector parameters and the number of properties of the model.

Parameters

sparam_len

Type: guint

Number of scalar paramters.

vparam_len

Type: guint

Number of vector parameters.

nonparam_prop_len

Type: guint

Number of properties.