Exception class for BLAS errors.
More...
#include <util.hh>
Inherits std::exception.
|
|
| Error () |
| | Constructs BLAS error.
|
| |
|
| Error (std::string const &msg) |
| | Constructs BLAS error with message.
|
| |
|
| Error (const char *msg, const char *func) |
| | Constructs BLAS error with message: "msg, in function func".
|
| |
|
virtual const char * | what () const noexcept override |
| | Returns BLAS error message.
|
| |
Exception class for BLAS errors.
The documentation for this class was generated from the following file: