Cross product of two expressions. More...
#include <hpp/constraints/symbolic-calculus.hh>


Public Types | |
| typedef CalculusBase< CrossProduct< LhsValue, RhsValue > > | Parent_t |
Public Types inherited from hpp::constraints::CalculusBaseAbstract< vector3_t, JacobianMatrix > | |
| typedef vector3_t | ValueType_t |
| typedef JacobianMatrix | JacobianType_t |
Protected Attributes | |
| Expression< LhsValue, RhsValue >::Ptr_t | e_ |
Protected Attributes inherited from hpp::constraints::CalculusBase< CrossProduct< LhsValue, RhsValue > > | |
| vector3_t | value_ |
| JacobianMatrix | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
| vector3_t | value_ |
| JacobianMatrix | jacobian_ |
| CrossMatrix | cross_ |
| bool | vValid_ |
| bool | jValid_ |
| bool | cValid_ |
Friends | |
| class | Expression< LhsValue, RhsValue > |
Additional Inherited Members | |
Protected Member Functions inherited from hpp::constraints::CalculusBase< CrossProduct< LhsValue, RhsValue > > | |
| void | init (const typename Traits< CrossProduct< LhsValue, RhsValue > >::Ptr_t &ptr) |
| void | init (const typename Traits< CrossProduct< LhsValue, RhsValue > >::Ptr_t &ptr) |
Cross product of two expressions.
| typedef CalculusBase<CrossProduct<LhsValue, RhsValue> > hpp::constraints::CrossProduct< LhsValue, RhsValue >::Parent_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Reimplemented from hpp::constraints::CalculusBase< CrossProduct< LhsValue, RhsValue > >.
|
friend |
|
protected |