genmulcmd: Generate Multiplication Command

genmulcmdR Documentation

Generate Multiplication Command

Description

Functions to form quoted multiplication commands.

Usage

 
   genmulcmd.vanilla(a,b,c) 
   genmulcmd.bigmemory(a,b,c) 

Arguments

a

a quoted string.

b

a quoted string.

c

a quoted string.

Details

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.

Value

A quoted string for c = a * b for the given type of matrix/multiplication.


matpow documentation built on March 18, 2022, 7:41 p.m.

Related to genmulcmd in matpow...