Re: [eigen] new tutorial on writing functions taking Eigen types as paramters |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] new tutorial on writing functions taking Eigen types as paramters
- From: Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
- Date: Wed, 4 Aug 2010 16:12:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qNKu4Fqkq2nneW2Alb8O1LWT1dmqT0GQVauBKV/vq4A=; b=T7/PmQ/YcqSk0vB3OkdYRff/3C6+vlp1V/8J5Tq1INPrV0PTqOeva2lbBTrK9d92UZ s60j1MHGwN+C45hbmbkClOZo8Ly7f1Wgc8nJ7RT1EzvKvGOa30I3Ta1ursjebr9FOz50 GzrdD4EhxzU0f7Qq/woGAGqmZoPph0OhBaNp8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=QbdteA02NssAQTdCzDiynE7Vv4I8M1AlX7HR44ai/ClcTft7qWGLK4pb8uujAkqypJ Ba1PJ7dgoBXyEjOaX+2HTgrPFJ+vZFY1z6iUt6bk6/qKZBWu7PqCdblLuw3dVmY0IrXJ 5GJ6pRsiB2+b9gMLnoIbWqbnDK9z/0oeixuEs=
I already pushed it this morning though the docs are not yet rebuild.
I focused on one specific example and investigated different types of
implementations discussing each implementation's problems and
benefits.
Currently, the page only covers MatrixBase (and ArrayBase since the
same discussion holds for both classes). So nothing about DenseBase --
regarding the class hierarchy, there is already some information
there, right? Or what exactly do you mean?
- Hauke
On Wed, Aug 4, 2010 at 4:05 PM, Benoit Jacob <jacob.benoit.1@xxxxxxxxx> wrote:
> Great idea, looking forward to it. The way I see it:
>
> - we need a special topic page on the main base classes (DenseBase,
> ...) which could give examples of functions taking Eigen objects.
> - we need a very abridged/simplified version of that on the last page
> of the tutorial, which should be where users learn what they really
> need to know in order to be a little autonomous reading the docs
> (which requires them to know a little about the base classes).
>
> The question of how to write a function taking eigen objects as
> arguments is one we've answered easily 10 times on the forum. Having
> something to link to would be very valuable.