summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sgbmv.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/sgbmv.f')
-rw-r--r--BLAS/SRC/sgbmv.f4
1 files changed, 4 insertions, 0 deletions
diff --git a/BLAS/SRC/sgbmv.f b/BLAS/SRC/sgbmv.f
index 6a79a039..aaa8b1a1 100644
--- a/BLAS/SRC/sgbmv.f
+++ b/BLAS/SRC/sgbmv.f
@@ -115,6 +115,8 @@
* Y. INCY must not be zero.
* Unchanged on exit.
*
+* Further Details
+* ===============
*
* Level 2 Blas routine.
*
@@ -124,6 +126,8 @@
* Sven Hammarling, Nag Central Office.
* Richard Hanson, Sandia National Labs.
*
+* =====================================================================
+*
* .. Parameters ..
REAL ONE,ZERO
PARAMETER (ONE=1.0E+0,ZERO=0.0E+0)