#include <Transpose.h>
template<typename MatrixType, bool IsSquare = (MatrixType::RowsAtCompileTime == MatrixType::ColsAtCompileTime) && MatrixType::RowsAtCompileTime!=Dynamic, bool MatchPacketSize = (int(MatrixType::RowsAtCompileTime) == int(internal::packet_traits<typename MatrixType::Scalar>::size)) && (internal::evaluator<MatrixType>::Flags&PacketAccessBit)>
struct Eigen::internal::inplace_transpose_selector< MatrixType, IsSquare, MatchPacketSize >
Definition at line 226 of file Transpose.h.
The documentation for this struct was generated from the following file: