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