Struct
NumCosmoMathDTuple3
Description [src]
struct NcmDTuple3 {
gdouble elements[3];
}
A 3-dimensional tuple of double precision floating point numbers.
In this module we define the NcmDTuple3 which are fixed sized arrays of double values.
Structure members
elements:gdoubleThe elements of the tuple.