diff options
Diffstat (limited to 'SRC/ctfsm.f')
-rw-r--r-- | SRC/ctfsm.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ctfsm.f b/SRC/ctfsm.f index cf4cc105..4cc1a0a2 100644 --- a/SRC/ctfsm.f +++ b/SRC/ctfsm.f @@ -1,10 +1,10 @@ SUBROUTINE CTFSM( TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A, + B, LDB ) * -* -- LAPACK routine (version 3.2.2) -- +* -- LAPACK routine (version 3.3.0) -- * * -- Contributed by Fred Gustavson of the IBM Watson Research Center -- -* -- June 2010 -- +* November 2010 * * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- |