Re: [eigen] 2.0.16 released |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 2.0.16 released
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Sun, 29 May 2011 18:48:17 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=tHRKwGsg/2mbkOUFRoFdKcrZtsowg/hhBAiQfDa7lDo=; b=EseX/0FtocIe5Dy79uH0+LQuMzifh6ykACExdGRZp+fUeGgeovXfS6npDu2+gRWG1I srGQ3Kxi63QvkO/Hl65/iwJUYdeaA1jXiePPat8gHH30Ru6RrxW29u29AEFNyVyyuiPh BUeMoLOPDCeR2EhgHqtJltK5MdhVOfkteGyF4=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=M9FgVgJN/iMhpNU+2RQpu0Y36ibXEO0ioi9XkTFZrWLOwpY4S9ihl5wROsEtZTYRho pSD87HWLNDG3BiQAS8xD616E9OjwIfSb0PoGjW1K286nPjtW0sV+WiNUOCSfHpERHABr RGyQqtGxqQQNHXEn8qHdeFXBmAAYiJhCUke18=
Thanks Gael!
2011/5/28 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> Hi,
>
> Eigen 2.0.16 is released.
>
> The source archive is at:
> http://bitbucket.org/eigen/eigen/get/2.0.16.tar.bz2
>
> Changes since 2.0.15:
>
> * Fix bug in 3x3 tridiagonlisation (and consequently in 3x3
> selfadjoint eigen decomposition).
> * Fix compilation for new gcc 4.6.
> * Fix performance regression since 2.0.12: in some matrix-vector
> product, complex matrix expressions were not pre-evaluated.
> * Fix documentation of Least-Square.
> * New feature: support for part<SelfAdjoint>.
> * Fix bug in SparseLU::setOrderingMethod.
>
> Complete changelog: http://eigen.tuxfamily.org/index.php?title=ChangeLog
>
> gael
>
>
>