latest version v1.9 - last update 10 Apr 2010 |
Exception class denoting an illegal matrix format (non-connected) All matrices used by LAPACK routines must be connected. More...
#include <ltiLapackInterface.h>
Public Member Functions | |
matrixNotConnected () | |
virtual const char * | getTypeName () const |
Exception class denoting an illegal matrix format (non-connected) All matrices used by LAPACK routines must be connected.
If a matrix is not, the method throws this exception.
lti::lapackInterface::matrixNotConnected::matrixNotConnected | ( | ) | [inline] |
Default constructor.
virtual const char* lti::lapackInterface::matrixNotConnected::getTypeName | ( | void | ) | const [inline, virtual] |
Return the name of this class.
Reimplemented from lti::exception.