Diff for /rpl/lapack/blas/dsyr2.f between versions 1.1 and 1.7

version 1.1, 2010/01/26 15:22:45 version 1.7, 2011/07/22 07:38:02
Line 13 Line 13
 *  *
 *  DSYR2  performs the symmetric rank 2 operation  *  DSYR2  performs the symmetric rank 2 operation
 *  *
 *     A := alpha*x*y' + alpha*y*x' + A,  *     A := alpha*x*y**T + alpha*y*x**T + A,
 *  *
 *  where alpha is a scalar, x and y are n element vectors and A is an n  *  where alpha is a scalar, x and y are n element vectors and A is an n
 *  by n symmetric matrix.  *  by n symmetric matrix.

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


CVSweb interface <joel.bertrand@systella.fr>