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

Contains runtime-sized custom matrix implementation. More...

#include <concepts>
#include "etl/dyn_base.hpp"
#include "etl/direct_fill.hpp"
Include dependency graph for custom_dyn.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Contains runtime-sized custom matrix implementation.