Method

NumCosmoMathMSetis_subset

Declaration [src]

gboolean
ncm_mset_is_subset (
  NcmMSet* mset,
  NcmMSet* sub_mset
)

Description [src]

Checks whether sub_mset is a subset of mset, that is, whether all models in sub_mset are also in mset.

Parameters

sub_mset

Type: NcmMSet

A NcmMSet.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if sub_mset is a subset of mset, FALSE otherwise.