Method

NumCosmoMathDTuple3copy

Declaration [src]

NcmDTuple3*
ncm_dtuple3_copy (
  const NcmDTuple3* dt3
)

Description [src]

Creates a new NcmDTuple3 with the same values of dt3.

Return value

Type: NcmDTuple3

A new NcmDTuple3.

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