X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fclifford.h;h=42be538f5f5bdbe9beb29dd95d67af6ab951b792;hp=69c9e23a6685a3b19f42fbfa17b9bed4113a4431;hb=08af38543754f923653d73fd84625bb8a35b0136;hpb=ca09ead7889a10d651d0042cb4cf44ab4e8a177a diff --git a/ginac/clifford.h b/ginac/clifford.h index 69c9e23a..42be538f 100644 --- a/ginac/clifford.h +++ b/ginac/clifford.h @@ -144,8 +144,10 @@ ex dirac_slash(const ex & e, const ex & dim, unsigned char rl = 0); * In particular, the functional is not always cyclic in D != 4 dimensions * when gamma5 is involved. * - * @param rl Representation label */ -ex dirac_trace(const ex & e, unsigned char rl = 0); + * @param e Expression to take the trace of + * @param rl Representation label + * @param trONE Expression to be returned as the trace of the unit matrix */ +ex dirac_trace(const ex & e, unsigned char rl = 0, const ex & trONE = 4); } // namespace GiNaC