Re: [eigen] tri1 = tri2*tri1

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



I'm afraid there is nothing better at the moment. What are the typical sizes of your matrices?

gael

On Tue, Sep 23, 2014 at 8:45 AM, Sebastian Birk <birk@xxxxxxxxxxxxxxxxxxxxx> wrote:
Hi,

first, I want to thank Gael for the quick fix of bug 879.
(http://eigen.tuxfamily.org/bz/show_bug.cgi?id=879)

But, I have a follow-up question on that.
What I'm actually computing is
  tri1 = tri2*tri1
and currently I use dense square matrices for that with
  temp.tri = b*a.tri
  a.swap(temp)

Is there a better way to compute this except from implementing the
inplace product on my own?


Sebastian





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