[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: "[eigen] mailing list" <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Matrix power
- From: Dale Lukas Peterson <hazelnusse@xxxxxxxxx>
- Date: Thu, 13 Jun 2013 11:34:17 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=BVCByOAZRPl5D2WhqDLehFvY21DXXghhbHeYMwmUxSw=; b=IuvYYVD5LNR+K0n2ZTkXvdRPxZTTG1LrinMz1fguzf+rvrzNDA/zYMeC5QmRkNgcDa 8maUbsHAerkpw/ysNACabC9SV3C136eonwjjnjQSAI1lNHmExtm294Nd5LCOLlXIsTaF RlhNbGNcwUrWpNdJpe6j6UuQ1g3axlq5Ri6OXh8rY7Gc2vlJDKWmV6Ca7s44vzRmQKcu ZYkCJvvMv157kzlY6ZHdDM9AXT3ZxW4KZ8mL7h2w8JZ4r5exz1Se179eGNIK7aYTC1nl dXYDI0N3B1/65UMZaDvQjAqKvqRT7uvmJvs1DnDi2GaZUltTx0KuMAp1v/Z/VukccD/G KB+g==
I recently need to compute the matrix power and tried to use
functionality provided in the unsupported module. Some stuff worked,
but I ran in to both segfaults as well as some incorrect results (i
think some sort of aliasing issue, I'm not sure). I filed a bug
report [0] for the segfaults and if I can come up with a minimal
working example of incorrect results I will file a bug report for that
as well.
That being said, who is the best person to talk to about a) getting
this bug/bugs fixed, and b) getting this functionality into the core
of Eigen. Gael started a bug report requesting this functionality
[1], but it has been a year and I haven't seen anything.
I haven't looked closely, but I'm guessing that implementing a good
set of tests would be the first step, and then figuring out which ones
don't pass and why. Would creating tests based on the results of
Matlab output (or perhaps some small handworked examples) be
appropriate?
I'd like to help out on this, I'm not very comfy at all with hg, I'm
fairly comfy with C++ but probably not as comfy with the template side
of things, but am willing to learn. My IRC nick is DLPeterson, and I
am on #eigen frequently.
Luke
[0] -- http://eigen.tuxfamily.org/bz/show_bug.cgi?id=614
[1] -- http://eigen.tuxfamily.org/bz/show_bug.cgi?id=465
--
“People call me a perfectionist, but I'm not. I'm a rightist. I do
something until it's right, and then I move on to the next thing.”
― James Cameron