LAPACKSupport::ExcState Class Reference
List of all members.
Detailed Description
Exception thrown when a matrix is not in a suitable state for an operation. For instance, a LAPACK routine may have left the matrix in an unusable state, then vmult does not make sense anymore.
Constructor & Destructor Documentation
LAPACKSupport::ExcState::ExcState |
( |
const State |
a1 |
) |
[inline] |
virtual LAPACKSupport::ExcState::~ExcState |
( |
|
) |
throw () [inline, virtual] |
Member Function Documentation
virtual void LAPACKSupport::ExcState::print_info |
( |
std::ostream & |
out |
) |
const [inline, virtual] |
Print more specific information about the exception which occured. Overload this function in your own exception classes.
Reimplemented from ExceptionBase.
Member Data Documentation
The documentation for this class was generated from the following file: