multiply
The arrays must be rectangular with the number of rows of the first array equal to the number of columns for the second array.
Return
the product of the arrays
Parameters
first
the first array
second
the second array
The arrays must be rectangular with the number of rows of the first array equal to the number of columns for the second array.
the product of the arrays
the first array
the second array