diff options
author | julie <julielangou@users.noreply.github.com> | 2011-11-01 22:02:31 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-11-01 22:02:31 +0000 |
commit | d5c30c90bdecf38da1064e2ed52583634573e741 (patch) | |
tree | 480fc5ff31ee14b83116b6428aad79ea6e89362d /SRC/dlatbs.f | |
parent | 04670a68760fa27333f8bcef8172f71adc6880ef (diff) | |
download | lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2 lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip |
Never say never...
Diffstat (limited to 'SRC/dlatbs.f')
-rw-r--r-- | SRC/dlatbs.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/dlatbs.f b/SRC/dlatbs.f index 5101b7fd..c24841f6 100644 --- a/SRC/dlatbs.f +++ b/SRC/dlatbs.f @@ -136,15 +136,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. |