Re: [eigen] Test for a non-compiling cast

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


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

---


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