|
| template<typename ConstraintTpl > |
| | ScaledJointMotionSubspaceTpl (const ConstraintTpl &constraint, const Scalar &scaling_factor) |
| |
| | ScaledJointMotionSubspaceTpl (const Scalar &scaling_factor) |
| |
| | ScaledJointMotionSubspaceTpl (const ScaledJointMotionSubspaceTpl &other) |
| |
| template<typename VectorLike > |
| JointMotion | __mult__ (const Eigen::MatrixBase< VectorLike > &v) const |
| |
| RefJointMotionSubspace & | constraint () |
| |
| const RefJointMotionSubspace & | constraint () const |
| |
| bool | isEqual (const ScaledJointMotionSubspaceTpl &other) const |
| |
| DenseBase & | matrix_impl () |
| |
| const DenseBase & | matrix_impl () const |
| |
| template<typename MotionDerived > |
| MotionAlgebraAction< ScaledJointMotionSubspaceTpl, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &m) const |
| |
| int | nv () const |
| |
| int | nv_impl () const |
| |
| ScaledJointMotionSubspaceTpl & | operator= (const ScaledJointMotionSubspaceTpl &other) |
| |
| Scalar & | scaling () |
| |
| const Scalar & | scaling () const |
| |
| template<typename S1 , int O1> |
| SE3ActionReturnType | se3Action (const SE3Tpl< S1, O1 > &m) const |
| |
| template<typename S1 , int O1> |
| SE3ActionReturnType | se3ActionInverse (const SE3Tpl< S1, O1 > &m) const |
| |
| TransposeConst | transpose () const |
| |
| int | cols () const |
| |
| ScaledJointMotionSubspaceTpl< _Scalar, _Options, _MaxDim > & | derived () |
| |
| const ScaledJointMotionSubspaceTpl< _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< ScaledJointMotionSubspaceTpl< _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< ScaledJointMotionSubspaceTpl< _Scalar, _Options, _MaxDim > > &other) const |
| |
| SE3GroupAction< ScaledJointMotionSubspaceTpl< _Scalar, _Options, _MaxDim > >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const |
| |
| SE3GroupAction< ScaledJointMotionSubspaceTpl< _Scalar, _Options, _MaxDim > >::ReturnType | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const |
| |
template<
typename _Scalar,
int _Options,
int _MaxDim>
struct pinocchio::ScaledJointMotionSubspaceTpl< _Scalar, _Options, _MaxDim >
Definition at line 87 of file joint-mimic.hpp.