Method
NumCosmoMathISetget_subarray
Declaration [src]
GArray*
ncm_iset_get_subarray (
NcmISet* iset,
GArray* a,
GArray* a_dup
)
Description [src]
Construct a continuous array using the values from a
and the indexes in iset. If a_dup is not null use
this array to build the subarray, otherwise, allocates
a new array.
This method is not directly available to language bindings.