summaryrefslogtreecommitdiff
path: root/SRC/sla_syamv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-01 22:02:31 +0000
commitd5c30c90bdecf38da1064e2ed52583634573e741 (patch)
tree480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/sla_syamv.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
downloadlapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip
Never say never...
Diffstat (limited to 'SRC/sla_syamv.f')
-rw-r--r--SRC/sla_syamv.f9
1 files changed, 3 insertions, 6 deletions
diff --git a/SRC/sla_syamv.f b/SRC/sla_syamv.f
index 9cf66d57..02e91503 100644
--- a/SRC/sla_syamv.f
+++ b/SRC/sla_syamv.f
@@ -62,16 +62,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 = BLAS_UPPER Only the upper triangular part of A
*> is to be referenced.
-*> \endverbatim
-*> \verbatim
+*>
*> UPLO = BLAS_LOWER Only the lower triangular part of A
*> is to be referenced.
-*> \endverbatim
-*> \verbatim
+*>
*> Unchanged on exit.
*> \endverbatim
*>