Browse Source

Merge pull request #4097 from martin-frbg/lapack849

Fix confusing use of "minor" in inline documentation (Reference-LAPACK PR849)
tags/v0.3.24
Martin Kroeker GitHub 2 years ago
parent
commit
641454804f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
100 changed files with 223 additions and 223 deletions
  1. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/RL/cpotrf.f
  2. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/RL/dpotrf.f
  3. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/RL/spotrf.f
  4. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/RL/zpotrf.f
  5. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f
  6. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/dpotrf.f
  7. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/spotrf.f
  8. +2
    -2
      lapack-netlib/SRC/VARIANTS/cholesky/TOP/zpotrf.f
  9. +1
    -1
      lapack-netlib/SRC/chegv.f
  10. +1
    -1
      lapack-netlib/SRC/chegv_2stage.f
  11. +1
    -1
      lapack-netlib/SRC/chegvd.f
  12. +1
    -1
      lapack-netlib/SRC/chegvx.f
  13. +1
    -1
      lapack-netlib/SRC/chpgv.f
  14. +1
    -1
      lapack-netlib/SRC/chpgvd.f
  15. +1
    -1
      lapack-netlib/SRC/chpgvx.f
  16. +3
    -3
      lapack-netlib/SRC/cla_porpvgrw.f
  17. +3
    -3
      lapack-netlib/SRC/cpbsv.f
  18. +5
    -5
      lapack-netlib/SRC/cpbsvx.f
  19. +2
    -2
      lapack-netlib/SRC/cpbtf2.f
  20. +2
    -2
      lapack-netlib/SRC/cpbtrf.f
  21. +2
    -2
      lapack-netlib/SRC/cpftrf.f
  22. +3
    -3
      lapack-netlib/SRC/cposv.f
  23. +5
    -5
      lapack-netlib/SRC/cposvx.f
  24. +1
    -1
      lapack-netlib/SRC/cposvxx.f
  25. +2
    -2
      lapack-netlib/SRC/cpotf2.f
  26. +2
    -2
      lapack-netlib/SRC/cpotrf.f
  27. +2
    -2
      lapack-netlib/SRC/cpotrf2.f
  28. +3
    -3
      lapack-netlib/SRC/cppsv.f
  29. +5
    -5
      lapack-netlib/SRC/cppsvx.f
  30. +3
    -3
      lapack-netlib/SRC/cpptrf.f
  31. +2
    -2
      lapack-netlib/SRC/cpteqr.f
  32. +2
    -2
      lapack-netlib/SRC/cptsv.f
  33. +5
    -5
      lapack-netlib/SRC/cptsvx.f
  34. +2
    -2
      lapack-netlib/SRC/cpttrf.f
  35. +3
    -3
      lapack-netlib/SRC/dla_porpvgrw.f
  36. +3
    -3
      lapack-netlib/SRC/dpbsv.f
  37. +5
    -5
      lapack-netlib/SRC/dpbsvx.f
  38. +2
    -2
      lapack-netlib/SRC/dpbtf2.f
  39. +2
    -2
      lapack-netlib/SRC/dpbtrf.f
  40. +2
    -2
      lapack-netlib/SRC/dpftrf.f
  41. +3
    -3
      lapack-netlib/SRC/dposv.f
  42. +5
    -5
      lapack-netlib/SRC/dposvx.f
  43. +1
    -1
      lapack-netlib/SRC/dposvxx.f
  44. +2
    -2
      lapack-netlib/SRC/dpotf2.f
  45. +2
    -2
      lapack-netlib/SRC/dpotrf.f
  46. +2
    -2
      lapack-netlib/SRC/dpotrf2.f
  47. +3
    -3
      lapack-netlib/SRC/dppsv.f
  48. +5
    -5
      lapack-netlib/SRC/dppsvx.f
  49. +2
    -2
      lapack-netlib/SRC/dpptrf.f
  50. +2
    -2
      lapack-netlib/SRC/dpteqr.f
  51. +2
    -2
      lapack-netlib/SRC/dptsv.f
  52. +5
    -5
      lapack-netlib/SRC/dptsvx.f
  53. +2
    -2
      lapack-netlib/SRC/dpttrf.f
  54. +1
    -1
      lapack-netlib/SRC/dsbgvx.f
  55. +1
    -1
      lapack-netlib/SRC/dspgv.f
  56. +1
    -1
      lapack-netlib/SRC/dspgvd.f
  57. +1
    -1
      lapack-netlib/SRC/dspgvx.f
  58. +2
    -2
      lapack-netlib/SRC/dsposv.f
  59. +1
    -1
      lapack-netlib/SRC/dsygv.f
  60. +1
    -1
      lapack-netlib/SRC/dsygv_2stage.f
  61. +1
    -1
      lapack-netlib/SRC/dsygvd.f
  62. +1
    -1
      lapack-netlib/SRC/dsygvx.f
  63. +3
    -3
      lapack-netlib/SRC/sla_porpvgrw.f
  64. +3
    -3
      lapack-netlib/SRC/spbsv.f
  65. +5
    -5
      lapack-netlib/SRC/spbsvx.f
  66. +2
    -2
      lapack-netlib/SRC/spbtf2.f
  67. +2
    -2
      lapack-netlib/SRC/spbtrf.f
  68. +2
    -2
      lapack-netlib/SRC/spftrf.f
  69. +3
    -3
      lapack-netlib/SRC/sposv.f
  70. +5
    -5
      lapack-netlib/SRC/sposvx.f
  71. +1
    -1
      lapack-netlib/SRC/sposvxx.f
  72. +2
    -2
      lapack-netlib/SRC/spotf2.f
  73. +2
    -2
      lapack-netlib/SRC/spotrf.f
  74. +2
    -2
      lapack-netlib/SRC/spotrf2.f
  75. +3
    -3
      lapack-netlib/SRC/sppsv.f
  76. +5
    -5
      lapack-netlib/SRC/sppsvx.f
  77. +2
    -2
      lapack-netlib/SRC/spptrf.f
  78. +2
    -2
      lapack-netlib/SRC/spteqr.f
  79. +2
    -2
      lapack-netlib/SRC/sptsv.f
  80. +5
    -5
      lapack-netlib/SRC/sptsvx.f
  81. +2
    -2
      lapack-netlib/SRC/spttrf.f
  82. +1
    -1
      lapack-netlib/SRC/ssbgvx.f
  83. +1
    -1
      lapack-netlib/SRC/sspgv.f
  84. +1
    -1
      lapack-netlib/SRC/sspgvd.f
  85. +1
    -1
      lapack-netlib/SRC/sspgvx.f
  86. +1
    -1
      lapack-netlib/SRC/ssygv.f
  87. +1
    -1
      lapack-netlib/SRC/ssygv_2stage.f
  88. +1
    -1
      lapack-netlib/SRC/ssygvd.f
  89. +1
    -1
      lapack-netlib/SRC/ssygvx.f
  90. +4
    -4
      lapack-netlib/SRC/zcposv.f
  91. +1
    -1
      lapack-netlib/SRC/zhegv.f
  92. +1
    -1
      lapack-netlib/SRC/zhegv_2stage.f
  93. +1
    -1
      lapack-netlib/SRC/zhegvd.f
  94. +1
    -1
      lapack-netlib/SRC/zhegvx.f
  95. +1
    -1
      lapack-netlib/SRC/zhpgv.f
  96. +1
    -1
      lapack-netlib/SRC/zhpgvd.f
  97. +1
    -1
      lapack-netlib/SRC/zhpgvx.f
  98. +3
    -3
      lapack-netlib/SRC/zla_porpvgrw.f
  99. +3
    -3
      lapack-netlib/SRC/zpbsv.f
  100. +5
    -5
      lapack-netlib/SRC/zpbsvx.f

