|
Expression Templates Library (ETL)
|
Contains custom static matrix implementation. More...


Go to the source code of this file.
Classes | |
| struct | etl::custom_fast_matrix_impl< T, ST, SO, Dims > |
| Matrix with compile-time fixed dimensions. More... | |
Namespaces | |
| etl | |
| Root namespace for the ETL library. | |
Functions | |
| template<typename T , typename ST , order SO, size_t... Dims> | |
| void | etl::swap (custom_fast_matrix_impl< T, ST, SO, Dims... > &lhs, custom_fast_matrix_impl< T, ST, SO, Dims... > &rhs) |
| Swaps the given two matrices. More... | |
Contains custom static matrix implementation.
1.8.13