|
Expression Templates Library (ETL)
|
Contains runtime-sized custom matrix implementation. More...


Go to the source code of this file.
Classes | |
| struct | etl::custom_dyn_matrix_impl< T, SO, D > |
| Matrix with run-time fixed dimensions. More... | |
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Functions | |
| template<typename T , order SO, size_t D> | |
| void | etl::swap (custom_dyn_matrix_impl< T, SO, D > &lhs, custom_dyn_matrix_impl< T, SO, D > &rhs) |
| Swap two dyn matrix. More... | |
Contains runtime-sized custom matrix implementation.
1.8.13