|
TBCI Numerical high perf. C++ Library
2.8.0
|
exception class More...
#include <band_matrix.h>


Public Member Functions | |
| BdMatrixErr () | |
| BdMatrixErr (const char *t, const long i=0) | |
| BdMatrixErr (const BdMatrixErr &be) | |
| virtual | ~BdMatrixErr () throw () |
Public Member Functions inherited from NumErr | |
| NumErr () | |
| NumErr (const char *txt, const long idx=0) | |
| NumErr (const std::string &str, const long idx=0) | |
| NumErr (const NumErr &ne) | |
| virtual const char * | what () const throw () |
| virtual | ~NumErr () throw () |
Additional Inherited Members | |
Public Attributes inherited from NumErr | |
| const char * | errtext |
| Short error description in _what. More... | |
| long | index |
| Index for out of bounds error. More... | |
exception class
Definition at line 46 of file band_matrix.h.
|
inline |
Definition at line 49 of file band_matrix.h.
|
inline |
Definition at line 51 of file band_matrix.h.
|
inline |
Definition at line 53 of file band_matrix.h.
|
inlinevirtual | |||||||||||||
Definition at line 55 of file band_matrix.h.
1.8.5