BLAS++ 2024.05.31
BLAS C++ API
Loading...
Searching...
No Matches
blas::Error Class Reference

Exception class for BLAS errors. More...

#include <util.hh>

Inherits std::exception.

Public Member Functions

 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.
 

Detailed Description

Exception class for BLAS errors.


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