[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.3 release
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 21 Jun 2009 17:57:27 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=A0SHE1QJ7lLh1wlZMO1+YJGhTcxEVnis0QksnBbrWhc=; b=FJekE7U9+pZ8pRT23AWQUEgmKu6GDW1+rpj97PyHy29v43ubCYIcaCbW53xNeKH8e2 BA2BUB/TUv8xGHeRIRbk1x4wwr2pPny+barsV7aW8hph259ZQl97oWQhB2dRyiBm/Gqy ucsPTzOwW14TlmH7pz+oc8YSBOBh0FJ456mI4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=Gh5SFBmz4I22t3hF3rMt580TN3L4fPvx9dfFbf4yJFctmchSChz1dDBKDq3AagJMG+ s2teIjeynjFDxPDhHeq9Jx+3z0Q08uVr+6ITFRN2hvP2J29Z4Qv08FDLfw4NVLFVGU0Z EF22oyTX/oD0S3qjRPN8IMfogrWr8BhKXUog8=
Hi,
Eigen 2.0.3 is released. This is a maintainance release for the
Eigen 2.0 stable branch.
The tarball is here:
http://download.tuxfamily.org/eigen/eigen-2.0.3.tar.bz2
Changes since 2.0.2:
* precision and reliability fixes in various algorithms, especially
LLT, QR, Tridiagonalization, and also a precision improvement in LU.
* fix LLT and LDLT solve() on uninitialized result (was causing an assertion).
* add Eigen/Eigen and Eigen/Dense headers for convenience
* document a newly found cause for the "unaligned array" assertion
* backport documentation improvements on transpose() and adjoint()
* updates in the Sparse module (was needed to support KDE 4.3)
Cheers,
Benoit