Adding a hint on the data storage required for band matrices in xLASCL.
authorlangou <langou@users.noreply.github.com>
Mon, 9 Aug 2010 16:19:34 +0000 (16:19 +0000)
committerlangou <langou@users.noreply.github.com>
Mon, 9 Aug 2010 16:19:34 +0000 (16:19 +0000)
SRC/clascl.f
SRC/dlascl.f
SRC/slascl.f
SRC/zlascl.f

index 1b8b8e8..628987c 100644 (file)
@@ -39,7 +39,7 @@
 *                  and upper bandwidth KU and with the only the upper
 *                  half stored.
 *          = 'Z':  A is a band matrix with lower bandwidth KL and upper
-*                  bandwidth KU.
+*                  bandwidth KU. See CGBTRF for storage details.
 *
 *  KL      (input) INTEGER
 *          The lower bandwidth of A.  Referenced only if TYPE = 'B',
index 7cafd73..ca7fbeb 100644 (file)
@@ -39,7 +39,7 @@
 *                  and upper bandwidth KU and with the only the upper
 *                  half stored.
 *          = 'Z':  A is a band matrix with lower bandwidth KL and upper
-*                  bandwidth KU.
+*                  bandwidth KU. See DGBTRF for storage details.
 *
 *  KL      (input) INTEGER
 *          The lower bandwidth of A.  Referenced only if TYPE = 'B',
index 847948d..3c97efe 100644 (file)
@@ -39,7 +39,7 @@
 *                  and upper bandwidth KU and with the only the upper
 *                  half stored.
 *          = 'Z':  A is a band matrix with lower bandwidth KL and upper
-*                  bandwidth KU.
+*                  bandwidth KU. See SGBTRF for storage details.
 *
 *  KL      (input) INTEGER
 *          The lower bandwidth of A.  Referenced only if TYPE = 'B',
index d06eaf3..c32a664 100644 (file)
@@ -39,7 +39,7 @@
 *                  and upper bandwidth KU and with the only the upper
 *                  half stored.
 *          = 'Z':  A is a band matrix with lower bandwidth KL and upper
-*                  bandwidth KU.
+*                  bandwidth KU. See ZGBTRF for storage details.
 *
 *  KL      (input) INTEGER
 *          The lower bandwidth of A.  Referenced only if TYPE = 'B',