MOOS 0.2375
|
#include <newmat.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 |
NEWMAT::IndexException::IndexException | ( | int | i, |
const GeneralMatrix & | A | ||
) |
Definition at line 199 of file newmatex.cpp.
NEWMAT::IndexException::IndexException | ( | int | i, |
int | j, | ||
const GeneralMatrix & | A | ||
) |
Definition at line 209 of file newmatex.cpp.
NEWMAT::IndexException::IndexException | ( | int | i, |
const GeneralMatrix & | A, | ||
bool | |||
) |
Definition at line 221 of file newmatex.cpp.
NEWMAT::IndexException::IndexException | ( | int | i, |
int | j, | ||
const GeneralMatrix & | A, | ||
bool | |||
) |
Definition at line 232 of file newmatex.cpp.
unsigned long NEWMAT::IndexException::Select [static] |
Reimplemented from Logic_error.