Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix documentation error in SLAED2, DLAED2, SLAED8 and DLAED8
  • Loading branch information
Maarten Baert committed Jun 28, 2025
commit c4ca73c6f2edb646feb4b920b00d43d63d0d1368
2 changes: 1 addition & 1 deletion SRC/dlaed2.f
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
*> On entry, D contains the eigenvalues of the two submatrices to
*> be combined.
*> On exit, D contains the trailing (N-K) updated eigenvalues
*> (those which were deflated) sorted into increasing order.
*> (those which were deflated) sorted into decreasing order.
*> \endverbatim
*>
*> \param[in,out] Q
Expand Down
2 changes: 1 addition & 1 deletion SRC/dlaed8.f
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
*> D is DOUBLE PRECISION array, dimension (N)
*> On entry, the eigenvalues of the two submatrices to be
*> combined. On exit, the trailing (N-K) updated eigenvalues
*> (those which were deflated) sorted into increasing order.
*> (those which were deflated) sorted into decreasing order.
*> \endverbatim
*>
*> \param[in,out] Q
Expand Down
2 changes: 1 addition & 1 deletion SRC/slaed2.f
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
*> On entry, D contains the eigenvalues of the two submatrices to
*> be combined.
*> On exit, D contains the trailing (N-K) updated eigenvalues
*> (those which were deflated) sorted into increasing order.
*> (those which were deflated) sorted into decreasing order.
*> \endverbatim
*>
*> \param[in,out] Q
Expand Down
2 changes: 1 addition & 1 deletion SRC/slaed8.f
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
*> D is REAL array, dimension (N)
*> On entry, the eigenvalues of the two submatrices to be
*> combined. On exit, the trailing (N-K) updated eigenvalues
*> (those which were deflated) sorted into increasing order.
*> (those which were deflated) sorted into decreasing order.
*> \endverbatim
*>
*> \param[in,out] Q
Expand Down