diff options
Diffstat (limited to 'SRC/ssbev.f')
-rw-r--r-- | SRC/ssbev.f | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/SRC/ssbev.f b/SRC/ssbev.f index 4cce0c4d..780bab5e 100644 --- a/SRC/ssbev.f +++ b/SRC/ssbev.f @@ -5,13 +5,15 @@ * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * +*> \htmlonly *> Download SSBEV + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ssbev.f"> *> [TGZ]</a> *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ssbev.f"> *> [ZIP]</a> *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ssbev.f"> -*> [TXT]</a> +*> [TXT]</a> +*> \endhtmlonly * * Definition * ========== @@ -147,7 +149,7 @@ SUBROUTINE SSBEV( JOBZ, UPLO, N, KD, AB, LDAB, W, Z, LDZ, WORK, $ INFO ) * -* -- LAPACK eigen routine (version 3.2) -- +* -- LAPACK driver routine (version 3.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 |