|
Expression Templates Library (ETL)
|
Contains all the operators and functions to build multiplication expressions. More...

Go to the source code of this file.
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Functions | |
| template<etl_2d A, etl_2d B> | |
| auto | etl::lazy_mul (A &&a, B &&b) -> detail::stable_transform_binary_helper< A, B, mm_mul_transformer > |
| Multiply two matrices together lazily (expression templates) More... | |
Contains all the operators and functions to build multiplication expressions.
1.8.13