Package rosetta :: Package numeric :: Package nls :: Module _numeric_nls_
[hide private]
[frames] | no frames]

Module _numeric_nls_

Classes [hide private]
  lm_control_struct
numeric/nls/lmmin.hh:35
  lm_control_structAP
  lm_control_structCAP
  lm_status_struct
numeric/nls/lmmin.hh:42
  lm_status_structAP
  lm_status_structCAP
Functions [hide private]
 
lm_enorm(...)
lm_enorm( (int), (float)) -> float : numeric/nls/lmmin.hh:54
 
lm_printout_std(...)
lm_printout_std( (int)n_par, (float)par, (int)m_dat, (object)data, (float)fvec, (int)printflags, (int)iflag, (int)iter, (int)nfev) -> None : numeric/nls/lmmin.hh:51
Variables [hide private]
  __package__ = None
Function Details [hide private]

lm_enorm(...)

 

lm_enorm( (int), (float)) -> float :
    numeric/nls/lmmin.hh:54

    C++ signature :
        double lm_enorm(int,double const*)

lm_printout_std(...)

 

lm_printout_std( (int)n_par, (float)par, (int)m_dat, (object)data, (float)fvec, (int)printflags, (int)iflag, (int)iter, (int)nfev) -> None :
    numeric/nls/lmmin.hh:51

    C++ signature :
        void lm_printout_std(int,double const*,int,void const*,double const*,int,int,int,int)