Incompatible dimensions exception. More...
#include <MatrixExceptions.h>

Public Member Functions | |
| IncompatibleDimensionsException () | |
| IncompatibleDimensionsException (const GeneralMatrix &) | |
| IncompatibleDimensionsException (const GeneralMatrix &, const GeneralMatrix &) | |
Static Public Attributes | |
| static unsigned long | Select |
Incompatible dimensions exception.
Definition at line 91 of file MatrixExceptions.h.
Definition at line 7804 of file NewMatExhaustive.cpp.
Definition at line 7823 of file NewMatExhaustive.cpp.
| IncompatibleDimensionsException::IncompatibleDimensionsException | ( | const GeneralMatrix & | A, |
| const GeneralMatrix & | B | ||
| ) |
Definition at line 7813 of file NewMatExhaustive.cpp.
unsigned long IncompatibleDimensionsException::Select [static] |
Reimplemented from Logic_error.
Definition at line 94 of file MatrixExceptions.h.