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)
commit93617f591ffa3d8954fc32a2718600f8ea7ea738
tree90c854e94f1106128b1b17b5f0366dd22f504f72
parentc911488e784d7373d5fd32f760755f22b4c2f72a
Bug in comments on array size reported by a Sergey Kuznetsov from Intel.

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