[eigen] documentation: linear algebra/decompositions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>, Gael Guennebaud <gael.guennebaud@xxxxxxxxx>, Jitse Niesen <jitse@xxxxxxxxxxxxxxxxx>
- Subject: [eigen] documentation: linear algebra/decompositions
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 28 Jun 2010 10:46:43 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=21JaBgyZHQELnOZ1SIC8oGzYuV0zGmr59xDAhEPYrzU=; b=RaDEwOEUejsDGP0iLAyYfKZaavotCAT1yj09ZvVnl3sHe6MVGesI4bcyP9zYMhuMFO wCavBhLj4Dr5GmcnFBpbrCKRidI9JpejEpQu+98Mwe3TBrJiNJTt+lKgbT66n5AXv1Mo 4/uTlbSOcEHhdeaZnIiC4pT+O7q/YvsX2/xbU=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=KuIThrc6zIp4uz5uPAZQTdxh3RWAh03k4bjwYejCvnhCTsEbup+MbNWupv2RLVvjN9 dI1weymq/GzPenbOJO1P92b5Eamu3wB9unNki2crMheTbFXJh1Z/fgL4K1JGQhzCAk3A KGQCSncaB0XH9LbAdcycX4L3NpGFiem3wgnPo=
Hi,
I have started a 'special topic' page on decompositions:
doc/TopicLinearAlgebraDecompositions.dox
It has a big table summarizing all our decompositions. Mostly generic
info, but also some Eigen-specific info (the class name, whether we
offer a linear solver, and how mature our implementation is).
Gael/Jitse, for some decompositions I need your help filling this
table, just search for your name in this page.
Meanwhile, I still have to do the _tutorial_ on linear algebra, doing
it, trying to reuse Gael's material from the eigen2 tutorial.
Benoit