Programmer Guide/Command Reference/EVAL/mul: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
m (1 revision: Initial import)
(No difference)

Revision as of 18:31, 18 November 2010

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.

Navigation menu

Personal tools