Function

NumCosmoMathDTuple2new

Declaration [src]

NcmDTuple2*
ncm_dtuple2_new (
  const gdouble x,
  const gdouble y
)

Description [src]

Creates a new NcmDTuple2.

Parameters

x

Type: const gdouble

First value.

y

Type: const gdouble

Second value.

Return value

Type: NcmDTuple2

A new NcmDTuple2.

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