|
LINEAR++ library: AFF to LAPACK
|
Exception thrown in case of LAPACK return value error. More...
#include <error.h>


Public Member Functions | |
| LapackException (const char *message, const char *subroutine, const char *file, const int &line, const char *condition, const int &value) | |
| take number of requested elements and their size More... | |
| virtual | ~LapackException () |
| Needs a virtual destructor. More... | |
| virtual void | report () const |
| Screen report. More... | |
| int | value () const |
| return INFO value More... | |
| const char * | subroutine () const |
| return name of LAPACK subroutine More... | |
Static Public Member Functions | |
| static void | report_on_construct () |
| Issue a screen report on construction of exception. More... | |
| static void | dont_report_on_construct () |
| Issue NO screen report on construction of exception. More... | |
Protected Member Functions | |
| void | base_report () const |
| Screen report. More... | |
Private Attributes | |
| int | Mvalue |
| members to remember More... | |
| const char * | Msubroutine |
| const char * | Mmeaning |
Exception thrown in case of LAPACK return value error.