Re: [eigen] Status of the eigen solver

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


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



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