aboutsummaryrefslogtreecommitdiffstats
path: root/doc/latex/methods_8h.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/latex/methods_8h.tex')
-rw-r--r--doc/latex/methods_8h.tex8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/latex/methods_8h.tex b/doc/latex/methods_8h.tex
index e6d9b7b..62c0d9f 100644
--- a/doc/latex/methods_8h.tex
+++ b/doc/latex/methods_8h.tex
@@ -9,12 +9,14 @@
\subsection*{Namespaces}
\begin{DoxyCompactItemize}
\item
-namespace \hyperlink{namespacemeow}{meow}
+\hyperlink{namespacemeow}{meow}
\end{DoxyCompactItemize}
\subsection*{Functions}
\begin{DoxyCompactItemize}
\item
{\footnotesize template$<$class Data , class Weighting\-Class $>$ }\\std\-::vector$<$ Data $>$ \hyperlink{namespacemeow_a43a73b75f2e23c8172d2098d57eaf75a}{meow\-::ransac} (std\-::vector$<$ Data $>$ const \&data, Weighting\-Class const \&w, size\-\_\-t N, \hyperlink{classdouble}{double} p0, \hyperlink{classdouble}{double} P)
\begin{DoxyCompactList}\small\item\em Run the {\bfseries R\-A\-N\-S\-A\-C} method to approach the best solution. \end{DoxyCompactList}\item
-{\footnotesize template$<$class Scalar , class F , class J , class I , class Stop $>$ }\\Vector$<$ Scalar $>$ \hyperlink{namespacemeow_a8e4a4baed7fb497f170075648ac95077}{meow\-::levenberg\-Marquardt} (F const \&func, J const \&jaco, I const \&iden, Vector$<$ Scalar $>$ const \&init, Stop const \&stop, \hyperlink{classint}{int} counter=-\/1)
-\begin{DoxyCompactList}\small\item\em Run the {\bfseries Levenberg-\/\-Marquardt} method to solve a non-\/linear least squares problem. \end{DoxyCompactList}\end{DoxyCompactItemize}
+{\footnotesize template$<$class Scalar , class Function $>$ }\\Vector$<$ Scalar $>$ \hyperlink{namespacemeow_a37b8a0148b872c4533f37dde9bbb9ae4}{meow\-::levenberg\-Marquardt} (Function const \&f, Vector$<$ Scalar $>$ const \&init, \hyperlink{classint}{int} counter=-\/1)
+\item
+{\footnotesize template$<$class Scalar , class Function $>$ }\\Vector$<$ Scalar $>$ \hyperlink{namespacemeow_adbd82702daf1e569c4a72176aa799c6d}{meow\-::levenberg\-Marquardt\-Training} (Function \&f, Vector$<$ Scalar $>$ const \&init, Scalar const \&init\-\_\-mu, Scalar const \&mu\-\_\-pow, Scalar const \&er\-\_\-max, \hyperlink{classint}{int} retry\-\_\-number, \hyperlink{classint}{int} counter)
+\end{DoxyCompactItemize}