31 void SimplifyChain(GExpr &init);
32 void SimplifyMomenta(GExpr &init);
33 void SimplifyTrace(GExpr &init);
34 void OrderChains(GExpr &init);
36 void ReorderFermionChains(GExpr &init);
38 void Simplify(GExpr &init,
bool applyFierzTwice =
false);
39 GExpr Simplified(GExpr
const &init,
bool applyFierzTwice =
false);
41 void CSLSimplify(GExpr &init);
42 GExpr CSLSimplified(GExpr
const &init);
44 void SGLSimplify(
csl::Expr &init, TensorSet
const &t);
Expr Simplify(const Expr &expr, int depth=-1)
Definition: abstractgammasym.h:32
Contains the base class for the Symbolic Gamma Library (SGL) and the GExpr definition.