axom icon indicating copy to clipboard operation
axom copied to clipboard

Improve testing of eigen_solve

Open kennyweiss opened this issue 5 months ago • 3 comments

When reviewing #1412, which fixes a bug in the eigen_solve routine, I noticed that we do not have any tests where the number of desired eigenvalues/vectors, k, is less than the dimension, N of the square matrix, A.

We should test that this works and produces the correct results.

kennyweiss avatar Sep 18 '24 03:09 kennyweiss