00001 #ifndef DSRPDB_MATRIX_H 00002 #define DSRPDB_MATRIX_H 00003 00004 #include <tnt/tnt_array2d.h> 00005 00006 namespace dsrpdb { 00008 typedef TNT::Array2D<double> Matrix; 00009 }; 00010 00011 #endif