Browse Source

Fix typos in comments (Reference-LAPACK 811)

tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
02efa8d6be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 38 additions and 26 deletions
  1. +9
    -9
      lapack-netlib/SRC/cgejsv.f
  2. +1
    -0
      lapack-netlib/SRC/claswlq.f
  3. +1
    -0
      lapack-netlib/SRC/clatsqr.f
  4. +2
    -2
      lapack-netlib/SRC/cuncsd2by1.f
  5. +2
    -1
      lapack-netlib/SRC/cungtsqr.f
  6. +1
    -0
      lapack-netlib/SRC/dlaswlq.f
  7. +1
    -0
      lapack-netlib/SRC/dlatsqr.f
  8. +2
    -1
      lapack-netlib/SRC/dorgtsqr.f
  9. +1
    -0
      lapack-netlib/SRC/slaswlq.f
  10. +1
    -0
      lapack-netlib/SRC/slatsqr.f
  11. +2
    -1
      lapack-netlib/SRC/sorgtsqr.f
  12. +9
    -9
      lapack-netlib/SRC/zgejsv.f
  13. +1
    -0
      lapack-netlib/SRC/zlaswlq.f
  14. +1
    -0
      lapack-netlib/SRC/zlatsqr.f
  15. +2
    -2
      lapack-netlib/SRC/zuncsd2by1.f
  16. +2
    -1
      lapack-netlib/SRC/zungtsqr.f

+ 9
- 9
lapack-netlib/SRC/cgejsv.f View File

@@ -52,10 +52,10 @@
*> are computed and stored in the arrays U and V, respectively. The diagonal
*> of [SIGMA] is computed and stored in the array SVA.
*> \endverbatim
*>
*> Arguments:
*> ==========
*>
*
* Arguments:
* ==========
*
*> \param[in] JOBA
*> \verbatim
*> JOBA is CHARACTER*1
@@ -151,7 +151,7 @@
*> transposed A if A^* seems to be better with respect to convergence.
*> If the matrix is not square, JOBT is ignored.
*> The decision is based on two values of entropy over the adjoint
*> orbit of A^* * A. See the descriptions of WORK(6) and WORK(7).
*> orbit of A^* * A. See the descriptions of RWORK(6) and RWORK(7).
*> = 'T': transpose if entropy test indicates possibly faster
*> convergence of Jacobi process if A^* is taken as input. If A is
*> replaced with A^*, then the row pivoting is included automatically.
@@ -209,11 +209,11 @@
*> \verbatim
*> SVA is REAL array, dimension (N)
*> On exit,
*> - For WORK(1)/WORK(2) = ONE: The singular values of A. During the
*> computation SVA contains Euclidean column norms of the
*> - For RWORK(1)/RWORK(2) = ONE: The singular values of A. During
*> the computation SVA contains Euclidean column norms of the
*> iterated matrices in the array A.
*> - For WORK(1) .NE. WORK(2): The singular values of A are
*> (WORK(1)/WORK(2)) * SVA(1:N). This factored form is used if
*> - For RWORK(1) .NE. RWORK(2): The singular values of A are
*> (RWORK(1)/RWORK(2)) * SVA(1:N). This factored form is used if
*> sigma_max(A) overflows or if small singular values have been
*> saved from underflow by scaling the input matrix A.
*> - If JOBR='R' then some of the singular values may be returned


+ 1
- 0
lapack-netlib/SRC/claswlq.f View File

@@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB*M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 1
- 0
lapack-netlib/SRC/clatsqr.f View File

@@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 2
- 2
lapack-netlib/SRC/cuncsd2by1.f View File

@@ -212,13 +212,13 @@
*> LRWORK is INTEGER
*> The dimension of the array RWORK.
*>
*> If LRWORK = -1, then a workspace query is assumed; the routine
*> If LRWORK=-1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK and RWORK
*> arrays, returns this value as the first entry of the WORK
*> and RWORK array, respectively, and no error message related
*> to LWORK or LRWORK is issued by XERBLA.
*> \endverbatim
*
*>
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (M-MIN(P,M-P,Q,M-Q))


+ 2
- 1
lapack-netlib/SRC/cungtsqr.f View File

@@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
@@ -302,4 +303,4 @@
*
* End of CUNGTSQR
*
END
END

