Public Member Functions | |
const Derived & | derived () const |
template<typename T > | |
Index | eval (const T &values) const |
template<typename... Types> | |
Index | eval (Types &&... values) const |
template<typename OtherDerived > | |
ProductExpr< Derived, OtherDerived > | operator* (const BaseExpr< OtherDerived > &b) const |
ProductExpr< Derived, ValueExpr<> > | operator* (Index a) const |
template<int N> | |
ProductExpr< Derived, ValueExpr< internal::FixedInt< N > > > | operator* (internal::FixedInt< N >) const |
template<typename OtherDerived > | |
AddExpr< Derived, OtherDerived > | operator+ (const BaseExpr< OtherDerived > &b) const |
AddExpr< Derived, ValueExpr<> > | operator+ (Index b) const |
template<int N> | |
AddExpr< Derived, ValueExpr< internal::FixedInt< N > > > | operator+ (internal::FixedInt< N >) const |
NegateExpr< Derived > | operator- () const |
template<typename OtherDerived > | |
AddExpr< Derived, NegateExpr< OtherDerived > > | operator- (const BaseExpr< OtherDerived > &b) const |
AddExpr< Derived, ValueExpr<> > | operator- (Index a) const |
template<int N> | |
AddExpr< Derived, ValueExpr< internal::FixedInt<-N > > > | operator- (internal::FixedInt< N >) const |
template<typename OtherDerived > | |
QuotientExpr< Derived, OtherDerived > | operator/ (const BaseExpr< OtherDerived > &b) const |
QuotientExpr< Derived, ValueExpr<> > | operator/ (Index a) const |
template<int N> | |
QuotientExpr< Derived, ValueExpr< internal::FixedInt< N > > > | operator/ (internal::FixedInt< N >) const |
Common base class of any symbolic expressions
Definition at line 78 of file SymbolicIndex.h.
|
inline |
Definition at line 81 of file SymbolicIndex.h.
|
inline |
Evaluate the expression given the values of the symbols.
values | defines the values of the symbols, it can either be a SymbolValue or a std::tuple of SymbolValue as constructed by SymbolExpr::operator= operator. |
Definition at line 90 of file SymbolicIndex.h.
|
inline |
Definition at line 93 of file SymbolicIndex.h.
|
inline |
Definition at line 151 of file SymbolicIndex.h.
|
inline |
Definition at line 101 of file SymbolicIndex.h.
|
inline |
Definition at line 122 of file SymbolicIndex.h.
|
inline |
Definition at line 143 of file SymbolicIndex.h.
|
inline |
Definition at line 97 of file SymbolicIndex.h.
|
inline |
Definition at line 116 of file SymbolicIndex.h.
|
inline |
Definition at line 95 of file SymbolicIndex.h.
|
inline |
Definition at line 147 of file SymbolicIndex.h.
|
inline |
Definition at line 99 of file SymbolicIndex.h.
|
inline |
Definition at line 119 of file SymbolicIndex.h.
|
inline |
Definition at line 155 of file SymbolicIndex.h.
|
inline |
Definition at line 103 of file SymbolicIndex.h.
|
inline |
Definition at line 125 of file SymbolicIndex.h.