[eigen] Re: ArrayXXf::matrix().applyOnTheLeft(...)

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


Having perused the API a bit and been bitten by similar issues in
these variants...

B = x.transpose() * B.matrix();
B.matrix().transpose().applyOnTheRight(x);
B.transpose().matrix().applyOnTheRight(x);

....short of assigning the product into a new variable, is there a way
to write the problematic expression that doesn't trip such an
assertion?

- Rhys



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