diff options
author | julie <julielangou@users.noreply.github.com> | 2013-11-17 00:25:52 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2013-11-17 00:25:52 +0000 |
commit | ddd12e2c0e20ab192ea598b7c61d3e589cabbeea (patch) | |
tree | 7373991423e5d94f009e3ce31b22cdc3a73cdced /TESTING/LIN/zlavhe_rook.f | |
parent | 1b0d1a35823660f0c4340a985a01bbb705b2be24 (diff) | |
download | lapack-ddd12e2c0e20ab192ea598b7c61d3e589cabbeea.tar.gz lapack-ddd12e2c0e20ab192ea598b7c61d3e589cabbeea.tar.bz2 lapack-ddd12e2c0e20ab192ea598b7c61d3e589cabbeea.zip |
Update release number and date
Diffstat (limited to 'TESTING/LIN/zlavhe_rook.f')
-rw-r--r-- | TESTING/LIN/zlavhe_rook.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TESTING/LIN/zlavhe_rook.f b/TESTING/LIN/zlavhe_rook.f index 6bac48cc..b8e708f5 100644 --- a/TESTING/LIN/zlavhe_rook.f +++ b/TESTING/LIN/zlavhe_rook.f @@ -145,7 +145,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2013 +*> \date November 2013 * *> \ingroup complex16_lin * @@ -153,10 +153,10 @@ SUBROUTINE ZLAVHE_ROOK( UPLO, TRANS, DIAG, N, NRHS, A, LDA, IPIV, $ B, LDB, INFO ) * -* -- LAPACK test routine (version 3.4.0) -- +* -- LAPACK test routine (version 3.5.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* November 2013 * * .. Scalar Arguments .. CHARACTER DIAG, TRANS, UPLO |