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

version 1.7, 2010/12/21 13:53:55 version 1.8, 2011/07/22 07:38:20
Line 19 Line 19
 *  *
 *  ZSPR    performs the symmetric rank 1 operation  *  ZSPR    performs the symmetric rank 1 operation
 *  *
 *     A := alpha*x*conjg( 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, supplied in packed form.  *  n by n symmetric matrix, supplied in packed form.

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


CVSweb interface <joel.bertrand@systella.fr>