mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
* math: fix adjoint of Matrix2 Fix the adjoint of the Matrix2x2 implementation in the math module. This also fixes the calculation of the inverse which depends on the adjoint. * update release notes