Method

NumCosmoMathStatsVecdup_saved_x

Declaration [src]

GPtrArray*
ncm_stats_vec_dup_saved_x (
  NcmStatsVec* svec
)

Description [src]

Creates a copy of the internal saved_x array.

Return value

Type: An array of NcmVector*

A copy of the saved x array or NULL if it was not saved.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.