CALC.mmult(array1, array2)

Return the matrix product of the two arrays.

Example

CALC.mmult([[2,2],[2,2]], [[3,3],[3,3]]);

// returns [[12, 12],[12, 12]]

<< CALC.minverse(array) © 1996-2013 InetSoft Technology Corporation (v11.4) CALC.mod(number, divisor) >>