Hi,
I needed matrices for basic operations like matrice multiplication, transposition and inversion. I tried to build matrices with arrays as suggested above but I wasn’t very comfortable with arrays (still a beginner) so I ended up using the Eigen library alongside with Unreal Engine. I don’t know if it will cause any issue but it worked fine so far.
Thank you for your answer ^^