# encoding: utf-8
# module scipy.odr.__odrpack calls itself _odrpack
# from C:\Users\xukai\Downloads\发票2\venv\Lib\site-packages\scipy\odr\__odrpack.cp311-win_amd64.pyd
# by generator 1.147
# no doc
# no imports

# functions

def 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): # real signature unknown; restored from __doc__
    """
    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 : The ODR class gathers all information and coordinates the running of the main fitting routine.
        Model : The Model class stores information about the function you wish to fit.
        Data : The data to fit.
        RealData : Data with weights as actual std. dev.s and/or covariances.
    
        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.
    """
    pass

def _set_exceptions(odr_error, odr_stop): # real signature unknown; restored from __doc__
    """
    _set_exceptions(odr_error, odr_stop)
    
        Internal function: set exception classes.
    """
    pass

# no classes
# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x000001607FB7EA90>'

__spec__ = None # (!) real value is "ModuleSpec(name='scipy.odr.__odrpack', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x000001607FB7EA90>, origin='C:\\\\Users\\\\xukai\\\\Downloads\\\\??\\\\venv\\\\Lib\\\\site-packages\\\\scipy\\\\odr\\\\__odrpack.cp311-win_amd64.pyd')"

