mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
Remove LinearLeastSquares.dox , which should not have been added.
Accidentally included in changeset e37ff98bbb21f2ee44c6d912002ddf2cdf05ccda .
This commit is contained in:
parent
8710440951
commit
2f0faf117e
@ -1,27 +0,0 @@
|
|||||||
namespace Eigen {
|
|
||||||
|
|
||||||
/** \eigenManualPage LinearLeastSquares Solving linear least squares problems
|
|
||||||
|
|
||||||
lede
|
|
||||||
|
|
||||||
\eigenAutoToc
|
|
||||||
|
|
||||||
\section LinearLeastSquaresCopied Copied
|
|
||||||
|
|
||||||
The best way to do least squares solving is with a SVD decomposition. Eigen provides one as the JacobiSVD class, and its solve()
|
|
||||||
is doing least-squares solving.
|
|
||||||
|
|
||||||
Here is an example:
|
|
||||||
<table class="example">
|
|
||||||
<tr><th>Example:</th><th>Output:</th></tr>
|
|
||||||
<tr>
|
|
||||||
<td>\include TutorialLinAlgSVDSolve.cpp </td>
|
|
||||||
<td>\verbinclude TutorialLinAlgSVDSolve.out </td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
For more information, including faster but less reliable methods, read our page concentrating on \ref LinearLeastSquares "linear least squares problems".
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user