Update of /cvsroot/lapackpp/lapackpp/blaspp/testing
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10621/blaspp/testing
Modified Files:
check_blas1pp.cc
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/blaspp/testing/check_blas1pp.cc?r1=1.2&r2=1.3
|