File tree Expand file tree Collapse file tree 4 files changed +48
-8
lines changed Expand file tree Collapse file tree 4 files changed +48
-8
lines changed Original file line number Diff line number Diff line change 61
61
* > x
62
62
* >
63
63
* > where inv(B) denotes the inverse of B.
64
+ * >
65
+ * > Callers of this subroutine should note that the singularity/rank-deficiency checks
66
+ * > implemented in this subroutine are rudimentary. The CTRTRS subroutine called by this
67
+ * > subroutine only signals a failure due to singularity if the problem is exactly singular.
68
+ * >
69
+ * > It is conceivable for one (or more) of the factors involved in the generalized QR
70
+ * > factorization of the pair (A, B) to be subnormally close to singularity without this
71
+ * > subroutine signalling an error. The solutions computed for such almost-rank-deficient
72
+ * > problems may be less accurate due to a loss of numerical precision.
73
+ * >
64
74
* > \endverbatim
65
75
*
66
76
* Arguments:
159
169
* > = 0: successful exit.
160
170
* > < 0: if INFO = -i, the i-th argument had an illegal value.
161
171
* > = 1: the upper triangular factor R associated with A in the
162
- * > generalized QR factorization of the pair (A, B) is
172
+ * > generalized QR factorization of the pair (A, B) is exactly
163
173
* > singular, so that rank(A) < M; the least squares
164
174
* > solution could not be computed.
165
175
* > = 2: the bottom (N-M) by (N-M) part of the upper trapezoidal
166
176
* > factor T associated with B in the generalized QR
167
- * > factorization of the pair (A, B) is singular, so that
177
+ * > factorization of the pair (A, B) is exactly singular, so that
168
178
* > rank( A B ) < N; the least squares solution could not
169
179
* > be computed.
170
180
* > \endverbatim
Original file line number Diff line number Diff line change 61
61
* > x
62
62
* >
63
63
* > where inv(B) denotes the inverse of B.
64
+ * >
65
+ * > Callers of this subroutine should note that the singularity/rank-deficiency checks
66
+ * > implemented in this subroutine are rudimentary. The DTRTRS subroutine called by this
67
+ * > subroutine only signals a failure due to singularity if the problem is exactly singular.
68
+ * >
69
+ * > It is conceivable for one (or more) of the factors involved in the generalized QR
70
+ * > factorization of the pair (A, B) to be subnormally close to singularity without this
71
+ * > subroutine signalling an error. The solutions computed for such almost-rank-deficient
72
+ * > problems may be less accurate due to a loss of numerical precision.
73
+ * >
64
74
* > \endverbatim
65
75
*
66
76
* Arguments:
159
169
* > = 0: successful exit.
160
170
* > < 0: if INFO = -i, the i-th argument had an illegal value.
161
171
* > = 1: the upper triangular factor R associated with A in the
162
- * > generalized QR factorization of the pair (A, B) is
172
+ * > generalized QR factorization of the pair (A, B) is exactly
163
173
* > singular, so that rank(A) < M; the least squares
164
174
* > solution could not be computed.
165
175
* > = 2: the bottom (N-M) by (N-M) part of the upper trapezoidal
166
176
* > factor T associated with B in the generalized QR
167
- * > factorization of the pair (A, B) is singular, so that
177
+ * > factorization of the pair (A, B) is exactly singular, so that
168
178
* > rank( A B ) < N; the least squares solution could not
169
179
* > be computed.
170
180
* > \endverbatim
Original file line number Diff line number Diff line change 61
61
* > x
62
62
* >
63
63
* > where inv(B) denotes the inverse of B.
64
+ * >
65
+ * > Callers of this subroutine should note that the singularity/rank-deficiency checks
66
+ * > implemented in this subroutine are rudimentary. The STRTRS subroutine called by this
67
+ * > subroutine only signals a failure due to singularity if the problem is exactly singular.
68
+ * >
69
+ * > It is conceivable for one (or more) of the factors involved in the generalized QR
70
+ * > factorization of the pair (A, B) to be subnormally close to singularity without this
71
+ * > subroutine signalling an error. The solutions computed for such almost-rank-deficient
72
+ * > problems may be less accurate due to a loss of numerical precision.
73
+ * >
64
74
* > \endverbatim
65
75
*
66
76
* Arguments:
159
169
* > = 0: successful exit.
160
170
* > < 0: if INFO = -i, the i-th argument had an illegal value.
161
171
* > = 1: the upper triangular factor R associated with A in the
162
- * > generalized QR factorization of the pair (A, B) is
172
+ * > generalized QR factorization of the pair (A, B) is exactly
163
173
* > singular, so that rank(A) < M; the least squares
164
174
* > solution could not be computed.
165
175
* > = 2: the bottom (N-M) by (N-M) part of the upper trapezoidal
166
176
* > factor T associated with B in the generalized QR
167
- * > factorization of the pair (A, B) is singular, so that
177
+ * > factorization of the pair (A, B) is exactly singular, so that
168
178
* > rank( A B ) < N; the least squares solution could not
169
179
* > be computed.
170
180
* > \endverbatim
Original file line number Diff line number Diff line change 61
61
* > x
62
62
* >
63
63
* > where inv(B) denotes the inverse of B.
64
+ * >
65
+ * > Callers of this subroutine should note that the singularity/rank-deficiency checks
66
+ * > implemented in this subroutine are rudimentary. The ZTRTRS subroutine called by this
67
+ * > subroutine only signals a failure due to singularity if the problem is exactly singular.
68
+ * >
69
+ * > It is conceivable for one (or more) of the factors involved in the generalized QR
70
+ * > factorization of the pair (A, B) to be subnormally close to singularity without this
71
+ * > subroutine signalling an error. The solutions computed for such almost-rank-deficient
72
+ * > problems may be less accurate due to a loss of numerical precision.
73
+ * >
64
74
* > \endverbatim
65
75
*
66
76
* Arguments:
159
169
* > = 0: successful exit.
160
170
* > < 0: if INFO = -i, the i-th argument had an illegal value.
161
171
* > = 1: the upper triangular factor R associated with A in the
162
- * > generalized QR factorization of the pair (A, B) is
172
+ * > generalized QR factorization of the pair (A, B) is exactly
163
173
* > singular, so that rank(A) < M; the least squares
164
174
* > solution could not be computed.
165
175
* > = 2: the bottom (N-M) by (N-M) part of the upper trapezoidal
166
176
* > factor T associated with B in the generalized QR
167
- * > factorization of the pair (A, B) is singular, so that
177
+ * > factorization of the pair (A, B) is exactly singular, so that
168
178
* > rank( A B ) < N; the least squares solution could not
169
179
* > be computed.
170
180
* > \endverbatim
You can’t perform that action at this time.
0 commit comments