Re: [eigen] Can I force (or hint) Eigen to not vectorise a particular expression? |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
* If you have a limited range of block-sizes (known at compile-time),
you may consider implementing it using a virtual class with
specializations for each occurring block size. You'll need some kind
of non-virtual intermediate class, which will introduce additional
overhead, so overall it might not be worth the effort.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |