summaryrefslogtreecommitdiff
path: root/SRC/zpbrfs.f
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-06-18 13:26:30 -0700
committerJulie <julie@cs.utk.edu>2016-06-18 13:26:30 -0700
commit5efe3599486cc73ceead93f61ce1999eed96be11 (patch)
treee3d4a1795b398215f472ad5d2a8fe0372134f129 /SRC/zpbrfs.f
parentc497f0ffe4f36876756e0232eb3771a83c9b848b (diff)
downloadlapack-5efe3599486cc73ceead93f61ce1999eed96be11.tar.gz
lapack-5efe3599486cc73ceead93f61ce1999eed96be11.tar.bz2
lapack-5efe3599486cc73ceead93f61ce1999eed96be11.zip
Update date, version for 3.6.1 release
Diffstat (limited to 'SRC/zpbrfs.f')
-rw-r--r--SRC/zpbrfs.f6
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/zpbrfs.f b/SRC/zpbrfs.f
index f5e44d3f..a47cd17a 100644
--- a/SRC/zpbrfs.f
+++ b/SRC/zpbrfs.f
@@ -181,7 +181,7 @@
*> \author Univ. of Colorado Denver
*> \author NAG Ltd.
*
-*> \date November 2011
+*> \date June 2016
*
*> \ingroup complex16OTHERcomputational
*
@@ -189,10 +189,10 @@
SUBROUTINE ZPBRFS( UPLO, N, KD, NRHS, AB, LDAB, AFB, LDAFB, B,
$ LDB, X, LDX, FERR, BERR, WORK, RWORK, INFO )
*
-* -- LAPACK computational routine (version 3.4.0) --
+* -- LAPACK computational routine (version 3.6.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2011
+* June 2016
*
* .. Scalar Arguments ..
CHARACTER UPLO