Method

NumCosmoMathVParamset_sparam

Declaration [src]

void
ncm_vparam_set_sparam (
  NcmVParam* vparam,
  guint n,
  NcmSParam* spn
)

Description [src]

Sets the NcmSParam associated with the n-th component of NcmVParam.

Parameters

n

Type: guint

Vector index.

spn

Type: NcmSParam

A NcmSParam.

The data is owned by the caller of the method.