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/dlatmt.f | |
parent | 04670a68760fa27333f8bcef8172f71adc6880ef (diff) | |
download | lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2 lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip |
Never say never...
Diffstat (limited to 'TESTING/MATGEN/dlatmt.f')
-rw-r--r-- | TESTING/MATGEN/dlatmt.f | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/TESTING/MATGEN/dlatmt.f b/TESTING/MATGEN/dlatmt.f index 04b80dfb..a3e9409b 100644 --- a/TESTING/MATGEN/dlatmt.f +++ b/TESTING/MATGEN/dlatmt.f @@ -156,13 +156,11 @@ *> On entry this describes how the singular/eigenvalues are to *> be specified: *> MODE = 0 means use D as input -*> \endverbatim -*> \verbatim +*> *> MODE = 1 sets D(1)=1 and D(2:RANK)=1.0/COND *> MODE = 2 sets D(1:RANK-1)=1 and D(RANK)=1.0/COND *> MODE = 3 sets D(I)=COND**(-(I-1)/(RANK-1)) -*> \endverbatim -*> \verbatim +*> *> MODE = 4 sets D(i)=1 - (i-1)/(N-1)*(1 - 1/COND) *> MODE = 5 sets D to random numbers in the range *> ( 1/COND , 1 ) such that their logarithms @@ -247,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 or TB - use 'B' or 'Q' *> PP, SP or TP - use 'C' or 'R' -*> \endverbatim -*> \verbatim +*> *> If two calls to DLATMT differ only in the PACK parameter, *> they will generate mathematically equivalent matrices. *> Not modified. |