, including all inherited members.
ADbackward(const Expression &arg) const | Expression | |
ADbackward(const Expression &arg, const Expression &seed) const | Expression | |
add(const Expression &arg) const | Expression | [protected] |
ADforward(const Expression &arg) const | Expression | |
ADforward(const VariableType &varType_, const int *arg, int nV) const | Expression | |
ADforward(const Expression &arg, const Expression &seed) const | Expression | |
ADforward(const VariableType &varType_, const int *arg, const Expression &seed) const | Expression | |
ADforward(const VariableType *varType_, const int *arg, const Expression &seed) const | Expression | |
ADsymmetric(const Expression &arg, const Expression &S, const Expression &l, Expression *dfS=0, Expression *ldf=0) const | Expression | |
ADsymmetric(const Expression &arg, const Expression &l, Expression *dfS=0, Expression *ldf=0) const | Expression | |
appendCols(const Expression &arg) | Expression | |
appendRows(const Expression &arg) | Expression | |
assignmentSetup(const Expression &arg) | Expression | [protected] |
Base typedef | IntermediateState | [private] |
clearStaticCounters() | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
clone() const | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline, virtual] |
component | Expression | [protected] |
construct(VariableType variableType_, uint globalTypeID_, uint nRows_, uint nCols_, const std::string &name_) | Expression | [protected] |
copy(const Expression &rhs) | Expression | [protected] |
deleteAll() | Expression | [protected] |
dim | Expression | [protected] |
div(const Expression &arg) const | Expression | [protected] |
element | Expression | [protected] |
Expression() | Expression | |
Expression(const Operator &tree_) | Expression | |
Expression(const std::string &name_) | Expression | [explicit] |
Expression(const std::string &name_, uint nRows_, uint nCols_, VariableType variableType_=VT_UNKNOWN, uint globalTypeID=0) | Expression | [explicit] |
Expression(int nRows_, int nCols_=1, VariableType variableType_=VT_UNKNOWN, int globalTypeID=0) | Expression | [explicit] |
Expression(uint nRows_, uint nCols_=1, VariableType variableType_=VT_UNKNOWN, uint globalTypeID=0) | Expression | [explicit] |
Expression(const double &rhs) | Expression | |
Expression(const DVector &rhs) | Expression | |
Expression(const DMatrix &rhs) | Expression | |
Expression(const Expression &rhs) | Expression | |
ExpressionType() | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
ExpressionType(const std::string &_name, unsigned _nRows, unsigned _nCols) | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
ExpressionType(const Expression &_expression, unsigned _componentIdx=0) | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
ExpressionType(const double &_arg) | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
ExpressionType(const DVector &_arg) | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
ExpressionType(const DMatrix &_arg) | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
ExpressionType(const Operator &_arg) | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline] |
getAcos() const | Expression | |
getAsin() const | Expression | |
getAtan() const | Expression | |
getCol(const uint &colIdx) const | Expression | |
getCols(const uint &colIdx1, const uint &colIdx2) const | Expression | |
getComponent(const unsigned int idx) const | Expression | [inline] |
getCos() const | Expression | |
getDependencyPattern(const Expression &arg) const | Expression | |
getDim() const | Expression | [inline] |
getDot() const | Expression | |
getEntropy() const | Expression | |
getEuclideanNorm() const | Expression | |
getExp() const | Expression | |
getInverse() const | Expression | |
getLn() const | Expression | |
getLogSumExp() const | Expression | |
getNext() const | Expression | |
getNumCols() const | Expression | [inline] |
getNumRows() const | Expression | [inline] |
getODEexpansion(const int &order, const int *arg) const | Expression | |
getOperatorClone(uint idx) const | Expression | |
getPow(const Expression &arg) const | Expression | |
getPowInt(const int &arg) const | Expression | |
getRow(const uint &rowIdx) const | Expression | |
getRows(const uint &rowIdx1, const uint &rowIdx2) const | Expression | |
getSin() const | Expression | |
getSparsityPattern() const | Expression | |
getSqrt() const | Expression | |
getSubMatrix(const uint &rowIdx1, const uint &rowIdx2, const uint &colIdx1, const uint &colIdx2) const | Expression | |
getSumSquare() const | Expression | |
getTan() const | Expression | |
getVariableType() const | Expression | [inline] |
IntermediateState() | IntermediateState | [inline] |
IntermediateState(const std::string &_name, uint _nRows, uint _nCols) | IntermediateState | [inline, explicit] |
IntermediateState(const std::string &_name) | IntermediateState | [inline, explicit] |
IntermediateState(unsigned _nRows, unsigned _nCols=1) | IntermediateState | [inline, explicit] |
IntermediateState(int _nRows, int _nCols=1) | IntermediateState | [inline, explicit] |
IntermediateState(const double &_arg) | IntermediateState | [inline] |
IntermediateState(const DVector &_arg) | IntermediateState | [inline] |
IntermediateState(const DMatrix &_arg) | IntermediateState | [inline] |
IntermediateState(const Operator &_arg) | IntermediateState | [inline] |
IntermediateState(const Expression &_arg) | IntermediateState | [inline] |
isDependingOn(VariableType type) const | Expression | |
isDependingOn(const Expression &e) const | Expression | |
isVariable() const | Expression | [inline] |
mul(const Expression &arg) const | Expression | [protected] |
name | Expression | [protected] |
nCols | Expression | [protected] |
nRows | Expression | [protected] |
operator()(uint idx) const | Expression | |
operator()(uint rowIdx, uint colIdx) const | Expression | |
operator()(uint idx) | Expression | |
operator()(uint rowIdx, uint colIdx) | Expression | |
operator*(const Expression &arg1, const Expression &arg2) | Expression | [friend] |
operator*=(const Expression &arg) | Expression | |
operator+(const Expression &arg1, const Expression &arg2) | Expression | [friend] |
operator+=(const Expression &arg) | Expression | |
operator-(const Expression &arg1, const Expression &arg2) | Expression | [friend] |
operator-() const | Expression | |
operator-=(const Expression &arg) | Expression | |
operator/(const Expression &arg1, const Expression &arg2) | Expression | [friend] |
operator/=(const Expression &arg) | Expression | |
operator<<(const Expression &arg) | Expression | |
operator<<(std::ostream &stream, const Expression &arg) | Expression | [friend] |
operator=(const Expression &arg) | Expression | |
print(std::ostream &stream) const | Expression | |
product(const Operator *a, const Operator *b) const | Expression | [protected] |
sub(const Expression &arg) const | Expression | [protected] |
substitute(int idx, const Expression &arg) const | Expression | |
transpose() const | Expression | |
variableType | Expression | [protected] |
~Expression() | Expression | [virtual] |
~ExpressionType() | ExpressionType< IntermediateState, VT_INTERMEDIATE_STATE > | [inline, virtual] |