27 const char*
what() const noexcept
override {
28 return "Invalid assignment to a diagonal matrix";
Exception that is thrown when an operation is made to a diagonal matrix that would render it non-diag...
Definition: diagonal_exception.hpp:23
Root namespace for the ETL library.
Definition: adapter.hpp:15
const char * what() const noexcept override
Returns a description of the exception.
Definition: diagonal_exception.hpp:27