Re: [eigen] Eigen 3 is extremely slow |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen 3 is extremely slow
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 14 Mar 2011 09:18:34 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=957EkfvSrg5YUuQ0qwL+1mYekKdyIF10fUq62ariyN0=; b=LMyQle0m1avc+XgTkLhDeCdUfBH6//3od3NL+aTM4oEoRrj9ovpC2n8KgEoDwtBNec 8OCCXrXqqZsg64U/y4VzDqubebZeufxsSmgm2mt36G23Hoy2HMbbIS7ngv10TKRmH8y8 4bX8RrP4Hn4U7XHEi10Nz6+9Qzvwx9Pz2smXo=
- 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=wKqo3A8Q+9kvTK+jx4ku4QihRKFqLbuV459SX4fy7ukHuwfFUzfVvYmWqpaybaN7lv /aSMANCnzO92R81oYPr8qzf1nDrEIlAQ7d3TVLe8Tl5d1CsNH9F/iWUDb2mvFiVZm0yT Mpnal4M+TK5+3u1KDeq3H3/YfPT6gZZuUD6ls=
2011/3/14 Gael Guennebaud <gael.guennebaud@xxxxxxxxx>:
> On Mon, Mar 14, 2011 at 12:48 AM, Hari Sundar <hsundar@xxxxxxxxx> wrote:
>> For example a simple 4x4 * 4*1 multiplication takes around 0.5msec.
>
> hm, that's indeed extremely slow... which compiler? flags?
>
> for instance here a 4x4 * 4x1 product takes less than 4e-6msec, and
> even in debug mode (-g2) with a very old gcc 3.4 it takes less than
> 0.0008 msec...
If his matrix has NaN values, that could explain another 500x factor.
Benoit
>
> gael
>
>
>