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: gdouble

The elements of the tuple.

Constructors

ncm_dtuple3_new

Creates a new NcmDTuple3.

ncm_dtuple3_new_from_variant

Creates a new NcmDTuple3 from a GVariant.

Functions

ncm_dtuple3_clear

If *dt3 is not NULL, frees it and sets it to NULL.

Instance methods

ncm_dtuple3_copy

Creates a new NcmDTuple3 with the same values of dt3.

ncm_dtuple3_free

Frees a NcmDTuple3.

ncm_dtuple3_serialize

Serializes a NcmDTuple3.