Skip to content

Commit c4ca73c

Browse files
author
Maarten Baert
committed
Fix documentation error in SLAED2, DLAED2, SLAED8 and DLAED8
1 parent 7c8604c commit c4ca73c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SRC/dlaed2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*> On entry, D contains the eigenvalues of the two submatrices to
7474
*> be combined.
7575
*> On exit, D contains the trailing (N-K) updated eigenvalues
76-
*> (those which were deflated) sorted into increasing order.
76+
*> (those which were deflated) sorted into decreasing order.
7777
*> \endverbatim
7878
*>
7979
*> \param[in,out] Q

SRC/dlaed8.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
*> D is DOUBLE PRECISION array, dimension (N)
8484
*> On entry, the eigenvalues of the two submatrices to be
8585
*> combined. On exit, the trailing (N-K) updated eigenvalues
86-
*> (those which were deflated) sorted into increasing order.
86+
*> (those which were deflated) sorted into decreasing order.
8787
*> \endverbatim
8888
*>
8989
*> \param[in,out] Q

SRC/slaed2.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
*> On entry, D contains the eigenvalues of the two submatrices to
7474
*> be combined.
7575
*> On exit, D contains the trailing (N-K) updated eigenvalues
76-
*> (those which were deflated) sorted into increasing order.
76+
*> (those which were deflated) sorted into decreasing order.
7777
*> \endverbatim
7878
*>
7979
*> \param[in,out] Q

SRC/slaed8.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
*> D is REAL array, dimension (N)
8484
*> On entry, the eigenvalues of the two submatrices to be
8585
*> combined. On exit, the trailing (N-K) updated eigenvalues
86-
*> (those which were deflated) sorted into increasing order.
86+
*> (those which were deflated) sorted into decreasing order.
8787
*> \endverbatim
8888
*>
8989
*> \param[in,out] Q

0 commit comments

Comments
 (0)