You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch was authored by Brian D. Sutton and posted to the discussion
of LAPACK pull request Reference-LAPACK#406.
* fix indexing for vector increments different from one
* always set vectors that are numerically zero to zero
Previously SORBDB6 would only set vectors to zero if a second iteration
of Gram-Schmidt was necessary. This would cause problems on the caller
site if the test for a zero vector differed from the SORBDB6 test for
zero.
0 commit comments