Expression Templates Library (ETL)
Functions
transpose.hpp File Reference

Vectorized implementation of the transpose operation. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename V , typename T >
void etl::impl::vec::transpose_block_4x4_kernel (size_t N, size_t M, const T *A2, T *C2, size_t i2, size_t j2)
 
template<typename V , typename A , typename C >
void etl::impl::vec::transpose_impl (const A &a, C &&c)
 
template<typename A , typename C >
void etl::impl::vec::transpose ([[maybe_unused]] A &&a, [[maybe_unused]] C &&c)
 

Detailed Description

Vectorized implementation of the transpose operation.