Method

NumCosmoMathStatsVecget_mean_vector

Declaration [src]

void
ncm_stats_vec_get_mean_vector (
  NcmStatsVec* svec,
  NcmVector* mean,
  guint offset
)

Description [src]

Copy the current value of the means to the vector mean starting from parameter offset.

Parameters

mean

Type: NcmVector

A NcmVector.

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

Type: guint

First parameter index.