LAPACK++
LAPACK C++ API
lapack::Error Class Reference

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.
 

Detailed Description

Exception class for LAPACK errors.


The documentation for this class was generated from the following file: