Bug in comments on array size reported by a Sergey Kuznetsov from Intel.
authorlangou <langou@users.noreply.github.com>
Fri, 27 Jun 2014 11:46:34 +0000 (11:46 +0000)
committerlangou <langou@users.noreply.github.com>
Fri, 27 Jun 2014 11:46:34 +0000 (11:46 +0000)
The size of array RWORK in {c,z}dbsqr was given incorrectly.

Previous version for cbdsqr.f read
          RWORK is REAL array, dimension (2*N)
          if NCVT = NRU = NCC = 0, (max(1, 4*N-4)) otherwise

Now reads
          RWORK is REAL array, dimension (4*N)

SRC/cbdsqr.f
SRC/zbdsqr.f

index e3c1c37..a1377ea 100644 (file)
 *>
 *> \param[out] RWORK
 *> \verbatim
-*>          RWORK is REAL array, dimension (2*N)
-*>          if NCVT = NRU = NCC = 0, (max(1, 4*N-4)) otherwise
+*>          RWORK is REAL array, dimension (4*N)
 *> \endverbatim
 *>
 *> \param[out] INFO
index 5ccf890..8c5c5d9 100644 (file)
 *>
 *> \param[out] RWORK
 *> \verbatim
-*>          RWORK is DOUBLE PRECISION array, dimension (2*N)
-*>          if NCVT = NRU = NCC = 0, (max(1, 4*N-4)) otherwise
+*>          RWORK is DOUBLE PRECISION array, dimension (4*N)
 *> \endverbatim
 *>
 *> \param[out] INFO