Method

NumCosmoMathVectorconst_ptr

Declaration [src]

const gdouble*
ncm_vector_const_ptr (
  const NcmVector* cv,
  const guint i
)

Description

No description available.

Parameters

i

Type: const guint

Component index.

Return value

Type: const gdouble*

A constant pointer to the i-th component of the vector cv.

The returned data is owned by the instance.