diff options
Diffstat (limited to 'SRC/clatrz.f')
-rw-r--r-- | SRC/clatrz.f | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SRC/clatrz.f b/SRC/clatrz.f index 226f2258..0328e31c 100644 --- a/SRC/clatrz.f +++ b/SRC/clatrz.f @@ -97,7 +97,7 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date September 2012 +*> \date December 2016 * *> \ingroup complexOTHERcomputational * @@ -140,10 +140,10 @@ * ===================================================================== SUBROUTINE CLATRZ( M, N, L, A, LDA, TAU, WORK ) * -* -- LAPACK computational routine (version 3.4.2) -- +* -- LAPACK computational routine (version 3.7.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* September 2012 +* December 2016 * * .. Scalar Arguments .. INTEGER L, LDA, M, N |