summaryrefslogtreecommitdiff
path: root/BLAS/SRC/strmm.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/strmm.f')
-rw-r--r--BLAS/SRC/strmm.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/strmm.f b/BLAS/SRC/strmm.f
index dd208721..e11330ae 100644
--- a/BLAS/SRC/strmm.f
+++ b/BLAS/SRC/strmm.f
@@ -109,7 +109,7 @@
*>
*> \param[in] A
*> \verbatim
-*> A is REAL array of DIMENSION ( LDA, k ), where k is m
+*> A is REAL array, dimension ( LDA, k ), where k is m
*> when SIDE = 'L' or 'l' and is n when SIDE = 'R' or 'r'.
*> Before entry with UPLO = 'U' or 'u', the leading k by k
*> upper triangular part of the array A must contain the upper
@@ -134,7 +134,7 @@
*>
*> \param[in,out] B
*> \verbatim
-*> B is REAL array of DIMENSION ( LDB, n ).
+*> B is REAL array, dimension ( LDB, N )
*> Before entry, the leading m by n part of the array B must
*> contain the matrix B, and on exit is overwritten by the
*> transformed matrix.