$search
Index exception. More...
#include <newmat.h>
Public Member Functions | |
IndexException (int i, int j, const GeneralMatrix &A, bool) | |
IndexException (int i, const GeneralMatrix &A, bool) | |
IndexException (int i, int j, const GeneralMatrix &A) | |
IndexException (int i, const GeneralMatrix &A) | |
Static Public Attributes | |
static unsigned long | Select |
Index exception.
Definition at line 1960 of file newmat.h.
IndexException::IndexException | ( | int | i, | |
const GeneralMatrix & | A | |||
) |
Definition at line 225 of file newmatex.cpp.
IndexException::IndexException | ( | int | i, | |
int | j, | |||
const GeneralMatrix & | A | |||
) |
Definition at line 235 of file newmatex.cpp.
IndexException::IndexException | ( | int | i, | |
const GeneralMatrix & | A, | |||
bool | ||||
) |
Definition at line 247 of file newmatex.cpp.
IndexException::IndexException | ( | int | i, | |
int | j, | |||
const GeneralMatrix & | A, | |||
bool | ||||
) |
Definition at line 258 of file newmatex.cpp.
unsigned long IndexException::Select [static] |
Reimplemented from Logic_error.