Expression of the reverse of a vector or matrix.
More...
#include <Reverse.h>
template<typename MatrixType, int Direction>
class Eigen::Reverse< MatrixType, Direction >
Expression of the reverse of a vector or matrix.
- Parameters
-
MatrixType | the type of the object of which we are taking the reverse |
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.
- See also
- MatrixBase::reverse(), VectorwiseOp::reverse()
Definition at line 70 of file Reverse.h.
◆ Base
template<typename MatrixType , int Direction>
◆ reverse_packet
template<typename MatrixType , int Direction>
◆ anonymous enum
template<typename MatrixType , int Direction>
Enumerator |
---|
PacketSize | |
IsColMajor | |
ReverseRow | |
ReverseCol | |
OffsetRow | |
OffsetCol | |
ReversePacket | |
Definition at line 84 of file Reverse.h.
◆ Reverse()
template<typename MatrixType , int Direction>
◆ coeff() [1/2]
template<typename MatrixType , int Direction>
CoeffReturnType Eigen::Reverse< MatrixType, Direction >::coeff |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const |
|
inline |
◆ coeff() [2/2]
template<typename MatrixType , int Direction>
CoeffReturnType Eigen::Reverse< MatrixType, Direction >::coeff |
( |
Index |
index | ) |
const |
|
inline |
◆ coeffRef() [1/2]
template<typename MatrixType , int Direction>
Scalar& Eigen::Reverse< MatrixType, Direction >::coeffRef |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| |
|
inline |
◆ coeffRef() [2/2]
template<typename MatrixType , int Direction>
Scalar& Eigen::Reverse< MatrixType, Direction >::coeffRef |
( |
Index |
index | ) |
|
|
inline |
◆ cols()
template<typename MatrixType , int Direction>
◆ innerStride()
template<typename MatrixType , int Direction>
◆ nestedExpression()
template<typename MatrixType , int Direction>
◆ operator()() [1/2]
template<typename MatrixType , int Direction>
Scalar& Eigen::Reverse< MatrixType, Direction >::operator() |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| |
|
inline |
◆ operator()() [2/2]
template<typename MatrixType , int Direction>
Scalar& Eigen::Reverse< MatrixType, Direction >::operator() |
( |
Index |
index | ) |
|
|
inline |
◆ packet() [1/2]
template<typename MatrixType , int Direction>
template<int LoadMode>
const PacketScalar Eigen::Reverse< MatrixType, Direction >::packet |
( |
Index |
row, |
|
|
Index |
col |
|
) |
| const |
|
inline |
◆ packet() [2/2]
template<typename MatrixType , int Direction>
template<int LoadMode>
const PacketScalar Eigen::Reverse< MatrixType, Direction >::packet |
( |
Index |
index | ) |
const |
|
inline |
◆ rows()
template<typename MatrixType , int Direction>
◆ writePacket() [1/2]
template<typename MatrixType , int Direction>
template<int LoadMode>
void Eigen::Reverse< MatrixType, Direction >::writePacket |
( |
Index |
row, |
|
|
Index |
col, |
|
|
const PacketScalar & |
x |
|
) |
| |
|
inline |
◆ writePacket() [2/2]
template<typename MatrixType , int Direction>
template<int LoadMode>
void Eigen::Reverse< MatrixType, Direction >::writePacket |
( |
Index |
index, |
|
|
const PacketScalar & |
x |
|
) |
| |
|
inline |
◆ m_matrix
template<typename MatrixType , int Direction>
The documentation for this class was generated from the following file: