lapack
lapack copied to clipboard
Solution could not be computed in dsysv_aa
If I choose well conditioned matrix A from reference [http://epubs.siam.org/doi/10.1137/100801548 ],
the solution can't be computed, which contradicts with A is nonsingular.
Matrix A is the following form:

when using dsysv_aa on this matrix, then info > 0 in dsytrf_aa.
@iyamazaki, can you have a look?
Excellent Ichi (@iyamazaki). Thanks for the fix. @yhfeng: Thanks for the bug report. Please let us know if further problem. I am closing the issue.
Hi all,
I am reopening the issue.
(1) The comments of the INFO parameter in DSYTRF_AA are not correct.
(2) We are currently discussing the meaning of INFO > 0 in DSYTRF_AA. It is not clear we want INFO > 0 at all. If we decide to remove INFO > 0 case (my preference), this will mean that we have to edit the test suite. So some work ahead.
I am reopening the issue so that we do not forget to work on this.
Opinions welcome on (2).
Julien.
INFO > 0 was removed from DSYTRF_AA in 3ba9cdf7cf4fb924a3e7904fe396692028959c3f. Should we close this issue? This commit had no updates in the test suite.