dot product of two matrices
matrixA
matrixB
Matrix dot(Matrix matrixA, Matrix matrixB) { return matrixA.dot(matrixB); }