ReadOnlyDoubleMatrixSubtraction Operator

Overload List

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

See Also