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

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... | |
Contains all the operators and functions to build convolution expressions.
1.8.13