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