/[GiNaC]/ginac/clifford.h
ViewVC logotype

Diff of /ginac/clifford.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30 by cbauer, Fri May 11 14:05:32 2001 UTC revision 1.31 by cbauer, Thu May 17 20:53:07 2001 UTC
# Line 149  ex dirac_slash(const ex & e, const ex & Line 149  ex dirac_slash(const ex & e, const ex &
149   *  @param trONE Expression to be returned as the trace of the unit matrix */   *  @param trONE Expression to be returned as the trace of the unit matrix */
150  ex dirac_trace(const ex & e, unsigned char rl = 0, const ex & trONE = 4);  ex dirac_trace(const ex & e, unsigned char rl = 0, const ex & trONE = 4);
151    
152    /** Bring all products of clifford objects in an expression into a canonical
153     *  order. This is not necessarily the most simple form but it will allow
154     *  to checking two expressions for equality. */
155    ex canonicalize_clifford(const ex & e);
156    
157  } // namespace GiNaC  } // namespace GiNaC
158    

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15