Re: [eigen] matrix-matrix pow() |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
I think eigen does not have this yet.... There's a method to use pow() on each item, but with the same exponent for all. I guess what you want would not be hard to add, though i'm not able to do it :/
++
Thomas
--
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas
On Friday 22 January 2010 17:37:37 Stefan Ulbrich wrote:
> Hello,
>
> I could nout find a way to express matrixa.pow(matrixb) in Eigen2. Can anybody please give me an advise on how to extend the Cwise class by means of the CWISE_PLUGIN?
> I have problems to distinguish which return types I have to use.
>
> Thank you a lot in advance,
>
> Stefan
>
>
>
>