Class method

NumCosmoMathModelClassadd_impl_opts

Declaration [src]

void
ncm_model_class_add_impl_opts (
  NcmModelClass* model_class,
  gint opt1,
  ...
)

Description [src]

Class function to be used when implementing NcmModels, it defines the implementation options of the model.

This method is not directly available to language bindings.

Parameters

opt1

Type: gint

First option.

...

Type: 

Other options, must end with -1.