[eigen] What about HyperPlane ? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] What about HyperPlane ?
- From: "Gael Guennebaud" <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 28 Aug 2008 12:12:23 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=SzyrTH1/u25MmDXQVS/0VBt/StRsWmGjDfqFpa/hOhM=; b=DeuYZItoaDYh2gA+NcIeF0/NlEUvu9h84oiCjXyG7n/ThyHbs5OvXqz5nghYpssGzi TfhXjC89hjRJTo2tnm+iPG+icoevDc9mHuh++iW3dZZGArrb1FogFYdDadBpzFsgL1RK 1toXrg/kDcBzgbgrVUJRGeTnLdE1B2p3PUe4M=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=sZdH744TgIGlEAl42tu0SwoVU/8XmjQ4BV8FdobKyBYGUSKHiKLTONli3T4HjyU6aU D11YrRfJ/yUEL+yIGvN1VqvQV6nMASMnOzk85JHiysVDzjbsB4JkS3zY99C8XQ04ZO/V N0kynTd8DfnwvZbIKmuUJdNRXZJdX9GRdQAjo=
Hi list,
FYI, kgllib has been ported to Eigen2 as well. (though it is not committed yet)
After some trades with Rivo, he asked:
> Do you have or plan to have a plane class? ;-)
at a first glance, I would say that's out of the scope of Eigen, but
finally an HyperPlane class would fit very well between the Geometry
module and the Regression module which does hyper plane fitting !
So why not ?
And don't worry, I already have such a class, I only have to change
the licence ;)
gael.
PS: I also have HyperSphere as well as hyper sphere fitting routines,
but sure that's much less useful than hyper plane fitting....