ImageGearJava Project > com.accusoft.imagegear.processing Package > ImGearDoubleMatrix Class : opMultiply Method |
value.
Overload | Description |
---|---|
opMultiply(ImGearDoubleMatrix,double) | Returns copy of ImGearDoubleMatrix matrix scaled to value. |
opMultiply(ImGearDoubleMatrix,double[]) | Multiplies ImGearDoubleMatrix matrix by vector (matrix * vector). |
opMultiply(ImGearDoubleMatrix,ImGearDoubleMatrix) | Multiplies two ImGearDoubleMatrix matrix (matrixA * matrixB). |