<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>