00001 #ifndef NPS_MATRIX_H00002 #define NPS_MATRIX_H00003
00004 /* is there any need for this really? */00005
00006typedefstruct {
00007unsignedlong dims[2];
00008double **m;
00009double *data;
00010 } *nps_f8_matrix_t;
00011
00012
00013#define NPS_MATRIX_H