summaryrefslogtreecommitdiff
path: root/SRC/zlatrs.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zlatrs.f')
-rw-r--r--SRC/zlatrs.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/zlatrs.f b/SRC/zlatrs.f
index 35c6158a..ad603df7 100644
--- a/SRC/zlatrs.f
+++ b/SRC/zlatrs.f
@@ -133,15 +133,13 @@
*> \param[in,out] CNORM
*> \verbatim
*> CNORM is or output) DOUBLE PRECISION array, dimension (N)
-*> \endverbatim
-*> \verbatim
+*>
*> If NORMIN = 'Y', CNORM is an input argument and CNORM(j)
*> contains the norm of the off-diagonal part of the j-th column
*> of A. If TRANS = 'N', CNORM(j) must be greater than or equal
*> to the infinity-norm, and if TRANS = 'T' or 'C', CNORM(j)
*> must be greater than or equal to the 1-norm.
-*> \endverbatim
-*> \verbatim
+*>
*> If NORMIN = 'N', CNORM is an output argument and CNORM(j)
*> returns the 1-norm of the offdiagonal part of the j-th column
*> of A.