xc
|
This is the complete list of members for ExprAlgebra, including all inherited members.
abs(const ExprAlgebra &) | ExprAlgebra | friend |
Abs(void) | ArbolExpr | protected |
AplicaOperador(const Operador *op, const ArbolExpr &a2) (defined in ArbolExpr) | ArbolExpr | protected |
ArbolExpr(void) | ArbolExpr | |
ArbolExpr(const std::string &str) | ArbolExpr | |
ArbolExpr(const ArbolExpr &otro) | ArbolExpr | |
ArbolExpr(const double &d) | ArbolExpr | explicit |
Asigna(const std::string &palabra, const ArbolExpr &a) (defined in ArbolExpr) | ArbolExpr | |
Asigna(const std::string &palabra, const double &d) (defined in ArbolExpr) | ArbolExpr | inlinestatic |
CalcDirVar(const std::string &nmb) | ProtoExpresion | static |
CalcularDireccion(const std::string &nmb) | ProtoExpresion | protectedstatic |
Colct(void) const (defined in ExprAlgebra) | ExprAlgebra | inline |
CreaLexico(void) | ProtoExpresion | static |
DesAsigna(const std::string &palabra) (defined in ArbolExpr) | ArbolExpr | inline |
Dif(const std::string &var) | ArbolExpr | protected |
Diferencia(const std::string &var) const (defined in ExprAlgebra) | ExprAlgebra | inline |
Distrib(void) (defined in ArbolExpr) | ArbolExpr | inlineprotected |
err_traduc | ExprBase | protected |
ErrorTraduccion(void) const | ExprBase | inline |
Eval(void) const (defined in ExprAlgebra) | ExprAlgebra | inline |
Eval(const std::string &palabra, const ExprAlgebra &a) const (defined in ExprAlgebra) | ExprAlgebra | inline |
Eval(const std::string &palabra, const double &d) const (defined in ExprAlgebra) | ExprAlgebra | inline |
Eval(const std::string &valores) const (defined in ExprAlgebra) | ExprAlgebra | |
Evaluable(void) const (defined in ArbolExpr) | ArbolExpr | inlinevirtual |
expand (defined in ExprAlgebra) | ExprAlgebra | friend |
ExprAlgebra(void) | ExprAlgebra | |
ExprAlgebra(const std::string &) | ExprAlgebra | explicit |
ExprAlgebra(const ExprAlgebra &) | ExprAlgebra | |
ExprAlgebra(const double &) | ExprAlgebra | explicit |
ExprBase(const bool &ET) | ExprBase | inline |
ExpressionMatrix (defined in ExprAlgebra) | ExprAlgebra | friend |
GetFullString(void) const | ArbolExpr | |
getNamesOfVariables(void) const | ArbolExpr | |
GetString(void) const | ArbolExpr | |
GetValor(void) const (defined in ArbolExpr) | ArbolExpr | inlineprotected |
InicFromStr(const std::string &str) (defined in ArbolExpr) | ArbolExpr | protected |
IntegSimpson(const Intervalo1D &i) const | ExprAlgebra | |
IntegTrapecio(const Intervalo1D &i) const | ExprAlgebra | |
Lex(void) | ProtoExpresion | static |
LexA(void) | ProtoExpresion | static |
Neg(void) | ArbolExpr | protected |
NuevaVar(const Variable &v) | ProtoExpresion | static |
NuevaVar(const std::string &palabra) | ProtoExpresion | static |
NumVariables(void) const | ArbolExpr | |
Opera(void) | ArbolExpr | protected |
OperaToNum(void) | ArbolExpr | protected |
operator!=(const ExprBase &other) const (defined in ExprBase) | ExprBase | inline |
operator()(const std::string &p, const ExprAlgebra &a) const (defined in ExprAlgebra) | ExprAlgebra | inline |
operator()(const std::string &p, const double &d) const (defined in ExprAlgebra) | ExprAlgebra | inline |
operator* (defined in ExprAlgebra) | ExprAlgebra | friend |
operator* (defined in ExprAlgebra) | ExprAlgebra | friend |
operator* (defined in ExprAlgebra) | ExprAlgebra | friend |
operator*=(const ExprAlgebra &a2) (defined in ExprAlgebra) | ExprAlgebra | inline |
operator*=(const ArbolExpr &a2) (defined in ArbolExpr) | ArbolExpr | |
operator+ (defined in ExprAlgebra) | ExprAlgebra | friend |
operator+ (defined in ExprAlgebra) | ExprAlgebra | friend |
operator+ (defined in ExprAlgebra) | ExprAlgebra | friend |
operator+=(const ExprAlgebra &a2) (defined in ExprAlgebra) | ExprAlgebra | inline |
operator+=(const ArbolExpr &a2) (defined in ArbolExpr) | ArbolExpr | |
operator-(void) (defined in ExprAlgebra) | ExprAlgebra | inline |
operator- (defined in ExprAlgebra) | ExprAlgebra | friend |
operator- (defined in ExprAlgebra) | ExprAlgebra | friend |
operator- (defined in ExprAlgebra) | ExprAlgebra | friend |
operator-=(const ExprAlgebra &a2) (defined in ExprAlgebra) | ExprAlgebra | inline |
operator-=(const ArbolExpr &a2) (defined in ArbolExpr) | ArbolExpr | |
operator/ (defined in ExprAlgebra) | ExprAlgebra | friend |
operator/ (defined in ExprAlgebra) | ExprAlgebra | friend |
operator/ (defined in ExprAlgebra) | ExprAlgebra | friend |
operator/=(const ExprAlgebra &a2) (defined in ExprAlgebra) | ExprAlgebra | inline |
operator/=(const ArbolExpr &a2) (defined in ArbolExpr) | ArbolExpr | |
operator=(const ExprAlgebra &other) (defined in ExprAlgebra) | ExprAlgebra | inline |
ArbolExpr::operator=(const ArbolExpr &otro) | ArbolExpr | |
operator==(const ArbolExpr &) const | ArbolExpr | virtual |
ExprBase::operator==(const ExprBase &) const | ExprBase | virtual |
pow(const ExprAlgebra &a, const ExprAlgebra &b) | ExprAlgebra | friend |
pow(const ExprAlgebra &a, const double &b) | ExprAlgebra | friend |
pow(const double &a, const ExprAlgebra &b) | ExprAlgebra | friend |
pow(const ArbolExpr &a2) (defined in ArbolExpr) | ArbolExpr | |
Print(std::ostream &os) const | ArbolExpr | |
ProtoExpresion(void) | ProtoExpresion | |
ptr_lex (defined in ProtoExpresion) | ProtoExpresion | protectedstatic |
RaizNewton(const double &tol, size_t max_iter, const std::string &var, const double &d, double &err) | ExprAlgebra | |
RecorreEnorden(const ExprFunctor &f) (defined in ArbolExpr) | ArbolExpr | |
RecorreEnorden(const ExprFunctor &f) const (defined in ArbolExpr) | ArbolExpr | |
RecorrePostorden(const ExprFunctor &f) (defined in ArbolExpr) | ArbolExpr | |
RecorrePostorden(const ExprFunctor &f) const (defined in ArbolExpr) | ArbolExpr | |
RecorrePreorden(const ExprFunctor &f) (defined in ArbolExpr) | ArbolExpr | |
RecorrePreorden(const ExprFunctor &f) const (defined in ArbolExpr) | ArbolExpr | |
Simplifica(void) (defined in ArbolExpr) | ArbolExpr | inlineprotected |
sqrt(const ExprAlgebra &) | ExprAlgebra | friend |
Sqrt(void) | ArbolExpr | protected |
TieneLexico(void) (defined in ProtoExpresion) | ProtoExpresion | static |
TieneVariable(const std::string &palabra) const | ArbolExpr | |
TieneVariable(const VarExpr &var) const | ArbolExpr | |
TieneVariable(const Variable &var) const | ArbolExpr | |
ToNum(void) const (defined in ArbolExpr) | ArbolExpr | |
ToNum(const std::string &palabra, const double &d) const | ArbolExpr | |
ToNum(const MapValores &) const (defined in ArbolExpr) | ArbolExpr | |
Traduce(const ExprPostfija &e) (defined in ArbolExpr) | ArbolExpr | protected |
Traduce(const std::string &cadena_entrada) (defined in ArbolExpr) | ArbolExpr | protected |
Variables(void) const | ArbolExpr | |
~ArbolExpr(void) (defined in ArbolExpr) | ArbolExpr | virtual |