diff options
author | julie <julielangou@users.noreply.github.com> | 2009-01-02 21:57:02 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2009-01-02 21:57:02 +0000 |
commit | a0d64643e4c994d1b84f870d40df7de8924e4d7f (patch) | |
tree | 399ab29aa00e23d5028c5f42d6d5b362562b63da /BLAS/SRC/dgemv.f | |
parent | 61e82a389d6bdbdb610d200153937c38c6f6051a (diff) | |
download | lapack-a0d64643e4c994d1b84f870d40df7de8924e4d7f.tar.gz lapack-a0d64643e4c994d1b84f870d40df7de8924e4d7f.tar.bz2 lapack-a0d64643e4c994d1b84f870d40df7de8924e4d7f.zip |
Last round of modifications to the comments for the generation of the manpages
Diffstat (limited to 'BLAS/SRC/dgemv.f')
-rw-r--r-- | BLAS/SRC/dgemv.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BLAS/SRC/dgemv.f b/BLAS/SRC/dgemv.f index 3cac04ad..59e11b88 100644 --- a/BLAS/SRC/dgemv.f +++ b/BLAS/SRC/dgemv.f @@ -89,6 +89,8 @@ * Y. INCY must not be zero. * Unchanged on exit. * +* Further Details +* =============== * * Level 2 Blas routine. * @@ -98,6 +100,7 @@ * Sven Hammarling, Nag Central Office. * Richard Hanson, Sandia National Labs. * +* ===================================================================== * * .. Parameters .. DOUBLE PRECISION ONE,ZERO |