[Lapackpp-cvs] CVS: lapackpp ChangeLog,1.178,1.179
Status: Beta
Brought to you by:
cstim
From: Christian S. <cs...@us...> - 2007-12-03 20:48:26
|
Update of /cvsroot/lapackpp/lapackpp In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv10621 Modified Files: ChangeLog 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/ChangeLog?r1=1.178&r2=1.179 |