diff options
Diffstat (limited to 'SRC/cunmrq.f')
-rw-r--r-- | SRC/cunmrq.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/cunmrq.f b/SRC/cunmrq.f index 54cea54c..de288c59 100644 --- a/SRC/cunmrq.f +++ b/SRC/cunmrq.f @@ -1,10 +1,10 @@ SUBROUTINE CUNMRQ( SIDE, TRANS, M, N, K, A, LDA, TAU, C, LDC, $ WORK, LWORK, INFO ) * -* -- LAPACK routine (version 3.2) -- +* -- LAPACK 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 2006 +* -- April 2011 -- * * .. Scalar Arguments .. CHARACTER SIDE, TRANS |