Re: [eigen] Blocks and EvalBeforeAssign

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


On Wed, May 22, 2013 at 10:37 AM, Christoph Hertzberg
<chtz@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
> I guess making tests at runtime won't be trivial to implement, without
> causing too much overhead.

we have some for transpose(), but for blocks this is much more tricky
even with very simple examples:

A.col(i) = A.row(j)       WRONG
A.col(i) = A.row(i)       OK
A.col(i) = A.col(j)        OK



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