Re: [eigen] A vector indexed by another vector |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
If you really need to go for performance, it might be an option to extract all data which is indexed via offset[j] manually into temporaries. That way the remaining _expression_ could even benefit from SSE-vectorization. However, this obviously might be memory-costly.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |