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:
NcmVectorA
NcmVector.The data is owned by the caller of the method. offset-
Type:
guintFirst parameter index.