Click or drag to resize

ComplexMatrixSubtraction Operator

Overload List
  NameDescription
Public operatorStatic memberCode exampleSubtraction(Complex, ComplexMatrix)
Determines the subtraction of a matrix from a scalar.
Public operatorStatic memberCode exampleSubtraction(ComplexMatrix, ComplexMatrix)
Determines the difference between two matrices.
Public operatorStatic memberSubtraction(ComplexMatrix, DoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberSubtraction(ComplexMatrix, ReadOnlyDoubleMatrix)
Determines the difference between two matrices.
Public operatorStatic memberCode exampleSubtraction(ComplexMatrix, Complex)
Determines the subtraction of a scalar from a matrix.
Public operatorStatic memberSubtraction(DoubleMatrix, ComplexMatrix)
Determines the difference between two matrices.
Public operatorStatic memberSubtraction(ReadOnlyDoubleMatrix, ComplexMatrix)
Determines the difference between two matrices.
Top
See Also