+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/RL/cpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/RL/dpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/RL/spotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/RL/zpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/cpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/dpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/spotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 2
- 2
lapack-netlib/SRC/VARIANTS/cholesky/TOP/zpotrf.f View File

@@ -79,8 +79,8 @@ C> \verbatim
C> INFO is INTEGER
C> = 0: successful exit
C> < 0: if INFO = -i, the i-th argument had an illegal value
C> > 0: if INFO = i, the leading minor of order i is not
C> positive definite, and the factorization could not be
C> > 0: if INFO = i, the leading principal minor of order i
C> is not positive, and the factorization could not be
C> completed.
C> \endverbatim
C>


+ 1
- 1
lapack-netlib/SRC/chegv.f View File

@@ -160,7 +160,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/chegv_2stage.f View File

@@ -179,7 +179,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/chegvd.f View File

@@ -212,7 +212,7 @@
*> the submatrix lying in rows and columns INFO/(N+1)
*> through mod(INFO,N+1);
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/chegvx.f View File

@@ -280,7 +280,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/chpgv.f View File

@@ -144,7 +144,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not convergeto zero;
*> > N: if INFO = N + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/chpgvd.f View File

@@ -205,7 +205,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not convergeto zero;
*> > N: if INFO = N + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/chpgvx.f View File

