APPLYING INTEL PATCHES sent to Julie on Feb 19th 2016 by Dima from INTEL (dmitry...
authorjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:26:28 +0000 (05:26 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 23 Feb 2016 05:26:28 +0000 (05:26 +0000)
[PATCH 13/42] Fix {C,S}GBEQUB documentation: AB is {COMPLEX,REAL}, not DOUBLE PRECISION

SRC/cgbequb.f
SRC/sgbequb.f

index 0e2875fe8ae40a0c4c6681e6d829b85ed5a5257a..a2069df4feccf45da1174c2338bd1a1b7e4d1d4c 100644 (file)
@@ -84,7 +84,7 @@
 *>
 *> \param[in] AB
 *> \verbatim
-*>          AB is DOUBLE PRECISION array, dimension (LDAB,N)
+*>          AB is COMPLEX 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:
index d1effd9e3324bea4b460fa2e30754fc1c69440c2..eace329c00d3c3e8beb58c73587f94634fe2767f 100644 (file)
@@ -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: