Method

NumCosmoMathModelcheck_impl_opts

Declaration [src]

gboolean
ncm_model_check_impl_opts (
  NcmModel* model,
  gint opt1,
  ...
)

Description [src]

Checks if the model implements all the opt1, opt2, … options. The last argument must be -1.

This method is not directly available to language bindings.

Parameters

opt1

Type: gint

First implementation option.

...

Type: 

Implementation options, must end with -1.

Return value

Type: gboolean

TRUE if the model implements all the opt1, opt2, … options.