diff options
author | julie <julielangou@users.noreply.github.com> | 2011-11-01 18:25:33 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-11-01 18:25:33 +0000 |
commit | 04670a68760fa27333f8bcef8172f71adc6880ef (patch) | |
tree | 8ac2e201a0e470f2fbbd9b2665f57b11fe0b673d /SRC/zhegv.f | |
parent | 0d9e213c670ab0e68f17d68251412d53250108e1 (diff) | |
download | lapack-04670a68760fa27333f8bcef8172f71adc6880ef.tar.gz lapack-04670a68760fa27333f8bcef8172f71adc6880ef.tar.bz2 lapack-04670a68760fa27333f8bcef8172f71adc6880ef.zip |
Last commit related to Doxygen integration following Albert's comment
Diffstat (limited to 'SRC/zhegv.f')
-rw-r--r-- | SRC/zhegv.f | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/SRC/zhegv.f b/SRC/zhegv.f index b6d6283f..8f3c647c 100644 --- a/SRC/zhegv.f +++ b/SRC/zhegv.f @@ -5,13 +5,15 @@ * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * +*> \htmlonly *> Download ZHEGV + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zhegv.f"> *> [TGZ]</a> *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zhegv.f"> *> [ZIP]</a> *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zhegv.f"> -*> [TXT]</a> +*> [TXT]</a> +*> \endhtmlonly * * Definition * ========== @@ -184,7 +186,7 @@ SUBROUTINE ZHEGV( ITYPE, JOBZ, UPLO, N, A, LDA, B, LDB, W, WORK, $ LWORK, RWORK, INFO ) * -* -- LAPACK eigen routine (version 3.3.1) -- +* -- LAPACK driver routine (version 3.3.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 |