MOOS 0.2375
Public Member Functions | Static Public Attributes
NEWMAT::IndexException Class Reference

#include <newmat.h>

Inheritance diagram for NEWMAT::IndexException:
Inheritance graph
[legend]
Collaboration diagram for NEWMAT::IndexException:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 1636 of file newmat.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

unsigned long NEWMAT::IndexException::Select [static]

Reimplemented from Logic_error.

Definition at line 1639 of file newmat.h.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines