Skip to content

Commit cf83f24

Browse files
committed
fix #306
1 parent 49d9683 commit cf83f24

File tree

4 files changed

+76
-76
lines changed

4 files changed

+76
-76
lines changed

SRC/claqr5.f

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -180,25 +180,6 @@
180180
*> in the calling subroutine. LDU >= 3*NSHFTS-3.
181181
*> \endverbatim
182182
*>
183-
*> \param[in] NH
184-
*> \verbatim
185-
*> NH is INTEGER
186-
*> NH is the number of columns in array WH available for
187-
*> workspace. NH >= 1.
188-
*> \endverbatim
189-
*>
190-
*> \param[out] WH
191-
*> \verbatim
192-
*> WH is COMPLEX array, dimension (LDWH,NH)
193-
*> \endverbatim
194-
*>
195-
*> \param[in] LDWH
196-
*> \verbatim
197-
*> LDWH is INTEGER
198-
*> Leading dimension of WH just as declared in the
199-
*> calling procedure. LDWH >= 3*NSHFTS-3.
200-
*> \endverbatim
201-
*>
202183
*> \param[in] NV
203184
*> \verbatim
204185
*> NV is INTEGER
@@ -218,6 +199,25 @@
218199
*> in the calling subroutine. LDWV >= NV.
219200
*> \endverbatim
220201
*
202+
*> \param[in] NH
203+
*> \verbatim
204+
*> NH is INTEGER
205+
*> NH is the number of columns in array WH available for
206+
*> workspace. NH >= 1.
207+
*> \endverbatim
208+
*>
209+
*> \param[out] WH
210+
*> \verbatim
211+
*> WH is COMPLEX array, dimension (LDWH,NH)
212+
*> \endverbatim
213+
*>
214+
*> \param[in] LDWH
215+
*> \verbatim
216+
*> LDWH is INTEGER
217+
*> Leading dimension of WH just as declared in the
218+
*> calling procedure. LDWH >= 3*NSHFTS-3.
219+
*> \endverbatim
220+
*>
221221
* Authors:
222222
* ========
223223
*

SRC/dlaqr5.f

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -188,25 +188,6 @@
188188
*> in the calling subroutine. LDU >= 3*NSHFTS-3.
189189
*> \endverbatim
190190
*>
191-
*> \param[in] NH
192-
*> \verbatim
193-
*> NH is INTEGER
194-
*> NH is the number of columns in array WH available for
195-
*> workspace. NH >= 1.
196-
*> \endverbatim
197-
*>
198-
*> \param[out] WH
199-
*> \verbatim
200-
*> WH is DOUBLE PRECISION array, dimension (LDWH,NH)
201-
*> \endverbatim
202-
*>
203-
*> \param[in] LDWH
204-
*> \verbatim
205-
*> LDWH is INTEGER
206-
*> Leading dimension of WH just as declared in the
207-
*> calling procedure. LDWH >= 3*NSHFTS-3.
208-
*> \endverbatim
209-
*>
210191
*> \param[in] NV
211192
*> \verbatim
212193
*> NV is INTEGER
@@ -226,6 +207,25 @@
226207
*> in the calling subroutine. LDWV >= NV.
227208
*> \endverbatim
228209
*
210+
*> \param[in] NH
211+
*> \verbatim
212+
*> NH is INTEGER
213+
*> NH is the number of columns in array WH available for
214+
*> workspace. NH >= 1.
215+
*> \endverbatim
216+
*>
217+
*> \param[out] WH
218+
*> \verbatim
219+
*> WH is DOUBLE PRECISION array, dimension (LDWH,NH)
220+
*> \endverbatim
221+
*>
222+
*> \param[in] LDWH
223+
*> \verbatim
224+
*> LDWH is INTEGER
225+
*> Leading dimension of WH just as declared in the
226+
*> calling procedure. LDWH >= 3*NSHFTS-3.
227+
*> \endverbatim
228+
*>
229229
* Authors:
230230
* ========
231231
*

