Eigen::internal::inplace_transpose_selector< MatrixType, IsSquare, MatchPacketSize > Struct Template Reference

#include <Transpose.h>

Detailed Description

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:


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:56:25