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

Functor for inplace rectangular matrix transposition. More...

#include <transpose.hpp>

Static Public Member Functions

template<typename C >
static void apply (C &&c)
 Tranpose c inplace. More...
 

Detailed Description

Functor for inplace rectangular matrix transposition.

Member Function Documentation

◆ apply()

template<typename C >
static void etl::detail::inplace_rectangular_transpose::apply ( C &&  c)
inlinestatic

Tranpose c inplace.

Parameters
cThe target matrix

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