Method

NumCosmoMathTriVecmemcpy

Declaration [src]

void
ncm_trivec_memcpy (
  NcmTriVec* dest,
  const NcmTriVec* orig
)

Description [src]

Copies a NcmTriVec.

Parameters

orig

Type: NcmTriVec

A NcmTriVec.

The data is owned by the caller of the method.