Re: [eigen] BTL

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


Thanks for your feedback, Gael.

Actually, you are right about the dynamic loading issue: it could be
really difficult to make it portable. Glib could help, but I don't
know how really portable it would be and anyway this would add an
external dependency, which is not a tragic thing, but...

However, this only regards some interfaces: we can provide interfaces
which dynamically load blas and/or lapack shared objects, and the user
*can* decide to use these -- if his/her system is able to do that --,
but we also can provide "standard" blas/lapack interfaces, like the
already existing ones. So, I would say that for now, I/we write the
core entities, then provide the most important actions and interfaces
and at a later time we can start and really think about this
dynamically loading possibility.

Cheers
Andrea



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