diff options
Diffstat (limited to 'BLAS/SRC/ssyr.f')
-rw-r--r-- | BLAS/SRC/ssyr.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BLAS/SRC/ssyr.f b/BLAS/SRC/ssyr.f index 9d73f868..bdc39449 100644 --- a/BLAS/SRC/ssyr.f +++ b/BLAS/SRC/ssyr.f @@ -65,7 +65,7 @@ *> *> \param[in] X *> \verbatim -*> X is REAL array of dimension at least +*> X is REAL 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 REAL array of DIMENSION ( LDA, n ). +*> A is REAL 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 symmetric matrix and the strictly |