File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
lapack-netlib/SRC/VARIANTS/cholesky/RL Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 79
79
C > INFO is INTEGER
80
80
C > = 0: successful exit
81
81
C > < 0: if INFO = -i, the i-th argument had an illegal value
82
- C > > 0: if INFO = i, the leading minor of order i is not
83
- C > positive definite , and the factorization could not be
82
+ C > > 0: if INFO = i, the leading principal minor of order i
83
+ C > is not positive , and the factorization could not be
84
84
C > completed.
85
85
C > \endverbatim
86
86
C >
Original file line number Diff line number Diff line change 79
79
C > INFO is INTEGER
80
80
C > = 0: successful exit
81
81
C > < 0: if INFO = -i, the i-th argument had an illegal value
82
- C > > 0: if INFO = i, the leading minor of order i is not
83
- C > positive definite , and the factorization could not be
82
+ C > > 0: if INFO = i, the leading principal minor of order i
83
+ C > is not positive , and the factorization could not be
84
84
C > completed.
85
85
C > \endverbatim
86
86
C >
Original file line number Diff line number Diff line change 79
79
C > INFO is INTEGER
80
80
C > = 0: successful exit
81
81
C > < 0: if INFO = -i, the i-th argument had an illegal value
82
- C > > 0: if INFO = i, the leading minor of order i is not
83
- C > positive definite , and the factorization could not be
82
+ C > > 0: if INFO = i, the leading principal minor of order i
83
+ C > is not positive , and the factorization could not be
84
84
C > completed.
85
85
C > \endverbatim
86
86
C >
Original file line number Diff line number Diff line change 79
79
C > INFO is INTEGER
80
80
C > = 0: successful exit
81
81
C > < 0: if INFO = -i, the i-th argument had an illegal value
82
- C > > 0: if INFO = i, the leading minor of order i is not
83
- C > positive definite , and the factorization could not be
82
+ C > > 0: if INFO = i, the leading principal minor of order i
83
+ C > is not positive , and the factorization could not be
84
84
C > completed.
85
85
C > \endverbatim
86
86
C >
You can’t perform that action at this time.
0 commit comments