Home
last modified time | relevance | path

Searched refs:n_par (Results 1 – 8 of 8) sorted by relevance

/external/lmfit/demo/
Dsurface1.c51 int n_par = 3; /* number of parameters in model function f */ in main() local
69 lmmin( n_par, par, m_dat, (const void*) &data, in main()
79 for ( i=0; i<n_par; ++i ) in main()
/external/lmfit/lib/
Dlmcurve.c41 const int n_par, double* par, const int m_dat, in lmcurve() argument
48 lmmin(n_par, par, m_dat, (const void*)&data, lmcurve_evaluate, in lmcurve()
Dlmcurve_tyd.c36 const int n_par, double* par, const int m_dat, in lmcurve_tyd() argument
43 lmmin(n_par, par, m_dat, (const void*)&data, lmcurve_tyd_evaluate, in lmcurve_tyd()
Dlmcurve.h39 const int n_par, double* par, const int m_dat,
Dlmcurve_tyd.h33 const int n_par, double* par, const int m_dat,
Dlmmin.h32 void lmmin(const int n_par, double* par, const int m_dat, const void* data,
/external/lmfit/man/
Dlmmin.pod18 B<void lmmin( const int> I<n_par>B<, double *>I<par>B<, const int> I<m_dat>B<,
47 =item I<n_par>
61 Must statisfy I<n_par> <= I<m_dat>.
112 Used to set the maximum number of function evaluations to patience*n_par.
227 int n_par = 3; /* number of parameters in model function f */
245 lmmin( n_par, par, m_dat, (const void*) &data, evaluate_surface,
255 for ( i=0; i<n_par; ++i )
Dlmcurve.pod18 B<void lmcurve( const int> I<n_par>B<, double *>I<par>B<, const int> I<m_dat>B<,
25 const int> I<n_par>B<, double *>I<par>B<, const int> I<m_dat>B<,
52 =item I<n_par>
67 Must statisfy I<n_par> <= I<m_dat>.