diff options
Diffstat (limited to 'BLAS/SRC/saxpy.f')
-rw-r--r-- | BLAS/SRC/saxpy.f | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BLAS/SRC/saxpy.f b/BLAS/SRC/saxpy.f index 6241a71d..00fc145d 100644 --- a/BLAS/SRC/saxpy.f +++ b/BLAS/SRC/saxpy.f @@ -12,9 +12,14 @@ * * SAXPY constant times a vector plus a vector. * uses unrolled loop for increments equal to one. +* +* Further Details +* =============== +* * jack dongarra, linpack, 3/11/78. * modified 12/3/93, array(1) declarations changed to array(*) * +* ===================================================================== * * .. Local Scalars .. INTEGER I,IX,IY,M,MP1 |