WIP: FieldMatrix eigenvalue improvements
Compare changes
Files
2+ 85
− 8
@@ -10,6 +10,8 @@
@@ -88,35 +90,106 @@ void testRosserMatrix()
@@ -129,6 +202,10 @@ int main()
This MR is intended to add some performance improvements by adding specializations for eigen vector calculations of 1x1, 2x2 and 3x3 matrices.
As a start, we had to
We further