+ 1
- 0
lapack-netlib/SRC/dlaswlq.f View File

@@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB*M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 1
- 0
lapack-netlib/SRC/dlatsqr.f View File

@@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 2
- 1
lapack-netlib/SRC/dorgtsqr.f View File

@@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
@@ -301,4 +302,4 @@
*
* End of DORGTSQR
*
END
END

+ 1
- 0
lapack-netlib/SRC/slaswlq.f View File

@@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB * M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 1
- 0
lapack-netlib/SRC/slatsqr.f View File

@@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 2
- 1
lapack-netlib/SRC/sorgtsqr.f View File

@@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
@@ -301,4 +302,4 @@
*
* End of SORGTSQR
*
END
END

+ 9
- 9
lapack-netlib/SRC/zgejsv.f View File

@@ -52,10 +52,10 @@
*> are computed and stored in the arrays U and V, respectively. The diagonal
*> of [SIGMA] is computed and stored in the array SVA.
*> \endverbatim
*>
*> Arguments:
*> ==========
*>
*
* Arguments:
* ==========
*
*> \param[in] JOBA
*> \verbatim
*> JOBA is CHARACTER*1
@@ -151,7 +151,7 @@
*> transposed A if A^* seems to be better with respect to convergence.
*> If the matrix is not square, JOBT is ignored.
*> The decision is based on two values of entropy over the adjoint
*> orbit of A^* * A. See the descriptions of WORK(6) and WORK(7).
*> orbit of A^* * A. See the descriptions of RWORK(6) and RWORK(7).
*> = 'T': transpose if entropy test indicates possibly faster
*> convergence of Jacobi process if A^* is taken as input. If A is
*> replaced with A^*, then the row pivoting is included automatically.
@@ -209,11 +209,11 @@
*> \verbatim
*> SVA is DOUBLE PRECISION array, dimension (N)
*> On exit,
*> - For WORK(1)/WORK(2) = ONE: The singular values of A. During the
*> computation SVA contains Euclidean column norms of the
*> - For RWORK(1)/RWORK(2) = ONE: The singular values of A. During
*> the computation SVA contains Euclidean column norms of the
*> iterated matrices in the array A.
*> - For WORK(1) .NE. WORK(2): The singular values of A are
*> (WORK(1)/WORK(2)) * SVA(1:N). This factored form is used if
*> - For RWORK(1) .NE. RWORK(2): The singular values of A are
*> (RWORK(1)/RWORK(2)) * SVA(1:N). This factored form is used if
*> sigma_max(A) overflows or if small singular values have been
*> saved from underflow by scaling the input matrix A.
*> - If JOBR='R' then some of the singular values may be returned


+ 1
- 0
lapack-netlib/SRC/zlaswlq.f View File

@@ -104,6 +104,7 @@
*> \endverbatim
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= MB*M.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 1
- 0
lapack-netlib/SRC/zlatsqr.f View File

@@ -106,6 +106,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= NB*N.
*> If LWORK = -1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK array, returns


+ 2
- 2
lapack-netlib/SRC/zuncsd2by1.f View File

@@ -211,13 +211,13 @@
*> LRWORK is INTEGER
*> The dimension of the array RWORK.
*>
*> If LRWORK = -1, then a workspace query is assumed; the routine
*> If LRWORK=-1, then a workspace query is assumed; the routine
*> only calculates the optimal size of the WORK and RWORK
*> arrays, returns this value as the first entry of the WORK
*> and RWORK array, respectively, and no error message related
*> to LWORK or LRWORK is issued by XERBLA.
*> \endverbatim
*
*>
*> \param[out] IWORK
*> \verbatim
*> IWORK is INTEGER array, dimension (M-MIN(P,M-P,Q,M-Q))


+ 2
- 1
lapack-netlib/SRC/zungtsqr.f View File

@@ -133,6 +133,7 @@
*>
*> \param[in] LWORK
*> \verbatim
*> LWORK is INTEGER
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
*> If LWORK = -1, then a workspace query is assumed.
*> The routine only calculates the optimal size of the WORK
@@ -302,4 +303,4 @@
*
* End of ZUNGTSQR
*
END
END

Loading…
Cancel
Save