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

version 1.7, 2010/12/21 13:53:27 version 1.8, 2011/07/22 07:38:05
Line 19 Line 19
 *  =======  *  =======
 *  *
 *  DGTTRS solves one of the systems of equations  *  DGTTRS solves one of the systems of equations
 *     A*X = B  or  A'*X = B,  *     A*X = B  or  A**T*X = B,
 *  with a tridiagonal matrix A using the LU factorization computed  *  with a tridiagonal matrix A using the LU factorization computed
 *  by DGTTRF.  *  by DGTTRF.
 *  *
Line 29 Line 29
 *  TRANS   (input) CHARACTER*1  *  TRANS   (input) CHARACTER*1
 *          Specifies the form of the system of equations.  *          Specifies the form of the system of equations.
 *          = 'N':  A * X = B  (No transpose)  *          = 'N':  A * X = B  (No transpose)
 *          = 'T':  A'* X = B  (Transpose)  *          = 'T':  A**T* X = B  (Transpose)
 *          = 'C':  A'* X = B  (Conjugate transpose = Transpose)  *          = 'C':  A**T* X = B  (Conjugate transpose = Transpose)
 *  *
 *  N       (input) INTEGER  *  N       (input) INTEGER
 *          The order of the matrix A.  *          The order of the matrix A.

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


CVSweb interface <joel.bertrand@systella.fr>