Browse Source

Update brief description of function purpose (Reference-LAPACK 831)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
490ce5199b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions
  1. +1
    -1
      lapack-netlib/SRC/DEPRECATED/cgegs.f
  2. +1
    -1
      lapack-netlib/SRC/DEPRECATED/cgegv.f
  3. +1
    -1
      lapack-netlib/SRC/DEPRECATED/dgegs.f
  4. +1
    -1
      lapack-netlib/SRC/DEPRECATED/dgegv.f
  5. +1
    -1
      lapack-netlib/SRC/DEPRECATED/sgegs.f
  6. +1
    -1
      lapack-netlib/SRC/DEPRECATED/sgegv.f
  7. +1
    -1
      lapack-netlib/SRC/DEPRECATED/zgegs.f
  8. +1
    -1
      lapack-netlib/SRC/DEPRECATED/zgegv.f

+ 1
- 1
lapack-netlib/SRC/DEPRECATED/cgegs.f View File

@@ -1,4 +1,4 @@
*> \brief <b> CGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> CGEGS computes the eigenvalues, Schur form, and, optionally, the left and or/right Schur vectors of a complex matrix pair (A,B)</b>
* *
* =========== DOCUMENTATION =========== * =========== DOCUMENTATION ===========
* *


+ 1
- 1
lapack-netlib/SRC/DEPRECATED/cgegv.f View File

@@ -1,4 +1,4 @@
*> \brief <b> CGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> CGEGV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a complex matrix pair (A,B).</b>
* *
* =========== DOCUMENTATION =========== * =========== DOCUMENTATION ===========
* *


+ 1
- 1
lapack-netlib/SRC/DEPRECATED/dgegs.f View File

@@ -1,4 +1,4 @@
*> \brief <b> DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> DGEGS computes the eigenvalues, real Schur form, and, optionally, the left and/or right Schur vectors of a real matrix pair (A,B)</b>
* *
* =========== DOCUMENTATION =========== * =========== DOCUMENTATION ===========
* *


+ 1
- 1
lapack-netlib/SRC/DEPRECATED/dgegv.f View File

@@ -1,4 +1,4 @@
*> \brief <b> DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> DGEGV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a real matrix pair (A,B).</b>
* *
* =========== DOCUMENTATION =========== * =========== 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 =========== * =========== DOCUMENTATION ===========
* *


+ 1
- 1
lapack-netlib/SRC/DEPRECATED/sgegv.f View File

@@ -1,4 +1,4 @@
*> \brief <b> SGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> SGEGV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a real matrix pair (A,B).</b>
* *
* =========== DOCUMENTATION =========== * =========== DOCUMENTATION ===========
* *


+ 1
- 1
lapack-netlib/SRC/DEPRECATED/zgegs.f View File

@@ -1,4 +1,4 @@
*> \brief <b> ZGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> ZGEGS computes the eigenvalues, Schur form, and, optionally, the left and or/right Schur vectors of a complex matrix pair (A,B)</b>
* *
* =========== DOCUMENTATION =========== * =========== DOCUMENTATION ===========
* *


+ 1
- 1
lapack-netlib/SRC/DEPRECATED/zgegv.f View File

@@ -1,4 +1,4 @@
*> \brief <b> ZGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
*> \brief <b> ZGEGV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a complex matrix pair (A,B).</b>
* *
* =========== DOCUMENTATION =========== * =========== DOCUMENTATION ===========
* *


Loading…
Cancel
Save