Skip to content

Commit 455a8eb

Browse files
committed
?LAQR5, ?LASQ3, ?LASQ4: some fixes in doc
reported by Alex Zotkevich, Intel Co. on april 11th 2016 See http://icl.cs.utk.edu/lapack-forum/viewtopic.php?f=13&t=4953
1 parent 736dd53 commit 455a8eb

12 files changed

+16
-16
lines changed

SRC/claqr3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
*> Z is COMPLEX array, dimension (LDZ,N)
138138
*> IF WANTZ is .TRUE., then on output, the unitary
139139
*> similarity transformation mentioned above has been
140-
*> accumulated into Z(ILOZ:IHIZ,ILO:IHI) from the right.
140+
*> accumulated into Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
141141
*> If WANTZ is .FALSE., then Z is unreferenced.
142142
*> \endverbatim
143143
*>

SRC/claqr5.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@
142142
*>
143143
*> \param[in,out] Z
144144
*> \verbatim
145-
*> Z is COMPLEX array of size (LDZ,IHI)
145+
*> Z is COMPLEX array of size (LDZ,IHIZ)
146146
*> If WANTZ = .TRUE., then the QR Sweep unitary
147147
*> similarity transformation is accumulated into
148-
*> Z(ILOZ:IHIZ,ILO:IHI) from the right.
148+
*> Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
149149
*> If WANTZ = .FALSE., then Z is unreferenced.
150150
*> \endverbatim
151151
*>

SRC/dlaqr3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
*> Z is DOUBLE PRECISION array, dimension (LDZ,N)
139139
*> IF WANTZ is .TRUE., then on output, the orthogonal
140140
*> similarity transformation mentioned above has been
141-
*> accumulated into Z(ILOZ:IHIZ,ILO:IHI) from the right.
141+
*> accumulated into Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
142142
*> If WANTZ is .FALSE., then Z is unreferenced.
143143
*> \endverbatim
144144
*>

SRC/dlaqr5.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@
150150
*>
151151
*> \param[in,out] Z
152152
*> \verbatim
153-
*> Z is DOUBLE PRECISION array of size (LDZ,IHI)
153+
*> Z is DOUBLE PRECISION array of size (LDZ,IHIZ)
154154
*> If WANTZ = .TRUE., then the QR Sweep orthogonal
155155
*> similarity transformation is accumulated into
156-
*> Z(ILOZ:IHIZ,ILO:IHI) from the right.
156+
*> Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
157157
*> If WANTZ = .FALSE., then Z is unreferenced.
158158
*> \endverbatim
159159
*>

SRC/dlasq3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*>
6161
*> \param[in,out] Z
6262
*> \verbatim
63-
*> Z is DOUBLE PRECISION array, dimension ( 4*N )
63+
*> Z is DOUBLE PRECISION array, dimension ( 4*N0 )
6464
*> Z holds the qd array.
6565
*> \endverbatim
6666
*>

SRC/dlasq4.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*>
5757
*> \param[in] Z
5858
*> \verbatim
59-
*> Z is DOUBLE PRECISION array, dimension ( 4*N )
59+
*> Z is DOUBLE PRECISION array, dimension ( 4*N0 )
6060
*> Z holds the qd array.
6161
*> \endverbatim
6262
*>

SRC/slaqr3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
*> Z is REAL array, dimension (LDZ,N)
139139
*> IF WANTZ is .TRUE., then on output, the orthogonal
140140
*> similarity transformation mentioned above has been
141-
*> accumulated into Z(ILOZ:IHIZ,ILO:IHI) from the right.
141+
*> accumulated into Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
142142
*> If WANTZ is .FALSE., then Z is unreferenced.
143143
*> \endverbatim
144144
*>

SRC/slaqr5.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,10 @@
150150
*>
151151
*> \param[in,out] Z
152152
*> \verbatim
153-
*> Z is REAL array of size (LDZ,IHI)
153+
*> Z is REAL array of size (LDZ,IHIZ)
154154
*> If WANTZ = .TRUE., then the QR Sweep orthogonal
155155
*> similarity transformation is accumulated into
156-
*> Z(ILOZ:IHIZ,ILO:IHI) from the right.
156+
*> Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
157157
*> If WANTZ = .FALSE., then Z is unreferenced.
158158
*> \endverbatim
159159
*>

SRC/slasq3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
*>
6161
*> \param[in,out] Z
6262
*> \verbatim
63-
*> Z is REAL array, dimension ( 4*N )
63+
*> Z is REAL array, dimension ( 4*N0 )
6464
*> Z holds the qd array.
6565
*> \endverbatim
6666
*>

SRC/slasq4.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*>
5757
*> \param[in] Z
5858
*> \verbatim
59-
*> Z is REAL array, dimension ( 4*N )
59+
*> Z is REAL array, dimension ( 4*N0 )
6060
*> Z holds the qd array.
6161
*> \endverbatim
6262
*>

SRC/zlaqr3.f

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
*> Z is COMPLEX*16 array, dimension (LDZ,N)
139139
*> IF WANTZ is .TRUE., then on output, the unitary
140140
*> similarity transformation mentioned above has been
141-
*> accumulated into Z(ILOZ:IHIZ,ILO:IHI) from the right.
141+
*> accumulated into Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
142142
*> If WANTZ is .FALSE., then Z is unreferenced.
143143
*> \endverbatim
144144
*>

SRC/zlaqr5.f

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@
142142
*>
143143
*> \param[in,out] Z
144144
*> \verbatim
145-
*> Z is COMPLEX*16 array of size (LDZ,IHI)
145+
*> Z is COMPLEX*16 array of size (LDZ,IHIZ)
146146
*> If WANTZ = .TRUE., then the QR Sweep unitary
147147
*> similarity transformation is accumulated into
148-
*> Z(ILOZ:IHIZ,ILO:IHI) from the right.
148+
*> Z(ILOZ:IHIZ,ILOZ:IHIZ) from the right.
149149
*> If WANTZ = .FALSE., then Z is unreferenced.
150150
*> \endverbatim
151151
*>

0 commit comments

Comments
 (0)