diff options
Diffstat (limited to 'SRC/zpbsv.f')
-rw-r--r-- | SRC/zpbsv.f | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/SRC/zpbsv.f b/SRC/zpbsv.f index 046daef7..466dca6c 100644 --- a/SRC/zpbsv.f +++ b/SRC/zpbsv.f @@ -5,13 +5,15 @@ * Online html documentation available at * http://www.netlib.org/lapack/explore-html/ * +*> \htmlonly *> Download ZPBSV + dependencies *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/zpbsv.f"> *> [TGZ]</a> *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/zpbsv.f"> *> [ZIP]</a> *> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/zpbsv.f"> -*> [TXT]</a> +*> [TXT]</a> +*> \endhtmlonly * * Definition * ========== @@ -167,7 +169,7 @@ * ===================================================================== SUBROUTINE ZPBSV( UPLO, N, KD, NRHS, AB, LDAB, B, LDB, INFO ) * -* -- LAPACK solve 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 |