On Wed, Sep 24, 2008 at 1:47 PM, Gael Guennebaud
<
gael.guennebaud@xxxxxxxxx> wrote:
>
> ah, thanks for the fix. Actually it is supposed to work for non symmetric
> matrices. At least it worked a while ago. I'll check that when I'll have
> time....
>
> gael.
>
> On Wed, Sep 24, 2008 at 10:41 PM, Benoît Jacob <
jacob@xxxxxxxxxxxxxxx>
> wrote:
>>
>> On Wednesday 24 September 2008 22:14:12 Timothy Hunter wrote:
>> > Hello,
>> > I would like to compute eigen values for non-symmetric matrices. I tried
>> > to
>> > use to the EigenSolver but it does not compile because it cannot find
>> > the
>> > function .block(int, int) (see attached log).
>>
>> OK, this function was recently renamed to segment(int,int).
>> Fixed in r864468.
>>
>> > Also, the
>> > tests for non self-adjoint matrices are disabled in test/eigensolver.cpp
>> > .
>> > Does it mean this class is not ready yet?
>>
>> I tried re-enabling this test, and fixed it so it compiled, and the result
>> is
>> that with a real, non-selfadjoint matrix, the unit-test failed at line
>> 117.
>> So please consider it as not yet ready for now.
>>
>> Gael, if it's not yet ready maybe #ifdef it out for now.
>>
>> Cheers,
>> Benoit
>>
>>
>
>