Skip to content

[bugfix] make computation of eigenvalues using Lapack work for dim < 3

  • changed parameter w to lwork to be consistent with documentation of dsyev (lapack)
  • set parameter lwork to 3*n-1 see dsyev for eigenvalue calculation for dim < 3

Merge request reports