Diff for /rpl/lapack/lapack/dlascl.f between versions 1.6 and 1.7

version 1.6, 2010/08/13 21:03:52 version 1.7, 2010/12/21 13:48:05
Line 1 Line 1
       SUBROUTINE DLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )        SUBROUTINE DLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO )
 *  *
 *  -- LAPACK auxiliary routine (version 3.2) --  *  -- LAPACK auxiliary routine (version 3.3.0) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     November 2006  *     November 2010
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       CHARACTER          TYPE        CHARACTER          TYPE
Line 39 Line 39
 *                  and upper bandwidth KU and with the only the upper  *                  and upper bandwidth KU and with the only the upper
 *                  half stored.  *                  half stored.
 *          = 'Z':  A is a band matrix with lower bandwidth KL and upper  *          = 'Z':  A is a band matrix with lower bandwidth KL and upper
 *                  bandwidth KU.  *                  bandwidth KU. See DGBTRF for storage details.
 *  *
 *  KL      (input) INTEGER  *  KL      (input) INTEGER
 *          The lower bandwidth of A.  Referenced only if TYPE = 'B',  *          The lower bandwidth of A.  Referenced only if TYPE = 'B',

Removed from v.1.6  
changed lines
  Added in v.1.7


CVSweb interface <joel.bertrand@systella.fr>