|
Expression Templates Library (ETL)
|
Use CRTP technique to inject functions that test the values of the expressions or the value classes. More...

Go to the source code of this file.
Classes | |
| struct | etl::value_testable< D > |
| CRTP class to inject functions testing values of the expressions. More... | |
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Functions | |
| template<typename E > | |
| bool | etl::is_diagonal (E &&expr) |
| Indicates if the given expression is a diagonal matrix or not. More... | |
Use CRTP technique to inject functions that test the values of the expressions or the value classes.
1.8.13