Skip to content

Commit 5f8103e

Browse files
committed
2 parents ca41e3b + 117c9a5 commit 5f8103e

File tree

159 files changed

+20439
-12651
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

159 files changed

+20439
-12651
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

0 commit comments

Comments
 (0)