Public Member Functions | |
IndicesType & | indices () |
const IndicesType & | indices () const |
Map (const StorageIndex *indicesPtr) | |
Map (const StorageIndex *indicesPtr, Index size) | |
template<typename Other > | |
Map & | operator= (const PermutationBase< Other > &other) |
template<typename Other > | |
Map & | operator= (const TranspositionsBase< Other > &tr) |
![]() | |
Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >, PacketAccess_ > & | applyTranspositionOnTheLeft (Index i, Index j) |
Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >, PacketAccess_ > & | applyTranspositionOnTheRight (Index i, Index j) |
Index | cols () const |
Index | determinant () const |
IndicesType & | indices () |
const IndicesType & | indices () const |
InverseReturnType | inverse () const |
PlainPermutationType | operator* (const InverseImpl< Other, PermutationStorage > &other) const |
PlainPermutationType | operator* (const PermutationBase< Other > &other) const |
Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >, PacketAccess_ > & | operator= (const PermutationBase< OtherDerived > &other) |
Map< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >, PacketAccess_ > & | operator= (const TranspositionsBase< OtherDerived > &tr) |
void | resize (Index newSize) |
Index | rows () const |
void | setIdentity () |
void | setIdentity (Index newSize) |
Index | size () const |
DenseMatrixType | toDenseMatrix () const |
InverseReturnType | transpose () const |
![]() | |
template<typename Dest > | |
void | addTo (Dest &dst) const |
template<typename Dest > | |
void | applyThisOnTheLeft (Dest &dst) const |
template<typename Dest > | |
void | applyThisOnTheRight (Dest &dst) const |
EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
Derived & | const_cast_derived () const |
const Derived & | const_derived () const |
Derived & | derived () |
const Derived & | derived () const |
template<typename Dest > | |
void | evalTo (Dest &dst) const |
EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
template<typename Dest > | |
void | subTo (Dest &dst) const |
Protected Attributes | |
IndicesType | m_indices |
Private Types | |
typedef PermutationBase< Map > | Base |
typedef internal::traits< Map > | Traits |
Additional Inherited Members | |
![]() | |
typedef Eigen::Index | Index |
The interface type of indices. More... | |
typedef internal::traits< Derived >::StorageKind | StorageKind |
Definition at line 406 of file PermutationMatrix.h.
|
private |
Definition at line 409 of file PermutationMatrix.h.
|
private |
Definition at line 410 of file PermutationMatrix.h.
|
inline |
Definition at line 418 of file PermutationMatrix.h.
|
inline |
Definition at line 422 of file PermutationMatrix.h.
|
inline |
Definition at line 450 of file PermutationMatrix.h.
|
inline |
|
inline |
Copies the other permutation into *this
Definition at line 428 of file PermutationMatrix.h.
|
inline |
Assignment from the Transpositions tr
Definition at line 433 of file PermutationMatrix.h.
|
protected |
Definition at line 454 of file PermutationMatrix.h.