[eigen] Eigen 3.1.0-beta1 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Eigen 3.1.0-beta1 released!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 6 Jun 2012 22:55:00 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=rl0SLS13+HvtXUn06yImcgTXaKNYMyqByBffGDe5GNs=; b=d0dkUI+DFy3l21z7Uhgr8mcEQT7aD3QXMqwwVCVGcNwGD9DErUm1E+62Tl35yrlt1B A29vq7n+QQZ0Xkn3/Fm3tpi1BviMP3gx9ycpSJ3TpRKJ8K+XkLLO18U25ll6dqJ2ydhP 7u/ROw3qosv9nh9iXeUNlc42kiRga9XMszGKZ1GtVmA8IVgh4Lv9iq/BYVdYBDnUOthO YRxSFDolN5aU1ehShYLk0ooY6oO7X/ofdrmsalMbpGiamijSGOPBRTFq1ktUzSWvJ3xa C14BLEBYJEkD8Rv0zz2r1a+OhukEEdr5cRvRGLuzcfCLaAQdf6Hpi177ujdLXbmFh/nZ 818A==
Hi all,
Eigen 3.1.0-beta1 has been released today.
The source archive is at:
http://bitbucket.org/eigen/eigen/get/3.1.0-beta1.tar.bz2
This beta release introduces an incomplete LU preconditioner with dual
thresholding, and an interface to the parallel
[http://pastix.gforge.inria.fr/ PaStiX] sparse solver (LLT, LDLT, LU).
This release also includes the renaming of the SimplicialLLt and
SimplicialLDLt classes to SimplicialLLT and SimplicialLDLT.
Sparse-dense products have been slightly accelerated, while the
support for permutation and self-adjoint view with sparse matrices has
been significantly improved.
This release also includes many bug fixes.
Complete changelog:
http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.1.0-beta1
It is time to test this release as much as possible before the release
candidate that is planed on Thursday 14th.
The final release of the 3.1.0 version is planed for the Thursday 21th of June.
Cheers,
Gaël