Difference of two expressions. More...
#include <hpp/constraints/tools.hh>
Public Member Functions | |
Difference () | |
Difference (const CalculusBase< Difference > &other) | |
Difference (const LhsValue &lhs, const RhsValue &rhs) | |
void | computeValue () |
void | computeJacobian () |
![]() | |
CalculusBase () | |
const eigen::vector3_t & | value () const |
const JacobianMatrix & | jacobian () const |
const CrossMatrix & | cross () const |
void | computeCrossValue () |
CrossProduct< Difference< LhsValue, RhsValue >, RhsType > | operator^ (const RhsType &rhs) const |
Difference< Difference< LhsValue, RhsValue >, RhsType > | operator- (const RhsType &rhs) const |
Sum< Difference< LhsValue, RhsValue >, RhsType > | operator+ (const RhsType &rhs) const |
ScalarMultiply< Difference< LhsValue, RhsValue > > | operator* (const value_type &scalar) const |
Protected Attributes | |
Expression< LhsValue, RhsValue >::Ptr_t | e_ |
![]() | |
eigen::vector3_t | value_ |
JacobianMatrix | jacobian_ |
CrossMatrix | cross_ |
Friends | |
class | Expression< LhsValue, RhsValue > |
Additional Inherited Members | |
![]() | |
template<typename Type > | |
static boost::shared_ptr< Type > | create (const Type ©) |
Difference of two expressions.
|
inline |
|
inline |
|
inline |
|
inlinevirtual |
Implements hpp::constraints::CalculusBaseAbstract.
|
inlinevirtual |
Implements hpp::constraints::CalculusBaseAbstract.
|
friend |
|
protected |