Skip to content

Fix computation of eigenvectors of singular matrices

Oliver Sander requested to merge eigenvalues-of-singular-matrices into master

The eigenvector algorithm for symmetric FieldMatrices was buggy, it does not handle singular matrices well. Add a test and fix the bug.

Edited by Oliver Sander

Merge request reports