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

numpy
-----

.. function:: numpy.all


   - defined by ``np_all(a)`` at `numba/np/arraymath.py:777-786 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L777-L786>`_

.. function:: numpy.amax


   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.amin


   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.angle


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

.. function:: numpy.any


   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.append


   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1709-L1732>`_

.. function:: numpy.arange


   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.argmax


   - defined by ``<class 'abc.Numpy_redirect_argmax'>``

.. function:: numpy.argmin


   - defined by ``<class 'abc.Numpy_redirect_argmin'>``

.. function:: numpy.argsort


   - defined by ``<class 'abc.Numpy_redirect_argsort'>``

.. function:: numpy.argwhere


   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2791-2823 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2791-L2823>`_

.. function:: numpy.around


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

.. function:: numpy.array


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

.. function:: numpy.array_equal


   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3429-3448 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3429-L3448>`_

.. function:: numpy.array_split


   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:4976-5034 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4976-L5034>`_

.. function:: numpy.asarray


   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.asarray_chkfinite


   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4181-4203 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4181-L4203>`_

.. function:: numpy.ascontiguousarray


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

.. function:: numpy.asfarray


   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4089-4101 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4089-L4101>`_

.. function:: numpy.asfortranarray


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

.. function:: numpy.atleast_1d


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

.. function:: numpy.atleast_2d


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

.. function:: numpy.atleast_3d


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

.. function:: numpy.bartlett


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.bincount


   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3461-3516 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3461-L3516>`_

.. function:: numpy.blackman


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.column_stack


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

.. function:: numpy.concatenate


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

.. function:: numpy.convolve


   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4010-4031 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4010-L4031>`_

.. function:: numpy.copy


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

.. function:: numpy.corrcoef


   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2754-2784 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2754-L2784>`_

.. function:: numpy.correlate


   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3962-4007 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3962-L4007>`_

.. function:: numpy.count_nonzero


   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3322-3336 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3322-L3336>`_

.. function:: numpy.cov


   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2695-2751 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2695-L2751>`_

.. function:: numpy.cross


   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4420-4442 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4420-L4442>`_

.. function:: numpy.cumprod


   - defined by ``<class 'abc.Numpy_redirect_cumprod'>``

.. function:: numpy.cumsum


   - defined by ``<class 'abc.Numpy_redirect_cumsum'>``

.. function:: numpy.delete


   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3343-3387 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3343-L3387>`_

.. function:: numpy.diag


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

.. function:: numpy.diff


   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.digitize


   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3584-3710 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3584-L3710>`_

.. function:: numpy.dot


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

.. function:: numpy.dstack


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

.. function:: numpy.ediff1d


   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1743-1798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1743-L1798>`_

.. function:: numpy.empty


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

.. function:: numpy.empty_like


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

.. function:: numpy.expand_dims


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

.. function:: numpy.extract


   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4104-4127 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4104-L4127>`_

.. function:: numpy.eye


   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:3688-3711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3688-L3711>`_

.. function:: numpy.fill_diagonal


   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2928-2958 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2928-L2958>`_

.. function:: numpy.flatnonzero


   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2826-2841 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2826-L2841>`_

.. function:: numpy.flip


   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4962-4973 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4962-L4973>`_

.. function:: numpy.fliplr


   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4900-4914 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4900-L4914>`_

.. function:: numpy.flipud


   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4917-4931 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4917-L4931>`_

.. function:: numpy.frombuffer


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

.. function:: numpy.full


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

.. function:: numpy.full_like


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

.. function:: numpy.hamming


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.hanning


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.histogram


   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3716-3796 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3716-L3796>`_

.. function:: numpy.hstack


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

.. function:: numpy.identity


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

.. function:: numpy.imag


   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3297-3302 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3297-L3302>`_

.. function:: numpy.interp


   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2446-2507 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2446-L2507>`_

.. function:: numpy.kaiser


   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4357-4376 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4357-L4376>`_

.. function:: numpy.kron


   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2710-2764 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2710-L2764>`_

.. function:: numpy.linspace


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

.. function:: numpy.max

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.mean


   - defined by ``<class 'abc.Numpy_redirect_mean'>``

.. function:: numpy.median


   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1256-1268 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1256-L1268>`_

.. function:: numpy.min

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.nancumprod


   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1001-1023 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1001-L1023>`_

.. function:: numpy.nancumsum


   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1026-1048 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1026-L1048>`_

.. function:: numpy.nanmax


   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:892-898 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L892-L898>`_

.. function:: numpy.nanmean


   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:901-918 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L901-L918>`_

.. function:: numpy.nanmedian


   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1440-1462 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1440-L1462>`_

.. function:: numpy.nanmin


   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:883-889 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L883-L889>`_

.. function:: numpy.nanpercentile


   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1419-1423 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1419-L1423>`_

.. function:: numpy.nanprod


   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:979-998 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L979-L998>`_

.. function:: numpy.nanquantile


   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1433-1437 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1433-L1437>`_

.. function:: numpy.nanstd


   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:946-954 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L946-L954>`_

.. function:: numpy.nansum


   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:957-976 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L957-L976>`_

.. function:: numpy.nanvar


   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:921-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L921-L943>`_

.. function:: numpy.nonzero


   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.ones


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

.. function:: numpy.ones_like


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

.. function:: numpy.outer


   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2633-2644 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2633-L2644>`_

.. function:: numpy.partition


   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1521-1543 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1521-L1543>`_

.. function:: numpy.percentile


   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1412-1416 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1412-L1416>`_

.. function:: numpy.prod


   - defined by ``<class 'abc.Numpy_redirect_prod'>``

.. function:: numpy.ptp


   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1110-1136 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1110-L1136>`_

.. function:: numpy.quantile


   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1426-1430 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1426-L1430>`_

.. function:: numpy.ravel


   - defined by ``<class 'abc.Numpy_redirect_ravel'>``

.. function:: numpy.real


   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3289-3294 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3289-L3294>`_

.. function:: numpy.repeat


   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1925-L1967>`_

.. function:: numpy.reshape


   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.roll


   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1933-1953 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1933-L1953>`_

.. function:: numpy.roots


   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/polynomial.py#L14-L59>`_

.. function:: numpy.round


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

.. function:: numpy.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.row_stack


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

.. function:: numpy.searchsorted


   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3549-3581 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3549-L3581>`_

.. function:: numpy.select


   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4130-4178 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4130-L4178>`_

.. function:: numpy.shape


   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1903-L1910>`_

.. function:: numpy.sinc


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

.. function:: numpy.sort


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

.. function:: numpy.split


   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:5037-5061 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L5037-L5061>`_

.. function:: numpy.stack


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

.. function:: numpy.std


   - defined by ``<class 'abc.Numpy_redirect_std'>``

.. function:: numpy.sum


   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.take


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

.. function:: numpy.trace


   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2567-2595 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2567-L2595>`_

.. function:: numpy.transpose


   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.trapz


   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1835-1854 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1835-L1854>`_

.. function:: numpy.tri


   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1562-1573 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1562-L1573>`_

.. function:: numpy.tril


   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1599-1623 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1599-L1623>`_

.. function:: numpy.tril_indices


   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1626-1637 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1626-L1637>`_

.. function:: numpy.tril_indices_from


   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1640-1651 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1640-L1651>`_

.. function:: numpy.triu


   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1660-1683 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1660-L1683>`_

.. function:: numpy.triu_indices


   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1686-1697 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1686-L1697>`_

.. function:: numpy.triu_indices_from


   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1700-1711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1700-L1711>`_

.. function:: numpy.unique


   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1915-L1922>`_

.. function:: numpy.vander


   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1893-1930 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1893-L1930>`_

.. function:: numpy.var


   - defined by ``<class 'abc.Numpy_redirect_var'>``

.. function:: numpy.vdot


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

.. function:: numpy.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.where


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

.. function:: numpy.zeros


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

.. function:: numpy.zeros_like


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

Not showing 190 unsupported functions.

supported = 129 / 319 = 40.44%


numpy.compat
------------

This module is not supported.


numpy.compat.py3k
-----------------

This module is not supported.


numpy.compat.setup
------------------

This module is not supported.


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

.. function:: numpy.core.all

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:777-786 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L777-L786>`_

.. function:: numpy.core.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.core.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.core.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.core.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.core.argmax

   Alias to: ``numpy.argmax``

   - defined by ``<class 'abc.Numpy_redirect_argmax'>``

.. function:: numpy.core.argmin

   Alias to: ``numpy.argmin``

   - defined by ``<class 'abc.Numpy_redirect_argmin'>``

.. function:: numpy.core.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'abc.Numpy_redirect_argsort'>``

.. function:: numpy.core.argwhere

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2791-2823 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2791-L2823>`_

.. function:: numpy.core.around

   Alias to: ``numpy.around``

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

.. function:: numpy.core.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.array_equal

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3429-3448 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3429-L3448>`_

.. function:: numpy.core.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.core.ascontiguousarray

   Alias to: ``numpy.ascontiguousarray``

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

.. function:: numpy.core.asfortranarray

   Alias to: ``numpy.asfortranarray``

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

.. function:: numpy.core.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

.. function:: numpy.core.atleast_2d

   Alias to: ``numpy.atleast_2d``

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

.. function:: numpy.core.atleast_3d

   Alias to: ``numpy.atleast_3d``

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

.. function:: numpy.core.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.core.convolve

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4010-4031 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4010-L4031>`_

.. function:: numpy.core.correlate

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3962-4007 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3962-L4007>`_

.. function:: numpy.core.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3322-3336 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3322-L3336>`_

.. function:: numpy.core.cross

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4420-4442 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4420-L4442>`_

.. function:: numpy.core.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'abc.Numpy_redirect_cumprod'>``

.. function:: numpy.core.cumsum

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'abc.Numpy_redirect_cumsum'>``

.. function:: numpy.core.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.core.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.core.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.core.flatnonzero

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2826-2841 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2826-L2841>`_

.. function:: numpy.core.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.core.full

   Alias to: ``numpy.full``

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

.. function:: numpy.core.full_like

   Alias to: ``numpy.full_like``

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

.. function:: numpy.core.hstack

   Alias to: ``numpy.hstack``

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

.. function:: numpy.core.identity

   Alias to: ``numpy.identity``

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

.. function:: numpy.core.linspace

   Alias to: ``numpy.linspace``

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

.. function:: numpy.core.max

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.core.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'abc.Numpy_redirect_mean'>``

.. function:: numpy.core.min

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.core.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.core.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.core.ones_like

   Alias to: ``numpy.ones_like``

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

.. function:: numpy.core.outer

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2633-2644 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2633-L2644>`_

.. function:: numpy.core.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1521-1543 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1521-L1543>`_

.. function:: numpy.core.prod

   Alias to: ``numpy.prod``

   - defined by ``<class 'abc.Numpy_redirect_prod'>``

.. function:: numpy.core.ptp

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1110-1136 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1110-L1136>`_

.. function:: numpy.core.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'abc.Numpy_redirect_ravel'>``

.. function:: numpy.core.repeat

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1925-L1967>`_

.. function:: numpy.core.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.core.roll

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1933-1953 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1933-L1953>`_

.. function:: numpy.core.round

   Alias to: ``numpy.round``

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

.. function:: numpy.core.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.core.searchsorted

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3549-3581 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3549-L3581>`_

.. function:: numpy.core.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1903-L1910>`_

.. function:: numpy.core.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.core.stack

   Alias to: ``numpy.stack``

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

.. function:: numpy.core.std

   Alias to: ``numpy.std``

   - defined by ``<class 'abc.Numpy_redirect_std'>``

.. function:: numpy.core.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.core.take

   Alias to: ``numpy.take``

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

.. function:: numpy.core.trace

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2567-2595 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2567-L2595>`_

.. function:: numpy.core.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.core.var

   Alias to: ``numpy.var``

   - defined by ``<class 'abc.Numpy_redirect_var'>``

.. function:: numpy.core.vdot

   Alias to: ``numpy.vdot``

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

.. function:: numpy.core.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.core.where

   Alias to: ``numpy.where``

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

.. function:: numpy.core.zeros

   Alias to: ``numpy.zeros``

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

.. function:: numpy.core.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 81 unsupported functions.

supported = 66 / 147 = 44.90%


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

.. function:: numpy.core.arrayprint.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.core.arrayprint.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.arrayprint.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.core.arrayprint.concatenate

   Alias to: ``numpy.concatenate``

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

Not showing 21 unsupported functions.

supported = 4 / 25 = 16.00%


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

.. function:: numpy.core.defchararray.narray

   Alias to: ``numpy.array``

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

Not showing 54 unsupported functions.

supported = 1 / 55 = 1.82%


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

This module is not supported.


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

.. function:: numpy.core.fromnumeric.all

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:777-786 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L777-L786>`_

.. function:: numpy.core.fromnumeric.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.core.fromnumeric.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.core.fromnumeric.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.core.fromnumeric.argmax

   Alias to: ``numpy.argmax``

   - defined by ``<class 'abc.Numpy_redirect_argmax'>``

.. function:: numpy.core.fromnumeric.argmin

   Alias to: ``numpy.argmin``

   - defined by ``<class 'abc.Numpy_redirect_argmin'>``

.. function:: numpy.core.fromnumeric.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'abc.Numpy_redirect_argsort'>``

.. function:: numpy.core.fromnumeric.around

   Alias to: ``numpy.around``

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

.. function:: numpy.core.fromnumeric.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.fromnumeric.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.core.fromnumeric.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.core.fromnumeric.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'abc.Numpy_redirect_cumprod'>``

.. function:: numpy.core.fromnumeric.cumsum

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'abc.Numpy_redirect_cumsum'>``

.. function:: numpy.core.fromnumeric.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'abc.Numpy_redirect_mean'>``

.. function:: numpy.core.fromnumeric.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.core.fromnumeric.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1521-1543 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1521-L1543>`_

.. function:: numpy.core.fromnumeric.prod

   Alias to: ``numpy.prod``

   - defined by ``<class 'abc.Numpy_redirect_prod'>``

.. function:: numpy.core.fromnumeric.ptp

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1110-1136 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1110-L1136>`_

.. function:: numpy.core.fromnumeric.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'abc.Numpy_redirect_ravel'>``

.. function:: numpy.core.fromnumeric.repeat

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1925-L1967>`_

.. function:: numpy.core.fromnumeric.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.core.fromnumeric.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.core.fromnumeric.searchsorted

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3549-3581 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3549-L3581>`_

.. function:: numpy.core.fromnumeric.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1903-L1910>`_

.. function:: numpy.core.fromnumeric.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.core.fromnumeric.std

   Alias to: ``numpy.std``

   - defined by ``<class 'abc.Numpy_redirect_std'>``

.. function:: numpy.core.fromnumeric.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.core.fromnumeric.take

   Alias to: ``numpy.take``

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

.. function:: numpy.core.fromnumeric.trace

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2567-2595 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2567-L2595>`_

.. function:: numpy.core.fromnumeric.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.core.fromnumeric.var

   Alias to: ``numpy.var``

   - defined by ``<class 'abc.Numpy_redirect_var'>``

Not showing 17 unsupported functions.

supported = 31 / 48 = 64.58%


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

.. function:: numpy.core.function_base.linspace

   Alias to: ``numpy.linspace``

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

Not showing 7 unsupported functions.

supported = 1 / 8 = 12.50%


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

.. function:: numpy.core.getlimits.array

   Alias to: ``numpy.array``

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

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


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

.. function:: numpy.core.machar.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


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

.. function:: numpy.core.multiarray.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.core.multiarray.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.multiarray.bincount

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3461-3516 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3461-L3516>`_

.. function:: numpy.core.multiarray.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.core.multiarray.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.core.multiarray.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.core.multiarray.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.core.multiarray.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.core.multiarray.vdot

   Alias to: ``numpy.vdot``

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

.. function:: numpy.core.multiarray.where

   Alias to: ``numpy.where``

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

.. function:: numpy.core.multiarray.zeros

   Alias to: ``numpy.zeros``

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

Not showing 45 unsupported functions.

supported = 11 / 56 = 19.64%


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

.. function:: numpy.core.numeric.all

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:777-786 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L777-L786>`_

.. function:: numpy.core.numeric.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.core.numeric.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.core.numeric.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.core.numeric.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.core.numeric.argmax

   Alias to: ``numpy.argmax``

   - defined by ``<class 'abc.Numpy_redirect_argmax'>``

.. function:: numpy.core.numeric.argmin

   Alias to: ``numpy.argmin``

   - defined by ``<class 'abc.Numpy_redirect_argmin'>``

.. function:: numpy.core.numeric.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'abc.Numpy_redirect_argsort'>``

.. function:: numpy.core.numeric.argwhere

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2791-2823 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2791-L2823>`_

.. function:: numpy.core.numeric.around

   Alias to: ``numpy.around``

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

.. function:: numpy.core.numeric.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.numeric.array_equal

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3429-3448 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3429-L3448>`_

.. function:: numpy.core.numeric.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.core.numeric.ascontiguousarray

   Alias to: ``numpy.ascontiguousarray``

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

.. function:: numpy.core.numeric.asfortranarray

   Alias to: ``numpy.asfortranarray``

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

.. function:: numpy.core.numeric.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.core.numeric.convolve

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4010-4031 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4010-L4031>`_

.. function:: numpy.core.numeric.correlate

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3962-4007 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3962-L4007>`_

.. function:: numpy.core.numeric.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3322-3336 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3322-L3336>`_

.. function:: numpy.core.numeric.cross

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4420-4442 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4420-L4442>`_

.. function:: numpy.core.numeric.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'abc.Numpy_redirect_cumprod'>``

.. function:: numpy.core.numeric.cumsum

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'abc.Numpy_redirect_cumsum'>``

.. function:: numpy.core.numeric.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.core.numeric.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.core.numeric.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.core.numeric.flatnonzero

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2826-2841 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2826-L2841>`_

.. function:: numpy.core.numeric.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.core.numeric.full

   Alias to: ``numpy.full``

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

.. function:: numpy.core.numeric.full_like

   Alias to: ``numpy.full_like``

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

.. function:: numpy.core.numeric.identity

   Alias to: ``numpy.identity``

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

.. function:: numpy.core.numeric.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'abc.Numpy_redirect_mean'>``

.. function:: numpy.core.numeric.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.core.numeric.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.core.numeric.ones_like

   Alias to: ``numpy.ones_like``

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

.. function:: numpy.core.numeric.outer

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2633-2644 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2633-L2644>`_

.. function:: numpy.core.numeric.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1521-1543 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1521-L1543>`_

.. function:: numpy.core.numeric.prod

   Alias to: ``numpy.prod``

   - defined by ``<class 'abc.Numpy_redirect_prod'>``

.. function:: numpy.core.numeric.ptp

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1110-1136 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1110-L1136>`_

.. function:: numpy.core.numeric.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'abc.Numpy_redirect_ravel'>``

.. function:: numpy.core.numeric.repeat

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1925-L1967>`_

.. function:: numpy.core.numeric.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.core.numeric.roll

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1933-1953 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1933-L1953>`_

.. function:: numpy.core.numeric.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.core.numeric.searchsorted

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3549-3581 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3549-L3581>`_

.. function:: numpy.core.numeric.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1903-L1910>`_

.. function:: numpy.core.numeric.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.core.numeric.std

   Alias to: ``numpy.std``

   - defined by ``<class 'abc.Numpy_redirect_std'>``

.. function:: numpy.core.numeric.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.core.numeric.take

   Alias to: ``numpy.take``

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

.. function:: numpy.core.numeric.trace

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2567-2595 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2567-L2595>`_

.. function:: numpy.core.numeric.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.core.numeric.var

   Alias to: ``numpy.var``

   - defined by ``<class 'abc.Numpy_redirect_var'>``

.. function:: numpy.core.numeric.vdot

   Alias to: ``numpy.vdot``

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

.. function:: numpy.core.numeric.where

   Alias to: ``numpy.where``

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

.. function:: numpy.core.numeric.zeros

   Alias to: ``numpy.zeros``

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

.. function:: numpy.core.numeric.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 80 unsupported functions.

supported = 56 / 136 = 41.18%


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

.. function:: numpy.core.numerictypes.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.numerictypes.empty

   Alias to: ``numpy.empty``

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

Not showing 18 unsupported functions.

supported = 2 / 20 = 10.00%


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.core.shape_base.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.shape_base.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

.. function:: numpy.core.shape_base.atleast_2d

   Alias to: ``numpy.atleast_2d``

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

.. function:: numpy.core.shape_base.atleast_3d

   Alias to: ``numpy.atleast_3d``

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

.. function:: numpy.core.shape_base.hstack

   Alias to: ``numpy.hstack``

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

.. function:: numpy.core.shape_base.stack

   Alias to: ``numpy.stack``

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

.. function:: numpy.core.shape_base.vstack

   Alias to: ``numpy.row_stack``

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

Not showing 3 unsupported functions.

supported = 7 / 10 = 70.00%


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

.. function:: numpy.core.umath.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.core.umath.array

   Alias to: ``numpy.array``

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

.. function:: numpy.core.umath.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.core.umath.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.core.umath.zeros

   Alias to: ``numpy.zeros``

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

Not showing 51 unsupported functions.

supported = 5 / 56 = 8.93%


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

This module is not supported.


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

.. function:: numpy.ctypeslib.array

   Alias to: ``numpy.array``

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

.. function:: numpy.ctypeslib.frombuffer

   Alias to: ``numpy.frombuffer``

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

Not showing 7 unsupported functions.

supported = 2 / 9 = 22.22%


numpy.distutils
---------------

This module is not supported.


numpy.distutils.ccompiler
-------------------------

This module is not supported.


numpy.distutils.command
-----------------------

This module is not supported.


numpy.distutils.command.autodist
--------------------------------

This module is not supported.


numpy.distutils.command.bdist_rpm
---------------------------------

This module is not supported.


numpy.distutils.command.build
-----------------------------

This module is not supported.


numpy.distutils.command.build_clib
----------------------------------

This module is not supported.


numpy.distutils.command.build_ext
---------------------------------

This module is not supported.


numpy.distutils.command.build_py
--------------------------------

This module is not supported.


numpy.distutils.command.build_scripts
-------------------------------------

This module is not supported.


numpy.distutils.command.build_src
---------------------------------

This module is not supported.


numpy.distutils.command.config
------------------------------

This module is not supported.


numpy.distutils.command.config_compiler
---------------------------------------

This module is not supported.


numpy.distutils.command.develop
-------------------------------

This module is not supported.


numpy.distutils.command.egg_info
--------------------------------

This module is not supported.


numpy.distutils.command.install
-------------------------------

This module is not supported.


numpy.distutils.command.install_clib
------------------------------------

This module is not supported.


numpy.distutils.command.install_data
------------------------------------

This module is not supported.


numpy.distutils.command.install_headers
---------------------------------------

This module is not supported.


numpy.distutils.command.sdist
-----------------------------

This module is not supported.


numpy.distutils.conv_template
-----------------------------

This module is not supported.


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

This module is not supported.


numpy.distutils.cpuinfo
-----------------------

This module is not supported.


numpy.distutils.exec_command
----------------------------

This module is not supported.


numpy.distutils.extension
-------------------------

This module is not supported.


numpy.distutils.fcompiler
-------------------------

This module is not supported.


numpy.distutils.fcompiler.absoft
--------------------------------

This module is not supported.


numpy.distutils.fcompiler.compaq
--------------------------------

This module is not supported.


numpy.distutils.fcompiler.environment
-------------------------------------

This module is not supported.


numpy.distutils.fcompiler.g95
-----------------------------

This module is not supported.


numpy.distutils.fcompiler.gnu
-----------------------------

This module is not supported.


numpy.distutils.fcompiler.hpux
------------------------------

This module is not supported.


numpy.distutils.fcompiler.ibm
-----------------------------

This module is not supported.


numpy.distutils.fcompiler.intel
-------------------------------

This module is not supported.


numpy.distutils.fcompiler.lahey
-------------------------------

This module is not supported.


numpy.distutils.fcompiler.mips
------------------------------

This module is not supported.


numpy.distutils.fcompiler.nag
-----------------------------

This module is not supported.


numpy.distutils.fcompiler.none
------------------------------

This module is not supported.


numpy.distutils.fcompiler.nv
----------------------------

This module is not supported.


numpy.distutils.fcompiler.pathf95
---------------------------------

This module is not supported.


numpy.distutils.fcompiler.pg
----------------------------

This module is not supported.


numpy.distutils.fcompiler.sun
-----------------------------

This module is not supported.


numpy.distutils.fcompiler.vast
------------------------------

This module is not supported.


numpy.distutils.from_template
-----------------------------

This module is not supported.


numpy.distutils.intelccompiler
------------------------------

This module is not supported.


numpy.distutils.lib2def
-----------------------

This module is not supported.


numpy.distutils.line_endings
----------------------------

This module is not supported.


numpy.distutils.log
-------------------

This module is not supported.


numpy.distutils.mingw32ccompiler
--------------------------------

This module is not supported.


numpy.distutils.misc_util
-------------------------

This module is not supported.


numpy.distutils.msvccompiler
----------------------------

This module is not supported.


numpy.distutils.npy_pkg_config
------------------------------

This module is not supported.


numpy.distutils.numpy_distribution
----------------------------------

This module is not supported.


numpy.distutils.pathccompiler
-----------------------------

This module is not supported.


numpy.distutils.setup
---------------------

This module is not supported.


numpy.distutils.system_info
---------------------------

.. function:: numpy.distutils.system_info.reduce


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

Not showing 16 unsupported functions.

supported = 1 / 17 = 5.88%


numpy.distutils.unixccompiler
-----------------------------

This module is not supported.


numpy.dual
----------

.. function:: numpy.dual.cholesky


   - defined by ``cho_impl(a)`` at `numba/np/linalg.py:901-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L901-L943>`_

.. function:: numpy.dual.det


   - defined by ``det_impl(a)`` at `numba/np/linalg.py:2018-2029 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2018-L2029>`_

.. function:: numpy.dual.eig


   - defined by ``eig_impl(a)`` at `numba/np/linalg.py:945-1058 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L945-L1058>`_

.. function:: numpy.dual.eigh


   - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1179-1226 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1179-L1226>`_

.. function:: numpy.dual.eigvals


   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1060-1177 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1060-L1177>`_

.. function:: numpy.dual.eigvalsh


   - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1228-1275 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1228-L1275>`_

.. function:: numpy.dual.inv


   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:833-870 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L833-L870>`_

.. function:: numpy.dual.lstsq


   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1583-1675 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1583-L1675>`_

.. function:: numpy.dual.norm


   - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2352-2358 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2352-L2358>`_

.. function:: numpy.dual.pinv


   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1759-1920 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1759-L1920>`_

.. function:: numpy.dual.solve


   - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1698-1756 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1698-L1756>`_

.. function:: numpy.dual.svd


   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1277-1340 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1277-L1340>`_

Not showing 10 unsupported functions.

supported = 12 / 22 = 54.55%


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

This module is not supported.


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

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

   Alias to: ``numpy.distutils.system_info.reduce``

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

Not showing 102 unsupported functions.

supported = 1 / 103 = 0.97%


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.f2py_testing
-----------------------

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.use_rules
--------------------

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.fft.helper.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.fft.helper.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.fft.helper.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.fft.helper.roll

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1933-1953 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1933-L1953>`_

Not showing 6 unsupported functions.

supported = 4 / 10 = 40.00%


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

This module is not supported.


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

.. function:: numpy.lib.angle

   Alias to: ``numpy.angle``

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

.. function:: numpy.lib.append

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1709-L1732>`_

.. function:: numpy.lib.array_split

   Alias to: ``numpy.array_split``

   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:4976-5034 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4976-L5034>`_

.. function:: numpy.lib.asarray_chkfinite

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4181-4203 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4181-L4203>`_

.. function:: numpy.lib.asfarray

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4089-4101 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4089-L4101>`_

.. function:: numpy.lib.bartlett

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.bincount

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3461-3516 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3461-L3516>`_

.. function:: numpy.lib.blackman

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.column_stack

   Alias to: ``numpy.column_stack``

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

.. function:: numpy.lib.copy

   Alias to: ``numpy.copy``

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

.. function:: numpy.lib.corrcoef

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2754-2784 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2754-L2784>`_

.. function:: numpy.lib.cov

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2695-2751 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2695-L2751>`_

.. function:: numpy.lib.delete

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3343-3387 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3343-L3387>`_

.. function:: numpy.lib.diag

   Alias to: ``numpy.diag``

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

.. function:: numpy.lib.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.lib.digitize

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3584-3710 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3584-L3710>`_

.. function:: numpy.lib.dstack

   Alias to: ``numpy.dstack``

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

.. function:: numpy.lib.ediff1d

   Alias to: ``numpy.ediff1d``

   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1743-1798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1743-L1798>`_

.. function:: numpy.lib.expand_dims

   Alias to: ``numpy.expand_dims``

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

.. function:: numpy.lib.extract

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4104-4127 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4104-L4127>`_

.. function:: numpy.lib.eye

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:3688-3711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3688-L3711>`_

.. function:: numpy.lib.fill_diagonal

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2928-2958 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2928-L2958>`_

.. function:: numpy.lib.flip

   Alias to: ``numpy.flip``

   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4962-4973 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4962-L4973>`_

.. function:: numpy.lib.fliplr

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4900-4914 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4900-L4914>`_

.. function:: numpy.lib.flipud

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4917-4931 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4917-L4931>`_

.. function:: numpy.lib.hamming

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.hanning

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.histogram

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3716-3796 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3716-L3796>`_

.. function:: numpy.lib.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3297-3302 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3297-L3302>`_

.. function:: numpy.lib.interp

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2446-2507 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2446-L2507>`_

.. function:: numpy.lib.kaiser

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4357-4376 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4357-L4376>`_

.. function:: numpy.lib.kron

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2710-2764 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2710-L2764>`_

.. function:: numpy.lib.median

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1256-1268 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1256-L1268>`_

.. function:: numpy.lib.nancumprod

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1001-1023 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1001-L1023>`_

.. function:: numpy.lib.nancumsum

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1026-1048 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1026-L1048>`_

.. function:: numpy.lib.nanmax

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:892-898 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L892-L898>`_

.. function:: numpy.lib.nanmean

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:901-918 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L901-L918>`_

.. function:: numpy.lib.nanmedian

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1440-1462 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1440-L1462>`_

.. function:: numpy.lib.nanmin

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:883-889 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L883-L889>`_

.. function:: numpy.lib.nanpercentile

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1419-1423 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1419-L1423>`_

.. function:: numpy.lib.nanprod

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:979-998 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L979-L998>`_

.. function:: numpy.lib.nanquantile

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1433-1437 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1433-L1437>`_

.. function:: numpy.lib.nanstd

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:946-954 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L946-L954>`_

.. function:: numpy.lib.nansum

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:957-976 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L957-L976>`_

.. function:: numpy.lib.nanvar

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:921-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L921-L943>`_

.. function:: numpy.lib.percentile

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1412-1416 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1412-L1416>`_

.. function:: numpy.lib.quantile

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1426-1430 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1426-L1430>`_

.. function:: numpy.lib.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3289-3294 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3289-L3294>`_

.. function:: numpy.lib.roots

   Alias to: ``numpy.roots``

   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/polynomial.py#L14-L59>`_

.. function:: numpy.lib.row_stack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.lib.select

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4130-4178 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4130-L4178>`_

.. function:: numpy.lib.sinc

   Alias to: ``numpy.sinc``

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

.. function:: numpy.lib.split

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:5037-5061 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L5037-L5061>`_

.. function:: numpy.lib.trapz

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1835-1854 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1835-L1854>`_

.. function:: numpy.lib.tri

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1562-1573 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1562-L1573>`_

.. function:: numpy.lib.tril

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1599-1623 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1599-L1623>`_

.. function:: numpy.lib.tril_indices

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1626-1637 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1626-L1637>`_

.. function:: numpy.lib.tril_indices_from

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1640-1651 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1640-L1651>`_

.. function:: numpy.lib.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1660-1683 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1660-L1683>`_

.. function:: numpy.lib.triu_indices

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1686-1697 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1686-L1697>`_

.. function:: numpy.lib.triu_indices_from

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1700-1711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1700-L1711>`_

.. function:: numpy.lib.unique

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1915-L1922>`_

.. function:: numpy.lib.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1893-1930 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1893-L1930>`_

Not showing 106 unsupported functions.

supported = 63 / 169 = 37.28%


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

This module is not supported.


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

.. function:: numpy.lib.arraysetops.ediff1d

   Alias to: ``numpy.ediff1d``

   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1743-1798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1743-L1798>`_

.. function:: numpy.lib.arraysetops.unique

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1915-L1922>`_

Not showing 6 unsupported functions.

supported = 2 / 8 = 25.00%


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

.. function:: numpy.lib.arrayterator.mul


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``unicode_repeat(a, b)`` at `numba/cpython/unicode.py:1748-1757 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/unicode.py#L1748-L1757>`_
   - defined by ``charseq_repeat(a, b)`` at `numba/cpython/charseq.py:399-416 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/charseq.py#L399-L416>`_
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.lib.arrayterator.reduce

   Alias to: ``numpy.distutils.system_info.reduce``

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

Not showing 0 unsupported functions.

supported = 2 / 2 = 100.00%


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

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.lib.function_base.angle

   Alias to: ``numpy.angle``

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

.. function:: numpy.lib.function_base.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.lib.function_base.append

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1709-L1732>`_

.. function:: numpy.lib.function_base.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.lib.function_base.around

   Alias to: ``numpy.around``

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

.. function:: numpy.lib.function_base.array

   Alias to: ``numpy.array``

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

.. function:: numpy.lib.function_base.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.lib.function_base.asarray_chkfinite

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4181-4203 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4181-L4203>`_

.. function:: numpy.lib.function_base.bartlett

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.function_base.bincount

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3461-3516 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3461-L3516>`_

.. function:: numpy.lib.function_base.blackman

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.function_base.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.lib.function_base.copy

   Alias to: ``numpy.copy``

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

.. function:: numpy.lib.function_base.corrcoef

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2754-2784 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2754-L2784>`_

.. function:: numpy.lib.function_base.cov

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2695-2751 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2695-L2751>`_

.. function:: numpy.lib.function_base.delete

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3343-3387 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3343-L3387>`_

.. function:: numpy.lib.function_base.diag

   Alias to: ``numpy.diag``

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

.. function:: numpy.lib.function_base.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.lib.function_base.digitize

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3584-3710 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3584-L3710>`_

.. function:: numpy.lib.function_base.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.lib.function_base.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.lib.function_base.extract

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4104-4127 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4104-L4127>`_

.. function:: numpy.lib.function_base.flip

   Alias to: ``numpy.flip``

   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4962-4973 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4962-L4973>`_

.. function:: numpy.lib.function_base.hamming

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.function_base.hanning

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.lib.function_base.histogram

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3716-3796 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3716-L3796>`_

.. function:: numpy.lib.function_base.interp

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2446-2507 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2446-L2507>`_

.. function:: numpy.lib.function_base.kaiser

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4357-4376 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4357-L4376>`_

.. function:: numpy.lib.function_base.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'abc.Numpy_redirect_mean'>``

.. function:: numpy.lib.function_base.median

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1256-1268 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1256-L1268>`_

.. function:: numpy.lib.function_base.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.lib.function_base.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.lib.function_base.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1521-1543 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1521-L1543>`_

.. function:: numpy.lib.function_base.percentile

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1412-1416 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1412-L1416>`_

.. function:: numpy.lib.function_base.quantile

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1426-1430 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1426-L1430>`_

.. function:: numpy.lib.function_base.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'abc.Numpy_redirect_ravel'>``

.. function:: numpy.lib.function_base.select

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4130-4178 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4130-L4178>`_

.. function:: numpy.lib.function_base.sinc

   Alias to: ``numpy.sinc``

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

.. function:: numpy.lib.function_base.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.lib.function_base.take

   Alias to: ``numpy.take``

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

.. function:: numpy.lib.function_base.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.lib.function_base.trapz

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1835-1854 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1835-L1854>`_

.. function:: numpy.lib.function_base.where

   Alias to: ``numpy.where``

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

.. function:: numpy.lib.function_base.zeros

   Alias to: ``numpy.zeros``

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

Not showing 25 unsupported functions.

supported = 44 / 69 = 63.77%


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

.. function:: numpy.lib.histograms.histogram

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3716-3796 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3716-L3796>`_

Not showing 2 unsupported functions.

supported = 1 / 3 = 33.33%


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

.. function:: numpy.lib.index_tricks.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.lib.index_tricks.array

   Alias to: ``numpy.array``

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

.. function:: numpy.lib.index_tricks.as_strided


   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:5197-5223 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L5197-L5223>`_

.. function:: numpy.lib.index_tricks.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.lib.index_tricks.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'abc.Numpy_redirect_cumprod'>``

.. function:: numpy.lib.index_tricks.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.lib.index_tricks.fill_diagonal

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2928-2958 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2928-L2958>`_

.. function:: numpy.lib.index_tricks.linspace

   Alias to: ``numpy.linspace``

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

Not showing 10 unsupported functions.

supported = 8 / 18 = 44.44%


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

This module is not supported.


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

.. function:: numpy.lib.nanfunctions.nancumprod

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1001-1023 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1001-L1023>`_

.. function:: numpy.lib.nanfunctions.nancumsum

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1026-1048 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1026-L1048>`_

.. function:: numpy.lib.nanfunctions.nanmax

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:892-898 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L892-L898>`_

.. function:: numpy.lib.nanfunctions.nanmean

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:901-918 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L901-L918>`_

.. function:: numpy.lib.nanfunctions.nanmedian

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1440-1462 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1440-L1462>`_

.. function:: numpy.lib.nanfunctions.nanmin

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:883-889 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L883-L889>`_

.. function:: numpy.lib.nanfunctions.nanpercentile

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1419-1423 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1419-L1423>`_

.. function:: numpy.lib.nanfunctions.nanprod

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:979-998 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L979-L998>`_

.. function:: numpy.lib.nanfunctions.nanquantile

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1433-1437 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1433-L1437>`_

.. function:: numpy.lib.nanfunctions.nanstd

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:946-954 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L946-L954>`_

.. function:: numpy.lib.nanfunctions.nansum

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:957-976 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L957-L976>`_

.. function:: numpy.lib.nanfunctions.nanvar

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:921-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L921-L943>`_

Not showing 2 unsupported functions.

supported = 12 / 14 = 85.71%


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

This module is not supported.


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

.. function:: numpy.lib.polynomial.array

   Alias to: ``numpy.array``

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

.. function:: numpy.lib.polynomial.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

.. function:: numpy.lib.polynomial.diag

   Alias to: ``numpy.diag``

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

.. function:: numpy.lib.polynomial.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.lib.polynomial.eigvals

   Alias to: ``numpy.dual.eigvals``

   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1060-1177 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1060-L1177>`_

.. function:: numpy.lib.polynomial.hstack

   Alias to: ``numpy.hstack``

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

.. function:: numpy.lib.polynomial.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3297-3302 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3297-L3302>`_

.. function:: numpy.lib.polynomial.inv

   Alias to: ``numpy.dual.inv``

   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:833-870 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L833-L870>`_

.. function:: numpy.lib.polynomial.lstsq

   Alias to: ``numpy.dual.lstsq``

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1583-1675 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1583-L1675>`_

.. function:: numpy.lib.polynomial.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.lib.polynomial.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3289-3294 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3289-L3294>`_

.. function:: numpy.lib.polynomial.roots

   Alias to: ``numpy.roots``

   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/polynomial.py#L14-L59>`_

.. function:: numpy.lib.polynomial.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1893-1930 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1893-L1930>`_

Not showing 14 unsupported functions.

supported = 13 / 27 = 48.15%


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

This module is not supported.


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

.. function:: numpy.lib.scimath.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.lib.scimath.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

Not showing 11 unsupported functions.

supported = 2 / 13 = 15.38%


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

This module is not supported.


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

.. function:: numpy.lib.shape_base.array

   Alias to: ``numpy.array``

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

.. function:: numpy.lib.shape_base.array_split

   Alias to: ``numpy.array_split``

   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:4976-5034 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4976-L5034>`_

.. function:: numpy.lib.shape_base.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.lib.shape_base.atleast_3d

   Alias to: ``numpy.atleast_3d``

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

.. function:: numpy.lib.shape_base.column_stack

   Alias to: ``numpy.column_stack``

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

.. function:: numpy.lib.shape_base.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.lib.shape_base.dstack

   Alias to: ``numpy.dstack``

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

.. function:: numpy.lib.shape_base.expand_dims

   Alias to: ``numpy.expand_dims``

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

.. function:: numpy.lib.shape_base.kron

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2710-2764 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2710-L2764>`_

.. function:: numpy.lib.shape_base.outer

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2633-2644 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2633-L2644>`_

.. function:: numpy.lib.shape_base.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.lib.shape_base.row_stack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.lib.shape_base.split

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:5037-5061 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L5037-L5061>`_

.. function:: numpy.lib.shape_base.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.lib.shape_base.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.lib.shape_base.zeros

   Alias to: ``numpy.zeros``

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

Not showing 13 unsupported functions.

supported = 16 / 29 = 55.17%


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

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

   Alias to: ``numpy.lib.index_tricks.as_strided``

   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:5197-5223 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L5197-L5223>`_

Not showing 3 unsupported functions.

supported = 1 / 4 = 25.00%


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

.. function:: numpy.lib.twodim_base.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.lib.twodim_base.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.lib.twodim_base.diag

   Alias to: ``numpy.diag``

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

.. function:: numpy.lib.twodim_base.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.lib.twodim_base.eye

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:3688-3711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3688-L3711>`_

.. function:: numpy.lib.twodim_base.fliplr

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4900-4914 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4900-L4914>`_

.. function:: numpy.lib.twodim_base.flipud

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4917-4931 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4917-L4931>`_

.. function:: numpy.lib.twodim_base.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.lib.twodim_base.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.lib.twodim_base.tri

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1562-1573 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1562-L1573>`_

.. function:: numpy.lib.twodim_base.tril

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1599-1623 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1599-L1623>`_

.. function:: numpy.lib.twodim_base.tril_indices

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1626-1637 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1626-L1637>`_

.. function:: numpy.lib.twodim_base.tril_indices_from

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1640-1651 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1640-L1651>`_

.. function:: numpy.lib.twodim_base.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1660-1683 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1660-L1683>`_

.. function:: numpy.lib.twodim_base.triu_indices

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1686-1697 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1686-L1697>`_

.. function:: numpy.lib.twodim_base.triu_indices_from

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1700-1711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1700-L1711>`_

.. function:: numpy.lib.twodim_base.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1893-1930 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1893-L1930>`_

.. function:: numpy.lib.twodim_base.where

   Alias to: ``numpy.where``

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

.. function:: numpy.lib.twodim_base.zeros

   Alias to: ``numpy.zeros``

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

Not showing 7 unsupported functions.

supported = 19 / 26 = 73.08%


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

.. function:: numpy.lib.type_check.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.lib.type_check.asfarray

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4089-4101 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4089-L4101>`_

.. function:: numpy.lib.type_check.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3297-3302 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3297-L3302>`_

.. function:: numpy.lib.type_check.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3289-3294 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3289-L3294>`_

.. function:: numpy.lib.type_check.zeros

   Alias to: ``numpy.zeros``

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

Not showing 14 unsupported functions.

supported = 5 / 19 = 26.32%


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

This module is not supported.


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

.. function:: numpy.lib.user_array.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.lib.user_array.array

   Alias to: ``numpy.array``

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

.. function:: numpy.lib.user_array.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.lib.user_array.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.lib.user_array.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1903-L1910>`_

.. function:: numpy.lib.user_array.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

Not showing 0 unsupported functions.

supported = 6 / 6 = 100.00%


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

.. function:: numpy.lib.utils.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

Not showing 15 unsupported functions.

supported = 1 / 16 = 6.25%


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

.. function:: numpy.linalg.cholesky

   Alias to: ``numpy.dual.cholesky``

   - defined by ``cho_impl(a)`` at `numba/np/linalg.py:901-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L901-L943>`_

.. function:: numpy.linalg.cond


   - defined by ``cond_impl(a, p=None)`` at `numba/np/linalg.py:2361-2403 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2361-L2403>`_

.. function:: numpy.linalg.det

   Alias to: ``numpy.dual.det``

   - defined by ``det_impl(a)`` at `numba/np/linalg.py:2018-2029 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2018-L2029>`_

.. function:: numpy.linalg.eig

   Alias to: ``numpy.dual.eig``

   - defined by ``eig_impl(a)`` at `numba/np/linalg.py:945-1058 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L945-L1058>`_

.. function:: numpy.linalg.eigh

   Alias to: ``numpy.dual.eigh``

   - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1179-1226 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1179-L1226>`_

.. function:: numpy.linalg.eigvals

   Alias to: ``numpy.dual.eigvals``

   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1060-1177 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1060-L1177>`_

.. function:: numpy.linalg.eigvalsh

   Alias to: ``numpy.dual.eigvalsh``

   - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1228-1275 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1228-L1275>`_

.. function:: numpy.linalg.inv

   Alias to: ``numpy.dual.inv``

   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:833-870 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L833-L870>`_

.. function:: numpy.linalg.lstsq

   Alias to: ``numpy.dual.lstsq``

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1583-1675 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1583-L1675>`_

.. function:: numpy.linalg.matrix_power


   - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2486-2562 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2486-L2562>`_

.. function:: numpy.linalg.matrix_rank


   - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/np/linalg.py:2420-2483 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2420-L2483>`_

.. function:: numpy.linalg.norm

   Alias to: ``numpy.dual.norm``

   - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2352-2358 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2352-L2358>`_

.. function:: numpy.linalg.pinv

   Alias to: ``numpy.dual.pinv``

   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1759-1920 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1759-L1920>`_

.. function:: numpy.linalg.qr


   - defined by ``qr_impl(a)`` at `numba/np/linalg.py:1343-1417 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1343-L1417>`_

.. function:: numpy.linalg.slogdet


   - defined by ``slogdet_impl(a)`` at `numba/np/linalg.py:1959-2015 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1959-L2015>`_

.. function:: numpy.linalg.solve

   Alias to: ``numpy.dual.solve``

   - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1698-1756 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1698-L1756>`_

.. function:: numpy.linalg.svd

   Alias to: ``numpy.dual.svd``

   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1277-1340 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1277-L1340>`_

Not showing 3 unsupported functions.

supported = 17 / 20 = 85.00%


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

This module is not supported.


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

.. function:: numpy.linalg.linalg.all

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:777-786 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L777-L786>`_

.. function:: numpy.linalg.linalg.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.linalg.linalg.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.linalg.linalg.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'abc.Numpy_redirect_argsort'>``

.. function:: numpy.linalg.linalg.array

   Alias to: ``numpy.array``

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

.. function:: numpy.linalg.linalg.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.linalg.linalg.atleast_2d

   Alias to: ``numpy.atleast_2d``

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

.. function:: numpy.linalg.linalg.cholesky

   Alias to: ``numpy.dual.cholesky``

   - defined by ``cho_impl(a)`` at `numba/np/linalg.py:901-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L901-L943>`_

.. function:: numpy.linalg.linalg.cond

   Alias to: ``numpy.linalg.cond``

   - defined by ``cond_impl(a, p=None)`` at `numba/np/linalg.py:2361-2403 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2361-L2403>`_

.. function:: numpy.linalg.linalg.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3322-3336 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3322-L3336>`_

.. function:: numpy.linalg.linalg.det

   Alias to: ``numpy.dual.det``

   - defined by ``det_impl(a)`` at `numba/np/linalg.py:2018-2029 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2018-L2029>`_

.. function:: numpy.linalg.linalg.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.linalg.linalg.eig

   Alias to: ``numpy.dual.eig``

   - defined by ``eig_impl(a)`` at `numba/np/linalg.py:945-1058 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L945-L1058>`_

.. function:: numpy.linalg.linalg.eigh

   Alias to: ``numpy.dual.eigh``

   - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1179-1226 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1179-L1226>`_

.. function:: numpy.linalg.linalg.eigvals

   Alias to: ``numpy.dual.eigvals``

   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1060-1177 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1060-L1177>`_

.. function:: numpy.linalg.linalg.eigvalsh

   Alias to: ``numpy.dual.eigvalsh``

   - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1228-1275 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1228-L1275>`_

.. function:: numpy.linalg.linalg.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.linalg.linalg.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.linalg.linalg.eye

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:3688-3711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3688-L3711>`_

.. function:: numpy.linalg.linalg.inv

   Alias to: ``numpy.dual.inv``

   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:833-870 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L833-L870>`_

.. function:: numpy.linalg.linalg.lstsq

   Alias to: ``numpy.dual.lstsq``

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1583-1675 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1583-L1675>`_

.. function:: numpy.linalg.linalg.matrix_power

   Alias to: ``numpy.linalg.matrix_power``

   - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2486-2562 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2486-L2562>`_

.. function:: numpy.linalg.linalg.matrix_rank

   Alias to: ``numpy.linalg.matrix_rank``

   - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/np/linalg.py:2420-2483 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2420-L2483>`_

.. function:: numpy.linalg.linalg.norm

   Alias to: ``numpy.dual.norm``

   - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2352-2358 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2352-L2358>`_

.. function:: numpy.linalg.linalg.pinv

   Alias to: ``numpy.dual.pinv``

   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1759-1920 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1759-L1920>`_

.. function:: numpy.linalg.linalg.qr

   Alias to: ``numpy.linalg.qr``

   - defined by ``qr_impl(a)`` at `numba/np/linalg.py:1343-1417 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1343-L1417>`_

.. function:: numpy.linalg.linalg.slogdet

   Alias to: ``numpy.linalg.slogdet``

   - defined by ``slogdet_impl(a)`` at `numba/np/linalg.py:1959-2015 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1959-L2015>`_

.. function:: numpy.linalg.linalg.solve

   Alias to: ``numpy.dual.solve``

   - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1698-1756 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1698-L1756>`_

.. function:: numpy.linalg.linalg.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.linalg.linalg.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.linalg.linalg.svd

   Alias to: ``numpy.dual.svd``

   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1277-1340 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L1277-L1340>`_

.. function:: numpy.linalg.linalg.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1660-1683 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1660-L1683>`_

.. function:: numpy.linalg.linalg.zeros

   Alias to: ``numpy.zeros``

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

Not showing 14 unsupported functions.

supported = 33 / 47 = 70.21%


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

This module is not supported.


numpy.ma
--------

.. function:: numpy.ma.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.ma.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.ma.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.ma.expand_dims

   Alias to: ``numpy.expand_dims``

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

Not showing 106 unsupported functions.

supported = 4 / 110 = 3.64%


numpy.ma.bench
--------------

This module is not supported.


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

.. function:: numpy.ma.core.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.ma.core.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.ma.core.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.ma.core.expand_dims

   Alias to: ``numpy.expand_dims``

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

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

   Alias to: ``numpy.array``

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

.. function:: numpy.ma.core.ones_like

   Alias to: ``numpy.ones_like``

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

.. function:: numpy.ma.core.reduce

   Alias to: ``numpy.distutils.system_info.reduce``

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

.. function:: numpy.ma.core.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 87 unsupported functions.

supported = 8 / 95 = 8.42%


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

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

   Alias to: ``numpy.array``

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

Not showing 48 unsupported functions.

supported = 1 / 49 = 2.04%


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

.. function:: numpy.ma.mrecords.narray

   Alias to: ``numpy.array``

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

Not showing 10 unsupported functions.

supported = 1 / 11 = 9.09%


numpy.ma.setup
--------------

This module is not supported.


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

This module is not supported.


numpy.ma.timer_comparison
-------------------------

.. function:: numpy.ma.timer_comparison.reduce

   Alias to: ``numpy.distutils.system_info.reduce``

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

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


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

.. function:: numpy.matlib.all

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:777-786 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L777-L786>`_

.. function:: numpy.matlib.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'abc.Numpy_redirect_max'>``

.. function:: numpy.matlib.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'abc.Numpy_redirect_min'>``

.. function:: numpy.matlib.angle

   Alias to: ``numpy.angle``

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

.. function:: numpy.matlib.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:789-798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L789-L798>`_

.. function:: numpy.matlib.append

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1709-L1732>`_

.. function:: numpy.matlib.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3849-3915 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L3849-L3915>`_

.. function:: numpy.matlib.argmax

   Alias to: ``numpy.argmax``

   - defined by ``<class 'abc.Numpy_redirect_argmax'>``

.. function:: numpy.matlib.argmin

   Alias to: ``numpy.argmin``

   - defined by ``<class 'abc.Numpy_redirect_argmin'>``

.. function:: numpy.matlib.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'abc.Numpy_redirect_argsort'>``

.. function:: numpy.matlib.argwhere

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2791-2823 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2791-L2823>`_

.. function:: numpy.matlib.around

   Alias to: ``numpy.around``

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

.. function:: numpy.matlib.array

   Alias to: ``numpy.array``

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

.. function:: numpy.matlib.array_equal

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3429-3448 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3429-L3448>`_

.. function:: numpy.matlib.array_split

   Alias to: ``numpy.array_split``

   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:4976-5034 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4976-L5034>`_

.. function:: numpy.matlib.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4034-4086 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4034-L4086>`_

.. function:: numpy.matlib.asarray_chkfinite

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4181-4203 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4181-L4203>`_

.. function:: numpy.matlib.ascontiguousarray

   Alias to: ``numpy.ascontiguousarray``

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

.. function:: numpy.matlib.asfarray

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4089-4101 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4089-L4101>`_

.. function:: numpy.matlib.asfortranarray

   Alias to: ``numpy.asfortranarray``

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

.. function:: numpy.matlib.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

.. function:: numpy.matlib.atleast_2d

   Alias to: ``numpy.atleast_2d``

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

.. function:: numpy.matlib.atleast_3d

   Alias to: ``numpy.atleast_3d``

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

.. function:: numpy.matlib.bartlett

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.matlib.bincount

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3461-3516 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3461-L3516>`_

.. function:: numpy.matlib.blackman

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.matlib.column_stack

   Alias to: ``numpy.column_stack``

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

.. function:: numpy.matlib.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.matlib.convolve

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4010-4031 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4010-L4031>`_

.. function:: numpy.matlib.copy

   Alias to: ``numpy.copy``

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

.. function:: numpy.matlib.corrcoef

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2754-2784 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2754-L2784>`_

.. function:: numpy.matlib.correlate

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3962-4007 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3962-L4007>`_

.. function:: numpy.matlib.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3322-3336 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3322-L3336>`_

.. function:: numpy.matlib.cov

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2695-2751 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2695-L2751>`_

.. function:: numpy.matlib.cross

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4420-4442 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4420-L4442>`_

.. function:: numpy.matlib.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'abc.Numpy_redirect_cumprod'>``

.. function:: numpy.matlib.cumsum

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'abc.Numpy_redirect_cumsum'>``

.. function:: numpy.matlib.delete

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3343-3387 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3343-L3387>`_

.. function:: numpy.matlib.diag

   Alias to: ``numpy.diag``

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

.. function:: numpy.matlib.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3390-3426 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3390-L3426>`_

.. function:: numpy.matlib.digitize

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3584-3710 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3584-L3710>`_

.. function:: numpy.matlib.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.matlib.dstack

   Alias to: ``numpy.dstack``

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

.. function:: numpy.matlib.ediff1d

   Alias to: ``numpy.ediff1d``

   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1743-1798 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1743-L1798>`_

.. function:: numpy.matlib.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.matlib.expand_dims

   Alias to: ``numpy.expand_dims``

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

.. function:: numpy.matlib.extract

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4104-4127 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4104-L4127>`_

.. function:: numpy.matlib.fill_diagonal

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2928-2958 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2928-L2958>`_

.. function:: numpy.matlib.flatnonzero

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2826-2841 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2826-L2841>`_

.. function:: numpy.matlib.flip

   Alias to: ``numpy.flip``

   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4962-4973 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4962-L4973>`_

.. function:: numpy.matlib.fliplr

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4900-4914 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4900-L4914>`_

.. function:: numpy.matlib.flipud

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4917-4931 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L4917-L4931>`_

.. function:: numpy.matlib.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.matlib.full

   Alias to: ``numpy.full``

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

.. function:: numpy.matlib.full_like

   Alias to: ``numpy.full_like``

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

.. function:: numpy.matlib.hamming

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.matlib.hanning

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4239-4251 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4239-L4251>`_

.. function:: numpy.matlib.histogram

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3716-3796 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3716-L3796>`_

.. function:: numpy.matlib.hstack

   Alias to: ``numpy.hstack``

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

.. function:: numpy.matlib.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3297-3302 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3297-L3302>`_

.. function:: numpy.matlib.interp

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2446-2507 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L2446-L2507>`_

.. function:: numpy.matlib.kaiser

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4357-4376 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4357-L4376>`_

.. function:: numpy.matlib.kron

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2710-2764 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2710-L2764>`_

.. function:: numpy.matlib.linspace

   Alias to: ``numpy.linspace``

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

.. function:: numpy.matlib.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'abc.Numpy_redirect_mean'>``

.. function:: numpy.matlib.median

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1256-1268 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1256-L1268>`_

.. function:: numpy.matlib.nancumprod

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1001-1023 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1001-L1023>`_

.. function:: numpy.matlib.nancumsum

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1026-1048 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1026-L1048>`_

.. function:: numpy.matlib.nanmax

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:892-898 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L892-L898>`_

.. function:: numpy.matlib.nanmean

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:901-918 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L901-L918>`_

.. function:: numpy.matlib.nanmedian

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1440-1462 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1440-L1462>`_

.. function:: numpy.matlib.nanmin

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:883-889 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L883-L889>`_

.. function:: numpy.matlib.nanpercentile

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1419-1423 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1419-L1423>`_

.. function:: numpy.matlib.nanprod

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:979-998 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L979-L998>`_

.. function:: numpy.matlib.nanquantile

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1433-1437 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1433-L1437>`_

.. function:: numpy.matlib.nanstd

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:946-954 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L946-L954>`_

.. function:: numpy.matlib.nansum

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:957-976 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L957-L976>`_

.. function:: numpy.matlib.nanvar

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:921-943 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L921-L943>`_

.. function:: numpy.matlib.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'abc.Numpy_redirect_nonzero'>``

.. function:: numpy.matlib.ones_like

   Alias to: ``numpy.ones_like``

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

.. function:: numpy.matlib.outer

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2633-2644 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2633-L2644>`_

.. function:: numpy.matlib.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1521-1543 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1521-L1543>`_

.. function:: numpy.matlib.percentile

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1412-1416 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1412-L1416>`_

.. function:: numpy.matlib.prod

   Alias to: ``numpy.prod``

   - defined by ``<class 'abc.Numpy_redirect_prod'>``

.. function:: numpy.matlib.ptp

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1110-1136 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1110-L1136>`_

.. function:: numpy.matlib.quantile

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1426-1430 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1426-L1430>`_

.. function:: numpy.matlib.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'abc.Numpy_redirect_ravel'>``

.. function:: numpy.matlib.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3289-3294 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3289-L3294>`_

.. function:: numpy.matlib.repeat

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1925-L1967>`_

.. function:: numpy.matlib.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1702-L1706>`_

.. function:: numpy.matlib.roll

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1933-1953 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1933-L1953>`_

.. function:: numpy.matlib.roots

   Alias to: ``numpy.roots``

   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/polynomial.py#L14-L59>`_

.. function:: numpy.matlib.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.matlib.row_stack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.matlib.searchsorted

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3549-3581 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L3549-L3581>`_

.. function:: numpy.matlib.select

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4130-4178 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L4130-L4178>`_

.. function:: numpy.matlib.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1903-L1910>`_

.. function:: numpy.matlib.sinc

   Alias to: ``numpy.sinc``

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

.. function:: numpy.matlib.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.matlib.split

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:5037-5061 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L5037-L5061>`_

.. function:: numpy.matlib.stack

   Alias to: ``numpy.stack``

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

.. function:: numpy.matlib.std

   Alias to: ``numpy.std``

   - defined by ``<class 'abc.Numpy_redirect_std'>``

.. function:: numpy.matlib.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'abc.Numpy_redirect_sum'>``

.. function:: numpy.matlib.take

   Alias to: ``numpy.take``

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

.. function:: numpy.matlib.trace

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2567-2595 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2567-L2595>`_

.. function:: numpy.matlib.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1530-L1542>`_

.. function:: numpy.matlib.trapz

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1835-1854 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1835-L1854>`_

.. function:: numpy.matlib.tri

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1562-1573 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1562-L1573>`_

.. function:: numpy.matlib.tril

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1599-1623 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1599-L1623>`_

.. function:: numpy.matlib.tril_indices

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1626-1637 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1626-L1637>`_

.. function:: numpy.matlib.tril_indices_from

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1640-1651 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1640-L1651>`_

.. function:: numpy.matlib.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1660-1683 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1660-L1683>`_

.. function:: numpy.matlib.triu_indices

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1686-1697 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1686-L1697>`_

.. function:: numpy.matlib.triu_indices_from

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1700-1711 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1700-L1711>`_

.. function:: numpy.matlib.unique

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arrayobj.py#L1915-L1922>`_

.. function:: numpy.matlib.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1893-1930 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/arraymath.py#L1893-L1930>`_

.. function:: numpy.matlib.var

   Alias to: ``numpy.var``

   - defined by ``<class 'abc.Numpy_redirect_var'>``

.. function:: numpy.matlib.vdot

   Alias to: ``numpy.vdot``

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

.. function:: numpy.matlib.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.matlib.where

   Alias to: ``numpy.where``

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

.. function:: numpy.matlib.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 198 unsupported functions.

supported = 121 / 319 = 37.93%


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

This module is not supported.


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

.. function:: numpy.matrixlib.defmatrix.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.matrixlib.defmatrix.matrix_power

   Alias to: ``numpy.linalg.matrix_power``

   - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2486-2562 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/np/linalg.py#L2486-L2562>`_

Not showing 5 unsupported functions.

supported = 2 / 7 = 28.57%


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

This module is not supported.


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
---------------------------

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.random.beta


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

.. function:: numpy.random.binomial


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

.. function:: numpy.random.chisquare


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

.. function:: numpy.random.choice


   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1346-1427 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1346-L1427>`_

.. function:: numpy.random.exponential


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

.. function:: numpy.random.f


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

.. function:: numpy.random.gamma


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

.. function:: numpy.random.geometric


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

.. function:: numpy.random.gumbel


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

.. function:: numpy.random.hypergeometric


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

.. function:: numpy.random.laplace


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

.. function:: numpy.random.logistic


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

.. function:: numpy.random.lognormal


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

.. function:: numpy.random.logseries


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

.. function:: numpy.random.multinomial


   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:1433-1508 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1433-L1508>`_

.. function:: numpy.random.negative_binomial


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

.. function:: numpy.random.normal


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

.. function:: numpy.random.pareto


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

.. function:: numpy.random.permutation


   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1231-1245 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1231-L1245>`_

.. function:: numpy.random.poisson


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

.. function:: numpy.random.power


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

.. function:: numpy.random.rand


   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1314-1326 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1314-L1326>`_

.. function:: numpy.random.randint


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

.. function:: numpy.random.randn


   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1328-1340 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1328-L1340>`_

.. function:: numpy.random.random


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

.. function:: numpy.random.random_sample


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

.. function:: numpy.random.ranf


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

.. function:: numpy.random.rayleigh


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

.. function:: numpy.random.sample


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

.. function:: numpy.random.seed


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

.. function:: numpy.random.shuffle


   - defined by ``shuffle_impl(arr)`` at `numba/cpython/randomimpl.py:1227-1229 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1227-L1229>`_

.. function:: numpy.random.standard_cauchy


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

.. function:: numpy.random.standard_exponential


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

.. function:: numpy.random.standard_gamma


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

.. function:: numpy.random.standard_normal


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

.. function:: numpy.random.standard_t


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

.. function:: numpy.random.triangular


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

.. function:: numpy.random.uniform


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

.. function:: numpy.random.vonmises


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

.. function:: numpy.random.wald


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

.. function:: numpy.random.weibull


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

.. function:: numpy.random.zipf


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

Not showing 9 unsupported functions.

supported = 42 / 51 = 82.35%


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

This module is not supported.


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

.. function:: numpy.random.mtrand.beta

   Alias to: ``numpy.random.beta``

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

.. function:: numpy.random.mtrand.binomial

   Alias to: ``numpy.random.binomial``

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

.. function:: numpy.random.mtrand.chisquare

   Alias to: ``numpy.random.chisquare``

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

.. function:: numpy.random.mtrand.choice

   Alias to: ``numpy.random.choice``

   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1346-1427 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1346-L1427>`_

.. function:: numpy.random.mtrand.exponential

   Alias to: ``numpy.random.exponential``

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

.. function:: numpy.random.mtrand.f

   Alias to: ``numpy.random.f``

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

.. function:: numpy.random.mtrand.gamma

   Alias to: ``numpy.random.gamma``

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

.. function:: numpy.random.mtrand.geometric

   Alias to: ``numpy.random.geometric``

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

.. function:: numpy.random.mtrand.gumbel

   Alias to: ``numpy.random.gumbel``

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

.. function:: numpy.random.mtrand.hypergeometric

   Alias to: ``numpy.random.hypergeometric``

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

.. function:: numpy.random.mtrand.laplace

   Alias to: ``numpy.random.laplace``

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

.. function:: numpy.random.mtrand.logistic

   Alias to: ``numpy.random.logistic``

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

.. function:: numpy.random.mtrand.lognormal

   Alias to: ``numpy.random.lognormal``

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

.. function:: numpy.random.mtrand.logseries

   Alias to: ``numpy.random.logseries``

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

.. function:: numpy.random.mtrand.multinomial

   Alias to: ``numpy.random.multinomial``

   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:1433-1508 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1433-L1508>`_

.. function:: numpy.random.mtrand.negative_binomial

   Alias to: ``numpy.random.negative_binomial``

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

.. function:: numpy.random.mtrand.normal

   Alias to: ``numpy.random.normal``

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

.. function:: numpy.random.mtrand.pareto

   Alias to: ``numpy.random.pareto``

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

.. function:: numpy.random.mtrand.permutation

   Alias to: ``numpy.random.permutation``

   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1231-1245 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1231-L1245>`_

.. function:: numpy.random.mtrand.poisson

   Alias to: ``numpy.random.poisson``

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

.. function:: numpy.random.mtrand.power

   Alias to: ``numpy.random.power``

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

.. function:: numpy.random.mtrand.rand

   Alias to: ``numpy.random.rand``

   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1314-1326 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1314-L1326>`_

.. function:: numpy.random.mtrand.randint

   Alias to: ``numpy.random.randint``

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

.. function:: numpy.random.mtrand.randn

   Alias to: ``numpy.random.randn``

   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1328-1340 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1328-L1340>`_

.. function:: numpy.random.mtrand.random

   Alias to: ``numpy.random.random``

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

.. function:: numpy.random.mtrand.random_sample

   Alias to: ``numpy.random.random_sample``

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

.. function:: numpy.random.mtrand.ranf

   Alias to: ``numpy.random.ranf``

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

.. function:: numpy.random.mtrand.rayleigh

   Alias to: ``numpy.random.rayleigh``

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

.. function:: numpy.random.mtrand.sample

   Alias to: ``numpy.random.sample``

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

.. function:: numpy.random.mtrand.seed

   Alias to: ``numpy.random.seed``

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

.. function:: numpy.random.mtrand.shuffle

   Alias to: ``numpy.random.shuffle``

   - defined by ``shuffle_impl(arr)`` at `numba/cpython/randomimpl.py:1227-1229 <https://github.com/numba/numba/blob/18825058a6e32bb92f3941f3c8d14a818f19279f/numba/cpython/randomimpl.py#L1227-L1229>`_

.. function:: numpy.random.mtrand.standard_cauchy

   Alias to: ``numpy.random.standard_cauchy``

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

.. function:: numpy.random.mtrand.standard_exponential

   Alias to: ``numpy.random.standard_exponential``

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

.. function:: numpy.random.mtrand.standard_gamma

   Alias to: ``numpy.random.standard_gamma``

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

.. function:: numpy.random.mtrand.standard_normal

   Alias to: ``numpy.random.standard_normal``

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

.. function:: numpy.random.mtrand.standard_t

   Alias to: ``numpy.random.standard_t``

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

.. function:: numpy.random.mtrand.triangular

   Alias to: ``numpy.random.triangular``

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

.. function:: numpy.random.mtrand.uniform

   Alias to: ``numpy.random.uniform``

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

.. function:: numpy.random.mtrand.vonmises

   Alias to: ``numpy.random.vonmises``

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

.. function:: numpy.random.mtrand.wald

   Alias to: ``numpy.random.wald``

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

.. function:: numpy.random.mtrand.weibull

   Alias to: ``numpy.random.weibull``

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

.. function:: numpy.random.mtrand.zipf

   Alias to: ``numpy.random.zipf``

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

Not showing 8 unsupported functions.

supported = 42 / 50 = 84.00%


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

This module is not supported.


numpy.setup
-----------

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


