|
| constexpr | SymbolExpr ()=default |
| |
| constexpr SymbolValue< Tag, Index > | operator= (Index val) const |
| |
| template<int N> |
| constexpr SymbolValue< Tag, internal::FixedInt< N > > | operator= (internal::FixedInt< N >) const |
| |
| template<typename... Tags, typename... Types> |
| constexpr Index | eval_impl (const SymbolValue< Tags, Types > &... values) const |
| |
| constexpr const Derived & | derived () const |
| |
| constexpr Index | eval (const SymbolValue< Tags, Types > &... values) const |
| |
| constexpr NegateExpr< Derived > | operator- () const |
| |
| constexpr AddExpr< Derived, ValueExpr<> > | operator- (Index a) const |
| |
| constexpr AddExpr< Derived, ValueExpr< internal::FixedInt<-N > > > | operator- (internal::FixedInt< N >) const |
| |
| constexpr AddExpr< Derived, NegateExpr< OtherDerived > > | operator- (const BaseExpr< OtherDerived > &b) const |
| |
| constexpr AddExpr< Derived, ValueExpr<> > | operator+ (Index b) const |
| |
| constexpr AddExpr< Derived, ValueExpr< internal::FixedInt< N > > > | operator+ (internal::FixedInt< N >) const |
| |
| constexpr AddExpr< Derived, OtherDerived > | operator+ (const BaseExpr< OtherDerived > &b) const |
| |
| constexpr ProductExpr< Derived, ValueExpr<> > | operator* (Index a) const |
| |
| constexpr ProductExpr< Derived, ValueExpr< internal::FixedInt< N > > > | operator* (internal::FixedInt< N >) const |
| |
| constexpr ProductExpr< Derived, OtherDerived > | operator* (const BaseExpr< OtherDerived > &b) const |
| |
| constexpr QuotientExpr< Derived, ValueExpr<> > | operator/ (Index a) const |
| |
| constexpr QuotientExpr< Derived, ValueExpr< internal::FixedInt< N > > > | operator/ (internal::FixedInt< N >) const |
| |
| constexpr QuotientExpr< Derived, OtherDerived > | operator/ (const BaseExpr< OtherDerived > &b) const |
| |
template<typename tag>
class Eigen::symbolic::SymbolExpr< tag >
Expression of a symbol uniquely identified by the template parameter type tag