This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
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
Merge pull request
#1453
from martin-frbg/netlib228
Remove spurious EXTERNAL reference
tags/v0.3.0
Martin Kroeker
GitHub
8 years ago
parent
d31f62cf02
150c7294a6
commit
a7485f3222
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lapack-netlib/SRC/dsytrf_aa_2stage.f
+1
-1
lapack-netlib/SRC/ssytrf_aa_2stage.f
+ 1
- 1
lapack-netlib/SRC/dsytrf_aa_2stage.f
View File
@@ -191,7 +191,7 @@
EXTERNAL LSAME, ILAENV
* ..
* .. External Subroutines ..
EXTERNAL XERBLA, DCOPY, DLAC
GV, DLAC
PY,
EXTERNAL XERBLA, DCOPY, DLACPY,
$ DLASET, DGBTRF, DGEMM, DGETRF,
$ DSYGST, DSWAP, DTRSM
* ..
+ 1
- 1
lapack-netlib/SRC/ssytrf_aa_2stage.f
View File
@@ -191,7 +191,7 @@
EXTERNAL LSAME, ILAENV
* ..
* .. External Subroutines ..
EXTERNAL XERBLA, SCOPY, SLAC
GV, SLAC
PY,
EXTERNAL XERBLA, SCOPY, SLACPY,
$ SLASET, SGBTRF, SGEMM, SGETRF,
$ SSYGST, SSWAP, STRSM
* ..
Write
Preview
Loading…
Cancel
Save