All Classes Namespaces Files Functions Variables Typedefs Friends Macros Groups
hpp::constraints::CrossProduct< LhsValue, RhsValue > Class Template Reference

Cross product of two expressions. More...

#include <hpp/constraints/tools.hh>

Inheritance diagram for hpp::constraints::CrossProduct< LhsValue, RhsValue >:
Collaboration diagram for hpp::constraints::CrossProduct< LhsValue, RhsValue >:

Public Member Functions

 CrossProduct ()
 
 CrossProduct (const CalculusBase< CrossProduct > &other)
 
 CrossProduct (const LhsValue &lhs, const RhsValue &rhs)
 
void computeValue ()
 
void computeJacobian ()
 
- Public Member Functions inherited from hpp::constraints::CalculusBase< CrossProduct< LhsValue, RhsValue > >
 CalculusBase ()
 
const eigen::vector3_tvalue () const
 
const JacobianMatrixjacobian () const
 
const CrossMatrixcross () const
 
void computeCrossValue ()
 
CrossProduct< CrossProduct
< LhsValue, RhsValue >
, RhsType > 
operator^ (const RhsType &rhs) const
 
Difference< CrossProduct
< LhsValue, RhsValue >
, RhsType > 
operator- (const RhsType &rhs) const
 
Sum< CrossProduct< LhsValue,
RhsValue >, RhsType > 
operator+ (const RhsType &rhs) const
 
ScalarMultiply< CrossProduct
< LhsValue, RhsValue > > 
operator* (const value_type &scalar) const
 

Protected Attributes

Expression< LhsValue, RhsValue >
::Ptr_t 
e_
 
- Protected Attributes inherited from hpp::constraints::CalculusBase< CrossProduct< LhsValue, RhsValue > >
eigen::vector3_t value_
 
JacobianMatrix jacobian_
 
CrossMatrix cross_
 

Friends

class Expression< LhsValue, RhsValue >
 

Additional Inherited Members

- Static Public Member Functions inherited from hpp::constraints::CalculusBaseAbstract
template<typename Type >
static boost::shared_ptr< Type > create (const Type &copy)
 

Detailed Description

template<typename LhsValue, typename RhsValue>
class hpp::constraints::CrossProduct< LhsValue, RhsValue >

Cross product of two expressions.

Constructor & Destructor Documentation

template<typename LhsValue, typename RhsValue>
hpp::constraints::CrossProduct< LhsValue, RhsValue >::CrossProduct ( )
inline
template<typename LhsValue, typename RhsValue>
hpp::constraints::CrossProduct< LhsValue, RhsValue >::CrossProduct ( const CalculusBase< CrossProduct< LhsValue, RhsValue > > &  other)
inline
template<typename LhsValue, typename RhsValue>
hpp::constraints::CrossProduct< LhsValue, RhsValue >::CrossProduct ( const LhsValue &  lhs,
const RhsValue &  rhs 
)
inline

Member Function Documentation

template<typename LhsValue, typename RhsValue>
void hpp::constraints::CrossProduct< LhsValue, RhsValue >::computeJacobian ( )
inlinevirtual
template<typename LhsValue, typename RhsValue>
void hpp::constraints::CrossProduct< LhsValue, RhsValue >::computeValue ( )
inlinevirtual

Friends And Related Function Documentation

template<typename LhsValue, typename RhsValue>
friend class Expression< LhsValue, RhsValue >
friend

Member Data Documentation