Skip to content

Commit 7f2a965

Browse files
authored
Merge pull request #289 from mgates3/doc-fixes
Doc fixes
2 parents b426d5c + 550c290 commit 7f2a965

File tree

7 files changed

+9
-0
lines changed

7 files changed

+9
-0
lines changed

INSTALL/dlamch.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*
2929
*> \param[in] CMACH
3030
*> \verbatim
31+
*> CMACH is CHARACTER*1
3132
*> Specifies the value to be returned by DLAMCH:
3233
*> = 'E' or 'e', DLAMCH := eps
3334
*> = 'S' or 's , DLAMCH := sfmin

INSTALL/ilaver.f

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,15 @@
2525
* ==========
2626
*
2727
*> \param[out] VERS_MAJOR
28+
*> VERS_MAJOR is INTEGER
2829
*> return the lapack major version
2930
*>
3031
*> \param[out] VERS_MINOR
32+
*> VERS_MINOR is INTEGER
3133
*> return the lapack minor version from the major version
3234
*>
3335
*> \param[out] VERS_PATCH
36+
*> VERS_PATCH is INTEGER
3437
*> return the lapack patch version from the minor version
3538
*
3639
* Authors:

INSTALL/slamch.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
*
2929
*> \param[in] CMACH
3030
*> \verbatim
31+
*> CMACH is CHARACTER*1
3132
*> Specifies the value to be returned by SLAMCH:
3233
*> = 'E' or 'e', SLAMCH := eps
3334
*> = 'S' or 's , SLAMCH := sfmin

SRC/chegs2.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
*> B is COMPLEX array, dimension (LDB,N)
9898
*> The triangular factor from the Cholesky factorization of B,
9999
*> as returned by CPOTRF.
100+
*> B is modified by the routine but restored on exit.
100101
*> \endverbatim
101102
*>
102103
*> \param[in] LDB

SRC/chegst.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
*> B is COMPLEX array, dimension (LDB,N)
9898
*> The triangular factor from the Cholesky factorization of B,
9999
*> as returned by CPOTRF.
100+
*> B is modified by the routine but restored on exit.
100101
*> \endverbatim
101102
*>
102103
*> \param[in] LDB

SRC/zhegs2.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
*> B is COMPLEX*16 array, dimension (LDB,N)
9898
*> The triangular factor from the Cholesky factorization of B,
9999
*> as returned by ZPOTRF.
100+
*> B is modified by the routine but restored on exit.
100101
*> \endverbatim
101102
*>
102103
*> \param[in] LDB

SRC/zhegst.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@
9797
*> B is COMPLEX*16 array, dimension (LDB,N)
9898
*> The triangular factor from the Cholesky factorization of B,
9999
*> as returned by ZPOTRF.
100+
*> B is modified by the routine but restored on exit.
100101
*> \endverbatim
101102
*>
102103
*> \param[in] LDB

0 commit comments

Comments
 (0)