#include <joint-motion-subspace-generic.hpp>

| Classes | |
| struct | Transpose | 
| Public Types | |
| enum | { NV = _Dim } | 
|  Public Types inherited from pinocchio::NumericalBase< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > > | |
| typedef traits< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > >::Scalar | Scalar | 
| Public Member Functions | |
| template<typename VectorLike > | |
| JointMotion | __mult__ (const Eigen::MatrixBase< VectorLike > &vj) const | 
| void | disp_impl (std::ostream &os) const | 
| bool | isEqual (const JointMotionSubspaceTpl &other) const | 
| JointMotionSubspaceTpl () | |
| template<typename D > | |
| JointMotionSubspaceTpl (const Eigen::MatrixBase< D > &_S) | |
| JointMotionSubspaceTpl (const int dim) | |
| template<int D, int MD> | |
| JointMotionSubspaceTpl (const JointMotionSubspaceTpl< D, _Scalar, _Options, MD > subspace) | |
| MatrixReturnType | matrix_impl () | 
| ConstMatrixReturnType | matrix_impl () const | 
| template<typename MotionDerived > | |
| DenseBase | motionAction (const MotionDense< MotionDerived > &v) const | 
| int | nv_impl () const | 
| DenseBase | se3Action (const SE3Tpl< Scalar, Options > &m) const | 
| DenseBase | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const | 
| Transpose | transpose () const | 
|  Public Member Functions inherited from pinocchio::JointMotionSubspaceBase< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > > | |
| int | cols () const | 
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > & | derived () | 
| const JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > & | derived () const | 
| void | disp (std::ostream &os) const | 
| bool | isApprox (const JointMotionSubspaceBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const | 
| MatrixReturnType | matrix () | 
| ConstMatrixReturnType | matrix () const | 
| MotionAlgebraAction< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim >, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &v) const | 
| int | nv () const | 
| JointMotion | operator* (const Eigen::MatrixBase< VectorLike > &vj) const | 
| bool | operator== (const JointMotionSubspaceBase< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > > &other) const | 
| SE3GroupAction< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const | 
| SE3GroupAction< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > >::ReturnType | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const | 
| Static Public Member Functions | |
| static JointMotionSubspaceTpl | Zero (const int dim) | 
|  Static Public Member Functions inherited from pinocchio::JointMotionSubspaceBase< JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim > > | |
| static int | rows () | 
| Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointMotionSubspaceBase< JointMotionSubspaceTpl > | Base | 
| Static Public Attributes | |
| constexpr static int | MaxNV = NV < 0 ? _MaxDim : NV | 
| Protected Attributes | |
| DenseBase | S | 
| Friends | |
| class | JointMotionSubspaceBase< JointMotionSubspaceTpl > | 
| template<typename S2 , int O2> | |
| Eigen::Matrix< _Scalar, 6, _Dim, _Options, 6, _MaxDim > | operator* (const Eigen::Matrix< S2, 6, 6, O2 > &Ymatrix, const JointMotionSubspaceTpl &S) | 
| template<typename S2 , int O2> | |
| JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim >::DenseBase | operator* (const InertiaTpl< S2, O2 > &Y, const JointMotionSubspaceTpl &S) | 
Definition at line 65 of file joint-motion-subspace-generic.hpp.
| anonymous enum | 
| Enumerator | |
|---|---|
| NV | |
Definition at line 75 of file joint-motion-subspace-generic.hpp.
| 
 | inlineexplicit | 
Definition at line 85 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 94 of file joint-motion-subspace-generic.hpp.
| 
 | inlineexplicit | 
Definition at line 102 of file joint-motion-subspace-generic.hpp.
| 
 | inlineexplicit | 
Definition at line 112 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 126 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 213 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 218 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 159 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 163 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 206 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 168 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 191 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 198 of file joint-motion-subspace-generic.hpp.
| 
 | inline | 
Definition at line 154 of file joint-motion-subspace-generic.hpp.
| 
 | inlinestatic | 
Definition at line 120 of file joint-motion-subspace-generic.hpp.
| 
 | friend | 
Definition at line 72 of file joint-motion-subspace-generic.hpp.
| 
 | friend | 
Definition at line 185 of file joint-motion-subspace-generic.hpp.
| 
 | friend | 
Definition at line 175 of file joint-motion-subspace-generic.hpp.
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointMotionSubspaceBase<JointMotionSubspaceTpl> pinocchio::JointMotionSubspaceTpl< _Dim, _Scalar, _Options, _MaxDim >::Base | 
Definition at line 70 of file joint-motion-subspace-generic.hpp.
| 
 | staticconstexpr | 
Definition at line 80 of file joint-motion-subspace-generic.hpp.
| 
 | protected | 
Definition at line 224 of file joint-motion-subspace-generic.hpp.