$search
Incompatible dimensions exception. More...
#include <newmat.h>

Public Member Functions | |
| IncompatibleDimensionsException (const GeneralMatrix &, const GeneralMatrix &) | |
| IncompatibleDimensionsException (const GeneralMatrix &) | |
| IncompatibleDimensionsException () | |
Static Public Attributes | |
| static unsigned long | Select |
Incompatible dimensions exception.
Definition at line 1998 of file newmat.h.
| IncompatibleDimensionsException::IncompatibleDimensionsException | ( | ) |
Definition at line 176 of file newmatex.cpp.
| IncompatibleDimensionsException::IncompatibleDimensionsException | ( | const GeneralMatrix & | A | ) |
Definition at line 195 of file newmatex.cpp.
| IncompatibleDimensionsException::IncompatibleDimensionsException | ( | const GeneralMatrix & | A, | |
| const GeneralMatrix & | B | |||
| ) |
Definition at line 185 of file newmatex.cpp.
unsigned long IncompatibleDimensionsException::Select [static] |
Reimplemented from Logic_error.