Method

NumCosmoMathISetget_subset_vec_lt

Declaration [src]

void
ncm_iset_get_subset_vec_lt (
  NcmISet* iset,
  NcmISet* out,
  NcmVector* v,
  const gdouble tol
)

Description [src]

Gets the subset (out) of iset where $v_i < t$.

Parameters

out

Type: NcmISet

A NcmISet.

The data is owned by the caller of the method.
v

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.
tol

Type: const gdouble

A double $t$.