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
Fix typos in comments (Reference-LAPACK PR 814)
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
parent
a82c1443db
commit
b01894adcb
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lapack-netlib/TESTING/EIG/cdrgvx.f
+1
-1
lapack-netlib/TESTING/EIG/ddrgvx.f
+1
-1
lapack-netlib/TESTING/EIG/sdrgvx.f
+1
-1
lapack-netlib/TESTING/EIG/zdrgvx.f
+ 1
- 1
lapack-netlib/TESTING/EIG/cdrgvx.f
View File
@@ -56,7 +56,7 @@
*>
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
*>
*> where l**H is the conjugate tranpose of l.
*> where l**H is the conjugate tran
s
pose of l.
*>
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
*>
+ 1
- 1
lapack-netlib/TESTING/EIG/ddrgvx.f
View File
@@ -56,7 +56,7 @@
*>
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
*>
*> where l**H is the conjugate tranpose of l.
*> where l**H is the conjugate tran
s
pose of l.
*>
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
*>
+ 1
- 1
lapack-netlib/TESTING/EIG/sdrgvx.f
View File
@@ -57,7 +57,7 @@
*>
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
*>
*> where l**H is the conjugate tranpose of l.
*> where l**H is the conjugate tran
s
pose of l.
*>
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
*>
+ 1
- 1
lapack-netlib/TESTING/EIG/zdrgvx.f
View File
@@ -55,7 +55,7 @@
*>
*> | l**H * (beta A - alpha B) | / ( ulp max( |beta A|, |alpha B| ) )
*>
*> where l**H is the conjugate tranpose of l.
*> where l**H is the conjugate tran
s
pose of l.
*>
*> (2) max over all right eigenvalue/-vector pairs (beta/alpha,r) of
*>
Write
Preview
Loading…
Cancel
Save