File Release Notes and Changelog
Release Name: 2.5.3
Notes:
Changes:
2009-02-09 Christian Stimming <stimming@tuhh.de>
* configure.ac: Release 2.5.3 version
2008-06-10 Christian Stimming <stimming@tuhh.de>
* include/laindex.h (LaIndex): Fix erroneous LaIndex::operator+
that modified the actual object instead of returning a new one, as
this operator would usually do.
2008-05-02 Christian Stimming <stimming@tuhh.de>
* matrix/src/sybfd.cc (LaSymmBandMatFactorizeIP): Initialize info
variable by zero. SF bug#1882974.
2007-12-04 Christian Stimming <stimming@tuhh.de>
* blaspp/src/blas1pp.cc: 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.