[eigen] bye bye leastsquares |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] bye bye leastsquares
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 29 Apr 2010 10:40:08 -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=1iL4e//oNWaRz0L4KSJx0L3JRirf9McPnFhiirreX6Y=; b=LKCicS6/PYwSw8P/36eCC+kym++ouSQIFiHAgtmGhrVzH7aHN3+rMzxePnexXqTdyr Z9x2C5P913gVPGeOZxd1ZpX89syJ4Qrg848C3bvJ5V3fvj6Rs7vrpcV71JM+MZBHDI5j 2lWL7mSuiVYoJkJBw0wkqnYRUJy2BCATf3l9o=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=F6G8FMk5hrqaxzp2KTkzbZtUY1xOSox43z7V+Xg1n1eiWPN7Y2iauWnckN0WIyTblt 2tND2oTyHpMarE82h7tDLriIgupXePE0+Onk9uiO+d5sIdNdB0D6xG3w+qRrlMnwwSXE i4brAr1UZyGM3OtskHiMQoTnTwH2NkktG6knM=
Hi,
as already discussed many times, the LeastSquares modules was a mistake since
1) it was hard to come up with an API that's useful for everybody
2) the same thing is easy to do e.g. from a SVD decomposition.
Actually it was a remnant of the Eigen 1.0 days....
So i just removed it.
I didn't even put it in Eigen2Support because it requires several
other modules. But if you want we can always create a new module,
Eigen2Support_LeastSquares...
Benoit