|
Jpp
debug
the software that should make you happy
|
#include <limits>#include <vector>#include <cmath>#include <ostream>#include <iomanip>#include <type_traits>#include "Jeep/JMessage.hh"#include "JMath/JVectorND.hh"#include "JMath/JMatrixNS.hh"#include "JMath/JZero.hh"#include "JLang/JManip.hh"#include "JLang/JException.hh"Go to the source code of this file.
Classes | |
| class | JFIT::JFIT_LOCAL::JTypedef< T > |
| struct | JFIT::JFIT_LOCAL::JTypedef_t< T, true > |
| struct | JFIT::JFIT_LOCAL::JTypedef_t< T, false > |
| class | JFIT::JGandalf< JModel_t > |
| Fit method based on the Levenberg-Marquardt method. More... | |
| struct | JFIT::JGandalf< JModel_t >::result_type |
| Data structure for return value of fit function. More... | |
Namespaces | |
| JFIT | |
| Auxiliary classes and methods for linear and iterative data regression. | |
| JPP | |
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
| JFIT::JFIT_LOCAL | |
Functions | |
| template<class JModel_t > | |
| void | JFIT::model (JModel_t &value) |
| Auxiliary function to constrain model during fit. More... | |