summaryrefslogtreecommitdiff
path: root/BLAS/SRC/ztrsm.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/ztrsm.f')
-rw-r--r--BLAS/SRC/ztrsm.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/ztrsm.f b/BLAS/SRC/ztrsm.f
index cc1af763..46a6afc7 100644
--- a/BLAS/SRC/ztrsm.f
+++ b/BLAS/SRC/ztrsm.f
@@ -111,7 +111,7 @@
*>
*> \param[in] A
*> \verbatim
-*> A is COMPLEX*16 array of DIMENSION ( LDA, k ),
+*> A is COMPLEX*16 array, dimension ( LDA, k ),
*> where k is m when SIDE = 'L' or 'l'
*> and k is n when SIDE = 'R' or 'r'.
*> Before entry with UPLO = 'U' or 'u', the leading k by k
@@ -137,7 +137,7 @@
*>
*> \param[in,out] B
*> \verbatim
-*> B is COMPLEX*16 array of DIMENSION ( LDB, n ).
+*> B is COMPLEX*16 array, dimension ( LDB, N )
*> Before entry, the leading m by n part of the array B must
*> contain the right-hand side matrix B, and on exit is
*> overwritten by the solution matrix X.