[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Well actually, i remember that in some cases i needed to define the ei_traits (i have it in a #if 0/#endif in my code), but i couldn't say which case :/..... just that right now, i dont need for my use case
Thomas
--
Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>
http://www.freehackers.org/thomas
In data venerdì 05 febbraio 2010 08:02:52, Benoit Jacob ha scritto:
> MyMatrix inherit Matrix which inherits MatrixBase<Matrix>.
>
> So whenever an object of class MyMatrix is seen as a MatrixBase, it is
> a MatrixBase<Matrix> so it uses ei_traits<Matrix>.
>
> Interesting!
> So, forget my recommendation about ei_traits.