ReadOnlyDoubleMatrixMultiply Method

Overload List

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

See Also