Diff for /rpl/lapack/blas/dznrm2.f between versions 1.6 and 1.7

version 1.6, 2010/12/21 13:51:26 version 1.7, 2011/07/22 07:38:02
Line 12 Line 12
 *  DZNRM2 returns the euclidean norm of a vector via the function  *  DZNRM2 returns the euclidean norm of a vector via the function
 *  name, so that  *  name, so that
 *  *
 *     DZNRM2 := sqrt( conjg( x' )*x )  *     DZNRM2 := sqrt( x**H*x )
 *  *
 *  Further Details  *  Further Details
 *  ===============  *  ===============

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


CVSweb interface <joel.bertrand@systella.fr>