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