@@ -250,7 +250,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 3
- 3
lapack-netlib/SRC/cla_porpvgrw.f View File

@@ -140,9 +140,9 @@
* .. Executable Statements ..
UPPER = LSAME( 'Upper', UPLO )
*
* SPOTRF will have factored only the NCOLSxNCOLS leading minor, so
* we restrict the growth search to that minor and use only the first
* 2*NCOLS workspace entries.
* SPOTRF will have factored only the NCOLSxNCOLS leading submatrix,
* so we restrict the growth search to that submatrix and use only
* the first 2*NCOLS workspace entries.
*
RPVGRW = 1.0
DO I = 1, 2*NCOLS


+ 3
- 3
lapack-netlib/SRC/cpbsv.f View File

@@ -119,9 +119,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/cpbsvx.f View File

@@ -70,7 +70,7 @@
*> where U is an upper triangular band matrix, and L is a lower
*> triangular band matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -280,10 +280,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -97,8 +97,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -92,8 +92,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -91,8 +91,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*>
*> Further Notes on RFP Format:


+ 3
- 3
lapack-netlib/SRC/cposv.f View File

@@ -110,9 +110,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/cposvx.f View File

@@ -70,7 +70,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -276,10 +276,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


+ 1
- 1
lapack-netlib/SRC/cposvxx.f View File

@@ -87,7 +87,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A (see argument RCOND). If the reciprocal of the condition number


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

@@ -89,8 +89,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -87,8 +87,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -86,8 +86,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


+ 3
- 3
lapack-netlib/SRC/cppsv.f View File

@@ -104,9 +104,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/cppsvx.f View File

@@ -69,7 +69,7 @@
*> where U is an upper triangular matrix, L is a lower triangular
*> matrix, and **H indicates conjugate transpose.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -262,10 +262,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


+ 3
- 3
lapack-netlib/SRC/cpptrf.f View File

@@ -79,9 +79,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> completed.
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive definite, and the factorization could
*> not be completed.
*> \endverbatim
*
* Authors:


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

@@ -123,8 +123,8 @@
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: if INFO = i, and i is:
*> <= N the Cholesky factorization of the matrix could
*> not be performed because the i-th principal minor
*> was not positive definite.
*> not be performed because the leading principal
*> minor of order i was not positive.
*> > N the SVD algorithm failed to converge;
*> if INFO = N+i, i off-diagonal elements of the
*> bidiagonal factor did not converge to zero.


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

@@ -94,8 +94,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the solution has not been
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the solution has not been
*> computed. The factorization has not been completed
*> unless i = N.
*> \endverbatim


+ 5
- 5
lapack-netlib/SRC/cptsvx.f View File

