Jafar
|
This exception is thrown when a lapack routine fails. More...
This exception is thrown when a lapack routine fails.
Quote from lapack documentation:
Error Handling and the Diagnostic Argument INFO
All documented routines have a diagnostic argument INFO that indicates the success or failure of the computation, as follows:
All driver and auxiliary routines check that input arguments such as N or LDA or option arguments of type character have permitted values. If an illegal value of the ith argument is detected, the routine sets INFO = -i, and then calls an error-handling routine XERBLA. The standard version of XERBLA issues an error message and halts execution, so that no LAPACK routine would ever return to the calling program with INFO < 0. However, this might occur if a non-standard version of XERBLA is used.
Definition at line 82 of file jmathException.hpp.
#include <jmathException.hpp>
Public Member Functions | |
LapackException (int info_, const std::string &message_, const std::string &file_, int line_) throw () | |
Public Attributes | |
int | info |
Generated on Wed Oct 15 2014 00:37:40 for Jafar by doxygen 1.7.6.1 |