--- rpl/lapack/lapack/iladlr.f 2012/08/22 09:48:28 1.13 +++ rpl/lapack/lapack/iladlr.f 2012/12/14 12:30:28 1.14 @@ -1,4 +1,4 @@ -*> \brief \b ILADLR +*> \brief \b ILADLR scans a matrix for its last non-zero row. * * =========== DOCUMENTATION =========== * @@ -71,17 +71,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date April 2012 +*> \date September 2012 * *> \ingroup auxOTHERauxiliary * * ===================================================================== INTEGER FUNCTION ILADLR( M, N, A, LDA ) * -* -- LAPACK auxiliary routine (version 3.4.1) -- +* -- LAPACK auxiliary routine (version 3.4.2) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* April 2012 +* September 2012 * * .. Scalar Arguments .. INTEGER M, N, LDA