Click or drag to resize

MatrixTSubtraction Operator

Overload List
 NameDescription
Public operatorStatic memberSubtraction(T, MatrixT) Subtracts each element of a matrix from a scalar.
Public operatorStatic memberSubtraction(MatrixT, T) Subtracts a scalar from each element of a matrix.
Public operatorStatic memberSubtraction(MatrixT, MatrixT) Subtracts two matrices together and returns the results.
Top
See Also