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

version 1.1.1.1, 2010/01/26 15:22:46 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.1.1.1  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>