Skip to content

Meta matrix addings

This MR implements a few basic matrix tools that are compatible with the matrices alignment from !7028 (merged).

Matrices are 1D arrays indexed row by row that can be transposed at compile time / considered diagonal. As of this MR, only 1x1, 2x2 and 3x3 matrices are considered for the determinant, inversion, or linear solving.

Merge request reports