Re: [eigen] std::vector specialization |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] std::vector specialization
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 26 Jan 2010 22:26:35 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=Il38BSgHHjolioX2mOjKOAVM1GY/whIFhQwO3eNDF2I=; b=nrvWrhV/5GcjlsN8nZJr5TzSgwRegu/7FTFCtIIE9uBoFf4jUJSsDNjSCuvWHTRx1X KEoik/3Wr9vr/UAY0+TCsWgt5yw3wCjnq0hQRHMC2Yvj+8trLAFoyajmjoE4Zit+NzUf cAtnQ9XiUxzgyT9Ej7UXLZR+AwVO7GC59REhs=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=C43EUe83Yg4eoh0yoIZN/iRVvPt3GFDkf8akGKqb8TVey7uy5CYeMGY48U57AtoOfl I0JW42NN9Rg0vX+7JqX9meZGxVyLCbYWs1IE5PToT5oEWikMn0xi0qc/hFabpZUJrLt+ gRO8ee1ufYO3mZIaP/TzFhmvA2aohsYlvA17E=
On Tue, Jan 26, 2010 at 7:57 PM, Hauke Heibel
<hauke.heibel@xxxxxxxxxxxxxx> wrote:
> On Tue, Jan 26, 2010 at 3:16 PM, Thomas Capricelli
> <orzel@xxxxxxxxxxxxxxx> wrote:
>>
>> We can fix this once pushed, do not worry :)
>
> I just would like hear Gael again. There was some discussion on this
> topic in the past, just check here:
>
> http://listengine.tuxfamily.org/lists.tuxfamily.org/eigen/2009/04/msg00143.html
>
> It seems as if there was an issue with template arguments. It might be
> the case that it's working here because I am using typedefs only. I
> have to double check that on another day.
the problem was that we wanted to allow partial specializations in
order to handle Matrix* in one shot. But here you are requiring full
specialization for the value type, so no such problem.
gael
>
> - Hauke
>
>
>