Go to the source code of this file.
Namespaces | |
| namespace | Sundance |
Functions | |
| static Time & | sumTimer () |
| static Time & | unaryMinusTimer () |
| static Time & | trySumComplexTimer () |
| static Time & | tryMultiplyComplexTimer () |
| static Time & | prodTimer () |
| Expr | Sundance::Complex (const Expr &re, const Expr &im) |
| Expr | Sundance::List (const Expr &a) |
| Expr | Sundance::List (const Expr &a, const Expr &b) |
| Expr | Sundance::List (const Expr &a, const Expr &b, const Expr &c) |
| Expr | Sundance::List (const Expr &a, const Expr &b, const Expr &c, const Expr &d) |
| Expr | Sundance::List (const Expr &a, const Expr &b, const Expr &c, const Expr &d, const Expr &e) |
| Expr | Sundance::List (const Expr &a, const Expr &b, const Expr &c, const Expr &d, const Expr &e, const Expr &f) |
| Expr | Sundance::List (const Expr &a, const Expr &b, const Expr &c, const Expr &d, const Expr &e, const Expr &f, const Expr &g) |
| Expr | Sundance::List (const Expr &a, const Expr &b, const Expr &c, const Expr &d, const Expr &e, const Expr &f, const Expr &g, const Expr &h) |
| static Time& prodTimer | ( | ) | [static] |
Definition at line 105 of file SundanceExpr.cpp.
Referenced by Sundance::Expr::operator*().
| static Time& sumTimer | ( | ) | [static] |
Definition at line 74 of file SundanceExpr.cpp.
Referenced by Sundance::Expr::operator+(), and Sundance::Expr::operator-().
| static Time& tryMultiplyComplexTimer | ( | ) | [static] |
Definition at line 96 of file SundanceExpr.cpp.
Referenced by Sundance::Expr::tryMultiplyComplex().
| static Time& trySumComplexTimer | ( | ) | [static] |
Definition at line 89 of file SundanceExpr.cpp.
Referenced by Sundance::Expr::tryAddComplex().
| static Time& unaryMinusTimer | ( | ) | [static] |
Definition at line 81 of file SundanceExpr.cpp.
Referenced by Sundance::Expr::operator-().