23 template <etl_2d A, etl_2d B>
An unary expression.
Definition: unary_expr.hpp:126
auto lazy_mul(A &&a, B &&b) -> detail::stable_transform_binary_helper< A, B, mm_mul_transformer >
Multiply two matrices together lazily (expression templates)
Definition: mul_expression_builder.hpp:24
Root namespace for the ETL library.
Definition: adapter.hpp:15
std::conditional_t< is_etl_value< T >, const std::decay_t< T > &, std::decay_t< T > > build_type
Helper to build the type for a sub expression.
Definition: expression_helpers.hpp:24