diff options
Diffstat (limited to 'SRC/zsyr.f')
-rw-r--r-- | SRC/zsyr.f | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -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 *> |