Click or drag to resize

MatrixSubtraction Operator

Overload List
  NameDescription
Public operatorStatic memberSubtraction(Double, Matrix)
Subtracts each element of the matrix from the scalar and returns the result.
Public operatorStatic memberSubtraction(Matrix, Matrix)
Subtracts the one matrix from another and returns the result.
Public operatorStatic memberSubtraction(Matrix, Double)
Subtracts the scalar from each element of the matrix and returns the result.
Top
See Also