This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
fix possible infinite loop on error (Reference-LAPACK PR 1024)
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
parent
a9817b4212
commit
215279662e
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
lapack-netlib/TESTING/EIG/ddrvst.f
+ 2
- 2
lapack-netlib/TESTING/EIG/ddrvst.f
View File
@@ -2819,9 +2819,9 @@ c LIWEDC = 12
$ MAX( UNFL, TEMP3*ULP )
*
CALL DLACPY( ' ', N, N, V, LDU, A, LDA )
*
1750 CONTINUE
*
1720 CONTINUE
*
* End of Loop -- Check for RESULT(j) > THRESH
Write
Preview
Loading…
Cancel
Save