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

version 1.7, 2010/12/21 13:53:52 version 1.8, 2011/07/22 07:38:18
Line 24 Line 24
 *     A * x = s*b,  A**T * x = s*b,  or  A**H * x = s*b,  *     A * x = s*b,  A**T * x = s*b,  or  A**H * x = s*b,
 *  *
 *  with scaling to prevent overflow, where A is an upper or lower  *  with scaling to prevent overflow, where A is an upper or lower
 *  triangular band matrix.  Here A' denotes the transpose of A, x and b  *  triangular band matrix.  Here A**T denotes the transpose of A, x and b
 *  are n-element vectors, and s is a scaling factor, usually less than  *  are n-element vectors, and s is a scaling factor, usually less than
 *  or equal to 1, chosen so that the components of x will be less than  *  or equal to 1, chosen so that the components of x will be less than
 *  the overflow threshold.  If the unscaled problem will not cause  *  the overflow threshold.  If the unscaled problem will not cause

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


CVSweb interface <joel.bertrand@systella.fr>