, including all inherited members.
| AD_backward(int dim, VariableType *varType, int *component, Operator *seed, Operator **df, int &nNewIS, TreeProjection ***newIS) | COperator | [virtual] |
| AD_backward(int number, double seed, double *df) | COperator | [virtual] |
| AD_backward2(int number, double seed1, double seed2, double *df, double *ddf) | COperator | [virtual] |
| AD_forward(int dim, VariableType *varType, int *component, Operator **seed, int &nNewIS, TreeProjection ***newIS) | COperator | [virtual] |
| AD_forward(int number, double *seed, double *df) | COperator | [virtual] |
| AD_forward(int number, double *x, double *seed, double *f, double *df) | COperator | [virtual] |
| AD_forward2(int number, double *seed1, double *seed2, double *df, double *ddf) | COperator | [virtual] |
| AD_symmetric(int dim, VariableType *varType, int *component, Operator *l, Operator **S, int dimS, Operator **dfS, Operator **ldf, Operator **H, int &nNewLIS, TreeProjection ***newLIS, int &nNewSIS, TreeProjection ***newSIS, int &nNewHIS, TreeProjection ***newHIS) | COperator | [virtual] |
| ADsymCommon(Operator *a, TreeProjection &da, TreeProjection &dda, int dim, VariableType *varType, int *component, Operator *l, Operator **S, int dimS, Operator **dfS, Operator **ldf, Operator **H, int &nNewLIS, TreeProjection ***newLIS, int &nNewSIS, TreeProjection ***newSIS, int &nNewHIS, TreeProjection ***newHIS) | Operator | [protected] |
| ADsymCommon2(Operator *a, Operator *b, TreeProjection &dx, TreeProjection &dy, TreeProjection &dxx, TreeProjection &dxy, TreeProjection &dyy, int dim, VariableType *varType, int *component, Operator *l, Operator **S, int dimS, Operator **dfS, Operator **ldf, Operator **H, int &nNewLIS, TreeProjection ***newLIS, int &nNewSIS, TreeProjection ***newSIS, int &nNewHIS, TreeProjection ***newHIS) | Operator | [protected] |
| argument | COperator | [protected] |
| bufferSize | COperator | [protected] |
| cFunction | COperator | [protected] |
| clearBuffer() | COperator | [virtual] |
| clone() const | COperator | [virtual] |
| cloneTreeProjection() const | SmoothOperator | [virtual] |
| component | COperator | [protected] |
| convert2TreeProjection(Operator *a) const | Operator | [protected, virtual] |
| COperator() | COperator | |
| COperator(const CFunction &fcn, const Expression &arg, int component_) | COperator | |
| COperator(const COperator &arg) | COperator | |
| copy(const COperator &arg) | COperator | [protected] |
| counter | COperator | [protected, static] |
| cresult | COperator | [protected] |
| d_cresult | COperator | [protected] |
| d_result | COperator | [protected] |
| deleteAll() | COperator | [protected] |
| differentiate(int index) | COperator | [virtual] |
| enumerateVariables(SymbolicIndexList *indexList) | COperator | [virtual] |
| evaluate(int number, double *x, double *result) | COperator | [virtual] |
| evaluate(EvaluationBase *x) | COperator | [virtual] |
| first | COperator | [protected] |
| getCurvature() | COperator | [virtual] |
| getGlobalIndex() const | SmoothOperator | [virtual] |
| getMonotonicity() | COperator | [virtual] |
| getName() | COperator | [virtual] |
| getValue() const | SmoothOperator | [virtual] |
| globalTypeID | COperator | [protected] |
| idx | COperator | [protected] |
| increaseID() | COperator | |
| initDerivative() | Operator | [virtual] |
| initialized | Operator | [protected] |
| isDependingOn(VariableType var) const | COperator | [virtual] |
| isDependingOn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep) | COperator | [virtual] |
| isLinearIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep) | COperator | [virtual] |
| isOneOrZero() const | COperator | [virtual] |
| isPolynomialIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep) | COperator | [virtual] |
| isRationalIn(int dim, VariableType *varType, int *component, BooleanType *implicit_dep) | COperator | [virtual] |
| isSmooth() const | SmoothOperator | [virtual] |
| isSymbolic() const | COperator | [virtual] |
| isTrivial() const | Operator | [virtual] |
| isVariable(VariableType &varType, int &component) const | COperator | [virtual] |
| loadIndices(SymbolicIndexList *indexList) | COperator | [virtual] |
| myAdd(Operator *a, Operator *b) | Operator | [virtual] |
| myLogarithm(Operator *a) | Operator | [virtual] |
| myPower(Operator *a, Operator *b) | Operator | [virtual] |
| myPowerInt(Operator *a, int b) | Operator | [virtual] |
| myProd(Operator *a, Operator *b) | Operator | [virtual] |
| mySubtract(Operator *a, Operator *b) | Operator | [virtual] |
| nCount | SmoothOperator | |
| Operator() | Operator | |
| operator*(const double &arg) const | SmoothOperator | |
| operator*(const DVector &arg) const | SmoothOperator | |
| operator*(const DMatrix &arg) const | SmoothOperator | |
| operator*(const Operator &arg) const | SmoothOperator | |
| operator*(const Expression &arg) const | SmoothOperator | |
| Operator::operator*(const DVector &arg) const | Operator | |
| Operator::operator*(const double &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator*(const DVector &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator*(const DMatrix &arg1, const Operator &arg2) | Operator | [friend] |
| operator*=(const double &arg) | SmoothOperator | |
| operator*=(const DVector &arg) | SmoothOperator | |
| operator*=(const DMatrix &arg) | SmoothOperator | |
| operator*=(const Expression &arg) | SmoothOperator | |
| Operator::operator*=(const DVector &arg) | Operator | |
| operator+(const double &arg) const | SmoothOperator | |
| operator+(const DVector &arg) const | SmoothOperator | |
| operator+(const DMatrix &arg) const | SmoothOperator | |
| operator+(const Operator &arg) const | SmoothOperator | |
| operator+(const Expression &arg) const | SmoothOperator | |
| Operator::operator+(const DVector &arg) const | Operator | |
| Operator::operator+(const double &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator+(const DVector &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator+(const DMatrix &arg1, const Operator &arg2) | Operator | [friend] |
| operator+=(const double &arg) | SmoothOperator | |
| operator+=(const DVector &arg) | SmoothOperator | |
| operator+=(const DMatrix &arg) | SmoothOperator | |
| operator+=(const Expression &arg) | SmoothOperator | |
| Operator::operator+=(const DVector &arg) | Operator | |
| operator-(const double &arg) const | SmoothOperator | |
| operator-(const DVector &arg) const | SmoothOperator | |
| operator-(const DMatrix &arg) const | SmoothOperator | |
| operator-(const Operator &arg) const | SmoothOperator | |
| operator-(const Expression &arg) const | SmoothOperator | |
| operator-() const | SmoothOperator | |
| Operator::operator-(const DVector &arg) const | Operator | |
| Operator::operator-(const double &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator-(const DVector &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator-(const DMatrix &arg1, const Operator &arg2) | Operator | [friend] |
| operator-=(const double &arg) | SmoothOperator | |
| operator-=(const DVector &arg) | SmoothOperator | |
| operator-=(const DMatrix &arg) | SmoothOperator | |
| operator-=(const Expression &arg) | SmoothOperator | |
| Operator::operator-=(const DVector &arg) | Operator | |
| operator/(const double &arg) const | SmoothOperator | |
| operator/(const Operator &arg) const | SmoothOperator | |
| operator/(const Expression &arg) const | SmoothOperator | |
| Operator::operator/(const double &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator/(const DVector &arg1, const Operator &arg2) | Operator | [friend] |
| Operator::operator/(const DMatrix &arg1, const Operator &arg2) | Operator | [friend] |
| operator/=(const double &arg) | SmoothOperator | |
| operator/=(const Expression &arg) | SmoothOperator | |
| operator<<(std::ostream &stream, const Operator &arg) | Operator | [friend] |
| operator<=(const double &ub) const | SmoothOperator | |
| operator<=(const DVector &ub) const | SmoothOperator | |
| operator<=(const VariablesGrid &ub) const | SmoothOperator | |
| Operator::operator<=(const DVector &ub) const | Operator | |
| Operator::operator<=(double lb, const Operator &arg) | Operator | [friend] |
| Operator::operator<=(DVector lb, const Operator &arg) | Operator | [friend] |
| Operator::operator<=(VariablesGrid lb, const Operator &arg) | Operator | [friend] |
| operator=(const COperator &arg) | COperator | |
| SmoothOperator::operator=(const double &arg) | SmoothOperator | [virtual] |
| SmoothOperator::operator=(const DVector &arg) | SmoothOperator | [virtual] |
| SmoothOperator::operator=(const DMatrix &arg) | SmoothOperator | [virtual] |
| SmoothOperator::operator=(const Expression &arg) | SmoothOperator | [virtual] |
| SmoothOperator::operator=(const Operator &arg) | SmoothOperator | [virtual] |
| Operator::operator=(const DVector &arg) | Operator | [virtual] |
| operator==(const double &b) const | SmoothOperator | |
| operator==(const DVector &b) const | SmoothOperator | |
| operator==(const VariablesGrid &b) const | SmoothOperator | |
| Operator::operator==(const DVector &b) const | Operator | |
| Operator::operator==(double b, const Operator &arg) | Operator | [friend] |
| Operator::operator==(DVector b, const Operator &arg) | Operator | [friend] |
| Operator::operator==(VariablesGrid b, const Operator &arg) | Operator | [friend] |
| operator>=(const double &lb) const | SmoothOperator | |
| operator>=(const DVector &lb) const | SmoothOperator | |
| operator>=(const VariablesGrid &lb) const | SmoothOperator | |
| Operator::operator>=(const DVector &lb) const | Operator | |
| Operator::operator>=(double ub, const Operator &arg) | Operator | [friend] |
| Operator::operator>=(DVector ub, const Operator &arg) | Operator | [friend] |
| Operator::operator>=(VariablesGrid ub, const Operator &arg) | Operator | [friend] |
| passArgument() const | SmoothOperator | [virtual] |
| print(std::ostream &stream) const | COperator | [virtual] |
| result | COperator | [protected] |
| setCurvature(CurvatureType curvature_) | COperator | [virtual] |
| setMonotonicity(MonotonicityType monotonicity_) | COperator | [virtual] |
| setVariableExportName(const VariableType &_type, const std::vector< std::string > &_name) | Operator | [virtual] |
| SmoothOperator() | SmoothOperator | |
| substitute(int index, const Operator *sub) | COperator | [virtual] |
| ~COperator() | COperator | |
| ~Operator() | Operator | [virtual] |
| ~SmoothOperator() | SmoothOperator | [virtual] |