#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.
|
| namespace | JFIT |
| | Auxiliary classes and methods for linear and iterative data regression.
|
| |
| namespace | JPP |
| |
| namespace | JFIT::JFIT_LOCAL |
| |
|
| template<class JModel_t > |
| void | JFIT::model (JModel_t &value) |
| | Auxiliary function to constrain model during fit.
|
| |