Expression of the reverse of a vector or matrix. More...
Inherits internal::dense_xpr_base::type.
Public Types | |
| typedef internal::dense_xpr_base< Reverse >::type | Base |
| typedef internal::remove_all_t< MatrixType > | NestedExpression |
Public Member Functions | |
| EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
| Index | innerStride () const |
| const internal::remove_all_t< typename MatrixType::Nested > & | nestedExpression () const |
| Reverse (const MatrixType &matrix) | |
| EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
Protected Types | |
| enum | { PacketSize , IsColMajor , ReverseRow , ReverseCol , OffsetRow , OffsetCol , ReversePacket } |
| typedef internal::reverse_packet_cond< PacketScalar, ReversePacket > | reverse_packet |
Protected Attributes | |
| MatrixType::Nested | m_matrix |
Expression of the reverse of a vector or matrix.
| MatrixType | the type of the object of which we are taking the reverse |
| Direction | defines the direction of the reverse operation, can be Vertical, Horizontal, or BothDirections |
This class represents an expression of the reverse of a vector. It is the return type of MatrixBase::reverse() and VectorwiseOp::reverse() and most of the time this is the only way it is used.
| typedef internal::dense_xpr_base<Reverse>::type Eigen::Reverse< MatrixType, Direction >::Base |
| typedef internal::remove_all_t<MatrixType> Eigen::Reverse< MatrixType, Direction >::NestedExpression |
|
protected |
|
protected |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |