genmulcmd {matpow} | R Documentation |
Functions to form quoted multiplication commands.
genmulcmd.vanilla(a,b,c)
genmulcmd.bigmemory(a,b,c)
a |
a quoted string. |
b |
a quoted string. |
c |
a quoted string. |
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.
A quoted string for c = a * b for the given type of matrix/multiplication.