diff --git a/doc/LinearLeastSquares.dox b/doc/LinearLeastSquares.dox deleted file mode 100644 index ab21a87ae..000000000 --- a/doc/LinearLeastSquares.dox +++ /dev/null @@ -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: -
Example: | Output: |
---|---|
\include TutorialLinAlgSVDSolve.cpp | -\verbinclude TutorialLinAlgSVDSolve.out | -