Update of /cvsroot/lapackpp/lapackpp/include
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10621/include
Modified Files:
blas1.h
Log Message:
Uh oh. Blas_Norm1() for complex-valued
vectors was completely broken all along, because BLAS' dzasum does
not calculate magnitudes of complex values. Hence, the
complex-valued matrix norms Norm1 and Norm_Inf were broken,
too. Shoot. For now, Blas_Norm1 will use a hand-written
implementation that at least gives the right values.
- View diff: http://lapackpp.cvs.sourceforge.net/lapackpp/lapackpp/include/blas1.h?r1=1.7&r2=1.8
|