ReadOnlyDoubleMatrixSubtract Method

Overload List

Subtract(Complex, ReadOnlyDoubleMatrix) Determines the subtraction of a matrix from a scalar.
Subtract(Double, ReadOnlyDoubleMatrix) Determines the subtraction of a matrix from a scalar.
Subtract(DoubleMatrix, ReadOnlyDoubleMatrix) Determines the difference between two matrices.
Subtract(ReadOnlyDoubleMatrix, DoubleMatrix) Determines the difference between two matrices.
Subtract(ReadOnlyDoubleMatrix, ReadOnlyDoubleMatrix) Determines the difference between two matrices.
Subtract(ReadOnlyDoubleMatrix, Double) Determines the subtraction of a scalar from a matrix.
Subtract(ReadOnlyDoubleMatrix, Complex) Determines the subtraction of a scalar from a matrix.

See Also