28 const char*
what() const noexcept
override {
29 return "Invalid assignment to a uni upper triangular matrix";
Root namespace for the ETL library.
Definition: adapter.hpp:15
Exception that is thrown when an operation is made to a uni upper triangular matrix that would render...
Definition: uni_upper_exception.hpp:24
const char * what() const noexcept override
Returns a description of the exception.
Definition: uni_upper_exception.hpp:28