Expression Templates Library (ETL)
Static Public Member Functions | List of all members
etl::detail::transpose Struct Reference

Functor for general matrix transposition. More...

#include <transpose.hpp>

Static Public Member Functions

template<typename A , typename C >
static void apply (A &&a, C &&c)
 Tranpose a and store the results in c. More...
 

Detailed Description

Functor for general matrix transposition.

Member Function Documentation

◆ apply()

template<typename A , typename C >
static void etl::detail::transpose::apply ( A &&  a,
C &&  c 
)
inlinestatic

Tranpose a and store the results in c.

Parameters
aThe source matrix
cThe target matrix

The documentation for this struct was generated from the following file: