Go to the documentation of this file. 1 #ifndef LISTOFDOUBLEARRAY_H
2 #define LISTOFDOUBLEARRAY_H "ListOfDoubleArray.h"
84 void addElement(
const doubleArray & t,
const int index );
89 {
return rcData->listLength;};
91 doubleArray&
operator[](
const int index)
const;
103 int getIndex(
const doubleArray & X)
const;
124 {
return rcData->listLength;};