Re: [eigen] Re: Eigen 3.0-beta2 released |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Re: Eigen 3.0-beta2 released
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sat, 16 Oct 2010 09:51:07 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=/2ZHq8xJeZAoh/gTceomYvRNyUG6jmRuZhWf9TYJI5c=; b=W7JYxfY+SoeGISlQjIIfe2TOk2H/XMi0AQ44CFl4qv3rvkijazUXYOu0fSF92e0YXl I2hn0vn2L0doLMitE+pO9Ayf/tGsDY07/hmiNVLoV++aiuHCZfg222qoygiUKU2B6ayL tprqrFhH2TgXMOe9KJRnb66Orqlh8ksy9PY/o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=fBse39WMPK8sKp6zztbNPHLTTG49MPfBUNTIi/LYOZCFyI/tuWPa4XcfJoWP8JLMZe I3JxSNdLBU+NzoTi/8whOhiK1BlZxg1z4Dgy9hUtGFHMQzQCGhs5if7knt/t11Uqp2wX ufNSEqXVwHgAXB2Im05QSHg/iKANM7AQ8STOQ=
Thanks a lot for finalizing the release, I did not find the time
yesterday evening.
For lazy people, let me just highlight the 4 biggest improvements since beta1:
* Add support for the vectorization of std::complex<> with SSE,
AltiVec and NEON.
* Add support for mixed real * complex matrix products with vectorization.
* Finalize the JacobiSVD class with: compile time options, thin/full
decompositions, and least-square solving. (the old SVD class is out)
* Several improvement of the Transform class. In particular, there is
no default mode anymore.
gael
On Sat, Oct 16, 2010 at 5:06 AM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> 2010/10/15 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
>> The next goal is, of course, to release the final Eigen 3.0!
>> We probably need a third and last beta before that.
>>
>> I filed tracking bugs:
>> http://eigen.tuxfamily.org/bz/show_bug.cgi?id=25
>> http://eigen.tuxfamily.org/bz/show_bug.cgi?id=48
>>
>> We should now move all the items from the Todo_for_3.0 wiki page to
>> bugzilla, blocking the respective tracking bugs.
>
> This is done. The Todo_for_3.0 wiki page should not be used anymore.
>
> See all the issues blocking the 3.0 release:
> http://eigen.tuxfamily.org/bz/showdependencygraph.cgi?id=25
>
> Green means open bug, hover to see summary, or use the tree view:
> http://eigen.tuxfamily.org/bz/showdependencytree.cgi?id=25&hide_resolved=1
>
> Benoit
>
>
>