Artifact 90fca20ac26379e751b06773b8c8c0f856c572418677470a91f89b071372a489:
- Executable file
r37/lisp/csl/html/r37_0355.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: 857) [annotate] [blame] [check-ins using] [more...]
<A NAME=torder_compile> <TITLE>torder_compile</TITLE></A> <b><a href=r37_idx.html>INDEX</a></b><p><p> <B>TORDER_COMPILE</B> _ _ _ _ _ _ _ _ _ _ _ _ <B>operator</B><P> <P> <P> <P> A matrix can be converted into a compilable LISP program for faster execution by using <P> <H3> syntax: </H3> <P> <P> <em>torder_compile</em>(<name>,<mat>) <P> <P> <P> where <name> is an identifier for the new term order and <mat> is an integer matrix to be used as <A HREF=r37_0365.html>matrix term order</A>. Afterwards the term order can be activated by using <name> in a <A HREF=r37_0354.html>torder</A> expression. The resulting program is compiled if the switch <A HREF=r37_0273.html>comp</A> is on, or if the <em>torder_compile</em> expression is part of a compiled module. <P> <P>