Click or drag to resize

ReadOnlyDoubleMatrixSubtract Method

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