Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008 #ifndef OLAERRORMESSAGES_H_
00009 #define OLAERRORMESSAGES_H_
00010
00011 const static char OLAMatrixAInvert[] = "Matrix [A] cannot be inverted";
00012 const static char OLARowARowC[] = "Number of rows in A must equal number of rows in C";
00013 const static char OLACWrongColumns[] = "Matrix C has the wrong number of columns";
00014
00015 #endif