Data Fields

VECTOR Struct Reference
[Matrix - Matrix creates and manipulates data in 1D and 2D matrix form.]

Data Fields

double * data
 array of data values
int n
 number of elements in vector

Detailed Description

VECTOR is a main datatype and contains data of type double only.


Field Documentation

double* VECTOR::data

array of data values

int VECTOR::n

number of elements in vector


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines