#include <joint-motion-subspace-generic.hpp>
Classes | |
struct | Transpose |
Public Types | |
enum | { NV = _Dim } |
Public Types inherited from pinocchio::NumericalBase< JointMotionSubspaceTpl< _Dim, _Scalar, _Options > > | |
typedef traits< JointMotionSubspaceTpl< _Dim, _Scalar, _Options > >::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) | |
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 > > | |
int | cols () const |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW JointMotionSubspaceTpl< _Dim, _Scalar, _Options > & | derived () |
const JointMotionSubspaceTpl< _Dim, _Scalar, _Options > & | 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 >, 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 > > &other) const |
SE3GroupAction< JointMotionSubspaceTpl< _Dim, _Scalar, _Options > >::ReturnType | se3Action (const SE3Tpl< Scalar, Options > &m) const |
SE3GroupAction< JointMotionSubspaceTpl< _Dim, _Scalar, _Options > >::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 > > | |
static int | rows () |
Public Attributes | |
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointMotionSubspaceBase< JointMotionSubspaceTpl > | Base |
Protected Attributes | |
DenseBase | S |
Friends | |
class | JointMotionSubspaceBase< JointMotionSubspaceTpl > |
template<typename S2 , int O2> | |
Eigen::Matrix< _Scalar, 6, _Dim > | operator* (const Eigen::Matrix< S2, 6, 6, O2 > &Ymatrix, const JointMotionSubspaceTpl &S) |
template<typename S2 , int O2> | |
JointMotionSubspaceTpl< _Dim, _Scalar, _Options >::DenseBase | operator* (const InertiaTpl< S2, O2 > &Y, const JointMotionSubspaceTpl &S) |
Definition at line 48 of file joint-motion-subspace-generic.hpp.
anonymous enum |
Enumerator | |
---|---|
NV |
Definition at line 58 of file joint-motion-subspace-generic.hpp.
|
inlineexplicit |
Definition at line 66 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 75 of file joint-motion-subspace-generic.hpp.
|
inlineexplicit |
Definition at line 83 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 96 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 181 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 186 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 127 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 131 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 174 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 136 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 159 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 166 of file joint-motion-subspace-generic.hpp.
|
inline |
Definition at line 122 of file joint-motion-subspace-generic.hpp.
|
inlinestatic |
Definition at line 90 of file joint-motion-subspace-generic.hpp.
|
friend |
Definition at line 55 of file joint-motion-subspace-generic.hpp.
|
friend |
Definition at line 153 of file joint-motion-subspace-generic.hpp.
|
friend |
Definition at line 143 of file joint-motion-subspace-generic.hpp.
EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef JointMotionSubspaceBase<JointMotionSubspaceTpl> pinocchio::JointMotionSubspaceTpl< _Dim, _Scalar, _Options >::Base |
Definition at line 53 of file joint-motion-subspace-generic.hpp.
|
protected |
Definition at line 192 of file joint-motion-subspace-generic.hpp.