Re: [eigen] eigen sqrt compilation error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] eigen sqrt compilation error
- From: Rohit Garg <rpg.314@xxxxxxxxx>
- Date: Fri, 19 Jun 2009 14:06:24 -0700
- 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 :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=Zrw6+6s4Ca0iPOIdliNDr8EHmXSRfHpfwl0JfjkZT2g=; b=V31wfER4H+tNiEs0ITYu+wcy+gvfwD/Do3sH0Vfgt8KxAUhjBCXz1VxqxafLiMrjr3 bxLli9CqcEZ3t2dKxJcljC+gkMmpjMRt1eM5FbYv4pb5YdH8O9pXt3Th6yYvgDM3vQCS 0ChKIzm6B7i1TEkFrld3GSWOL/lT5ODTKT5fw=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=KxDjAtyNNW/my/a66gTXEXN8EfQppBtj2e6rFmJTlEqehSFaRGNkHZJXMWPoRMWTUL eAsQr2R85MvjzVMXupRlaA87OScOCJllSR/05RvJo+1O5xgRCBpn0lzMCq16+C4VPhGv BKlHiBY8iY0ya9PprsfF2ZxhpTwFetWHlMEIQ=
I say keep the core and array separate and provide eigen, dense and
sparse only as a convenience header.
On Fri, Jun 19, 2009 at 12:07 PM, Benoit Jacob<jacob.benoit.1@xxxxxxxxx> wrote:
> 2009/6/19 Patrick Mihelich <patrick.mihelich@xxxxxxxxx>
>>
>> On Fri, Jun 19, 2009 at 5:50 AM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
>>>
>>> The #include<Eigen/Array> increases compilation times by 2.5% and the
>>> memory usage is not affected.
>>
>> 2.5 percent on a simple test program?
>
> Simple, but realistic, not just an abstract test program. It makes a
> decent number of instantiations, so i think that it is a real use
> case. So real users who would lose 2.5% of compilation speed if we
> just merged Array into Core.
>
> There's another little thing that bugs me: if we merge Array into Core
> for the reason that it doesn't slow compilation down much, then in the
> future we'll be more reluctant to add more features to Array (like how
> we're conservative with Core). As long as Array is separate, we feel
> more free...
>
> Finally I wonder how much of a use there still is for a combined
> Core+Array, now that there is the Dense header.
>
> (None of what i say here is a stong opinion...)
>
> Benoit
>
>
>
--
Rohit Garg
http://rpg-314.blogspot.com/
Senior Undergraduate
Department of Physics
Indian Institute of Technology
Bombay