diff options
Diffstat (limited to 'BLAS/SRC/ssymv.f')
-rw-r--r-- | BLAS/SRC/ssymv.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BLAS/SRC/ssymv.f b/BLAS/SRC/ssymv.f index 2b9bedd3..19f6e76f 100644 --- a/BLAS/SRC/ssymv.f +++ b/BLAS/SRC/ssymv.f @@ -87,6 +87,8 @@ * Y. INCY must not be zero. * Unchanged on exit. * +* Further Details +* =============== * * Level 2 Blas routine. * @@ -96,6 +98,7 @@ * Sven Hammarling, Nag Central Office. * Richard Hanson, Sandia National Labs. * +* ===================================================================== * * .. Parameters .. REAL ONE,ZERO |