Method

NumCosmoMathVParampeek_sparam

Declaration [src]

NcmSParam*
ncm_vparam_peek_sparam (
  const NcmVParam* vparam,
  guint n
)

Description [src]

This function does not increment the reference count of NcmSParam.

Parameters

n

Type: guint

Vector index.

Return value

Type: NcmSParam

A NcmSParam, which is the n-th component of vparam.

The returned data is owned by the instance.