summaryrefslogtreecommitdiff
path: root/BLAS/SRC/csyrk.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/csyrk.f')
-rw-r--r--BLAS/SRC/csyrk.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/csyrk.f b/BLAS/SRC/csyrk.f
index c4494c5a..c25384ac 100644
--- a/BLAS/SRC/csyrk.f
+++ b/BLAS/SRC/csyrk.f
@@ -90,7 +90,7 @@
*>
*> \param[in] A
*> \verbatim
-*> A is COMPLEX array of DIMENSION ( LDA, ka ), where ka is
+*> A is COMPLEX array, dimension ( LDA, ka ), where ka is
*> k when TRANS = 'N' or 'n', and is n otherwise.
*> Before entry with TRANS = 'N' or 'n', the leading n by k
*> part of the array A must contain the matrix A, otherwise
@@ -115,7 +115,7 @@
*>
*> \param[in,out] C
*> \verbatim
-*> C is COMPLEX array of DIMENSION ( LDC, n ).
+*> C is COMPLEX array, dimension ( LDC, N )
*> Before entry with UPLO = 'U' or 'u', the leading n by n
*> upper triangular part of the array C must contain the upper
*> triangular part of the symmetric matrix and the strictly