Keywords - Function groups - @ A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Group: Operators
See also: + - .* / ^ %

Function: *
Description: * computes the matrix multiplication of arrays.

Usage: z = y * x
Input:
x array
y array
Output:
z array

Note:

Note:

Example:
(#(3,4)~#(1,2))*#(2,3)

Result:
Contents of _tmp



[1,]     9

[2,]     14



(C) MD*TECH Method and Data Technologies, 05.02.2006