#include "basics.h"
#include "vector.h"
#include "matrix.h"
#include "constants.h"
#include "solver/gauss_jordan.h"
#include <signal.h>


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Defines | |
| #define | DELTAX 1e-30 |
| #define | DELTA(i, j) ((i==j)?1:0) |
| the kronecker delta | |
| #define | CON2 2.0 |
| #define | CON SQRT2 |
| #define | BIG 1.0e30 |
| #define | NTAB 10 |
| #define | SAFE 2.0 |
Functions | |
| template<typename T> | |
| int | TBCI::Basis_Trafo (long int value, long int basis, Vector< T > &index) |
| template<typename T> | |
| T | TBCI::Partial_Del (T(*func)(const Vector< T > &, const Vector< T > &), const Vector< T > &x, const Vector< T > &p, int mu, T h, T &err) |
| template<typename T> | |
| T | TBCI::Chisq (Vector< T > &data, Vector< T > &func, Vector< T > &sig) |
| template<typename T> | |
| T | TBCI::Chisquare_2D (T(*func)(const Vector< T > &, const Vector< T > &), Vector< T > ¶m, Vector< T > &x, Vector< T > &y, Vector< T > &z, Vector< T > &sigma) |
| template<typename T> | |
| TVector< T > | TBCI::Grid_Min_2D (T(*func)(const Vector< T > &, const Vector< T > &), Vector< T > &x, Vector< T > &y, Vector< T > &z, Vector< T > &sig, Vector< T > &pmin, Vector< T > &pmax, Vector< T > &lambda, long int res, int max_it, char v) |
| template<typename T> | |
| T | TBCI::LM_fit_2D (Vector< T > &x, Vector< T > &y, Vector< T > &z, Vector< T > &sig, Vector< T > ¶m, Vector< T > &plow, Vector< T > &phigh, T(*func)(const Vector< T > &, const Vector< T > &), Vector< T > lambda, Vector< T > &lscale, T tol, int iter, char ver) |
Definition in file LM_fit.h.
| #define BIG 1.0e30 |
| #define CON SQRT2 |
| #define CON2 2.0 |
| #define DELTA | ( | i, | |||
| j | ) | ((i==j)?1:0) |
the kronecker delta
Definition at line 53 of file LM_fit.h.
Referenced by TBCI::lev_mar(), and TBCI::LM_fit_2D().
| #define DELTAX 1e-30 |
| #define NTAB 10 |
| #define SAFE 2.0 |
1.5.6