operator-# inline Matrix22 operator-(const Matrix22 &a, const Matrix22 &b)# Matrix subtraction operator. Parameters: a – [in] Minuend matrix b – [in] Subtrahend matrix Returns: Difference matrix a - b