Click or drag to resize

ComplexMatrixSubtract Method

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