Skip to content

Commit 971b058

Browse files
authored
Merge pull request #831 from weslleyspereira/fix-230
update brief descriptions of function purpose, Closes #230
2 parents 0e91dd3 + 48adc21 commit 971b058

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

SRC/DEPRECATED/cgegs.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> CGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
1+
*> \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>
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/DEPRECATED/cgegv.f

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

SRC/DEPRECATED/dgegs.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
1+
*> \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>
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/DEPRECATED/dgegv.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> DGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
1+
*> \brief <b> DGEGV computes the eigenvalues and, optionally, the left and/or right eigenvectors of a real matrix pair (A,B).</b>
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/DEPRECATED/sgegs.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> SGEGS computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
1+
*> \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>
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/DEPRECATED/sgegv.f

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

SRC/DEPRECATED/zgegs.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*> \brief <b> ZGEEVX computes the eigenvalues and, optionally, the left and/or right eigenvectors for GE matrices</b>
1+
*> \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>
22
*
33
* =========== DOCUMENTATION ===========
44
*

SRC/DEPRECATED/zgegv.f

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

0 commit comments

Comments
 (0)