hpp::constraints::ScalarProduct< LhsValue, RhsValue > Class Template Reference

Scalar product of two expressions. More...

#include <hpp/constraints/symbolic-calculus.hh>

Inheritance diagram for hpp::constraints::ScalarProduct< LhsValue, RhsValue >:
[legend]
Collaboration diagram for hpp::constraints::ScalarProduct< LhsValue, RhsValue >:
[legend]

Public Types

typedef CalculusBase< ScalarProduct< LhsValue, RhsValue >, value_type, RowJacobianMatrixParent_t
 
- Public Types inherited from hpp::constraints::CalculusBaseAbstract< value_type, RowJacobianMatrix >
typedef value_type ValueType_t
 
typedef RowJacobianMatrix JacobianType_t
 

Public Member Functions

 ScalarProduct ()
 
 ScalarProduct (const CalculusBase< ScalarProduct > &other)
 
 ScalarProduct (const typename Traits< LhsValue >::Ptr_t &lhs, 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< ScalarProduct< LhsValue, RhsValue >, value_type, RowJacobianMatrix >
 CalculusBase ()
 
 CalculusBase (const value_type &value, const RowJacobianMatrix &jacobian)
 
 CalculusBase (const CalculusBase &o)
 
const value_typevalue () const
 
const RowJacobianMatrixjacobian () const
 
void computeValue (const ConfigurationIn_t arg)
 
void computeJacobian (const ConfigurationIn_t arg)
 
void invalidate ()
 
const CrossMatrixcross () const
 
void computeCrossValue (const ConfigurationIn_t arg)
 

Protected Attributes

Expression< LhsValue, RhsValue >::Ptr_t e_
 
- Protected Attributes inherited from hpp::constraints::CalculusBase< ScalarProduct< LhsValue, RhsValue >, value_type, RowJacobianMatrix >
value_type value_
 
RowJacobianMatrix 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< ScalarProduct< LhsValue, RhsValue >, value_type, RowJacobianMatrix >
void init (const typename Traits< ScalarProduct< LhsValue, RhsValue > >::Ptr_t &ptr)
 

Detailed Description

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

Scalar product of two expressions.

Member Typedef Documentation

template<typename LhsValue , typename RhsValue >
typedef CalculusBase< ScalarProduct < LhsValue, RhsValue >, value_type, RowJacobianMatrix > hpp::constraints::ScalarProduct< LhsValue, RhsValue >::Parent_t

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename LhsValue , typename RhsValue >
void hpp::constraints::ScalarProduct< LhsValue, RhsValue >::impl_jacobian ( const ConfigurationIn_t  arg)
inline
template<typename LhsValue , typename RhsValue >
void hpp::constraints::ScalarProduct< LhsValue, RhsValue >::impl_value ( const ConfigurationIn_t  arg)
inline
template<typename LhsValue , typename RhsValue >
void hpp::constraints::ScalarProduct< LhsValue, RhsValue >::invalidate ( )
inlinevirtual

Friends And Related Function Documentation

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

Member Data Documentation

template<typename LhsValue , typename RhsValue >
Expression< LhsValue, RhsValue >::Ptr_t hpp::constraints::ScalarProduct< LhsValue, RhsValue >::e_
protected