DoubleMatrixMultiply Method

Overload List

Multiply(Complex, DoubleMatrix) Determines the multiplication of a scalar by a matrix.
Multiply(Double, DoubleMatrix) Determines the multiplication of a scalar by a matrix.
Multiply(DoubleMatrix, DoubleMatrix) Determines the product of two matrices.
Multiply(DoubleMatrix, Double) Determines the multiplication of a matrix by a scalar.
Multiply(DoubleMatrix, Complex) Determines the multiplication of a matrix by a scalar.

See Also