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/slaqr0.f | |
parent | 04670a68760fa27333f8bcef8172f71adc6880ef (diff) | |
download | lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.gz lapack-d5c30c90bdecf38da1064e2ed52583634573e741.tar.bz2 lapack-d5c30c90bdecf38da1064e2ed52583634573e741.zip |
Never say never...
Diffstat (limited to 'SRC/slaqr0.f')
-rw-r--r-- | SRC/slaqr0.f | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/SRC/slaqr0.f b/SRC/slaqr0.f index 942674e6..94c1d3d3 100644 --- a/SRC/slaqr0.f +++ b/SRC/slaqr0.f @@ -102,8 +102,7 @@ *> .FALSE., then the contents of H are unspecified on exit. *> (The output value of H when INFO.GT.0 is given under the *> description of INFO below.) -*> \endverbatim -*> \verbatim +*> *> This subroutine may explicitly set H(i,j) = 0 for i.GT.j and *> j = 1, 2, ... ILO-1 or j = IHI+1, IHI+2, ... N. *> \endverbatim @@ -180,8 +179,7 @@ *> is sufficient, but LWORK typically as large as 6*N may *> be required for optimal performance. A workspace query *> to determine the optimal workspace size is recommended. -*> \endverbatim -*> \verbatim +*> *> If LWORK = -1, then SLAQR0 does a workspace query. *> In this case, SLAQR0 checks the input parameters and *> estimates the optimal workspace size for the given |