Weslley S. Pereira

Results 28 issues of Weslley S. Pereira

PR #702 fixed a problem that could be avoided by using more strict flags in the CI. This PR: - Applies explicit type casts all over the library (not including...

Closes #695. Revert "SORCSD2BY1: remove dead code" This reverts commit d245b4f6ef5ed18cff4ef53d75a96b49f259bc3a. Revert "SORCSD: fix documentation on matrix dimensions" This reverts commit bdcd890a185482119c52dd7acd9a702f0cad782a. Keep corrections in the documentation, which make sense.

This PR adds a test related to the fix #625. The test: - Verifies if `xLARRV` returns `INFO=0` when `(N.EQ.0).OR.(M.EQ.0)`. - Verifies if `xLARRV` modifies its outputs when `(N.EQ.0).OR.(M.EQ.0)`. The...

Closes #629 New algorithms for computing Givens rotations --------------------------------------------- @sergey-v-kuznetsov highlighted in #629 that the new Givens rotations operations may have lower accuracy than the ones that were in LAPACK...

**Description, and suggested fix from Professor Ren-Cang Li, University of Texas at Arlington** Consider the case of computing the last updated eigenvalue using `DLAED4`. If `C=0`, `ETA` is currently set...

Solves #523. This PR adds a Github Action with a test for Windows (latest) using the MinGW generator. Since this new code is not in the master branch, please look...

There is a vector version of xLARTG used in LAPACK, xLARGV. It has not been updated with the new safe-scaling routines as xLARTG. We should update xLARGV, xLARTGP and xLARTGS....

Fix #549. **Description** In #549, we verified xORBDB2 and xORBDB3 use subarrays of size 0 starting at `X(N+1)`, where N is the size of X. These arrays are passed as...

Fixes #404 **Description** There are many bugs in `LAPACKE_*tpmqrt_work` routines for ROW MAJOR matrices, as pointed out by @haldaas in #404. **Checklist** - [x] Fix `LAPACKE_dtpmqrt_work` - [ ] Fix...

We are still missing a continuous integration test for Windows. I plan to add it in the near future, but I would be happy to review a PR if one...

Type: Enhancement
help wanted
Related: Testing