summaryrefslogtreecommitdiff
path: root/SRC/clatps.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/clatps.f
parent04670a68760fa27333f8bcef8172f71adc6880ef (diff)
downloadlapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2
lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip
Never say never...
Diffstat (limited to 'SRC/clatps.f')
-rw-r--r--SRC/clatps.f6
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/clatps.f b/SRC/clatps.f
index 6aad2fe9..5c36c905 100644
--- a/SRC/clatps.f
+++ b/SRC/clatps.f
@@ -125,15 +125,13 @@
*> \param[in,out] CNORM
*> \verbatim
*> CNORM is or output) REAL 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.