Click or drag to resize

DoubleMatrixSubtract Method

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