torder_compile INDEX

TORDER_COMPILE _ _ _ _ _ _ _ _ _ _ _ _ operator

A matrix can be converted into a compilable LISP program for faster execution by using

syntax:

torder_compile(<name>,<mat>)

where <name> is an identifier for the new term order and <mat> is an integer matrix to be used as matrix term order. Afterwards the term order can be activated by using <name> in a torder expression. The resulting program is compiled if the switch comp is on, or if the torder_compile expression is part of a compiled module.