#include <joint-motion-subspace-base.hpp>
Public Member Functions | |
int | cols () const |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW Derived & | derived () |
const Derived & | derived () const |
void | disp (std::ostream &os) const |
template<class OtherDerived > | |
bool | isApprox (const JointMotionSubspaceBase< OtherDerived > &other, const Scalar &prec=Eigen::NumTraits< Scalar >::dummy_precision()) const |
MatrixReturnType | matrix () |
ConstMatrixReturnType | matrix () const |
template<typename MotionDerived > | |
MotionAlgebraAction< Derived, MotionDerived >::ReturnType | motionAction (const MotionDense< MotionDerived > &v) const |
int | nv () const |
template<typename VectorLike > | |
JointMotion | operator* (const Eigen::MatrixBase< VectorLike > &vj) const |
bool | operator== (const JointMotionSubspaceBase< Derived > &other) const |
SE3GroupAction< Derived >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const |
SE3GroupAction< Derived >::ReturnType | se3ActionInverse (const SE3Tpl< Scalar, Options > &m) const |
Static Public Member Functions | |
static int | rows () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const JointMotionSubspaceBase< Derived > &X) |
Additional Inherited Members | |
Public Types inherited from pinocchio::NumericalBase< Derived > | |
typedef traits< Derived >::Scalar | Scalar |
Definition at line 59 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 100 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 67 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 71 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 113 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 106 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 82 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 86 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 136 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 91 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 77 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 141 of file joint-motion-subspace-base.hpp.
|
inlinestatic |
Definition at line 96 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 123 of file joint-motion-subspace-base.hpp.
|
inline |
Definition at line 129 of file joint-motion-subspace-base.hpp.
|
friend |
Definition at line 117 of file joint-motion-subspace-base.hpp.