operator*#

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

Matrix-matrix multiplication operator.

Parameters:
  • a[in] Left-hand side matrix

  • b[in] Right-hand side matrix

Returns:

Product matrix a * b