[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.15 released
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Fri, 16 Jul 2010 22:27:06 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=HbcJn588vhWjiL9XFhhGCkOGsCu7eMivVplahBezrVw=; b=XJiO5UwRQE31MsXC4hbpvRznG1RIBp9Qw5KxiYp5afLdIU8NDSVrmWJGB7f+HTkMaz q0Sj5diiDd1YRywOSgXC1mlvkRhlQWsPMFPyZk+QSlkcLGe7GbQ4jdWLabOO27AZnYGW ladJCeEsKG3BVD+8Ry5wSDdUElSsAb/Obwnmo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=v4/63dejU4bJ2fj8CConeDi0ejjffS64mfBNWvIOCmg6Ap8VUcY0O3JjCtCdC4hlCR uIgMJ28fUprlK94XCo15QpLJG8wQD2Sx8IQZ7sYaHxVmz6J/yCIrbKqG9Xl/E9hp2ztj NgWSmC+Xgh/B2c5vf8P/vamU6jhqVoiDgyK1U=
Hi,
Eigen 2.0.15 is released.
The source archive is at:
http://bitbucket.org/eigen/eigen/get/2.0.15.tar.bz2
Changes since 2.0.14:
* Fix bug: a bad assert was blocking certain cases of
matrix-vector product (depending on storage order).
* Fix LU and QR solve when rank==0, fix LLT when the matrix is purely 0.
* Fix a couple of bugs with QR solving especially with rows>cols.
* Fix bug with custom scalar types that have non-trivial destructor.
* Fix for ICC in SSE code.
* Fix some C++ issues found by Clang (patch by Nick Lewycky).
Benoit