Re: [eigen] Overloading componentwise binary operators for vectors |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Overloading componentwise binary operators for vectors
- From: Cedric Doucet <cedric.doucet@xxxxxxxx>
- Date: Mon, 5 Oct 2015 19:40:18 +0200 (CEST)
- Thread-index: 9pSaLMfJw4rhy/cbv9OasrI5eG4vdA==
- Thread-topic: Overloading componentwise binary operators for vectors
Thank you very much Christoph!
It solved the problem! :)
Cédric
----- Mail original -----
> De: "Christoph Hertzberg" <chtz@xxxxxxxxxxxxxxxxxxxxxxxx>
> À: eigen@xxxxxxxxxxxxxxxxxxx
> Envoyé: Lundi 5 Octobre 2015 19:12:57
> Objet: Re: [eigen] Overloading componentwise binary operators for vectors
>
> On 05.10.2015 19:03, Cedric Doucet wrote:
> > It seems I use CwiseBinaryOp incorrectly.
>
> Replace your Sum typedef by this line:
>
> > typedef Eigen::CwiseBinaryOp<SumOperator,const WrappedType,const
> > WrappedType> Sum;
>
> The arguments of CwiseBinaryOp must be Eigen-types (or behave as if they
> were).
>
>
> Christoph
>
>
> --
> Dipl. Inf., Dipl. Math. Christoph Hertzberg
>
> Universität Bremen
> FB 3 - Mathematik und Informatik
> AG Robotik
> Robert-Hooke-Straße 1
> 28359 Bremen, Germany
>
> Zentrale: +49 421 178 45-6611
>
> Besuchsadresse der Nebengeschäftstelle:
> Robert-Hooke-Straße 5
> 28359 Bremen, Germany
>
> Tel.: +49 421 178 45-4021
> Empfang: +49 421 178 45-6600
> Fax: +49 421 178 45-4150
> E-Mail: chtz@xxxxxxxxxxxxxxxxxxxxxxxx
>
> Weitere Informationen: http://www.informatik.uni-bremen.de/robotik
>
>
>