Boost logo

Ublas :

Subject: Re: [ublas] How to solve systems of linear equations?
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2010-03-11 12:04:45


Jesse Perla wrote:
> Eigen seems to have a lot of active development, a big enough
> user base to sustain itself, and the luxury of academics working on it
> who don't need to feed themselves with real work.
>
> If you were to choose a general purpose matrix/linear algebra library
> decision
> right now, what would you choose as the library to move forward with?
> Does eigen have as much momentum as I think it does?

They managed to release a proper stable version of eigen2. Don't underestimate the achievement of proper releases. (MTL4 keeps promising a proper release, but it isn't there yet.) Eigen3 will be a long time in the future, and will be quite different from eigen2. So in case eigen2 does what you want, just use it. They certainly have enough momentum for that. In case eigen2 doesn't yet do what you want, even the momentum of eigen won't help you much.

Regards,
Thomas