Method

NumCosmoMathISetadd_range

Declaration [src]

void
ncm_iset_add_range (
  NcmISet* iset,
  gint ii,
  gint fi
)

Description [src]

Adds the interval $(i_i, i_f]$ to the set. Note that $i_f$ is not included.

Parameters

ii

Type: gint

Initial index $i_i$.

fi

Type: gint

Final index $i_f$.