File tree Expand file tree Collapse file tree 7 files changed +9
-0
lines changed Expand file tree Collapse file tree 7 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 28
28
*
29
29
* > \param[in] CMACH
30
30
* > \verbatim
31
+ * > CMACH is CHARACTER*1
31
32
* > Specifies the value to be returned by DLAMCH:
32
33
* > = 'E' or 'e', DLAMCH := eps
33
34
* > = 'S' or 's , DLAMCH := sfmin
Original file line number Diff line number Diff line change 25
25
* ==========
26
26
*
27
27
* > \param[out] VERS_MAJOR
28
+ * > VERS_MAJOR is INTEGER
28
29
* > return the lapack major version
29
30
* >
30
31
* > \param[out] VERS_MINOR
32
+ * > VERS_MINOR is INTEGER
31
33
* > return the lapack minor version from the major version
32
34
* >
33
35
* > \param[out] VERS_PATCH
36
+ * > VERS_PATCH is INTEGER
34
37
* > return the lapack patch version from the minor version
35
38
*
36
39
* Authors:
Original file line number Diff line number Diff line change 28
28
*
29
29
* > \param[in] CMACH
30
30
* > \verbatim
31
+ * > CMACH is CHARACTER*1
31
32
* > Specifies the value to be returned by SLAMCH:
32
33
* > = 'E' or 'e', SLAMCH := eps
33
34
* > = 'S' or 's , SLAMCH := sfmin
Original file line number Diff line number Diff line change 97
97
* > B is COMPLEX array, dimension (LDB,N)
98
98
* > The triangular factor from the Cholesky factorization of B,
99
99
* > as returned by CPOTRF.
100
+ * > B is modified by the routine but restored on exit.
100
101
* > \endverbatim
101
102
* >
102
103
* > \param[in] LDB
Original file line number Diff line number Diff line change 97
97
* > B is COMPLEX array, dimension (LDB,N)
98
98
* > The triangular factor from the Cholesky factorization of B,
99
99
* > as returned by CPOTRF.
100
+ * > B is modified by the routine but restored on exit.
100
101
* > \endverbatim
101
102
* >
102
103
* > \param[in] LDB
Original file line number Diff line number Diff line change 97
97
* > B is COMPLEX*16 array, dimension (LDB,N)
98
98
* > The triangular factor from the Cholesky factorization of B,
99
99
* > as returned by ZPOTRF.
100
+ * > B is modified by the routine but restored on exit.
100
101
* > \endverbatim
101
102
* >
102
103
* > \param[in] LDB
Original file line number Diff line number Diff line change 97
97
* > B is COMPLEX*16 array, dimension (LDB,N)
98
98
* > The triangular factor from the Cholesky factorization of B,
99
99
* > as returned by ZPOTRF.
100
+ * > B is modified by the routine but restored on exit.
100
101
* > \endverbatim
101
102
* >
102
103
* > \param[in] LDB
You can’t perform that action at this time.
0 commit comments