Method

NumCosmoMathVectorfast_ptr

Declaration [src]

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

Description

No description available.

Parameters

i

Type: const guint

Component index.

Return value

Type: gdouble*

A pointer to the i-th component of the vector cv assuming stride == 1.

The returned data is owned by the instance.