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