Array


in Array.h


typedef struct Array { 
arrayParaTypeInteger dim;
arrayParaTypeInteger n[ARRAY_MAX_DIMENSION];
arrayParaTypeReal* A;
} Array;