diff options
Diffstat (limited to 'BLAS/SRC/zsyrk.f')
-rw-r--r-- | BLAS/SRC/zsyrk.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BLAS/SRC/zsyrk.f b/BLAS/SRC/zsyrk.f index 0e0d7ced..486a1744 100644 --- a/BLAS/SRC/zsyrk.f +++ b/BLAS/SRC/zsyrk.f @@ -104,6 +104,8 @@ * max( 1, n ). * Unchanged on exit. * +* Further Details +* =============== * * Level 3 Blas routine. * @@ -113,6 +115,7 @@ * Jeremy Du Croz, Numerical Algorithms Group Ltd. * Sven Hammarling, Numerical Algorithms Group Ltd. * +* ===================================================================== * * .. External Functions .. LOGICAL LSAME |