ó
Ë½÷Xc           @   s4   d  d l  m Z e d d d ƒ e d d d ƒ d S(	   iÿÿÿÿ(   t
   add_newdocs	   scipy.odrt   odrs^  
    odr(fcn, beta0, y, x, we=None, wd=None, fjacb=None, fjacd=None, extra_args=None, ifixx=None, ifixb=None, job=0, iprint=0, errfile=None, rptfile=None, ndigit=0, taufac=0.0, sstol=-1.0, partol=-1.0, maxit=-1, stpb=None, stpd=None, sclb=None, scld=None, work=None, iwork=None, full_output=0)

    Low-level function for ODR.

    See Also
    --------
    ODR
    Model
    Data
    RealData

    Notes
    -----
    This is a function performing the same operation as the `ODR`,
    `Model` and `Data` classes together. The parameters of this
    function are explained in the class documentation.

    s   scipy.odr.__odrpackt   _set_exceptionss^   
    _set_exceptions(odr_error, odr_stop)

    Internal function: set exception classes.

    N(   t   numpyR    (    (    (    s4   /tmp/pip-build-7oUkmx/scipy/scipy/odr/add_newdocs.pyt   <module>   s   		