eigenvectors computation is wrong when several vectors share the same eigenvalue
--------------------------------------------------------------------------------
Key: MATH-333
URL: https://issues.apache.org/jira/browse/MATH-333
Project: Commons Math
Issue Type: Bug
Reporter: Luc Maisonobe
Fix For: 2.2
A typical example is to decompose identity matrix. There is only one
eigenvalue: 1.0. Instead of returning n different eigenvectors forming a
complete vector base, the same vector is returned n times.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.