Function

NumCosmoMathStatsVecclear

Declaration [src]

void
ncm_stats_vec_clear (
  NcmStatsVec** svec
)

Description [src]

Decrease the reference count of svec by one, and sets the pointer *svec to NULL.

Parameters

svec

Type: NcmStatsVec

A NcmStatsVec.

The data is owned by the caller of the function.