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
Update brief description of function purpose (Reference-LAPACK 831)
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
parent
e728744bd6
commit
490ce5199b
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
8 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lapack-netlib/SRC/DEPRECATED/cgegs.f
+1
-1
lapack-netlib/SRC/DEPRECATED/cgegv.f
+1
-1
lapack-netlib/SRC/DEPRECATED/dgegs.f
+1
-1
lapack-netlib/SRC/DEPRECATED/dgegv.f
+1
-1
lapack-netlib/SRC/DEPRECATED/sgegs.f
+1
-1
lapack-netlib/SRC/DEPRECATED/sgegv.f
+1
-1
lapack-netlib/SRC/DEPRECATED/zgegs.f
+1
-1
lapack-netlib/SRC/DEPRECATED/zgegv.f
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/cgegs.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> CGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> CGE
GS computes the eigenvalues, Schur form, and, optionally, the left and or/right Schur vectors of a complex matrix pair (A,B)
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/cgegv.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> CGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> CGE
GV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a complex matrix pair (A,B).
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/dgegs.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> DGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> DGE
GS computes the eigenvalues, real Schur form, and, optionally, the left and/or right Schur vectors of a real matrix pair (A,B)
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/dgegv.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> DGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> DGE
GV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a real matrix pair (A,B).
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/sgegs.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> SGEGS computes the eigenvalues
and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> SGEGS computes the eigenvalues
, real Schur form, and, optionally, the left and/or right Schur vectors of a real matrix pair (A,B)
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/sgegv.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> SGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> SGE
GV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a real matrix pair (A,B).
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/zgegs.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> ZGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> ZGE
GS computes the eigenvalues, Schur form, and, optionally, the left and or/right Schur vectors of a complex matrix pair (A,B)
</b>
*
* =========== DOCUMENTATION ===========
*
+ 1
- 1
lapack-netlib/SRC/DEPRECATED/zgegv.f
View File
@@ -1,4 +1,4 @@
*> \brief <b> ZGE
EVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices
</b>
*> \brief <b> ZGE
GV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a complex matrix pair (A,B).
</b>
*
* =========== DOCUMENTATION ===========
*
Write
Preview
Loading…
Cancel
Save