Method
NumCosmoMathISetremove_smallest_subset
Declaration [src]
guint
ncm_iset_remove_smallest_subset (
NcmISet* iset,
NcmISet* target,
NcmVector* v,
guint max_remove
)
Description [src]
Removes indexes of iset from target based on the values on v.
The first max_remove indexes from target matching the smallest
components of v are removed.