Programmer Guide/Command Reference/EVAL/mul: Difference between revisions
From STX Wiki
< Programmer Guide | Command Reference | EVAL
Jump to navigationJump to search
(initial import) |
m (1 revision: Initial import) |
(No difference)
|
Revision as of 17:31, 18 November 2010
Contents
mul
Calculate the dyadic product of xv and yv.
Usage:
mul(xv,yv)
Return Type:
matrix - (nrow(xv) x nrow(yv))
Notes:
Note that if one of the arguments is not a vector, then x * y is calculated.