Constructor
NumCosmoMathStatsVecnew
Declaration [src]
NcmStatsVec*
ncm_stats_vec_new (
guint len,
NcmStatsVecType t,
gboolean save_x
)
Parameters
len-
Type:
guintNumber of random variables.
t-
Type:
NcmStatsVecTypeType of statistics to be calculated.
save_x-
Type:
gbooleanWhenever to save each vector x.
Return value
Type: NcmStatsVec
A new NcmStatsVec.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |