|
| Symmetric (const Eigen::PermutationMatrix< N > &P) |
|
IndicesType & | indices () |
|
const IndicesType & | indices () const |
|
PermutationMatrix & | operator= (const PermutationBase< Other > &other) |
|
PermutationMatrix & | operator= (const TranspositionsBase< Other > &tr) |
|
| PermutationMatrix () |
|
| PermutationMatrix (const InverseImpl< Other, PermutationStorage > &other) |
|
| PermutationMatrix (const MatrixBase< Other > &indices) |
|
| PermutationMatrix (const PermutationBase< OtherDerived > &other) |
|
| PermutationMatrix (const TranspositionsBase< Other > &tr) |
|
| PermutationMatrix (Index size) |
|
| PermutationMatrix (internal::PermPermProduct_t, const Lhs &lhs, const Rhs &rhs) |
|
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | applyTranspositionOnTheLeft (Index i, Index j) |
|
PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | applyTranspositionOnTheRight (Index i, Index j) |
|
EIGEN_DEVICE_FUNC Index | cols () const |
|
EIGEN_DEVICE_FUNC PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | derived () |
|
const EIGEN_DEVICE_FUNC PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | derived () const |
|
Index | determinant () const |
|
void | evalTo (MatrixBase< DenseDerived > &other) 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) |
|
EIGEN_DEVICE_FUNC Index | rows () const |
|
void | setIdentity () |
|
void | setIdentity (Index newSize) |
|
EIGEN_DEVICE_FUNC Index | size () const |
|
DenseMatrixType | toDenseMatrix () const |
|
InverseReturnType | transpose () const |
|
void | assignProduct (const Lhs &lhs, const Rhs &rhs) |
|
void | assignTranspose (const PermutationBase< OtherDerived > &other) |
|
EIGEN_DEVICE_FUNC void | addTo (Dest &dst) const |
|
EIGEN_DEVICE_FUNC void | applyThisOnTheLeft (Dest &dst) const |
|
EIGEN_DEVICE_FUNC void | applyThisOnTheRight (Dest &dst) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | cols () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | const_cast_derived () const |
|
const EIGEN_DEVICE_FUNC PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | const_derived () const |
|
EIGEN_DEVICE_FUNC PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | derived () |
|
const EIGEN_DEVICE_FUNC PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, _StorageIndex > & | derived () const |
|
EIGEN_DEVICE_FUNC void | evalTo (Dest &dst) const |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | rows () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index | size () const EIGEN_NOEXCEPT |
|
EIGEN_DEVICE_FUNC void | subTo (Dest &dst) const |
|
template<int N>
class gtsam::Symmetric< N >
Symmetric group.
Definition at line 27 of file testGroup.cpp.