diff options
Diffstat (limited to 'BLAS/SRC/daxpy.f')
-rw-r--r-- | BLAS/SRC/daxpy.f | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/BLAS/SRC/daxpy.f b/BLAS/SRC/daxpy.f index ceac8cc5..4f92db2f 100644 --- a/BLAS/SRC/daxpy.f +++ b/BLAS/SRC/daxpy.f @@ -10,11 +10,16 @@ * Purpose * ======= * -* constant times a vector plus a vector. +* DAXPY constant times a vector plus a vector. * uses unrolled loops 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 |