Diff for /rpl/lapack/lapack/zgtsv.f between versions 1.7 and 1.8

version 1.7, 2010/12/21 13:53:45 version 1.8, 2011/07/22 07:38:15
Line 1 Line 1
       SUBROUTINE ZGTSV( N, NRHS, DL, D, DU, B, LDB, INFO )        SUBROUTINE ZGTSV( N, NRHS, DL, D, DU, B, LDB, INFO )
 *  *
 *  -- LAPACK routine (version 3.2) --  *  -- LAPACK routine (version 3.3.1) --
 *  -- 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  *  -- April 2011                                                      --
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER            INFO, LDB, N, NRHS        INTEGER            INFO, LDB, N, NRHS
Line 22 Line 22
 *  where A is an N-by-N tridiagonal matrix, by Gaussian elimination with  *  where A is an N-by-N tridiagonal matrix, by Gaussian elimination with
 *  partial pivoting.  *  partial pivoting.
 *  *
 *  Note that the equation  A'*X = B  may be solved by interchanging the  *  Note that the equation  A**H *X = B  may be solved by interchanging the
 *  order of the arguments DU and DL.  *  order of the arguments DU and DL.
 *  *
 *  Arguments  *  Arguments

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


CVSweb interface <joel.bertrand@systella.fr>