Closed ajensen1234 closed 7 months ago
I've used NALGEBRA before and it was kinda tough to fight the compiler. Especially taking slices of matrices to do paraleiziation on them.
We ended up picking nalgebra.
We found that you could skirt many of the compiler issues by using their dynamicly sized matrix, DMatrix!
Here are some: