6 public static partial class ArithmeticsOperations
15 M.ScalarAddition(-Scalar);
25 M.ScalarAddition(-Scalar);
static void ScalarSubtraction(this Matrix< int > M, int Scalar)
Performs a scalar subtraction on each element in the matrix.
static void ScalarSubtraction(this Matrix< float > M, float Scalar)
Performs a scalar subtraction on each element in the matrix.
Implements a Matrix, basic component for computations in Image Processing and Computer Vision.