Re: [eigen] Eigen 3.1.0-beta1 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen 3.1.0-beta1 released!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 7 Jun 2012 13:17:32 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=Hv3KFQqTxhclxfNb5niheLDk6VjUFU00GMzhtyA330o=; b=rmXCy+lfN7yEteaErcAyTsHCgp9uOuytGJ9+/BhUc8CDzwT6Ybd4Ak7saRUR8N3Qly kK4I0VmhJQjV/ClgOo/rwpZZ0INXhpqS7oWhcJxTqvAfjhyPIdK1DiF9FyFO4T3/wnKU vjPB7/rBZAEBK3rjdKOimVxwpDN9w39cgwM684yWk8feKGKhscSpLsyzWYOCa4oGTr65 jAW8CAaKVANCV/zwl6a1yIf105EwV0hMg/BZbMIQjubGM9Ba3mOwv8FUjEZrSKk0K9Yd YvaDkyiFhlh9spSXncs3vgcjMlC0ftvvj/SSDZfFBdB0frTry6ESz5Yz9qqNzlw1aLPs dhew==
Hi Pavel,
thanks for the report. It's probably just noise. What happen if you
re-run qr_colpivoting_3.exe?
cheers,
Gael.
On Thu, Jun 7, 2012 at 11:39 AM, Pavel Holoborodko
<pavel@xxxxxxxxxxxxxxx> wrote:
> Visual Studio 2011 Ultimate, Windows 7 64-bit:
>
> x86: All tests are passed
> x64: 1 test failed - qr_colpivoting_3, log below.
>
> 285/544 Testing: qr_colpivoting_3
> 285/544 Test: qr_colpivoting_3
> Command: "U:/Temp/eigen/build64/test/Release/qr_colpivoting_3.exe"
> Directory: U:/Temp/eigen/build64/test
> "qr_colpivoting_3" start time: Jun 07 17:58 Tokyo Standard Time
> Output:
> ----------------------------------------------------------
> Initializing random number generator with seed 1339059513
> Repeating each test 10 times
> Test qr<MatrixXcd>() failed in U:\Temp\eigen\test\qr_colpivoting.cpp (43)
> rank == qr.rank()
>
> <end of output>
> Test time = 2.71 sec
> ----------------------------------------------------------
> Test Failed.
> "qr_colpivoting_3" end time: Jun 07 17:58 Tokyo Standard Time
> "qr_colpivoting_3" time elapsed: 00:00:02
> ----------------------------------------------------------
>
>
> On Thu, Jun 7, 2012 at 5:55 AM, Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
> wrote:
>>
>> 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
>>
>>
>