ReadOnlyComplexMatrixSubtract Method

Overload List

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

See Also