|
hpp-constraints 6.0.0
Definition of basic geometric constraints for motion planning
|
Multiplication of an expression by a scalar. More...
#include <hpp/constraints/symbolic-calculus.hh>


Public Types | |
| typedef CalculusBase< ScalarMultiply< RhsValue > > | Parent_t |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< ValueType, JacobianType > | |
| typedef ValueType | ValueType_t |
| typedef JacobianType | JacobianType_t |
Public Member Functions | |
| HPP_CONSTRAINTS_CB_CREATE2 (ScalarMultiply, const typename Traits< value_type >::Ptr_t &, const typename Traits< RhsValue >::Ptr_t &) ScalarMultiply() | |
| ScalarMultiply (const CalculusBase< ScalarMultiply > &other) | |
| ScalarMultiply (const typename Traits< value_type >::Ptr_t &scalar, const typename Traits< RhsValue >::Ptr_t &rhs) | |
| void | impl_value (const ConfigurationIn_t arg) |
| void | impl_jacobian (const ConfigurationIn_t arg) |
| void | invalidate () |
Public Member Functions inherited from hpp::constraints::CalculusBase< ScalarMultiply< RhsValue > > | |
| CalculusBase () | |
| CalculusBase (const vector3_t &value, const JacobianMatrix &jacobian) | |
| CalculusBase (const CalculusBase &o) | |
| const vector3_t & | value () const |
| const JacobianMatrix & | jacobian () const |
| void | computeValue (const ConfigurationIn_t arg) |
| void | computeJacobian (const ConfigurationIn_t arg) |
| const CrossMatrix & | cross () const |
| void | computeCrossValue (const ConfigurationIn_t arg) |
Protected Attributes | |
| Expression< value_type, RhsValue >::Ptr_t | e_ |
Protected Attributes inherited from hpp::constraints::CalculusBase< ScalarMultiply< RhsValue > > | |
| vector3_t | value_ |
| JacobianMatrix | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Friends | |
| class | Expression< value_type, RhsValue > |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::constraints::CalculusBase< ScalarMultiply< RhsValue > > | |
| void | init (const typename Traits< ScalarMultiply< RhsValue > >::Ptr_t &ptr) |
Multiplication of an expression by a scalar.
| typedef CalculusBase<ScalarMultiply<RhsValue> > hpp::constraints::ScalarMultiply< RhsValue >::Parent_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from hpp::constraints::CalculusBase< ScalarMultiply< RhsValue > >.
|
friend |
|
protected |