|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A c++ interface to the templatized levmar minimization routines.. More...
A c++ interface to the templatized levmar minimization routines..
Definition in file levmarInterface.hpp.
#include <iostream>#include "../../mxlib.hpp"#include "templateLevmar.hpp"#include "../../sys/timeUtils.hpp"Go to the source code of this file.
Classes | |
| class | mx::math::fit::levmarInterface< fitterT > |
| A templatized interface to the levmar package. More... | |
| struct | mx::math::fit::hasJacobian< T > |
| Test whether a function type has a Jacobian function by testing whether it has a typedef of "hasJacobian". More... | |
| struct | mx::math::fit::array2Fit< realT > |
| Wrapper for a native array to pass to levmarInterface. More... | |
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |