Skip to content

Conversation

@weslleyspereira
Copy link
Collaborator

Description
Since 02b8bc6, the routines xGESDD return with INFO=-4 if the matrix A has any NAN entry. This PR clarifies the documentation on this regard.

This PR closes #469.
This PR also relates to numpy/numpy#18914.

@codecov
Copy link

codecov bot commented May 24, 2021

Codecov Report

Merging #567 (c46d580) into master (121b5c5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #567   +/-   ##
=======================================
  Coverage   82.37%   82.37%           
=======================================
  Files        1894     1894           
  Lines      190677   190677           
=======================================
  Hits       157063   157063           
  Misses      33614    33614           
Impacted Files Coverage Δ
SRC/cgesdd.f 95.40% <ø> (ø)
SRC/dgesdd.f 94.17% <ø> (ø)
SRC/sgesdd.f 94.17% <ø> (ø)
SRC/zgesdd.f 95.40% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 121b5c5...c46d580. Read the comment docs.

@weslleyspereira weslleyspereira force-pushed the add-comment-on-NANs-in-GESDD branch from 128e030 to c46d580 Compare May 24, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DGESDD with nan exits with: On entry to DLASCL parameter number 4 had an illegal value

3 participants