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 /TESTING/MATGEN/zlatms.f | |
parent | 04670a68760fa27333f8bcef8172f71adc6880ef (diff) | |
download | lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2 lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip |
Never say never...
Diffstat (limited to 'TESTING/MATGEN/zlatms.f')
-rw-r--r-- | TESTING/MATGEN/zlatms.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/TESTING/MATGEN/zlatms.f b/TESTING/MATGEN/zlatms.f index 481d6719..2a25fc27 100644 --- a/TESTING/MATGEN/zlatms.f +++ b/TESTING/MATGEN/zlatms.f @@ -245,15 +245,13 @@ *> (pivoting can be provided for by using this *> option to store A in the trailing rows of *> the allocated storage) -*> \endverbatim -*> \verbatim +*> *> Using these options, the various LAPACK packed and banded *> storage schemes can be obtained: *> GB - use 'Z' *> PB, SB, HB, or TB - use 'B' or 'Q' *> PP, SP, HB, or TP - use 'C' or 'R' -*> \endverbatim -*> \verbatim +*> *> If two calls to ZLATMS differ only in the PACK parameter, *> they will generate mathematically equivalent matrices. *> Not modified. |