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