[eigen] News on sparse modules and 3.1 beta 1 on Monday |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] News on sparse modules and 3.1 beta 1 on Monday
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sat, 3 Dec 2011 11:22:11 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=/EV3mkobmWnOFcDDMDX92e2s0bfEEv0A+sT9JPQuznU=; b=b1MjdmTVIgC1H0l0vKeTXuXZIbO41MYLGlhZzIrJvdvA8rKrh4oGTRbxCfAOTYtRLo D3sHc+V3HhLpSbW+jhaOrVW3ISNJ4X+HLRIljIhzdo+R/9ZOIzkLK/TAAj3PdJ4kIICH ORgVBJvDBHWdae0nwhNqhP5BLsDIewAmrzOz4=
Hi,
maybe some of you have already noticed it, but I recently did several
changes in the sparse modules:
- the SparseMatrix class is now more versatile and simpler to use with
a single API to insert elements,
- the DynamicSparseMatrix has been removed (still available in
unsupported/SparseExtra),
- deprecated functions have been removed,
- the solvers classes moved from unsupported/ to official modules,
- conservative matrix products,
- etc.
You can have a look at the updated documentation:
http://eigen.tuxfamily.org/dox-devel/TutorialSparse.html
to get a better idea of what's there, and as usual any feedback is
very much appreciated.
I think that now they are sane enough to release a first beta of the
future 3.1 version of Eigen for which stable sparse modules will be
the major feature.
I plan to do the release on Monday. Though this is less critical for a
beta release, reports of the results of the unit tests on various
systems, especially with MSVC, would still be appreciated.
cheers,
gael