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

Contains custom static matrix implementation. More...

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

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

Detailed Description

Contains custom static matrix implementation.