Go to the documentation of this file.
12 #ifndef EIGEN_REVERSE_H
13 #define EIGEN_REVERSE_H
19 template<
typename MatrixType,
int Direction>
29 RowsAtCompileTime = MatrixType::RowsAtCompileTime,
30 ColsAtCompileTime = MatrixType::ColsAtCompileTime,
31 MaxRowsAtCompileTime = MatrixType::MaxRowsAtCompileTime,
32 MaxColsAtCompileTime = MatrixType::MaxColsAtCompileTime,
37 template<
typename PacketType,
bool ReversePacket>
struct reverse_packet_cond
63 template<
typename MatrixType,
int Direction>
class Reverse
71 using
Base::IsRowMajor;
116 template<
typename Derived>
138 template<
typename Derived>
147 Index half2 = rows()/2;
157 Index half2 = cols()/2;
165 template<
int Direction>
171 template<
typename ExpressionType>
172 static void run(ExpressionType &xpr)
175 xpr.topRows(
half).swap(xpr.bottomRows(
half).colwise().reverse());
182 template<
typename ExpressionType>
183 static void run(ExpressionType &xpr)
186 xpr.leftCols(
half).swap(xpr.rightCols(
half).rowwise().reverse());
203 template<
typename ExpressionType,
int Direction>
211 #endif // EIGEN_REVERSE_H
ref_selector< MatrixType >::type MatrixTypeNested
EIGEN_DEVICE_FUNC ColXpr col(Index i)
This is the const version of col().
const unsigned int RowMajorBit
EIGEN_STRONG_INLINE Packet2cf preverse(const Packet2cf &a)
EIGEN_DEVICE_FUNC Index cols() const
const EIGEN_DEVICE_FUNC internal::remove_all< typename MatrixType::Nested >::type & nestedExpression() const
#define EIGEN_DENSE_PUBLIC_INTERFACE(Derived)
traits< MatrixType >::StorageKind StorageKind
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
MatrixType::Nested m_matrix
EIGEN_DEVICE_FUNC Index innerStride() const
EIGEN_DEVICE_FUNC void reverseInPlace()
static void run(ExpressionType &xpr)
EIGEN_DEVICE_FUNC RowsBlockXpr topRows(Index n)
This is the const version of topRows(Index).
const unsigned int LvalueBit
EIGEN_DEVICE_FUNC void reverseInPlace()
static void run(ExpressionType &xpr)
EIGEN_DEVICE_FUNC ReverseReturnType reverse()
internal::reverse_packet_cond< PacketScalar, ReversePacket > reverse_packet
EIGEN_DEVICE_FUNC RowXpr row(Index i)
This is the const version of row(). */.
Expression of the reverse of a vector or matrix.
MatrixType::Scalar Scalar
traits< MatrixType >::XprKind XprKind
static PacketType run(const PacketType &x)
EIGEN_DEVICE_FUNC Index rows() const
remove_reference< MatrixTypeNested >::type _MatrixTypeNested
EIGEN_DEVICE_FUNC Reverse(const MatrixType &matrix)
EIGEN_DEVICE_FUNC SegmentReturnType tail(Index n)
This is the const version of tail(Index).
void run(Expr &expr, Dev &dev)
internal::dense_xpr_base< Reverse >::type Base
EIGEN_DEVICE_FUNC ColsBlockXpr leftCols(Index n)
This is the const version of leftCols(Index).
#define EIGEN_INHERIT_ASSIGNMENT_OPERATORS(Derived)
EIGEN_DEVICE_FUNC ColsBlockXpr rightCols(Index n)
This is the const version of rightCols(Index).
internal::remove_all< const Derived >::type NestedExpression
EIGEN_DEVICE_FUNC RowsBlockXpr bottomRows(Index n)
This is the const version of bottomRows(Index).
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
static PacketType run(const PacketType &x)
control_box_rst
Author(s): Christoph Rösmann
autogenerated on Wed Mar 2 2022 00:06:10