Re: [eigen] FLENS C++ expression template Library has excellent documentation

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Benoit Jacob schrieb:
> 2009/4/17 Andre Krause <post@xxxxxxxxxxxxxxxx>:
>> Hello EIGEN - List,
>>
>> i want to point you to the lib FLENS. It provides a C++ Interface to BLAS and
>> LAPACK in a expression template manner. I am mentioning flens here, because it
>> may be a source of inspiration for further eigen2 design desicions.
> 
> Do you have something specific in mind? We took the different approach
> of replacing BLAS and LAPACK, rather than wrapping around them.
> Although there is work left to do, we are at the point where, given
> sufficient contributions, we can hope to quickly become a complete
> enough replacement for a vast majority of users.

(Disclaimer: I'm not knowing FLENS)

FLENS and EIGEN have totally different use cases:
- - EIGEN is a lib that gives you the best performance for small, fixed
size matrices and vectors that's possible (e.g. those that are typical
for 3D intensive applications)
- - BLAS/LAPACK gives you the best performance (using the right
implementation) for big, variable sized matrices and vectors (i.e. those
used in numerical applications). FLENS is adding a modern, object
orientated wrapper around this functionality.

In this case both libs can peacefully coexist...

As EIGEN is supporting variable sized matrices as well, both are
starting to compete in exactly the same field of use. EIGEN has the
advantage that the expression templates are the base and not something
built on top, i.e. EIGEN can optimize "between" BLAS function calls.
FLENS has the advantage that it can use extremely optimized BLAS
libraries (e.g. Intel MKL), something that EIGEN can't do (as it's cross
platform) and won't do (as it doesn't have the funding that MKL has as a
marketing platform for Intel...).
=> it would be interesting to see a benchmark of a non trivial numerical
algorithm to see wich approach wins.

But as EIGEN could include a BLAS/LAPACK lib as well, there shouldn't be
a way for FLENS to win...
Perhaps it's best to convince the FLENS author to join effords?

CU,
Chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEAREIAAYFAkno1mgACgkQoWM1JLkHou35ZgCfYU3fuJn6jPfF0X0wPNJk/x23
RoYAnjHjoQZvN0l4vUsWJAQDY5LAJWfx
=OCz5
-----END PGP SIGNATURE-----



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