Function

NumCosmoMathDTuple3new

Declaration [src]

NcmDTuple3*
ncm_dtuple3_new (
  const gdouble x,
  const gdouble y,
  const gdouble z
)

Description [src]

Creates a new NcmDTuple3.

Parameters

x

Type: const gdouble

First value.

y

Type: const gdouble

Second value.

z

Type: const gdouble

Third value.

Return value

Type: NcmDTuple3

A new NcmDTuple3.

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