minor fix: add comment to warn that vector and matrix arguments are not referenced...
authorjulie <julielangou@users.noreply.github.com>
Tue, 4 Jan 2011 19:58:09 +0000 (19:58 +0000)
committerjulie <julielangou@users.noreply.github.com>
Tue, 4 Jan 2011 19:58:09 +0000 (19:58 +0000)
32 files changed:
BLAS/SRC/cgbmv.f
BLAS/SRC/cgemv.f
BLAS/SRC/chbmv.f
BLAS/SRC/chemv.f
BLAS/SRC/chpmv.f
BLAS/SRC/ctbmv.f
BLAS/SRC/ctpmv.f
BLAS/SRC/ctrmv.f
BLAS/SRC/dgbmv.f
BLAS/SRC/dgemv.f
BLAS/SRC/dsbmv.f
BLAS/SRC/dspmv.f
BLAS/SRC/dsymv.f
BLAS/SRC/dtbmv.f
BLAS/SRC/dtpmv.f
BLAS/SRC/dtrmv.f
BLAS/SRC/sgbmv.f
BLAS/SRC/sgemv.f
BLAS/SRC/ssbmv.f
BLAS/SRC/sspmv.f
BLAS/SRC/ssymv.f
BLAS/SRC/stbmv.f
BLAS/SRC/stpmv.f
BLAS/SRC/strmv.f
BLAS/SRC/zgbmv.f
BLAS/SRC/zgemv.f
BLAS/SRC/zhbmv.f
BLAS/SRC/zhemv.f
BLAS/SRC/zhpmv.f
BLAS/SRC/ztbmv.f
BLAS/SRC/ztpmv.f
BLAS/SRC/ztrmv.f

index 2a837db..a3dd279 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 96e625e..b39e8dc 100644 (file)
@@ -95,6 +95,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 1b1c330..e7bacae 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 7026f5b..3ddca36 100644 (file)
@@ -93,6 +93,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 158be5a..264bdb2 100644 (file)
@@ -90,6 +90,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 5a879fa..a9f4d89 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index b63742c..03660f1 100644 (file)
@@ -89,6 +89,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 9aef3c0..631df7a 100644 (file)
@@ -92,6 +92,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index c3dc64a..630878b 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 59e11b8..064bdb9 100644 (file)
@@ -93,6 +93,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 8c82d1f..e797351 100644 (file)
 *           Y. INCY must not be zero.
 *           Unchanged on exit.
 *
+*  Further Details
+*  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index f6e121e..4067b0e 100644 (file)
@@ -88,6 +88,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index fa552f2..5fa4341 100644 (file)
@@ -91,6 +91,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index a87ffde..cfcdb15 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index c5bc112..b25a405 100644 (file)
@@ -89,6 +89,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index b1ca93a..0381e1d 100644 (file)
@@ -92,6 +92,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index aaa8b1a..1136f70 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 2f2cbb0..90eb639 100644 (file)
@@ -93,6 +93,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 16893a2..88b4adc 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 0b84498..c951851 100644 (file)
@@ -88,6 +88,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 19f6e76..a43bd9b 100644 (file)
@@ -91,6 +91,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index c0b8f11..6e57a9d 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 71ea49a..3c02c27 100644 (file)
@@ -89,6 +89,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 743c0d7..3f1f1ae 100644 (file)
@@ -92,6 +92,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 5a2228d..35ca804 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 7272960..143be03 100644 (file)
@@ -95,6 +95,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index bca0da5..6f6ef0b 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 341362b..d2e7d13 100644 (file)
@@ -93,6 +93,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index b686108..c76c46a 100644 (file)
@@ -90,6 +90,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 7c85c1b..23d5f4c 100644 (file)
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 5a7b3b8..5832692 100644 (file)
@@ -89,6 +89,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.
index 4300172..8a9e7ea 100644 (file)
@@ -92,6 +92,7 @@
 *  ===============
 *
 *  Level 2 Blas routine.
+*  The vector and matrix arguments are not referenced when N = 0, or M = 0
 *
 *  -- Written on 22-October-1986.
 *     Jack Dongarra, Argonne National Lab.