Method

NumCosmoMathTriVecdup

Declaration [src]

NcmTriVec*
ncm_trivec_dup (
  NcmTriVec* v
)

Description [src]

Duplicates a NcmTriVec.

Return value

Type: NcmTriVec

A new NcmTriVec.

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