Returns new matrix after component wise this - arg
arg
Matrix2 operator -(Matrix2 arg) => clone()..sub(arg);