Skip to content

Implement specialized version of invert for 3x3 dense matrices.

Markus Blatt requested to merge feature/fix-DenseMatrix-invert into master

We have used this kind of specialization in a down stream module to increase the performance of the ILU setup a bit

Merge request reports