有几种方法可以做到这一点。这是一种选择:
matrixA.operateOnMatching(MULTIPLY,matrixB).supplyTo(matrixC);
MULTIPLY来自静态导入的位置(org.ojalgo.function.constant.PrimitiveMath)。

有几种方法可以做到这一点。这是一种选择:
matrixA.operateOnMatching(MULTIPLY,matrixB).supplyTo(matrixC);
MULTIPLY来自静态导入的位置(org.ojalgo.function.constant.PrimitiveMath)。