Expression Templates Library (ETL)
Namespaces | Functions
mul_expression_builder.hpp File Reference

Contains all the operators and functions to build multiplication expressions. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains all the operators and functions to build multiplication expressions.