Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes
Eigen::symbolic::AddExpr< Arg0, Arg1 > Class Template Reference
Inheritance diagram for Eigen::symbolic::AddExpr< Arg0, Arg1 >:
Eigen::symbolic::BaseExpr< AddExpr< Arg0, Arg1 > >

Public Member Functions

 AddExpr (const Arg0 &arg0, const Arg1 &arg1)
 
template<typename T >
Index eval_impl (const T &values) const
 
- Public Member Functions inherited from Eigen::symbolic::BaseExpr< AddExpr< Arg0, Arg1 > >
const AddExpr< Arg0, Arg1 > & derived () const
 
Index eval (const T &values) const
 Evaluate the expression given the values of the symbols.
 
NegateExpr< AddExpr< Arg0, Arg1 > > operator- () const
 
AddExpr< AddExpr< Arg0, Arg1 >, ValueExpr<> > operator- (Index a) const
 
AddExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt<-N > > > operator- (internal::FixedInt< N >) const
 
AddExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt<-N > > > operator- (internal::FixedInt< N >(*)()) const
 
AddExpr< AddExpr< Arg0, Arg1 >, NegateExpr< OtherDerived > > operator- (const BaseExpr< OtherDerived > &b) const
 
AddExpr< AddExpr< Arg0, Arg1 >, ValueExpr<> > operator+ (Index b) const
 
AddExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt< N > > > operator+ (internal::FixedInt< N >) const
 
AddExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt< N > > > operator+ (internal::FixedInt< N >(*)()) const
 
AddExpr< AddExpr< Arg0, Arg1 >, OtherDerivedoperator+ (const BaseExpr< OtherDerived > &b) const
 
ProductExpr< AddExpr< Arg0, Arg1 >, ValueExpr<> > operator* (Index a) const
 
ProductExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt< N > > > operator* (internal::FixedInt< N >) const
 
ProductExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt< N > > > operator* (internal::FixedInt< N >(*)()) const
 
ProductExpr< AddExpr< Arg0, Arg1 >, OtherDerivedoperator* (const BaseExpr< OtherDerived > &b) const
 
QuotientExpr< AddExpr< Arg0, Arg1 >, ValueExpr<> > operator/ (Index a) const
 
QuotientExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt< N > > > operator/ (internal::FixedInt< N >) const
 
QuotientExpr< AddExpr< Arg0, Arg1 >, ValueExpr< internal::FixedInt< N > > > operator/ (internal::FixedInt< N >(*)()) const
 
QuotientExpr< AddExpr< Arg0, Arg1 >, OtherDerivedoperator/ (const BaseExpr< OtherDerived > &b) const
 

Protected Attributes

Arg0 m_arg0
 
Arg1 m_arg1
 

The documentation for this class was generated from the following file: