diff options
Diffstat (limited to 'BLAS/SRC/dgemm.f')
-rw-r--r-- | BLAS/SRC/dgemm.f | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/BLAS/SRC/dgemm.f b/BLAS/SRC/dgemm.f index a154c125..4afccb16 100644 --- a/BLAS/SRC/dgemm.f +++ b/BLAS/SRC/dgemm.f @@ -118,6 +118,8 @@ * max( 1, m ). * Unchanged on exit. * +* Further Details +* =============== * * Level 3 Blas routine. * @@ -127,6 +129,7 @@ * Jeremy Du Croz, Numerical Algorithms Group Ltd. * Sven Hammarling, Numerical Algorithms Group Ltd. * +* ===================================================================== * * .. External Functions .. LOGICAL LSAME |