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 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
Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments