Re: [eigen] 2.0.16 and 3.0.1 for the end of the week.

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


2011/5/27 Robert Lupton the Good <rhl@xxxxxxxxxxxxxxxxxxx>:
>> I have checked that, and there is really a regression since 2.0.10.
>> But, unfortunately, 2.0.16 will not solve your problem...
>>
>> I would recommend you to use 3.0.0 or coming 3.0.1.
>> It takes only 7.5ms to execute the code and changes are minimal:
>> just get rid of "#include <Eigen/Array>".
>>
>> Anton
>
> Oh dear.  This is part of a much larger project, and upgrading to eigen3 isn't really an option just now (later this year...).

Have you bisected this regression down to a precise changeset?

It's very easy to do: dump a log of the 2.0 branch (`hg log -b 2.0`),
look at the changeset ids there, and use    hg up <changeset-id>  to
go to a given revision

There's even a 'hg bisect' command that you can use too to do that for you.

Benoit

>
>                                        R
>
>
>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/