langou
langou
Please have KD=0 as part of the test suite. See: https://github.com/tlapack/tlapack/blob/06d58b611c2a56ca9eb6de166c30dbddaf0bcf25/test/src/test_pbtrf_with_workspace.cpp#L57 If the test suite fails for KD=0, please make it work.
@BrianDang03 Please use LAPACK slice operator to slice vector, do not use the std::vector() extraction feature https://github.com/tlapack/tlapack/blob/f27c8ccbcca34360b433641de97bc1d3c1100cd4/include/tlapack/lapack/laed4.hpp#L609 https://github.com/tlapack/tlapack/blob/f27c8ccbcca34360b433641de97bc1d3c1100cd4/include/tlapack/lapack/laed4.hpp#L795 Also, since we are at it, please remove: https://github.com/tlapack/tlapack/blob/f27c8ccbcca34360b433641de97bc1d3c1100cd4/include/tlapack/lapack/laed4.hpp#L116 Also let us...
See this commented line: https://github.com/tlapack/tlapack/blob/646ae7f48fdf71c3c26b630db68de5bf5e4e69e0/test/src/CMakeLists.txt#L85 We need to re-enable the testing of HETRF. This is related to PR #338. @BrianDang03 helped with "fixing" things in #474.
…e issue where the residuals become large when m>n.
In DSTEDC, it seems that these lines of code are never called and so can safely been removed: https://github.com/Reference-LAPACK/lapack/blob/efbd2fdf4439cdf5e11f9ff3ee9c65dd81164580/SRC/dstedc.f#L439-L444 Lines 439 to 444 are never called since, at lines 306,...
2.2.1
Hi all, we are considering releasing 2.2.1., possibly in a week or so. How does this sound? Are there any PRs that needs to be merged? Version release number (2.2.1)...