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

Contains all the operators and functions to build convolution 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_1d A>
auto etl::convmtx (A &&a, size_t h) -> detail::stable_transform_helper< A, dyn_convmtx_transformer >
 Construct a matrix to compute a convolution by matrix-matrix multiplication. More...
 
template<etl_2d A>
auto etl::convmtx2 (A &&a, size_t k1, size_t k2) -> detail::stable_transform_helper< A, dyn_convmtx2_transformer >
 Construct a matrix to compute a 2D convolution by matrix-matrix multiplication. More...
 

Detailed Description

Contains all the operators and functions to build convolution expressions.