diff options
Diffstat (limited to 'SRC/zsteqr.f')
-rw-r--r-- | SRC/zsteqr.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zsteqr.f b/SRC/zsteqr.f index 30c7c36b..33af78e8 100644 --- a/SRC/zsteqr.f +++ b/SRC/zsteqr.f @@ -132,7 +132,7 @@ * ===================================================================== SUBROUTINE ZSTEQR( COMPZ, N, D, E, Z, LDZ, WORK, INFO ) * -* -- LAPACK computational routine (version 3.2) -- +* -- LAPACK computational routine (version 3.4.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 |