Index exception. More...
#include <MatrixExceptions.h>
Public Member Functions | |
IndexException (int i, const GeneralMatrix &A) | |
IndexException (int i, int j, const GeneralMatrix &A) | |
IndexException (int i, const GeneralMatrix &A, bool) | |
IndexException (int i, int j, const GeneralMatrix &A, bool) | |
Static Public Attributes | |
static unsigned long | Select |
Index exception.
Definition at line 53 of file MatrixExceptions.h.
IndexException::IndexException | ( | int | i, |
const GeneralMatrix & | A | ||
) |
Definition at line 7853 of file NewMatExhaustive.cpp.
IndexException::IndexException | ( | int | i, |
int | j, | ||
const GeneralMatrix & | A | ||
) |
Definition at line 7863 of file NewMatExhaustive.cpp.
IndexException::IndexException | ( | int | i, |
const GeneralMatrix & | A, | ||
bool | |||
) |
Definition at line 7875 of file NewMatExhaustive.cpp.
IndexException::IndexException | ( | int | i, |
int | j, | ||
const GeneralMatrix & | A, | ||
bool | |||
) |
Definition at line 7886 of file NewMatExhaustive.cpp.
unsigned long IndexException::Select [static] |
Reimplemented from Logic_error.
Definition at line 56 of file MatrixExceptions.h.