Struct
NumCosmoMathDTuple2
Description [src]
struct NcmDTuple2 {
gdouble elements[2];
}
A 2-dimensional tuple of double precision floating point numbers.
In this module we define the NcmDTuple2 which are fixed sized arrays of double values.
Structure members
elements:gdoubleThe elements of the tuple.
Constructors
ncm_dtuple2_new_from_variant
Creates a new NcmDTuple2 from a GVariant.
The GVariant must be of type #NCM_DTUPLE2_TYPE.