diff options
Diffstat (limited to 'BLAS/SRC/dsyr.f')
-rw-r--r-- | BLAS/SRC/dsyr.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BLAS/SRC/dsyr.f b/BLAS/SRC/dsyr.f index e7bad3d4..b418d3c3 100644 --- a/BLAS/SRC/dsyr.f +++ b/BLAS/SRC/dsyr.f @@ -74,6 +74,8 @@ * max( 1, n ). * Unchanged on exit. * +* Further Details +* =============== * * Level 2 Blas routine. * @@ -83,6 +85,7 @@ * Sven Hammarling, Nag Central Office. * Richard Hanson, Sandia National Labs. * +* ===================================================================== * * .. Parameters .. DOUBLE PRECISION ZERO |