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

version 1.7, 2010/12/21 13:53:56 version 1.8, 2011/07/22 07:38:20
Line 19 Line 19
 *  *
 *  ZSYR   performs the symmetric rank 1 operation  *  ZSYR   performs the symmetric rank 1 operation
 *  *
 *     A := alpha*x*( x' ) + A,  *     A := alpha*x*x**H + A,
 *  *
 *  where alpha is a complex scalar, x is an n element vector and A is an  *  where alpha is a complex scalar, x is an n element vector and A is an
 *  n by n symmetric matrix.  *  n by n symmetric matrix.

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


CVSweb interface <joel.bertrand@systella.fr>