#include <PermutationMatrix.hpp>
Public Types | |
typedef PermutationMatrix::DenseMatrixType | DenseMatrixType |
typedef Eigen::PermutationMatrix< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex > | PermutationMatrix |
typedef PermutationMatrix | Self |
typedef StorageIndex_ | StorageIndex |
typedef Eigen::Matrix< StorageIndex, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1 > | VectorIndex |
Public Member Functions | |
template<class PyClass > | |
void | visit (PyClass &cl) const |
Static Public Member Functions | |
static void | expose (const std::string &name) |
Definition at line 15 of file PermutationMatrix.hpp.
typedef PermutationMatrix::DenseMatrixType eigenpy::PermutationMatrixVisitor< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >::DenseMatrixType |
Definition at line 22 of file PermutationMatrix.hpp.
typedef Eigen::PermutationMatrix<SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex> eigenpy::PermutationMatrixVisitor< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >::PermutationMatrix |
Definition at line 21 of file PermutationMatrix.hpp.
typedef PermutationMatrix eigenpy::PermutationMatrixVisitor< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >::Self |
Definition at line 23 of file PermutationMatrix.hpp.
typedef StorageIndex_ eigenpy::PermutationMatrixVisitor< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >::StorageIndex |
Definition at line 18 of file PermutationMatrix.hpp.
typedef Eigen::Matrix<StorageIndex, SizeAtCompileTime, 1, 0, MaxSizeAtCompileTime, 1> eigenpy::PermutationMatrixVisitor< SizeAtCompileTime, MaxSizeAtCompileTime, StorageIndex_ >::VectorIndex |
Definition at line 26 of file PermutationMatrix.hpp.
|
inlinestatic |
Definition at line 94 of file PermutationMatrix.hpp.
|
inline |
Definition at line 29 of file PermutationMatrix.hpp.