Home
last modified time | relevance | path

Searched refs:TLMFit (Results 1 – 3 of 3) sorted by relevance

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/table/table_calculus/
H A DLMFit.cpp57 TLMFit::TLMFit(vector<double> Xdata, vector<double> Ydata, vector<double> Param, void(*CfuncP)(dou… in TLMFit() function in TLMFit
95 void TLMFit::Fit(void) in Fit()
100 void TLMFit::gaussj(vector< vector<double> > &aa, int n, vector< vector < double> > &b, int m) in gaussj()
177 void TLMFit::covsrt(int mfit) in covsrt()
199 void TLMFit::mrqcof(vector<double> &ba, vector< vector<double> > &balpha, vector < double> &bbeta) in mrqcof()
243 void TLMFit::mrqmin() in mrqmin()
H A DLMFit.h61 class TLMFit{
65 TLMFit (vector<double> Xdata,
72 ~TLMFit (){}; in ~TLMFit()
H A DFit.cpp278 TLMFit *Fit; in On_Execute()
280 Fit = new TLMFit(x, y, StartValue, FitFunc); in On_Execute()