operator+#

inline Matrix22 operator+(const Matrix22 &a, const Matrix22 &b)#

Matrix addition operator.

Parameters:
  • a[in] First matrix

  • b[in] Second matrix

Returns:

Sum matrix a + b