@@ -60,7 +60,7 @@
*> factorization can also be regarded as having the form
*> A = U**H*D*U.
*>
*> 2. If the leading i-by-i principal minor is not positive definite,
*> 2. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -205,10 +205,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -71,8 +71,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite; if k < N, the factorization could not
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive; if k < N, the factorization could not
*> be completed, while if k = N, the factorization was
*> completed, but D(N) <= 0.
*> \endverbatim


+ 3
- 3
lapack-netlib/SRC/dla_porpvgrw.f View File

@@ -134,9 +134,9 @@
*
UPPER = LSAME( 'Upper', UPLO )
*
* DPOTRF will have factored only the NCOLSxNCOLS leading minor, so
* we restrict the growth search to that minor and use only the first
* 2*NCOLS workspace entries.
* DPOTRF will have factored only the NCOLSxNCOLS leading submatrix,
* so we restrict the growth search to that submatrix and use only
* the first 2*NCOLS workspace entries.
*
RPVGRW = 1.0D+0
DO I = 1, 2*NCOLS


+ 3
- 3
lapack-netlib/SRC/dpbsv.f View File

@@ -119,9 +119,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/dpbsvx.f View File

@@ -71,7 +71,7 @@
*> where U is an upper triangular band matrix, and L is a lower
*> triangular band matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -281,10 +281,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -97,8 +97,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -92,8 +92,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -91,8 +91,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


+ 3
- 3
lapack-netlib/SRC/dposv.f View File

@@ -110,9 +110,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/dposvx.f View File

@@ -71,7 +71,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -277,10 +277,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


+ 1
- 1
lapack-netlib/SRC/dposvxx.f View File

@@ -88,7 +88,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A (see argument RCOND). If the reciprocal of the condition number


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

@@ -89,8 +89,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -87,8 +87,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -86,8 +86,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


+ 3
- 3
lapack-netlib/SRC/dppsv.f View File

@@ -104,9 +104,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/dppsvx.f View File

@@ -69,7 +69,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -262,10 +262,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -79,8 +79,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -123,8 +123,8 @@
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: if INFO = i, and i is:
*> <= N the Cholesky factorization of the matrix could
*> not be performed because the i-th principal minor
*> was not positive definite.
*> not be performed because the leading principal
*> minor of order i was not positive.
*> > N the SVD algorithm failed to converge;
*> if INFO = N+i, i off-diagonal elements of the
*> bidiagonal factor did not converge to zero.


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

@@ -93,8 +93,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the solution has not been
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the solution has not been
*> computed. The factorization has not been completed
*> unless i = N.
*> \endverbatim


+ 5
- 5
lapack-netlib/SRC/dptsvx.f View File

@@ -59,7 +59,7 @@
*> factorization can also be regarded as having the form
*> A = U**T*D*U.
*>
*> 2. If the leading i-by-i principal minor is not positive definite,
*> 2. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -199,10 +199,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -70,8 +70,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite; if k < N, the factorization could not
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive; if k < N, the factorization could not
*> be completed, while if k = N, the factorization was
*> completed, but D(N) <= 0.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dsbgvx.f View File

@@ -267,7 +267,7 @@
*> Their indices are stored in IFAIL.
*> > N: DPBSTF returned an error code; i.e.,
*> if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dspgv.f View File

@@ -139,7 +139,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero.
*> > N: if INFO = n + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dspgvd.f View File

@@ -184,7 +184,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dspgvx.f View File

@@ -245,7 +245,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


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

@@ -177,8 +177,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of (DOUBLE
*> PRECISION) A is not positive definite, so the
*> > 0: if INFO = i, the leading principal minor of order i
*> of (DOUBLE PRECISION) A is not positive, so the
*> factorization could not be completed, and the solution
*> has not been computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dsygv.f View File

@@ -154,7 +154,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dsygv_2stage.f View File

@@ -173,7 +173,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dsygvd.f View File

@@ -190,7 +190,7 @@
*> the submatrix lying in rows and columns INFO/(N+1)
*> through mod(INFO,N+1);
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/dsygvx.f View File

@@ -270,7 +270,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 3
- 3
lapack-netlib/SRC/sla_porpvgrw.f View File

@@ -132,9 +132,9 @@
*
UPPER = LSAME( 'Upper', UPLO )
*
* SPOTRF will have factored only the NCOLSxNCOLS leading minor, so
* we restrict the growth search to that minor and use only the first
* 2*NCOLS workspace entries.
* SPOTRF will have factored only the NCOLSxNCOLS leading submatrix,
* so we restrict the growth search to that submatrix and use only
* the first 2*NCOLS workspace entries.
*
RPVGRW = 1.0
DO I = 1, 2*NCOLS


+ 3
- 3
lapack-netlib/SRC/spbsv.f View File

@@ -119,9 +119,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/spbsvx.f View File

@@ -71,7 +71,7 @@
*> where U is an upper triangular band matrix, and L is a lower
*> triangular band matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -281,10 +281,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -97,8 +97,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -92,8 +92,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -91,8 +91,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


+ 3
- 3
lapack-netlib/SRC/sposv.f View File

@@ -110,9 +110,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/sposvx.f View File

@@ -71,7 +71,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -277,10 +277,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


+ 1
- 1
lapack-netlib/SRC/sposvxx.f View File

@@ -88,7 +88,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A (see argument RCOND). If the reciprocal of the condition number


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

@@ -89,8 +89,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -87,8 +87,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -86,8 +86,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


+ 3
- 3
lapack-netlib/SRC/sppsv.f View File

@@ -104,9 +104,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/sppsvx.f View File

@@ -69,7 +69,7 @@
*> where U is an upper triangular matrix and L is a lower triangular
*> matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -262,10 +262,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -79,8 +79,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the factorization could not be
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the factorization could not be
*> completed.
*> \endverbatim
*


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

@@ -123,8 +123,8 @@
*> < 0: if INFO = -i, the i-th argument had an illegal value.
*> > 0: if INFO = i, and i is:
*> <= N the Cholesky factorization of the matrix could
*> not be performed because the i-th principal minor
*> was not positive definite.
*> not be performed because the leading principal
*> minor of order i was not positive.
*> > N the SVD algorithm failed to converge;
*> if INFO = N+i, i off-diagonal elements of the
*> bidiagonal factor did not converge to zero.


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

@@ -93,8 +93,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i is not
*> positive definite, and the solution has not been
*> > 0: if INFO = i, the leading principal minor of order i
*> is not positive, and the solution has not been
*> computed. The factorization has not been completed
*> unless i = N.
*> \endverbatim


+ 5
- 5
lapack-netlib/SRC/sptsvx.f View File

@@ -59,7 +59,7 @@
*> factorization can also be regarded as having the form
*> A = U**T*D*U.
*>
*> 2. If the leading i-by-i principal minor is not positive definite,
*> 2. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -199,10 +199,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


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

@@ -70,8 +70,8 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -k, the k-th argument had an illegal value
*> > 0: if INFO = k, the leading minor of order k is not
*> positive definite; if k < N, the factorization could not
*> > 0: if INFO = k, the leading principal minor of order k
*> is not positive; if k < N, the factorization could not
*> be completed, while if k = N, the factorization was
*> completed, but D(N) <= 0.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/ssbgvx.f View File

@@ -267,7 +267,7 @@
*> Their indices are stored in IFAIL.
*> > N: SPBSTF returned an error code; i.e.,
*> if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/sspgv.f View File

@@ -139,7 +139,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero.
*> > N: if INFO = n + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/sspgvd.f View File

@@ -184,7 +184,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/sspgvx.f View File

@@ -245,7 +245,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/ssygv.f View File

@@ -154,7 +154,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/ssygv_2stage.f View File

@@ -173,7 +173,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/ssygvd.f View File

@@ -190,7 +190,7 @@
*> the submatrix lying in rows and columns INFO/(N+1)
*> through mod(INFO,N+1);
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/ssygvx.f View File

