[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 2.0.14 released
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 22 Jun 2010 22:26:09 -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=jsi19+22O9oQPzOpzFicPSYm4ts/GoJUh44qAk5VEms=; b=debk03mYAy4+QdjIbTXd6p+1ynb/sJwfgT0RU0Nb5R50pxVCqmJ2qwgIOufJGSeWx8 NZaMuzv/YhgeSrQFP4gkcgRqUP1B+2UiS6VR9Nx6jESli0ILBXy7xn+UZyE27aYyGSLQ OEJv8TIhvnC/iZdwrJixg5bOnXHSLR+W1z8L0=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=JTLdJalEmVKjWulAAQfHMf46DX42eVjWoFeGYr0zHBFkfNOWbtkD4elq8pnjOS0I+N fxfwyhheBuFOxsvvNzlRNSW4mAuxtA8vxvodFiAN1BuLyKbYtKAvQb1K3aN1HHlN/mdt bhHuFuoq5TXiyQbydus7VkQ/fwFr9AfZ8ecOc=
Hi,
Eigen 2.0.14 is released.
The source archive is at:
http://bitbucket.org/eigen/eigen/get/2.0.14.tar.bz2
Changes since 2.0.13:
* Fix #141: crash in SSE (alignment problem) when using
dynamic-size matrices with a max-size fixed at compile time that is
not a multiple of 16 bytes. For example,
Matrix<double,Dynamic,Dynamic,AutoAlign,5,5>.
* Fix #142: LU of fixed-size matrices was causing dynamic memory
allocation (patch by Stuart Glaser).
* Fix #127: remove useless static keywords (also fixes warnings
with clang++).
Benoit