Re: [eigen] EigenLab: C++ run-time matrix math ala MATLAB.

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


Thanks Gael. I also thought of hardcoding common sub-expressions, but the list of "common" ones got big quick, so I was hoping for a more elegant solution. Oh well.

Cheers,
Marcel


On Tue, Sep 2, 2014 at 4:35 AM, Gael Guennebaud <gael.guennebaud@xxxxxxxxx> wrote:

Great tool!

On Sun, Aug 31, 2014 at 4:18 PM, Marcel Goldschen <marcel.goldschen@xxxxxxxxx> wrote:
Also, if anyone knows how I could improve its performance by using Eigen's _expression_ templates, I'd love to hear about it.

Without embedding a JIT compiler (e.g., LLVM's one) I don't see how that could be possible. Perhaps, a good tradeoff would be to catch a few very common sub-expressions to map them to a single Eigen's _expression_.

Gael.



--
Marcel Goldschen-Ohm, PhD
Postdoctoral fellow, Chanda laboratory


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