@@ -270,7 +270,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 4
- 4
lapack-netlib/SRC/zcposv.f View File

@@ -187,10 +187,10 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of
*> (COMPLEX*16) A is not positive definite, so the
*> factorization could not be completed, and the solution
*> has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of (COMPLEX*16) A is not positive, so the factorization
*> could not be completed, and the solution has not been
*> computed.
*> \endverbatim
*
* Authors:


+ 1
- 1
lapack-netlib/SRC/zhegv.f View File

@@ -160,7 +160,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/zhegv_2stage.f View File

@@ -179,7 +179,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not converge to zero;
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/zhegvd.f View File

@@ -212,7 +212,7 @@
*> the submatrix lying in rows and columns INFO/(N+1)
*> through mod(INFO,N+1);
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/zhegvx.f View File

@@ -280,7 +280,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= N, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/zhpgv.f View File

@@ -144,7 +144,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not convergeto zero;
*> > N: if INFO = N + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/zhpgvd.f View File

@@ -205,7 +205,7 @@
*> i off-diagonal elements of an intermediate
*> tridiagonal form did not convergeto zero;
*> > N: if INFO = N + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 1
- 1
lapack-netlib/SRC/zhpgvx.f View File

@@ -250,7 +250,7 @@
*> i eigenvectors failed to converge. Their indices
*> are stored in array IFAIL.
*> > N: if INFO = N + i, for 1 <= i <= n, then the leading
*> minor of order i of B is not positive definite.
*> principal minor of order i of B is not positive.
*> The factorization of B could not be completed and
*> no eigenvalues or eigenvectors were computed.
*> \endverbatim


+ 3
- 3
lapack-netlib/SRC/zla_porpvgrw.f View File

@@ -142,9 +142,9 @@
* .. Executable Statements ..
UPPER = LSAME( 'Upper', UPLO )
*
* DPOTRF will have factored only the NCOLSxNCOLS leading minor, so
* we restrict the growth search to that minor and use only the first
* 2*NCOLS workspace entries.
* DPOTRF will have factored only the NCOLSxNCOLS leading submatrix,
* so we restrict the growth search to that submatrix and use only
* the first 2*NCOLS workspace entries.
*
RPVGRW = 1.0D+0
DO I = 1, 2*NCOLS


+ 3
- 3
lapack-netlib/SRC/zpbsv.f View File

@@ -119,9 +119,9 @@
*> INFO is INTEGER
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, the leading minor of order i of A is not
*> positive definite, so the factorization could not be
*> completed, and the solution has not been computed.
*> > 0: if INFO = i, the leading principal minor of order i
*> of A is not positive, so the factorization could not
*> be completed, and the solution has not been computed.
*> \endverbatim
*
* Authors:


+ 5
- 5
lapack-netlib/SRC/zpbsvx.f View File

@@ -70,7 +70,7 @@
*> where U is an upper triangular band matrix, and L is a lower
*> triangular band matrix.
*>
*> 3. If the leading i-by-i principal minor is not positive definite,
*> 3. If the leading principal minor of order i is not positive,
*> then the routine returns with INFO = i. Otherwise, the factored
*> form of A is used to estimate the condition number of the matrix
*> A. If the reciprocal of the condition number is less than machine
@@ -280,10 +280,10 @@
*> = 0: successful exit
*> < 0: if INFO = -i, the i-th argument had an illegal value
*> > 0: if INFO = i, and i is
*> <= N: the leading minor of order i of A is
*> not positive definite, so the factorization
*> could not be completed, and the solution has not
*> been computed. RCOND = 0 is returned.
*> <= N: the leading principal minor of order i of A
*> is not positive, so the factorization could not
*> be completed, and the solution has not been
*> computed. RCOND = 0 is returned.
*> = N+1: U is nonsingular, but RCOND is less than machine
*> precision, meaning that the matrix is singular
*> to working precision. Nevertheless, the


Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save