Re: [eigen] Malloc-free dynamic matrices

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


2010/3/4 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
> On Thu, Mar 4, 2010 at 5:54 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>> 2010/3/4 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
>>> - we have 12bytes free for future uses
>>
>> That we can have either way: on the heap (your approach) or on the stack.
>
> We really do not want that for small fixed size types, right? Don't
> you want to keep sizeof(Vector2d) = 2*sizeof(double) ?

Sure !!!

Here we're only talking about the dynamic-size case.

Very important!

Benoit

>
> - Hauke
>
>
>



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