diff options
Diffstat (limited to 'BLAS/SRC/cher.f')
-rw-r--r-- | BLAS/SRC/cher.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/cher.f b/BLAS/SRC/cher.f index 78a4e0b7..fde0c855 100644 --- a/BLAS/SRC/cher.f +++ b/BLAS/SRC/cher.f @@ -65,7 +65,7 @@ *> *> \param[in] X *> \verbatim -*> X is COMPLEX array of dimension at least +*> X is COMPLEX array, dimension at least *> ( 1 + ( n - 1 )*abs( INCX ) ). *> Before entry, the incremented array X must contain the n *> element vector x. @@ -80,7 +80,7 @@ *> *> \param[in,out] A *> \verbatim -*> A is COMPLEX array of DIMENSION ( LDA, n ). +*> A is COMPLEX array, dimension ( LDA, N ) *> Before entry with UPLO = 'U' or 'u', the leading n by n *> upper triangular part of the array A must contain the upper *> triangular part of the hermitian matrix and the strictly |