[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] 3.2 released!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 23 Jul 2013 23:52:57 -0700
- 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=pNfMw6AOGGx6C+90dRurWTG2dJSwAcD5wNfqH+OmiXU=; b=yH6K02KQ/GmFQEt/hVpps/QLtxq6gTN6ioSqOVSJIaMZ9YnoNQPaUkYwxzv4Cnrj6W E8kuZD9Ex+ZhnZVAt4ml32wcpHfCd2mfU9OVFPndgtzXorSyJsKV6pFuW+ra8sVfrpAd MIv4R01BOX9ZqVqdPEfoEFhaR44EAThKNg3D0G8sCNu3fLmKt40EAjqkGiaznZD0NCwR gvzM/FRPVMjlj8a0kMwH1bLdx7x07Uy91mMHO3sX03M31nr4PGeWIGPaF9xTJtBsUlE8 RizBwVEF08pYB0MLlxd3vnXNKd4yrT+QE43ARAJ6zQW0sQcF935VmBTz44EE+ZHNXyXa 8Ehw==
Hi,
exactly one year and one month since 3.1, Eigen 3.2 has been released
today, on July 24, 2013.
Since Eigen 3.1, the key new features of this version are: a built-in
supernodal sparse LU solver adapted from SuperLU, a rank-revealing
sparse QR factorization with numerical column pivoting, a RealQZ
factorization, a GeneralizedEigenSolver, and a Ref<> class allowing
to write non templated function taking various kind of Eigen dense
objects without copies.
This release also includes a few new functions for dense and sparse
matrices, built-in COLAMD ordering, support to SuiteSparse QR and
Metis, as well as some accuracy and performance improvements.
ChangeLog: http://eigen.tuxfamily.org/index.php?title=ChangeLog#Eigen_3.2..0.
enjoy,
Gaël