summaryrefslogtreecommitdiff
path: root/SRC/sgbequb.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2016-02-23 05:26:28 +0000
committerjulie <julielangou@users.noreply.github.com>2016-02-23 05:26:28 +0000
commita1669c26ac2ee893fe03fec287466d30a371b41e (patch)
tree57ae76fc00b8b2aa35b869187ad743a24f1be712 /SRC/sgbequb.f
parent43aea7794f45aee0d27ae3a5dbe30715a08b5182 (diff)
downloadlapack-a1669c26ac2ee893fe03fec287466d30a371b41e.tar.gz
lapack-a1669c26ac2ee893fe03fec287466d30a371b41e.tar.bz2
lapack-a1669c26ac2ee893fe03fec287466d30a371b41e.zip
APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry.g.baksheev@intel.com)
[PATCH 13/42] Fix {C,S}GBEQUB documentation: AB is {COMPLEX,REAL}, not DOUBLE PRECISION
Diffstat (limited to 'SRC/sgbequb.f')
-rw-r--r--SRC/sgbequb.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sgbequb.f b/SRC/sgbequb.f
index d1effd9e..eace329c 100644
--- a/SRC/sgbequb.f
+++ b/SRC/sgbequb.f
@@ -83,7 +83,7 @@
*>
*> \param[in] AB
*> \verbatim
-*> AB is DOUBLE PRECISION array, dimension (LDAB,N)
+*> AB is REAL array, dimension (LDAB,N)
*> On entry, the matrix A in band storage, in rows 1 to KL+KU+1.
*> The j-th column of A is stored in the j-th column of the
*> array AB as follows: