SundanceExpr.cpp File Reference

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)


Function Documentation

static Time& prodTimer (  )  [static]

Definition at line 94 of file SundanceExpr.cpp.

Referenced by Sundance::Expr::operator*().

static Time& sumTimer (  )  [static]

Definition at line 63 of file SundanceExpr.cpp.

Referenced by Sundance::Expr::operator+(), and Sundance::Expr::operator-().

static Time& tryMultiplyComplexTimer (  )  [static]

Definition at line 85 of file SundanceExpr.cpp.

Referenced by Sundance::Expr::tryMultiplyComplex().

static Time& trySumComplexTimer (  )  [static]

Definition at line 78 of file SundanceExpr.cpp.

Referenced by Sundance::Expr::tryAddComplex().

static Time& unaryMinusTimer (  )  [static]

Definition at line 70 of file SundanceExpr.cpp.

Referenced by Sundance::Expr::operator-().

Site Contact