Skip to content
GitLab
Explore
Sign in
[bugfix] make computation of eigenvalues using Lapack work for dim < 3
Code
Review changes
Check out branch
Download
Patches
Plain diff
Daniel Kienle
requested to merge
daniel.kienle/dune-common:bugfix/eigenvalues-fieldmatrix
into
master
Jul 14, 2017
Overview
17
Commits
3
Pipelines
2
Changes
2
Expand
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
Loading