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