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