+
    /•üi¦  ã                   ó*   € R t ^RIHtHtHtHt . ROtR# )aî  
===================================================================
Elementwise Scalar Optimization (:mod:`scipy.optimize.elementwise`)
===================================================================

.. currentmodule:: scipy.optimize.elementwise

This module provides a collection of functions for root finding and
minimization of scalar, real-valued functions of one variable. Unlike their
counterparts in the base :mod:`scipy.optimize` namespace, these functions work
elementwise, enabling the solution of many related problems in an efficient,
vectorized call. Furthermore, when environment variable ``SCIPY_ARRAY_API=1``,
these functions can accept non-NumPy, array API standard compatible arrays and
perform all calculations using the corresponding array library (e.g. PyTorch,
JAX, CuPy).

Root finding
============

.. autosummary::
   :toctree: generated/

   find_root
   bracket_root

Minimization
============

.. autosummary::
   :toctree: generated/

   find_minimum
   bracket_minimum

)Ú	find_rootÚfind_minimumÚbracket_rootÚbracket_minimumN)Ú__doc__Ú_elementwiser   r   r   r   Ú__all__© ó    ÚX/var/www/html/photoedit/myenv/lib/python3.14/site-packages/scipy/optimize/elementwise.pyÚ<module>r      s   ðñ"÷F QÓ Pâ
J‚r
   