|
IndicesType & |
indices () |
|
const IndicesType & |
indices () const |
|
template<typename Other > |
PermutationMatrix & |
operator= (const PermutationBase< Other > &other) |
|
template<typename Other > |
PermutationMatrix & |
operator= (const TranspositionsBase< Other > &tr) |
|
template<typename Other > |
|
PermutationMatrix (const MatrixBase< Other > &indices) |
|
template<typename OtherDerived > |
|
PermutationMatrix (const PermutationBase< OtherDerived > &other) |
|
template<typename Other > |
|
PermutationMatrix (const TranspositionsBase< Other > &tr) |
|
|
PermutationMatrix (Index size) |
|
Public Member Functions inherited from Eigen::PermutationBase< PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > >
|
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & |
applyTranspositionOnTheLeft (Index i, Index j) |
|
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & |
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 |
|
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & |
operator= (const PermutationBase< OtherDerived > &other) |
|
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & |
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 |
|
Public Member Functions inherited from Eigen::EigenBase< Derived >
|
EIGEN_CONSTEXPR Index |
cols () const EIGEN_NOEXCEPT |
|
Derived & |
derived () |
|
const Derived & |
derived () const |
|
EIGEN_CONSTEXPR Index |
rows () const EIGEN_NOEXCEPT |
|
EIGEN_CONSTEXPR Index |
size () const EIGEN_NOEXCEPT |
|