Function
NumCosmoMathDTuple3new
Declaration [src]
NcmDTuple3*
ncm_dtuple3_new (
const gdouble x,
const gdouble y,
const gdouble z
)
Parameters
x-
Type:
const gdoubleFirst value.
y-
Type:
const gdoubleSecond value.
z-
Type:
const gdoubleThird value.
Return value
Type: NcmDTuple3
A new NcmDTuple3.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |