Listings for numpy
==================

numpy
-----

.. function:: numpy.arange
   :noindex:


   - defined by ``np_arange(start, /, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4927-4992 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4927-L4992>`_

.. function:: numpy.array
   :noindex:


   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5706-5718 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5706-L5718>`_

.. function:: numpy.asarray
   :noindex:


   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4312-4365 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4312-L4365>`_

.. function:: numpy.asarray_chkfinite
   :noindex:


   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4477-4499 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4477-L4499>`_

.. function:: numpy.ascontiguousarray
   :noindex:


   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:5182-5193 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5182-L5193>`_

.. function:: numpy.asfortranarray
   :noindex:


   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5196-5208 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5196-L5208>`_

.. function:: numpy.bartlett
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.blackman
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.broadcast_shapes
   :noindex:


   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1524-1562 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L1524-L1562>`_

.. function:: numpy.empty
   :noindex:


   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4455-4474 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4455-L4474>`_

.. function:: numpy.eye
   :noindex:


   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4647-4670 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4647-L4670>`_

.. function:: numpy.frombuffer
   :noindex:


   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>, count=-1, offset=0)`` at `numba/np/arrayobj.py:5381-5407 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5381-L5407>`_

.. function:: numpy.full
   :noindex:


   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4570-4584 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4570-L4584>`_

.. function:: numpy.hamming
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.hanning
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.identity
   :noindex:


   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4616-4629 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4616-L4629>`_

.. function:: numpy.indices
   :noindex:


   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4712-4737 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4712-L4737>`_

.. function:: numpy.isscalar
   :noindex:


   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1010-1016 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L1010-L1016>`_

.. function:: numpy.kaiser
   :noindex:


   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4725-4744 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4725-L4744>`_

.. function:: numpy.ones
   :noindex:


   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4601-4613 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4601-L4613>`_

.. function:: numpy.row_stack
   :noindex:


   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6328-6333 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L6328-L6333>`_

.. function:: numpy.trapz
   :noindex:


   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2225-2244 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L2225-L2244>`_

.. function:: numpy.tri
   :noindex:


   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1954-1965 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L1954-L1965>`_

.. function:: numpy.tril_indices
   :noindex:


   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2018-2029 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L2018-L2029>`_

.. function:: numpy.triu_indices
   :noindex:


   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2078-2089 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L2078-L2089>`_

.. function:: numpy.zeros
   :noindex:


   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4533-4541 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4533-L4541>`_

Not showing 42 unsupported functions.

supported = 26 / 68 = 38.24%


numpy.char
----------

This module is not supported.


numpy.core
----------

This module is not supported.


numpy.core.arrayprint
---------------------

This module is not supported.


numpy.core.defchararray
-----------------------

This module is not supported.


numpy.core.einsumfunc
---------------------

This module is not supported.


numpy.core.fromnumeric
----------------------

This module is not supported.


numpy.core.function_base
------------------------

This module is not supported.


numpy.core.getlimits
--------------------

This module is not supported.


numpy.core.multiarray
---------------------

This module is not supported.


numpy.core.numeric
------------------

This module is not supported.


numpy.core.numerictypes
-----------------------

This module is not supported.


numpy.core.overrides
--------------------

This module is not supported.


numpy.core.records
------------------

This module is not supported.


numpy.core.shape_base
---------------------

This module is not supported.


numpy.core.umath
----------------

This module is not supported.


numpy.ctypeslib
---------------

This module is not supported.


numpy.dtypes
------------

This module is not supported.


numpy.exceptions
----------------

This module is not supported.


numpy.f2py
----------

This module is not supported.


numpy.f2py.auxfuncs
-------------------

.. function:: numpy.f2py.auxfuncs.reduce
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 116 unsupported functions.

supported = 1 / 117 = 0.85%


numpy.f2py.capi_maps
--------------------

This module is not supported.


numpy.f2py.cb_rules
-------------------

This module is not supported.


numpy.f2py.cfuncs
-----------------

This module is not supported.


numpy.f2py.common_rules
-----------------------

This module is not supported.


numpy.f2py.crackfortran
-----------------------

This module is not supported.


numpy.f2py.diagnose
-------------------

This module is not supported.


numpy.f2py.f2py2e
-----------------

This module is not supported.


numpy.f2py.f90mod_rules
-----------------------

This module is not supported.


numpy.f2py.func2subr
--------------------

This module is not supported.


numpy.f2py.rules
----------------

This module is not supported.


numpy.f2py.symbolic
-------------------

.. function:: numpy.f2py.symbolic.gcd
   :noindex:


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 29 unsupported functions.

supported = 1 / 30 = 3.33%


numpy.f2py.use_rules
--------------------

This module is not supported.


numpy.fft
---------

This module is not supported.


numpy.fft.helper
----------------

This module is not supported.


numpy.lib
---------

This module is not supported.


numpy.lib.array_utils
---------------------

This module is not supported.


numpy.lib.format
----------------

This module is not supported.


numpy.lib.introspect
--------------------

This module is not supported.


numpy.lib.mixins
----------------

This module is not supported.


numpy.lib.npyio
---------------

This module is not supported.


numpy.lib.recfunctions
----------------------

This module is not supported.


numpy.lib.scimath
-----------------

This module is not supported.


numpy.lib.stride_tricks
-----------------------

.. function:: numpy.lib.stride_tricks.as_strided
   :noindex:


   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:6816-6842 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L6816-L6842>`_

Not showing 0 unsupported functions.

supported = 1 / 1 = 100.00%


numpy.lib.user_array
--------------------

This module is not supported.


numpy.linalg
------------

This module is not supported.


numpy.linalg.lapack_lite
------------------------

This module is not supported.


numpy.linalg.linalg
-------------------

This module is not supported.


numpy.ma
--------

This module is not supported.


numpy.ma.core
-------------

.. function:: numpy.ma.core.narray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5706-5718 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5706-L5718>`_

Not showing 84 unsupported functions.

supported = 1 / 85 = 1.18%


numpy.ma.extras
---------------

.. function:: numpy.ma.extras.nxarray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5706-5718 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5706-L5718>`_

Not showing 49 unsupported functions.

supported = 1 / 50 = 2.00%


numpy.ma.mrecords
-----------------

This module is not supported.


numpy.ma.testutils
------------------

This module is not supported.


numpy.matlib
------------

.. function:: numpy.matlib.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, /, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4927-4992 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4927-L4992>`_

.. function:: numpy.matlib.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5706-5718 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5706-L5718>`_

.. function:: numpy.matlib.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4312-4365 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4312-L4365>`_

.. function:: numpy.matlib.asarray_chkfinite
   :noindex:

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4477-4499 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4477-L4499>`_

.. function:: numpy.matlib.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:5182-5193 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5182-L5193>`_

.. function:: numpy.matlib.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:5196-5208 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5196-L5208>`_

.. function:: numpy.matlib.bartlett
   :noindex:

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.matlib.blackman
   :noindex:

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.matlib.broadcast_shapes
   :noindex:

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1524-1562 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L1524-L1562>`_

.. function:: numpy.matlib.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>, count=-1, offset=0)`` at `numba/np/arrayobj.py:5381-5407 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L5381-L5407>`_

.. function:: numpy.matlib.full
   :noindex:

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4570-4584 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4570-L4584>`_

.. function:: numpy.matlib.hamming
   :noindex:

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.matlib.hanning
   :noindex:

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4607-4619 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4607-L4619>`_

.. function:: numpy.matlib.indices
   :noindex:

   Alias to: ``numpy.indices``

   - defined by ``numpy_indices(dimensions)`` at `numba/np/arrayobj.py:4712-4737 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L4712-L4737>`_

.. function:: numpy.matlib.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1010-1016 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L1010-L1016>`_

.. function:: numpy.matlib.kaiser
   :noindex:

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4725-4744 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L4725-L4744>`_

.. function:: numpy.matlib.row_stack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6328-6333 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arrayobj.py#L6328-L6333>`_

.. function:: numpy.matlib.trapz
   :noindex:

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2225-2244 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L2225-L2244>`_

.. function:: numpy.matlib.tri
   :noindex:

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1954-1965 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L1954-L1965>`_

.. function:: numpy.matlib.tril_indices
   :noindex:

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2018-2029 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L2018-L2029>`_

.. function:: numpy.matlib.triu_indices
   :noindex:

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2078-2089 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L2078-L2089>`_

Not showing 50 unsupported functions.

supported = 21 / 71 = 29.58%


numpy.matrixlib
---------------

This module is not supported.


numpy.matrixlib.defmatrix
-------------------------

.. function:: numpy.matrixlib.defmatrix.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1010-1016 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/arraymath.py#L1010-L1016>`_

Not showing 3 unsupported functions.

supported = 1 / 4 = 25.00%


numpy.polynomial
----------------

This module is not supported.


numpy.polynomial.chebyshev
--------------------------

This module is not supported.


numpy.polynomial.hermite
------------------------

This module is not supported.


numpy.polynomial.hermite_e
--------------------------

This module is not supported.


numpy.polynomial.laguerre
-------------------------

This module is not supported.


numpy.polynomial.legendre
-------------------------

This module is not supported.


numpy.polynomial.polynomial
---------------------------

.. function:: numpy.polynomial.polynomial.polyadd
   :noindex:


   - defined by ``numpy_polyadd(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:186-208 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L186-L208>`_

.. function:: numpy.polynomial.polynomial.polydiv
   :noindex:


   - defined by ``numpy_polydiv(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:342-375 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L342-L375>`_

.. function:: numpy.polynomial.polynomial.polyint
   :noindex:


   - defined by ``poly_polyint(c, m=1)`` at `numba/np/polynomial/polynomial_functions.py:301-339 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L301-L339>`_

.. function:: numpy.polynomial.polynomial.polymul
   :noindex:


   - defined by ``numpy_polymul(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:236-251 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L236-L251>`_

.. function:: numpy.polynomial.polynomial.polysub
   :noindex:


   - defined by ``numpy_polysub(c1, c2)`` at `numba/np/polynomial/polynomial_functions.py:211-233 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L211-L233>`_

.. function:: numpy.polynomial.polynomial.polyval
   :noindex:


   - defined by ``poly_polyval(x, c, tensor=True)`` at `numba/np/polynomial/polynomial_functions.py:254-298 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L254-L298>`_

Not showing 18 unsupported functions.

supported = 6 / 24 = 25.00%


numpy.polynomial.polyutils
--------------------------

.. function:: numpy.polynomial.polyutils.as_series
   :noindex:


   - defined by ``polyutils_as_series(alist, trim=True)`` at `numba/np/polynomial/polynomial_functions.py:90-145 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L90-L145>`_

.. function:: numpy.polynomial.polyutils.trimseq
   :noindex:


   - defined by ``polyutils_trimseq(seq)`` at `numba/np/polynomial/polynomial_functions.py:64-87 <https://github.com/numba/numba/blob/7484a86bd9ce4d7dbc386da887f62a7bd54be597/numba/np/polynomial/polynomial_functions.py#L64-L87>`_

Not showing 7 unsupported functions.

supported = 2 / 9 = 22.22%


numpy.random
------------

This module is not supported.


numpy.random.bit_generator
--------------------------

This module is not supported.


numpy.random.mtrand
-------------------

This module is not supported.


numpy.rec
---------

This module is not supported.


numpy.strings
-------------

This module is not supported.


numpy.testing
-------------

This module is not supported.


numpy.testing.overrides
-----------------------

This module is not supported.


numpy.testing.print_coercion_tables
-----------------------------------

This module is not supported.


numpy.typing
------------

This module is not supported.


numpy.typing.mypy_plugin
------------------------

This module is not supported.


numpy.version
-------------

This module is not supported.


