Functions to form quoted multiplication commands.
genmulcmd.vanilla(a,b,c)
genmulcmd.bigmemory(a,b,c)a quoted string.
a quoted string.
a quoted string.
A quoted string for c = a * b for the given type of matrix/multiplication.
One of the arugments to matpow is
genmulcmd, a function to generate a string containing the command
the multiply matrices. The string is fed into parse and
eval for execution. The user may supply a custom function,
or use either genmulcmd.vanilla or
genmulcmd.bigmemory.