File tree 4 files changed +8
-12
lines changed 4 files changed +8
-12
lines changed Original file line number Diff line number Diff line change 170
170
* >
171
171
* > The shape of the matrix V and the storage of the vectors which define
172
172
* > the H(i) is best illustrated by the following example with n = 5 and
173
- * > k = 3. The elements equal to 1 are not stored; the corresponding
174
- * > array elements are modified but restored on exit. The rest of the
175
- * > array is not used.
173
+ * > k = 3. The triangular part of V (including its diagonal) is not
174
+ * > referenced.
176
175
* >
177
176
* > DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178
177
* >
Original file line number Diff line number Diff line change 170
170
* >
171
171
* > The shape of the matrix V and the storage of the vectors which define
172
172
* > the H(i) is best illustrated by the following example with n = 5 and
173
- * > k = 3. The elements equal to 1 are not stored; the corresponding
174
- * > array elements are modified but restored on exit. The rest of the
175
- * > array is not used.
173
+ * > k = 3. The triangular part of V (including its diagonal) is not
174
+ * > referenced.
176
175
* >
177
176
* > DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178
177
* >
Original file line number Diff line number Diff line change 170
170
* >
171
171
* > The shape of the matrix V and the storage of the vectors which define
172
172
* > the H(i) is best illustrated by the following example with n = 5 and
173
- * > k = 3. The elements equal to 1 are not stored; the corresponding
174
- * > array elements are modified but restored on exit. The rest of the
175
- * > array is not used.
173
+ * > k = 3. The triangular part of V (including its diagonal) is not
174
+ * > referenced.
176
175
* >
177
176
* > DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178
177
* >
Original file line number Diff line number Diff line change 170
170
* >
171
171
* > The shape of the matrix V and the storage of the vectors which define
172
172
* > the H(i) is best illustrated by the following example with n = 5 and
173
- * > k = 3. The elements equal to 1 are not stored; the corresponding
174
- * > array elements are modified but restored on exit. The rest of the
175
- * > array is not used.
173
+ * > k = 3. The triangular part of V (including its diagonal) is not
174
+ * > referenced.
176
175
* >
177
176
* > DIRECT = 'F' and STOREV = 'C': DIRECT = 'F' and STOREV = 'R':
178
177
* >
You can’t perform that action at this time.
0 commit comments