diff options
Diffstat (limited to 'SRC/csymv.f')
-rw-r--r-- | SRC/csymv.f | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/csymv.f b/SRC/csymv.f index 5cc548db..ee7caedf 100644 --- a/SRC/csymv.f +++ b/SRC/csymv.f @@ -53,16 +53,13 @@ *> On entry, UPLO specifies whether the upper or lower *> triangular part of the array A is to be referenced as *> follows: -*> \endverbatim -*> \verbatim +*> *> UPLO = 'U' or 'u' Only the upper triangular part of A *> is to be referenced. -*> \endverbatim -*> \verbatim +*> *> UPLO = 'L' or 'l' Only the lower triangular part of A *> is to be referenced. -*> \endverbatim -*> \verbatim +*> *> Unchanged on exit. *> \endverbatim *> |