Skip to content

Commit e713a51

Browse files
author
scr2016
committed
fixed suscripts in the commeints for NB in cgetsqrhrt.f, zgetsqrhrt.f, sgetsqrhrt.f, dgetsqrhrt.f
1 parent 6ff9f83 commit e713a51

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SRC/cgetsqrhrt.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*> \verbatim
8787
*> NB2 is INTEGER
8888
*> The block size to be used in the blocked QR that is
89-
*> output. NB >= 1.
89+
*> output. NB2 >= 1.
9090
*> \endverbatim
9191
*>
9292
*> \param[in,out] A
@@ -119,7 +119,7 @@
119119
*> \param[in] LDT
120120
*> \verbatim
121121
*> LDT is INTEGER
122-
*> The leading dimension of the array T. LDT >= NB.
122+
*> The leading dimension of the array T. LDT >= NB2.
123123
*> \endverbatim
124124
*>
125125
*> \param[out] WORK

SRC/dgetsqrhrt.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*> \verbatim
8787
*> NB2 is INTEGER
8888
*> The block size to be used in the blocked QR that is
89-
*> output. NB >= 1.
89+
*> output. NB2 >= 1.
9090
*> \endverbatim
9191
*>
9292
*> \param[in,out] A
@@ -119,7 +119,7 @@
119119
*> \param[in] LDT
120120
*> \verbatim
121121
*> LDT is INTEGER
122-
*> The leading dimension of the array T. LDT >= NB.
122+
*> The leading dimension of the array T. LDT >= NB2.
123123
*> \endverbatim
124124
*>
125125
*> \param[out] WORK

SRC/sgetsqrhrt.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*> \verbatim
8787
*> NB2 is INTEGER
8888
*> The block size to be used in the blocked QR that is
89-
*> output. NB >= 1.
89+
*> output. NB2 >= 1.
9090
*> \endverbatim
9191
*>
9292
*> \param[in,out] A
@@ -119,7 +119,7 @@
119119
*> \param[in] LDT
120120
*> \verbatim
121121
*> LDT is INTEGER
122-
*> The leading dimension of the array T. LDT >= NB.
122+
*> The leading dimension of the array T. LDT >= NB2.
123123
*> \endverbatim
124124
*>
125125
*> \param[out] WORK

SRC/zgetsqrhrt.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
*> \verbatim
8787
*> NB2 is INTEGER
8888
*> The block size to be used in the blocked QR that is
89-
*> output. NB >= 1.
89+
*> output. NB2 >= 1.
9090
*> \endverbatim
9191
*>
9292
*> \param[in,out] A
@@ -119,7 +119,7 @@
119119
*> \param[in] LDT
120120
*> \verbatim
121121
*> LDT is INTEGER
122-
*> The leading dimension of the array T. LDT >= NB.
122+
*> The leading dimension of the array T. LDT >= NB2.
123123
*> \endverbatim
124124
*>
125125
*> \param[out] WORK

0 commit comments

Comments
 (0)