Method

NumCosmoMathISetset_subvector

Declaration [src]

void
ncm_iset_set_subvector (
  NcmISet* iset,
  NcmVector* v,
  NcmVector* sub
)

Description [src]

Copies the components from sub to the indexes iset in v.

Parameters

v

Type: NcmVector

A NcmVector.

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

Type: NcmVector

A NcmVector.

The data is owned by the caller of the method.