summaryrefslogtreecommitdiff
path: root/BLAS/SRC/sspr2.f
diff options
context:
space:
mode:
Diffstat (limited to 'BLAS/SRC/sspr2.f')
-rw-r--r--BLAS/SRC/sspr2.f10
1 files changed, 5 insertions, 5 deletions
diff --git a/BLAS/SRC/sspr2.f b/BLAS/SRC/sspr2.f
index 6450dbcc..38466916 100644
--- a/BLAS/SRC/sspr2.f
+++ b/BLAS/SRC/sspr2.f
@@ -43,12 +43,10 @@
*> On entry, UPLO specifies whether the upper or lower
*> triangular part of the matrix A is supplied in the packed
*> array AP as follows:
-*> \endverbatim
-*> \verbatim
+*>
*> UPLO = 'U' or 'u' The upper triangular part of A is
*> supplied in AP.
-*> \endverbatim
-*> \verbatim
+*>
*> UPLO = 'L' or 'l' The lower triangular part of A is
*> supplied in AP.
*> \endverbatim
@@ -65,8 +63,10 @@
*> ALPHA is REAL
*> On entry, ALPHA specifies the scalar alpha.
*> \endverbatim
+*>
+*> \param[in] X
*> \verbatim
-*> X REAL array of dimension at least
+*> X is REAL array of dimension at least
*> ( 1 + ( n - 1 )*abs( INCX ) ).
*> Before entry, the incremented array X must contain the n
*> element vector x.