SRC/slaqr5.f

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -188,25 +188,6 @@
188188
*> in the calling subroutine. LDU >= 3*NSHFTS-3.
189189
*> \endverbatim
190190
*>
191-
*> \param[in] NH
192-
*> \verbatim
193-
*> NH is INTEGER
194-
*> NH is the number of columns in array WH available for
195-
*> workspace. NH >= 1.
196-
*> \endverbatim
197-
*>
198-
*> \param[out] WH
199-
*> \verbatim
200-
*> WH is REAL array, dimension (LDWH,NH)
201-
*> \endverbatim
202-
*>
203-
*> \param[in] LDWH
204-
*> \verbatim
205-
*> LDWH is INTEGER
206-
*> Leading dimension of WH just as declared in the
207-
*> calling procedure. LDWH >= 3*NSHFTS-3.
208-
*> \endverbatim
209-
*>
210191
*> \param[in] NV
211192
*> \verbatim
212193
*> NV is INTEGER
@@ -226,6 +207,25 @@
226207
*> in the calling subroutine. LDWV >= NV.
227208
*> \endverbatim
228209
*
210+
*> \param[in] NH
211+
*> \verbatim
212+
*> NH is INTEGER
213+
*> NH is the number of columns in array WH available for
214+
*> workspace. NH >= 1.
215+
*> \endverbatim
216+
*>
217+
*> \param[out] WH
218+
*> \verbatim
219+
*> WH is REAL array, dimension (LDWH,NH)
220+
*> \endverbatim
221+
*>
222+
*> \param[in] LDWH
223+
*> \verbatim
224+
*> LDWH is INTEGER
225+
*> Leading dimension of WH just as declared in the
226+
*> calling procedure. LDWH >= 3*NSHFTS-3.
227+
*> \endverbatim
228+
*>
229229
* Authors:
230230
* ========
231231
*

SRC/zlaqr5.f

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -180,25 +180,6 @@
180180
*> in the calling subroutine. LDU >= 3*NSHFTS-3.
181181
*> \endverbatim
182182
*>
183-
*> \param[in] NH
184-
*> \verbatim
185-
*> NH is INTEGER
186-
*> NH is the number of columns in array WH available for
187-
*> workspace. NH >= 1.
188-
*> \endverbatim
189-
*>
190-
*> \param[out] WH
191-
*> \verbatim
192-
*> WH is COMPLEX*16 array, dimension (LDWH,NH)
193-
*> \endverbatim
194-
*>
195-
*> \param[in] LDWH
196-
*> \verbatim
197-
*> LDWH is INTEGER
198-
*> Leading dimension of WH just as declared in the
199-
*> calling procedure. LDWH >= 3*NSHFTS-3.
200-
*> \endverbatim
201-
*>
202183
*> \param[in] NV
203184
*> \verbatim
204185
*> NV is INTEGER
@@ -218,6 +199,25 @@
218199
*> in the calling subroutine. LDWV >= NV.
219200
*> \endverbatim
220201
*
202+
*> \param[in] NH
203+
*> \verbatim
204+
*> NH is INTEGER
205+
*> NH is the number of columns in array WH available for
206+
*> workspace. NH >= 1.
207+
*> \endverbatim
208+
*>
209+
*> \param[out] WH
210+
*> \verbatim
211+
*> WH is COMPLEX*16 array, dimension (LDWH,NH)
212+
*> \endverbatim
213+
*>
214+
*> \param[in] LDWH
215+
*> \verbatim
216+
*> LDWH is INTEGER
217+
*> Leading dimension of WH just as declared in the
218+
*> calling procedure. LDWH >= 3*NSHFTS-3.
219+
*> \endverbatim
220+
*>
221221
* Authors:
222222
* ========
223223
*

0 commit comments

Comments
 (0)