Go to the source code of this file.
Variables | |
static const char | OLAMatrixAInvert [] = "Matrix [A] cannot be inverted" |
static const char | OLARowARowC [] = "Number of rows in A must equal number of rows in C" |
static const char | OLACWrongColumns [] = "Matrix C has the wrong number of columns" |
const char OLACWrongColumns[] = "Matrix C has the wrong number of columns" [static] |
const char OLAMatrixAInvert[] = "Matrix [A] cannot be inverted" [static] |
const char OLARowARowC[] = "Number of rows in A must equal number of rows in C" [static] |