On Tue, Dec 23, 2008 at 2:08 PM, Benoit Jacob <
jacob.benoit.1@xxxxxxxxx> wrote:
> It's not a problem with Eigen, it's just strangeness of the C++ language.
>
> The line 24 needs template keywords like this,
> (*b).block(0, 0, 3, 1) = a.template block(0,0, 3, 1).template cast<Complex>();
>
> Cheers,
> Benoit
>
> 2008/12/23 Ricard Marxer Piñón <
email@xxxxxxxxxxxxxxxx>:
>> Hi there,
>>
>> I have problems with revision r900516 (I'm guessing since r900396).
>>
>> I attach a test file.
>>
>> --
>> ricard
>>
http://www.ricardmarxer.com
>>
http://www.caligraft.com
>
> ---
>
>