|
61 | 61 | *> |
62 | 62 | *> \param[in] KACC22 |
63 | 63 | *> \verbatim |
64 | | -*> KACC22 is integer with value 0, 1, or 2. |
| 64 | +*> KACC22 is INTEGER with value 0, 1, or 2. |
65 | 65 | *> Specifies the computation mode of far-from-diagonal |
66 | 66 | *> orthogonal updates. |
67 | 67 | *> = 0: CLAQR5 does not accumulate reflections and does not |
|
77 | 77 | *> |
78 | 78 | *> \param[in] N |
79 | 79 | *> \verbatim |
80 | | -*> N is integer scalar |
| 80 | +*> N is INTEGER |
81 | 81 | *> N is the order of the Hessenberg matrix H upon which this |
82 | 82 | *> subroutine operates. |
83 | 83 | *> \endverbatim |
84 | 84 | *> |
85 | 85 | *> \param[in] KTOP |
86 | 86 | *> \verbatim |
87 | | -*> KTOP is integer scalar |
| 87 | +*> KTOP is INTEGER |
88 | 88 | *> \endverbatim |
89 | 89 | *> |
90 | 90 | *> \param[in] KBOT |
91 | 91 | *> \verbatim |
92 | | -*> KBOT is integer scalar |
| 92 | +*> KBOT is INTEGER |
93 | 93 | *> These are the first and last rows and columns of an |
94 | 94 | *> isolated diagonal block upon which the QR sweep is to be |
95 | 95 | *> applied. It is assumed without a check that |
|
100 | 100 | *> |
101 | 101 | *> \param[in] NSHFTS |
102 | 102 | *> \verbatim |
103 | | -*> NSHFTS is integer scalar |
| 103 | +*> NSHFTS is INTEGER |
104 | 104 | *> NSHFTS gives the number of simultaneous shifts. NSHFTS |
105 | 105 | *> must be positive and even. |
106 | 106 | *> \endverbatim |
|
123 | 123 | *> |
124 | 124 | *> \param[in] LDH |
125 | 125 | *> \verbatim |
126 | | -*> LDH is integer scalar |
| 126 | +*> LDH is INTEGER |
127 | 127 | *> LDH is the leading dimension of H just as declared in the |
128 | 128 | *> calling procedure. LDH.GE.MAX(1,N). |
129 | 129 | *> \endverbatim |
|
151 | 151 | *> |
152 | 152 | *> \param[in] LDZ |
153 | 153 | *> \verbatim |
154 | | -*> LDZ is integer scalar |
| 154 | +*> LDZ is INTEGER |
155 | 155 | *> LDA is the leading dimension of Z just as declared in |
156 | 156 | *> the calling procedure. LDZ.GE.N. |
157 | 157 | *> \endverbatim |
|
163 | 163 | *> |
164 | 164 | *> \param[in] LDV |
165 | 165 | *> \verbatim |
166 | | -*> LDV is integer scalar |
| 166 | +*> LDV is INTEGER |
167 | 167 | *> LDV is the leading dimension of V as declared in the |
168 | 168 | *> calling procedure. LDV.GE.3. |
169 | 169 | *> \endverbatim |
|
176 | 176 | *> |
177 | 177 | *> \param[in] LDU |
178 | 178 | *> \verbatim |
179 | | -*> LDU is integer scalar |
| 179 | +*> LDU is INTEGER |
180 | 180 | *> LDU is the leading dimension of U just as declared in the |
181 | 181 | *> in the calling subroutine. LDU.GE.3*NSHFTS-3. |
182 | 182 | *> \endverbatim |
183 | 183 | *> |
184 | 184 | *> \param[in] NH |
185 | 185 | *> \verbatim |
186 | | -*> NH is integer scalar |
| 186 | +*> NH is INTEGER |
187 | 187 | *> NH is the number of columns in array WH available for |
188 | 188 | *> workspace. NH.GE.1. |
189 | 189 | *> \endverbatim |
|
195 | 195 | *> |
196 | 196 | *> \param[in] LDWH |
197 | 197 | *> \verbatim |
198 | | -*> LDWH is integer scalar |
| 198 | +*> LDWH is INTEGER |
199 | 199 | *> Leading dimension of WH just as declared in the |
200 | 200 | *> calling procedure. LDWH.GE.3*NSHFTS-3. |
201 | 201 | *> \endverbatim |
202 | 202 | *> |
203 | 203 | *> \param[in] NV |
204 | 204 | *> \verbatim |
205 | | -*> NV is integer scalar |
| 205 | +*> NV is INTEGER |
206 | 206 | *> NV is the number of rows in WV agailable for workspace. |
207 | 207 | *> NV.GE.1. |
208 | 208 | *> \endverbatim |
|
215 | 215 | *> |
216 | 216 | *> \param[in] LDWV |
217 | 217 | *> \verbatim |
218 | | -*> LDWV is integer scalar |
| 218 | +*> LDWV is INTEGER |
219 | 219 | *> LDWV is the leading dimension of WV as declared in the |
220 | 220 | *> in the calling subroutine. LDWV.GE.NV. |
221 | 221 | *> \endverbatim |
|
0 commit comments