HomeSort by relevance Sort by last modified time
    Searched refs:n_par (Results 1 - 7 of 7) sorted by null

  /external/lmfit/lib/
lmcurve.h 39 const int n_par, double* par, const int m_dat,
lmcurve_tyd.h 33 const int n_par, double* par, const int m_dat,
lmmin.h 32 void lmmin(const int n_par, double* par, const int m_dat, const void* data,
lmcurve.c 41 const int n_par, double* par, const int m_dat,
48 lmmin(n_par, par, m_dat, (const void*)&data, lmcurve_evaluate,
lmcurve_tyd.c 36 const int n_par, double* par, const int m_dat,
43 lmmin(n_par, par, m_dat, (const void*)&data, lmcurve_tyd_evaluate,
  /external/lmfit/demo/
surface1.c 51 int n_par = 3; /* number of parameters in model function f */ local
69 lmmin( n_par, par, m_dat, (const void*) &data,
79 for ( i=0; i<n_par; ++i )
  /external/lmfit/ruby/inline/
curve1_rubyinline.rb 36 int n_par = 3; // number of parameters in model function f
65 lmcurve_fit( n_par, par, m_dat, t, y, f, &control, &status );
73 for ( i = 0; i < n_par; ++i)

Completed in 113 milliseconds