Re: [eigen] port of (c)minpack to eigen : status |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] port of (c)minpack to eigen : status
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 24 Sep 2009 19:57:18 -0400
- 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; bh=5Wk+rF49AjjrP5Fg9QtjiqXszoP2GRUZlctpyb8xm/4=; b=vGJnPBrJghGrjxGH7bDzjoIKbMAhLkbnSc/MIQphUJ/K37xZQLlBzAVQ1ti3FZtmum NX66eCeNg9LTz4uie8ylJy636CSg54mqNSp46uZLbtMicF0QFu7Uy6Kt8iKspSyj25qw czr9rkT4PStxnO0pI8LQ233t6o8SghP5Uiy+M=
- 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; b=RoY78aNgpclX+atasPOoVuWZJBn+Tp9+pq38AEihPWzT/OBfb+dT34HU3aoFWVfSN8 Krp2eOX4yU4Q77S2Fi2ai00UTlxT3rmq41c/zkK7IWNsaO+21t6aRVzOZqkE98a/ghYM qXqpw6ZFTET6du4lkdWQhp3Iijq1Syt37jY+8=
Thanks for the answers!
2009/9/24 Thomas Capricelli <orzel@xxxxxxxxxxxxxxx>:
>> The code seems to be only for double, right? Is there a good reason to
>> forbid float and other types?
>
> On the contrary it should not, why do you say so ? The tests are only using
> double, cf next answer. The code is using the template parameter 'Scalar'
> everywhere (or should, anyway)
Sorry, I misread your code (misread default template parameter value
as partial specialization).
Benoit