Method

NumCosmoMathModelis_equal

Declaration [src]

gboolean
ncm_model_is_equal (
  NcmModel* model1,
  NcmModel* model2
)

Description [src]

Compares if model1 and model2 are the same, with same dimension and reparametrization.

Parameters

model2

Type: NcmModel

A NcmModel.

The data is owned by the caller of the method.

Return value

Type: gboolean

No description available.