Artifact b423732bcc21d2d4d80bbb50ae3f978e1a00392653949a49a98ffd62e3b3327e:
- Executable file
r37/lisp/csl/html/r37_0415.html
— part of check-in
[f2fda60abd]
at
2011-09-02 18:13:33
on branch master
— Some historical releases purely for archival purposes
git-svn-id: https://svn.code.sf.net/p/reduce-algebra/code/trunk/historical@1375 2bfe0521-f11c-4a00-b80e-6202646ff360 (user: arthurcnorman@users.sourceforge.net, size: 826) [annotate] [blame] [check-ins using] [more...]
<A NAME=NOSPUR> <TITLE>NOSPUR</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>NOSPUR</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>declaration</B><P> <P> The <em>nospur</em> declaration prevents the trace calculation over the given line identifiers in high-energy physics calculations. <P> <H3> syntax: </H3> <P> <P> <em>nospur</em><line-id>{,<line-id>}* <P> <P> <P> <line-id> is a scalar identifier that will be used as a line identifier. <P> <P> <P> <H3> examples: </H3> <P><PRE><TT> vector a1,b1,c1; g(line1,a1,b1)*g(line2,b1,c1); A1.B1*B1.C1 nospur line2; g(line1,a1,b1)*g(line2,b1,c1); A1.B1*G(LINE2,B1,C1) </TT></PRE><P>Nospur declarations can be removed by making the declaration <A HREF=r37_0417.html>spur</A>. <P> <P> <P>