ReadOnlyComplexMatrixSubtraction Operator

Overload List

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

See Also