LAPACK++
2022.07.00
LAPACK C++ API
|
Exception class for LAPACK errors. More...
#include <util.hh>
Inherits exception.
Public Member Functions | |
Error () | |
Constructs LAPACK error. | |
Error (const char *msg, const char *func) | |
Constructs LAPACK error with message: "func: msg". | |
Error (std::string const &msg) | |
Constructs BLAS error with message. | |
virtual const char * | what () const noexcept override |
Returns LAPACK error message. | |
Exception class for LAPACK errors.