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:
NcmMSetA
NcmMSet.The data is owned by the caller of the method.