Ginkgo
Generated from pipelines/1330831941 branch based on master. Ginkgo version 1.8.0
A numerical linear algebra library targeting many-core architectures
|
ValueMismatch is thrown if two values are not equal. More...
#include <ginkgo/core/base/exception.hpp>
Public Member Functions | |
ValueMismatch (const std::string &file, int line, const std::string &func, size_type val1, size_type val2, const std::string &clarification) | |
Initializes a value mismatch error. More... | |
Public Member Functions inherited from gko::Error | |
Error (const std::string &file, int line, const std::string &what) | |
Initializes an error. More... | |
virtual const char * | what () const noexcept override |
Returns a human-readable string with a more detailed description of the error. | |
ValueMismatch is thrown if two values are not equal.
|
inline |
Initializes a value mismatch error.
file | The name of the offending source file |
line | The source code line number where the error occurred |
func | The function name where the error occurred |
val1 | The first value to be compared. |
val2 | The second value to be compared. |
clarification | An additional message further describing the error |