Method
NumCosmoMathVectorbetween
Declaration [src]
gboolean
ncm_vector_between (
const NcmVector* cv,
const NcmVector* cv_lb,
const NcmVector* cv_ub,
gint type
)
Description [src]
Check whether all components of cv are between components
of cv_lb and cv_ub.
If type == 0, compare using cv_lb <= cv < cv_ub;
If type == 1, compare using cv_lb < cv <= cv_ub;.