Function Macro
NumCosmoMathDTUPLE3_STATIC_INIT
Declaration [src]
#define NCM_DTUPLE3_STATIC_INIT (
x,
y,
z
)
Description [src]
Initializes a NcmDTuple3 with the given elements.
For example:
NcmDTuple3 tuple = NCM_DTUPLE3_STATIC_INIT (1.0, 2.0, 3.0);
This function is not directly available to language bindings.