File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 112
112
* > blocks (same format as the output T in CGEQRT).
113
113
* > The matrix T and the matrix V stored on output in A
114
114
* > implicitly define Q_out. NOTE: The lower triangles
115
- * > below the upper-triangular blcoks will be filled with
115
+ * > below the upper-triangular blocks will be filled with
116
116
* > zeros. See Further Details.
117
117
* > \endverbatim
118
118
* >
217
217
* > If Q_in is the result of doing a QR factorization
218
218
* > B = Q_in * R_in, then:
219
219
* >
220
- * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = O_out * R_out.
220
+ * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = Q_out * R_out.
221
221
* >
222
222
* > So if one wants to interpret Q_out as the result
223
- * > of the QR factorization of B, then corresponding R_out
224
- * > should be obtained by R_out = S * R_in, i.e. some rows of R_in
223
+ * > of the QR factorization of B, then the corresponding R_out
224
+ * > should be equal to R_out = S * R_in, i.e. some rows of R_in
225
225
* > should be multiplied by -1.
226
226
* >
227
227
* > For the details of the algorithm, see [1].
Original file line number Diff line number Diff line change 112
112
* > blocks (same format as the output T in DGEQRT).
113
113
* > The matrix T and the matrix V stored on output in A
114
114
* > implicitly define Q_out. NOTE: The lower triangles
115
- * > below the upper-triangular blcoks will be filled with
115
+ * > below the upper-triangular blocks will be filled with
116
116
* > zeros. See Further Details.
117
117
* > \endverbatim
118
118
* >
217
217
* > If Q_in is the result of doing a QR factorization
218
218
* > B = Q_in * R_in, then:
219
219
* >
220
- * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = O_out * R_out.
220
+ * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = Q_out * R_out.
221
221
* >
222
222
* > So if one wants to interpret Q_out as the result
223
- * > of the QR factorization of B, then corresponding R_out
224
- * > should be obtained by R_out = S * R_in, i.e. some rows of R_in
223
+ * > of the QR factorization of B, then the corresponding R_out
224
+ * > should be equal to R_out = S * R_in, i.e. some rows of R_in
225
225
* > should be multiplied by -1.
226
226
* >
227
227
* > For the details of the algorithm, see [1].
Original file line number Diff line number Diff line change 112
112
* > blocks (same format as the output T in SGEQRT).
113
113
* > The matrix T and the matrix V stored on output in A
114
114
* > implicitly define Q_out. NOTE: The lower triangles
115
- * > below the upper-triangular blcoks will be filled with
115
+ * > below the upper-triangular blocks will be filled with
116
116
* > zeros. See Further Details.
117
117
* > \endverbatim
118
118
* >
217
217
* > If Q_in is the result of doing a QR factorization
218
218
* > B = Q_in * R_in, then:
219
219
* >
220
- * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = O_out * R_out.
220
+ * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = Q_out * R_out.
221
221
* >
222
222
* > So if one wants to interpret Q_out as the result
223
- * > of the QR factorization of B, then corresponding R_out
224
- * > should be obtained by R_out = S * R_in, i.e. some rows of R_in
223
+ * > of the QR factorization of B, then the corresponding R_out
224
+ * > should be equal to R_out = S * R_in, i.e. some rows of R_in
225
225
* > should be multiplied by -1.
226
226
* >
227
227
* > For the details of the algorithm, see [1].
Original file line number Diff line number Diff line change 112
112
* > blocks (same format as the output T in ZGEQRT).
113
113
* > The matrix T and the matrix V stored on output in A
114
114
* > implicitly define Q_out. NOTE: The lower triangles
115
- * > below the upper-triangular blcoks will be filled with
115
+ * > below the upper-triangular blocks will be filled with
116
116
* > zeros. See Further Details.
117
117
* > \endverbatim
118
118
* >
217
217
* > If Q_in is the result of doing a QR factorization
218
218
* > B = Q_in * R_in, then:
219
219
* >
220
- * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = O_out * R_out.
220
+ * > B = (Q_out*S) * R_in = Q_out * (S * R_in) = Q_out * R_out.
221
221
* >
222
222
* > So if one wants to interpret Q_out as the result
223
- * > of the QR factorization of B, then corresponding R_out
224
- * > should be obtained by R_out = S * R_in, i.e. some rows of R_in
223
+ * > of the QR factorization of B, then the corresponding R_out
224
+ * > should be equal to R_out = S * R_in, i.e. some rows of R_in
225
225
* > should be multiplied by -1.
226
226
* >
227
227
* > For the details of the algorithm, see [1].
You can’t perform that action at this time.
0 commit comments