MetisError Class Reference#
|
Reference API
|
gko::MetisError Class Reference
#include <ginkgo/core/base/exception.hpp>
Inheritance diagram for gko::MetisError:
Public Member Functions | |
| MetisError (const std::string &file, int line, const std::string &func, const std::string &error) | |
Public Member Functions inherited from gko::Error | |
| Error (const std::string &file, int line, const std::string &what) | |
| virtual const char * | what () const noexcept override |
Detailed Description
MetisError is thrown when METIS routine throws an error code.
Constructor & Destructor Documentation
◆ MetisError()
|
inline |
Initializes a METIS error.
- Parameters
-
file The name of the offending source file line The source code line number where the error occurred func The name of the METIS routine that failed error The resulting METIS error name
The documentation for this class was generated from the following file:
- ginkgo/core/base/exception.hpp
Generated by
Public Member Functions inherited from