Skip to content

Commit

Permalink
fix docs: [cz]hegst B is modified but restored
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gates committed Nov 4, 2018
1 parent b426d5c commit a496d48
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions SRC/chegs2.f
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
*> B is COMPLEX array, dimension (LDB,N)
*> The triangular factor from the Cholesky factorization of B,
*> as returned by CPOTRF.
*> B is modified by the routine but restored on exit.
*> \endverbatim
*>
*> \param[in] LDB
Expand Down
1 change: 1 addition & 0 deletions SRC/chegst.f
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
*> B is COMPLEX array, dimension (LDB,N)
*> The triangular factor from the Cholesky factorization of B,
*> as returned by CPOTRF.
*> B is modified by the routine but restored on exit.
*> \endverbatim
*>
*> \param[in] LDB
Expand Down
1 change: 1 addition & 0 deletions SRC/zhegs2.f
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
*> B is COMPLEX*16 array, dimension (LDB,N)
*> The triangular factor from the Cholesky factorization of B,
*> as returned by ZPOTRF.
*> B is modified by the routine but restored on exit.
*> \endverbatim
*>
*> \param[in] LDB
Expand Down
1 change: 1 addition & 0 deletions SRC/zhegst.f
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
*> B is COMPLEX*16 array, dimension (LDB,N)
*> The triangular factor from the Cholesky factorization of B,
*> as returned by ZPOTRF.
*> B is modified by the routine but restored on exit.
*> \endverbatim
*>
*> \param[in] LDB
Expand Down

0 comments on commit a496d48

Please sign in to comment.