cython_optimize.pxd 428 B

1234567891011
  1. # Public Cython API declarations
  2. #
  3. # See doc/source/dev/contributor/public_cython_api.rst for guidelines
  4. # The following cimport statement provides legacy ABI
  5. # support. Changing it causes an ABI forward-compatibility break
  6. # (gh-11793), so we currently leave it as is (no further cimport
  7. # statements should be used in this file).
  8. from .cython_optimize._zeros cimport (
  9. brentq, brenth, ridder, bisect, zeros_full_output)