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

numpy
-----

.. function:: numpy.all


   - defined by ``np_all(a)`` at `numba/targets/arraymath.py:634-643 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L634-L643>`_

.. function:: numpy.amax


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.amin


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.angle


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

.. function:: numpy.any


   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

.. function:: numpy.append


   - defined by ``np_append(arr, values, axis=None)`` at `numba/targets/arrayobj.py:1696-1719 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1696-L1719>`_

.. function:: numpy.arange


   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

.. function:: numpy.argmax


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmax'>``

.. function:: numpy.argmin


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmin'>``

.. function:: numpy.argsort


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argsort'>``

.. function:: numpy.argwhere


   - defined by ``np_argwhere(a)`` at `numba/targets/arraymath.py:2665-2679 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2665-L2679>`_

.. function:: numpy.around


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

.. function:: numpy.array


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

.. function:: numpy.array_equal


   - defined by ``np_array_equal(a, b)`` at `numba/targets/arraymath.py:3280-3299 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3280-L3299>`_

.. function:: numpy.asarray


   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.ascontiguousarray


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

.. function:: numpy.asfortranarray


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

.. function:: numpy.atleast_1d


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

.. function:: numpy.atleast_2d


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

.. function:: numpy.atleast_3d


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

.. function:: numpy.bartlett


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.bincount


   - defined by ``np_bincount(a, weights=None)`` at `numba/targets/arraymath.py:3312-3361 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3312-L3361>`_

.. function:: numpy.blackman


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.column_stack


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

.. function:: numpy.concatenate


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

.. function:: numpy.convolve


   - defined by ``np_convolve(a, v)`` at `numba/targets/arraymath.py:3849-3870 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3849-L3870>`_

.. function:: numpy.copy


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

.. function:: numpy.corrcoef


   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/targets/arraymath.py:2629-2659 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2629-L2659>`_

.. function:: numpy.correlate


   - defined by ``_np_correlate(a, v)`` at `numba/targets/arraymath.py:3810-3846 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3810-L3846>`_

.. function:: numpy.count_nonzero


   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/targets/arraymath.py:3170-3187 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3170-L3187>`_

.. function:: numpy.cov


   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/targets/arraymath.py:2570-2627 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2570-L2627>`_

.. function:: numpy.cross


   - defined by ``np_cross(a, b)`` at `numba/targets/arraymath.py:4200-4222 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4200-L4222>`_

.. function:: numpy.cumprod


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumprod'>``

.. function:: numpy.cumsum


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumsum'>``

.. function:: numpy.delete


   - defined by ``np_delete(arr, obj)`` at `numba/targets/arraymath.py:3194-3238 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3194-L3238>`_

.. function:: numpy.diag


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

.. function:: numpy.diff


   - defined by ``np_diff_impl(a, n=1)`` at `numba/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

.. function:: numpy.digitize


   - defined by ``np_digitize(x, bins, right=False)`` at `numba/targets/arraymath.py:3429-3555 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3429-L3555>`_

.. function:: numpy.dot


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

.. function:: numpy.dstack


   - defined by ``<class 'numba.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/targets/arraymath.py:1610-1665 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1610-L1665>`_

.. function:: numpy.empty


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

.. function:: numpy.empty_like


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

.. function:: numpy.expand_dims


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

.. function:: numpy.extract


   - defined by ``np_extract(condition, arr)`` at `numba/targets/arraymath.py:3909-3932 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3909-L3932>`_

.. function:: numpy.eye


   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/targets/arrayobj.py:3674-3697 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3674-L3697>`_

.. function:: numpy.fill_diagonal


   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/targets/arraymath.py:2790-2820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2790-L2820>`_

.. function:: numpy.flatnonzero


   - defined by ``np_flatnonzero(a)`` at `numba/targets/arraymath.py:2682-2703 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2682-L2703>`_

.. function:: numpy.frombuffer


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

.. function:: numpy.full


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

.. function:: numpy.full_like


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

.. function:: numpy.hamming


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.hanning


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.histogram


   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/targets/arraymath.py:3561-3641 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3561-L3641>`_

.. function:: numpy.hstack


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

.. function:: numpy.identity


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

.. function:: numpy.imag


   - defined by ``np_imag(a)`` at `numba/targets/arraymath.py:3159-3164 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3159-L3164>`_

.. function:: numpy.interp


   - defined by ``np_interp(x, xp, fp)`` at `numba/targets/arraymath.py:2314-2380 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2314-L2380>`_

.. function:: numpy.kaiser


   - defined by ``np_kaiser(M, beta)`` at `numba/targets/arraymath.py:4137-4156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4137-L4156>`_

.. function:: numpy.kron


   - defined by ``kron_impl(a, b)`` at `numba/targets/linalg.py:2746-2800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2746-L2800>`_

.. function:: numpy.linspace


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

.. function:: numpy.max

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.mean


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_mean'>``

.. function:: numpy.median


   - defined by ``np_median(a)`` at `numba/targets/arraymath.py:1111-1123 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1111-L1123>`_

.. function:: numpy.min

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.nancumprod


   - defined by ``np_nancumprod(a)`` at `numba/targets/arraymath.py:858-880 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L858-L880>`_

.. function:: numpy.nancumsum


   - defined by ``np_nancumsum(a)`` at `numba/targets/arraymath.py:882-904 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L882-L904>`_

.. function:: numpy.nanmax


   - defined by ``np_nanmax(a)`` at `numba/targets/arraymath.py:749-755 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L749-L755>`_

.. function:: numpy.nanmean


   - defined by ``np_nanmean(a)`` at `numba/targets/arraymath.py:759-776 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L759-L776>`_

.. function:: numpy.nanmedian


   - defined by ``np_nanmedian(a)`` at `numba/targets/arraymath.py:1306-1328 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1306-L1328>`_

.. function:: numpy.nanmin


   - defined by ``np_nanmin(a)`` at `numba/targets/arraymath.py:740-746 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L740-L746>`_

.. function:: numpy.nanpercentile


   - defined by ``np_nanpercentile(a, q)`` at `numba/targets/arraymath.py:1279-1286 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1279-L1286>`_

.. function:: numpy.nanprod


   - defined by ``np_nanprod(a)`` at `numba/targets/arraymath.py:836-855 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L836-L855>`_

.. function:: numpy.nanquantile


   - defined by ``np_nanquantile(a, q)`` at `numba/targets/arraymath.py:1298-1302 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1298-L1302>`_

.. function:: numpy.nanstd


   - defined by ``np_nanstd(a)`` at `numba/targets/arraymath.py:802-810 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L802-L810>`_

.. function:: numpy.nansum


   - defined by ``np_nansum(a)`` at `numba/targets/arraymath.py:813-832 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L813-L832>`_

.. function:: numpy.nanvar


   - defined by ``np_nanvar(a)`` at `numba/targets/arraymath.py:778-800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L778-L800>`_

.. function:: numpy.nonzero


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

.. function:: numpy.ones


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

.. function:: numpy.ones_like


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

.. function:: numpy.outer


   - defined by ``outer_impl(a, b, out=None)`` at `numba/targets/linalg.py:2656-2667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2656-L2667>`_

.. function:: numpy.partition


   - defined by ``np_partition(a, kth)`` at `numba/targets/arraymath.py:1387-1409 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1387-L1409>`_

.. function:: numpy.percentile


   - defined by ``np_percentile(a, q)`` at `numba/targets/arraymath.py:1268-1275 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1268-L1275>`_

.. function:: numpy.prod


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_prod'>``

.. function:: numpy.ptp


   - defined by ``np_ptp(a)`` at `numba/targets/arraymath.py:966-991 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L966-L991>`_

.. function:: numpy.quantile


   - defined by ``np_quantile(a, q)`` at `numba/targets/arraymath.py:1290-1294 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1290-L1294>`_

.. function:: numpy.ravel


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

.. function:: numpy.real


   - defined by ``np_real(a)`` at `numba/targets/arraymath.py:3151-3156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3151-L3156>`_

.. function:: numpy.repeat


   - defined by ``np_repeat(a, repeats)`` at `numba/targets/arrayobj.py:1912-1954 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1912-L1954>`_

.. function:: numpy.reshape


   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

.. function:: numpy.roll


   - defined by ``np_roll(a, shift)`` at `numba/targets/arraymath.py:1800-1820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1800-L1820>`_

.. function:: numpy.roots


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

.. function:: numpy.round


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

.. function:: numpy.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.row_stack


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

.. function:: numpy.searchsorted


   - defined by ``searchsorted(a, v, side='left')`` at `numba/targets/arraymath.py:3394-3426 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3394-L3426>`_

.. function:: numpy.select


   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/targets/arraymath.py:3935-3983 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3935-L3983>`_

.. function:: numpy.shape


   - defined by ``np_shape(a)`` at `numba/targets/arrayobj.py:1890-1897 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1890-L1897>`_

.. function:: numpy.sinc


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

.. function:: numpy.sort


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

.. function:: numpy.stack


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

.. function:: numpy.std


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_std'>``

.. function:: numpy.sum


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

.. function:: numpy.take


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

.. function:: numpy.trace


   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/targets/linalg.py:2577-2605 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2577-L2605>`_

.. function:: numpy.transpose


   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

.. function:: numpy.trapz


   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/targets/arraymath.py:1702-1721 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1702-L1721>`_

.. function:: numpy.tri


   - defined by ``np_tri(N, M=None, k=0)`` at `numba/targets/arraymath.py:1428-1439 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1428-L1439>`_

.. function:: numpy.tril


   - defined by ``my_tril(m, k=0)`` at `numba/targets/arraymath.py:1465-1489 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1465-L1489>`_

.. function:: numpy.tril_indices


   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1492-1503 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1492-L1503>`_

.. function:: numpy.tril_indices_from


   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/targets/arraymath.py:1506-1517 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1506-L1517>`_

.. function:: numpy.triu


   - defined by ``my_triu(m, k=0)`` at `numba/targets/arraymath.py:1526-1549 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1526-L1549>`_

.. function:: numpy.triu_indices


   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1552-1563 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1552-L1563>`_

.. function:: numpy.triu_indices_from


   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/targets/arraymath.py:1566-1577 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1566-L1577>`_

.. function:: numpy.unique


   - defined by ``np_unique(a)`` at `numba/targets/arrayobj.py:1902-1909 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1902-L1909>`_

.. function:: numpy.vander


   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/targets/arraymath.py:1760-1797 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1760-L1797>`_

.. function:: numpy.var


   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_var'>``

.. function:: numpy.vdot


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

.. function:: numpy.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.where


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

.. function:: numpy.zeros


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

.. function:: numpy.zeros_like


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

Not showing 199 unsupported functions.

supported = 122 / 321 = 38.01%


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


numpy.conftest
--------------

This module is not supported.


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

.. function:: numpy.core.all

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/targets/arraymath.py:634-643 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L634-L643>`_

.. function:: numpy.core.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.core.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.core.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

.. function:: numpy.core.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

.. function:: numpy.core.argmax

   Alias to: ``numpy.argmax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmax'>``

.. function:: numpy.core.argmin

   Alias to: ``numpy.argmin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmin'>``

.. function:: numpy.core.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argsort'>``

.. function:: numpy.core.argwhere

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/targets/arraymath.py:2665-2679 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2665-L2679>`_

.. function:: numpy.core.around

   Alias to: ``numpy.around``

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

.. function:: numpy.core.array

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3280-3299 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3280-L3299>`_

.. function:: numpy.core.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.core.ascontiguousarray

   Alias to: ``numpy.ascontiguousarray``

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

.. function:: numpy.core.asfortranarray

   Alias to: ``numpy.asfortranarray``

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

.. function:: numpy.core.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

.. function:: numpy.core.atleast_2d

   Alias to: ``numpy.atleast_2d``

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

.. function:: numpy.core.atleast_3d

   Alias to: ``numpy.atleast_3d``

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

.. function:: numpy.core.concatenate

   Alias to: ``numpy.concatenate``

   - defined by ``<class 'numba.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/targets/arraymath.py:3849-3870 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3849-L3870>`_

.. function:: numpy.core.correlate

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/targets/arraymath.py:3810-3846 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3810-L3846>`_

.. function:: numpy.core.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/targets/arraymath.py:3170-3187 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3170-L3187>`_

.. function:: numpy.core.cross

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/targets/arraymath.py:4200-4222 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4200-L4222>`_

.. function:: numpy.core.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumprod'>``

.. function:: numpy.core.cumsum

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumsum'>``

.. function:: numpy.core.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.core.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.core.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.core.flatnonzero

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/targets/arraymath.py:2682-2703 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2682-L2703>`_

.. function:: numpy.core.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.core.full

   Alias to: ``numpy.full``

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

.. function:: numpy.core.full_like

   Alias to: ``numpy.full_like``

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

.. function:: numpy.core.hstack

   Alias to: ``numpy.hstack``

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

.. function:: numpy.core.identity

   Alias to: ``numpy.identity``

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

.. function:: numpy.core.linspace

   Alias to: ``numpy.linspace``

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

.. function:: numpy.core.max

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.core.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_mean'>``

.. function:: numpy.core.min

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.core.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

.. function:: numpy.core.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.core.ones_like

   Alias to: ``numpy.ones_like``

   - defined by ``<class 'numba.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/targets/linalg.py:2656-2667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2656-L2667>`_

.. function:: numpy.core.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/targets/arraymath.py:1387-1409 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1387-L1409>`_

.. function:: numpy.core.prod

   Alias to: ``numpy.prod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_prod'>``

.. function:: numpy.core.ptp

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/targets/arraymath.py:966-991 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L966-L991>`_

.. function:: numpy.core.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

.. function:: numpy.core.repeat

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/targets/arrayobj.py:1912-1954 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1912-L1954>`_

.. function:: numpy.core.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

.. function:: numpy.core.roll

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/targets/arraymath.py:1800-1820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1800-L1820>`_

.. function:: numpy.core.round

   Alias to: ``numpy.round``

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

.. function:: numpy.core.round_

   Alias to: ``numpy.round``

   - defined by ``<class 'numba.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/targets/arraymath.py:3394-3426 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3394-L3426>`_

.. function:: numpy.core.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/targets/arrayobj.py:1890-1897 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1890-L1897>`_

.. function:: numpy.core.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.core.stack

   Alias to: ``numpy.stack``

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

.. function:: numpy.core.std

   Alias to: ``numpy.std``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_std'>``

.. function:: numpy.core.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

.. function:: numpy.core.take

   Alias to: ``numpy.take``

   - defined by ``<class 'numba.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/targets/linalg.py:2577-2605 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2577-L2605>`_

.. function:: numpy.core.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

.. function:: numpy.core.var

   Alias to: ``numpy.var``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_var'>``

.. function:: numpy.core.vdot

   Alias to: ``numpy.vdot``

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

.. function:: numpy.core.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.core.where

   Alias to: ``numpy.where``

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

.. function:: numpy.core.zeros

   Alias to: ``numpy.zeros``

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

.. function:: numpy.core.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 85 unsupported functions.

supported = 66 / 151 = 43.71%


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

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.core.arrayprint.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

Not showing 21 unsupported functions.

supported = 5 / 26 = 19.23%


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

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:634-643 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L634-L643>`_

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

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

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

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmax'>``

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

   Alias to: ``numpy.argmin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmin'>``

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

   Alias to: ``numpy.argsort``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argsort'>``

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

   Alias to: ``numpy.around``

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

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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

   Alias to: ``numpy.concatenate``

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

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

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumprod'>``

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

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumsum'>``

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

   Alias to: ``numpy.mean``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_mean'>``

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

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

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

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/targets/arraymath.py:1387-1409 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1387-L1409>`_

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

   Alias to: ``numpy.prod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_prod'>``

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/targets/arraymath.py:966-991 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L966-L991>`_

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

   Alias to: ``numpy.ravel``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

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

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/targets/arrayobj.py:1912-1954 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1912-L1954>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

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

   Alias to: ``numpy.round``

   - defined by ``<class 'numba.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/targets/arraymath.py:3394-3426 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3394-L3426>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/targets/arrayobj.py:1890-1897 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1890-L1897>`_

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

   Alias to: ``numpy.sort``

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

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

   Alias to: ``numpy.std``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_std'>``

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

   Alias to: ``numpy.sum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

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

   Alias to: ``numpy.take``

   - defined by ``<class 'numba.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/targets/linalg.py:2577-2605 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2577-L2605>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

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

   Alias to: ``numpy.var``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_var'>``

Not showing 18 unsupported functions.

supported = 31 / 49 = 63.27%


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

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

   Alias to: ``numpy.linspace``

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

Not showing 8 unsupported functions.

supported = 1 / 9 = 11.11%


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

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

   Alias to: ``numpy.array``

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

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


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

This module is not supported.


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

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

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/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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)`` at `numba/targets/arraymath.py:3312-3361 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3312-L3361>`_

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

   Alias to: ``numpy.concatenate``

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

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

   Alias to: ``numpy.dot``

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

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

   Alias to: ``numpy.empty``

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

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

   Alias to: ``numpy.empty_like``

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

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

   Alias to: ``numpy.frombuffer``

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

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

   Alias to: ``numpy.vdot``

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

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

   Alias to: ``numpy.where``

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

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

   Alias to: ``numpy.zeros``

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

Not showing 47 unsupported functions.

supported = 11 / 58 = 18.97%


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

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

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/targets/arraymath.py:634-643 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L634-L643>`_

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

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

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

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmax'>``

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

   Alias to: ``numpy.argmin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmin'>``

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

   Alias to: ``numpy.argsort``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argsort'>``

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

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/targets/arraymath.py:2665-2679 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2665-L2679>`_

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

   Alias to: ``numpy.around``

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

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3280-3299 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3280-L3299>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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

   Alias to: ``numpy.ascontiguousarray``

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

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

   Alias to: ``numpy.asfortranarray``

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

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

   Alias to: ``numpy.concatenate``

   - defined by ``<class 'numba.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/targets/arraymath.py:3849-3870 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3849-L3870>`_

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

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/targets/arraymath.py:3810-3846 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3810-L3846>`_

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

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/targets/arraymath.py:3170-3187 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3170-L3187>`_

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

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/targets/arraymath.py:4200-4222 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4200-L4222>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumprod'>``

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

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumsum'>``

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

   Alias to: ``numpy.dot``

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

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

   Alias to: ``numpy.empty``

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

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

   Alias to: ``numpy.empty_like``

   - defined by ``<class 'numba.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/targets/arraymath.py:2682-2703 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2682-L2703>`_

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

   Alias to: ``numpy.frombuffer``

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

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

   Alias to: ``numpy.full``

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

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

   Alias to: ``numpy.full_like``

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

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

   Alias to: ``numpy.identity``

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

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

   Alias to: ``numpy.mean``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_mean'>``

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

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

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

   Alias to: ``numpy.ones``

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

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

   Alias to: ``numpy.ones_like``

   - defined by ``<class 'numba.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/targets/linalg.py:2656-2667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2656-L2667>`_

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

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/targets/arraymath.py:1387-1409 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1387-L1409>`_

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

   Alias to: ``numpy.prod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_prod'>``

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/targets/arraymath.py:966-991 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L966-L991>`_

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

   Alias to: ``numpy.ravel``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

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

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/targets/arrayobj.py:1912-1954 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1912-L1954>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

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

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/targets/arraymath.py:1800-1820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1800-L1820>`_

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

   Alias to: ``numpy.round``

   - defined by ``<class 'numba.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/targets/arraymath.py:3394-3426 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3394-L3426>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/targets/arrayobj.py:1890-1897 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1890-L1897>`_

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

   Alias to: ``numpy.sort``

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

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

   Alias to: ``numpy.std``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_std'>``

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

   Alias to: ``numpy.sum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

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

   Alias to: ``numpy.take``

   - defined by ``<class 'numba.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/targets/linalg.py:2577-2605 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2577-L2605>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

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

   Alias to: ``numpy.var``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_var'>``

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

   Alias to: ``numpy.vdot``

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

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

   Alias to: ``numpy.where``

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

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

   Alias to: ``numpy.zeros``

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

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

   Alias to: ``numpy.zeros_like``

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

Not showing 84 unsupported functions.

supported = 56 / 140 = 40.00%


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

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

   Alias to: ``numpy.array``

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

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

   Alias to: ``numpy.empty``

   - defined by ``<class 'numba.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.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.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.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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

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

   Alias to: ``numpy.hstack``

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

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

   Alias to: ``numpy.stack``

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

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

   Alias to: ``numpy.row_stack``

   - defined by ``<class 'numba.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/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

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

   Alias to: ``numpy.array``

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

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

   Alias to: ``numpy.empty``

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

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

   Alias to: ``numpy.frombuffer``

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

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

   Alias to: ``numpy.zeros``

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

Not showing 53 unsupported functions.

supported = 5 / 58 = 8.62%


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

This module is not supported.


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

.. function:: numpy.ctypeslib.array

   Alias to: ``numpy.array``

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

.. function:: numpy.ctypeslib.frombuffer

   Alias to: ``numpy.frombuffer``

   - defined by ``<class 'numba.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.compat
----------------------

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

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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

Not showing 18 unsupported functions.

supported = 1 / 19 = 5.26%


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

This module is not supported.


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

.. function:: numpy.dual.cholesky


   - defined by ``cho_impl(a)`` at `numba/targets/linalg.py:851-893 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L851-L893>`_

.. function:: numpy.dual.det


   - defined by ``det_impl(a)`` at `numba/targets/linalg.py:2026-2037 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2026-L2037>`_

.. function:: numpy.dual.eig


   - defined by ``eig_impl(a)`` at `numba/targets/linalg.py:895-1016 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L895-L1016>`_

.. function:: numpy.dual.eigh


   - defined by ``eigh_impl(a)`` at `numba/targets/linalg.py:1145-1197 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1145-L1197>`_

.. function:: numpy.dual.eigvals


   - defined by ``eigvals_impl(a)`` at `numba/targets/linalg.py:1018-1143 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1018-L1143>`_

.. function:: numpy.dual.eigvalsh


   - defined by ``eigvalsh_impl(a)`` at `numba/targets/linalg.py:1199-1251 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1199-L1251>`_

.. function:: numpy.dual.inv


   - defined by ``inv_impl(a)`` at `numba/targets/linalg.py:777-819 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L777-L819>`_

.. function:: numpy.dual.lstsq


   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/targets/linalg.py:1569-1667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1569-L1667>`_

.. function:: numpy.dual.norm


   - defined by ``norm_impl(a, ord=None)`` at `numba/targets/linalg.py:2365-2371 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2365-L2371>`_

.. function:: numpy.dual.pinv


   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/targets/linalg.py:1757-1923 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1757-L1923>`_

.. function:: numpy.dual.solve


   - defined by ``solve_impl(a, b)`` at `numba/targets/linalg.py:1690-1754 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1690-L1754>`_

.. function:: numpy.dual.svd


   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/targets/linalg.py:1253-1321 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1253-L1321>`_

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

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/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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

   Alias to: ``numpy.empty``

   - defined by ``<class 'numba.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/targets/arraymath.py:1800-1820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1800-L1820>`_

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.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/targets/arrayobj.py:1696-1719 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1696-L1719>`_

.. function:: numpy.lib.bartlett

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.lib.bincount

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None)`` at `numba/targets/arraymath.py:3312-3361 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3312-L3361>`_

.. function:: numpy.lib.blackman

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.lib.column_stack

   Alias to: ``numpy.column_stack``

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

.. function:: numpy.lib.copy

   Alias to: ``numpy.copy``

   - defined by ``<class 'numba.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/targets/arraymath.py:2629-2659 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2629-L2659>`_

.. function:: numpy.lib.cov

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/targets/arraymath.py:2570-2627 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2570-L2627>`_

.. function:: numpy.lib.delete

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/targets/arraymath.py:3194-3238 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3194-L3238>`_

.. function:: numpy.lib.diag

   Alias to: ``numpy.diag``

   - defined by ``<class 'numba.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/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

.. function:: numpy.lib.digitize

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/targets/arraymath.py:3429-3555 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3429-L3555>`_

.. function:: numpy.lib.dstack

   Alias to: ``numpy.dstack``

   - defined by ``<class 'numba.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/targets/arraymath.py:1610-1665 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1610-L1665>`_

.. function:: numpy.lib.expand_dims

   Alias to: ``numpy.expand_dims``

   - defined by ``<class 'numba.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/targets/arraymath.py:3909-3932 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3909-L3932>`_

.. function:: numpy.lib.eye

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/targets/arrayobj.py:3674-3697 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3674-L3697>`_

.. function:: numpy.lib.fill_diagonal

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/targets/arraymath.py:2790-2820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2790-L2820>`_

.. function:: numpy.lib.hamming

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.lib.hanning

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.lib.histogram

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/targets/arraymath.py:3561-3641 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3561-L3641>`_

.. function:: numpy.lib.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/targets/arraymath.py:3159-3164 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3159-L3164>`_

.. function:: numpy.lib.interp

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/targets/arraymath.py:2314-2380 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2314-L2380>`_

.. function:: numpy.lib.kaiser

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/targets/arraymath.py:4137-4156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4137-L4156>`_

.. function:: numpy.lib.kron

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/targets/linalg.py:2746-2800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2746-L2800>`_

.. function:: numpy.lib.median

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/targets/arraymath.py:1111-1123 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1111-L1123>`_

.. function:: numpy.lib.nancumprod

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/targets/arraymath.py:858-880 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L858-L880>`_

.. function:: numpy.lib.nancumsum

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/targets/arraymath.py:882-904 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L882-L904>`_

.. function:: numpy.lib.nanmax

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/targets/arraymath.py:749-755 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L749-L755>`_

.. function:: numpy.lib.nanmean

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/targets/arraymath.py:759-776 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L759-L776>`_

.. function:: numpy.lib.nanmedian

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/targets/arraymath.py:1306-1328 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1306-L1328>`_

.. function:: numpy.lib.nanmin

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/targets/arraymath.py:740-746 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L740-L746>`_

.. function:: numpy.lib.nanpercentile

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/targets/arraymath.py:1279-1286 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1279-L1286>`_

.. function:: numpy.lib.nanprod

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/targets/arraymath.py:836-855 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L836-L855>`_

.. function:: numpy.lib.nanquantile

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/targets/arraymath.py:1298-1302 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1298-L1302>`_

.. function:: numpy.lib.nanstd

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/targets/arraymath.py:802-810 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L802-L810>`_

.. function:: numpy.lib.nansum

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/targets/arraymath.py:813-832 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L813-L832>`_

.. function:: numpy.lib.nanvar

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/targets/arraymath.py:778-800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L778-L800>`_

.. function:: numpy.lib.percentile

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/targets/arraymath.py:1268-1275 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1268-L1275>`_

.. function:: numpy.lib.quantile

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/targets/arraymath.py:1290-1294 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1290-L1294>`_

.. function:: numpy.lib.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/targets/arraymath.py:3151-3156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3151-L3156>`_

.. function:: numpy.lib.roots

   Alias to: ``numpy.roots``

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

.. function:: numpy.lib.row_stack

   Alias to: ``numpy.row_stack``

   - defined by ``<class 'numba.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/targets/arraymath.py:3935-3983 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3935-L3983>`_

.. function:: numpy.lib.sinc

   Alias to: ``numpy.sinc``

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

.. function:: numpy.lib.trapz

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/targets/arraymath.py:1702-1721 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1702-L1721>`_

.. function:: numpy.lib.tri

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/targets/arraymath.py:1428-1439 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1428-L1439>`_

.. function:: numpy.lib.tril

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/targets/arraymath.py:1465-1489 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1465-L1489>`_

.. function:: numpy.lib.tril_indices

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1492-1503 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1492-L1503>`_

.. function:: numpy.lib.tril_indices_from

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/targets/arraymath.py:1506-1517 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1506-L1517>`_

.. function:: numpy.lib.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/targets/arraymath.py:1526-1549 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1526-L1549>`_

.. function:: numpy.lib.triu_indices

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1552-1563 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1552-L1563>`_

.. function:: numpy.lib.triu_indices_from

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/targets/arraymath.py:1566-1577 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1566-L1577>`_

.. function:: numpy.lib.unique

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/targets/arrayobj.py:1902-1909 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1902-L1909>`_

.. function:: numpy.lib.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/targets/arraymath.py:1760-1797 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1760-L1797>`_

Not showing 113 unsupported functions.

supported = 56 / 169 = 33.14%


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/targets/arraymath.py:1610-1665 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1610-L1665>`_

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

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/targets/arrayobj.py:1902-1909 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1902-L1909>`_

Not showing 6 unsupported functions.

supported = 2 / 8 = 25.00%


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

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


   - defined by ``<class 'numba.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``unicode_repeat(a, b)`` at `numba/unicode.py:1686-1695 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/unicode.py#L1686-L1695>`_
   - defined by ``charseq_repeat(a, b)`` at `numba/charseq.py:398-415 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/charseq.py#L398-L415>`_
   - defined by ``<class 'numba.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.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.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/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

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

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/targets/arrayobj.py:1696-1719 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1696-L1719>`_

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

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

   Alias to: ``numpy.around``

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

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.lib.function_base.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

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

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

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

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None)`` at `numba/targets/arraymath.py:3312-3361 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3312-L3361>`_

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

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

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

   Alias to: ``numpy.concatenate``

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

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

   Alias to: ``numpy.copy``

   - defined by ``<class 'numba.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/targets/arraymath.py:2629-2659 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2629-L2659>`_

.. 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/targets/arraymath.py:2570-2627 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2570-L2627>`_

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

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/targets/arraymath.py:3194-3238 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3194-L3238>`_

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

   Alias to: ``numpy.diag``

   - defined by ``<class 'numba.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/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

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

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/targets/arraymath.py:3429-3555 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3429-L3555>`_

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

   Alias to: ``numpy.dot``

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

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

   Alias to: ``numpy.empty``

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

.. function:: numpy.lib.function_base.empty_like

   Alias to: ``numpy.empty_like``

   - defined by ``<class 'numba.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/targets/arraymath.py:3909-3932 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3909-L3932>`_

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

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

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

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

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

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/targets/arraymath.py:3561-3641 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3561-L3641>`_

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

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/targets/arraymath.py:2314-2380 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2314-L2380>`_

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

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/targets/arraymath.py:4137-4156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4137-L4156>`_

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

   Alias to: ``numpy.mean``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_mean'>``

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

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/targets/arraymath.py:1111-1123 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1111-L1123>`_

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

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

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

   Alias to: ``numpy.ones``

   - defined by ``<class 'numba.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/targets/arraymath.py:1387-1409 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1387-L1409>`_

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

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/targets/arraymath.py:1268-1275 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1268-L1275>`_

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

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/targets/arraymath.py:1290-1294 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1290-L1294>`_

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

   Alias to: ``numpy.ravel``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

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

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/targets/arraymath.py:3935-3983 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3935-L3983>`_

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

   Alias to: ``numpy.sinc``

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

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

   Alias to: ``numpy.sum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

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

   Alias to: ``numpy.take``

   - defined by ``<class 'numba.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/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

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

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/targets/arraymath.py:1702-1721 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1702-L1721>`_

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

   Alias to: ``numpy.where``

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

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

   Alias to: ``numpy.zeros``

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

Not showing 27 unsupported functions.

supported = 44 / 71 = 61.97%


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

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

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/targets/arraymath.py:3561-3641 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3561-L3641>`_

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/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arrayobj.py:5017-5043 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L5017-L5043>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumprod'>``

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

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

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

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/targets/arraymath.py:2790-2820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2790-L2820>`_

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

   Alias to: ``numpy.linspace``

   - defined by ``<class 'numba.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/targets/arraymath.py:858-880 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L858-L880>`_

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

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/targets/arraymath.py:882-904 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L882-L904>`_

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

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/targets/arraymath.py:749-755 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L749-L755>`_

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

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/targets/arraymath.py:759-776 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L759-L776>`_

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

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/targets/arraymath.py:1306-1328 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1306-L1328>`_

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

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/targets/arraymath.py:740-746 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L740-L746>`_

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

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/targets/arraymath.py:1279-1286 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1279-L1286>`_

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

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/targets/arraymath.py:836-855 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L836-L855>`_

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

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/targets/arraymath.py:1298-1302 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1298-L1302>`_

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

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/targets/arraymath.py:802-810 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L802-L810>`_

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

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/targets/arraymath.py:813-832 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L813-L832>`_

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

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/targets/arraymath.py:778-800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L778-L800>`_

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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

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

   Alias to: ``numpy.atleast_1d``

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

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

   Alias to: ``numpy.diag``

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

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

   Alias to: ``numpy.dot``

   - defined by ``<class 'numba.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/targets/linalg.py:1018-1143 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1018-L1143>`_

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

   Alias to: ``numpy.hstack``

   - defined by ``<class 'numba.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/targets/arraymath.py:3159-3164 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3159-L3164>`_

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

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

   - defined by ``inv_impl(a)`` at `numba/targets/linalg.py:777-819 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L777-L819>`_

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

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

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/targets/linalg.py:1569-1667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1569-L1667>`_

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

   Alias to: ``numpy.ones``

   - defined by ``<class 'numba.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/targets/arraymath.py:3151-3156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3151-L3156>`_

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

   Alias to: ``numpy.roots``

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

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

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/targets/arraymath.py:1760-1797 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1760-L1797>`_

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/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.lib.shape_base.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.lib.shape_base.atleast_3d

   Alias to: ``numpy.atleast_3d``

   - defined by ``<class 'numba.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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.lib.shape_base.concatenate

   Alias to: ``numpy.concatenate``

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

.. function:: numpy.lib.shape_base.dstack

   Alias to: ``numpy.dstack``

   - defined by ``<class 'numba.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.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/targets/linalg.py:2746-2800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2746-L2800>`_

.. function:: numpy.lib.shape_base.outer

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/targets/linalg.py:2656-2667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2656-L2667>`_

.. function:: numpy.lib.shape_base.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

.. function:: numpy.lib.shape_base.row_stack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.lib.shape_base.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

.. function:: numpy.lib.shape_base.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.lib.shape_base.zeros

   Alias to: ``numpy.zeros``

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

Not showing 14 unsupported functions.

supported = 14 / 28 = 50.00%


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/targets/arrayobj.py:5017-5043 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L5017-L5043>`_

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/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

.. function:: numpy.lib.twodim_base.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.lib.twodim_base.diag

   Alias to: ``numpy.diag``

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

.. function:: numpy.lib.twodim_base.empty

   Alias to: ``numpy.empty``

   - defined by ``<class 'numba.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/targets/arrayobj.py:3674-3697 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3674-L3697>`_

.. function:: numpy.lib.twodim_base.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

.. function:: numpy.lib.twodim_base.ones

   Alias to: ``numpy.ones``

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

.. function:: numpy.lib.twodim_base.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

.. function:: numpy.lib.twodim_base.tri

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/targets/arraymath.py:1428-1439 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1428-L1439>`_

.. function:: numpy.lib.twodim_base.tril

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/targets/arraymath.py:1465-1489 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1465-L1489>`_

.. function:: numpy.lib.twodim_base.tril_indices

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1492-1503 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1492-L1503>`_

.. 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/targets/arraymath.py:1506-1517 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1506-L1517>`_

.. function:: numpy.lib.twodim_base.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/targets/arraymath.py:1526-1549 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1526-L1549>`_

.. function:: numpy.lib.twodim_base.triu_indices

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1552-1563 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1552-L1563>`_

.. 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/targets/arraymath.py:1566-1577 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1566-L1577>`_

.. function:: numpy.lib.twodim_base.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/targets/arraymath.py:1760-1797 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1760-L1797>`_

.. function:: numpy.lib.twodim_base.where

   Alias to: ``numpy.where``

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

.. function:: numpy.lib.twodim_base.zeros

   Alias to: ``numpy.zeros``

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

Not showing 9 unsupported functions.

supported = 18 / 27 = 66.67%


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

.. function:: numpy.lib.type_check.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.lib.type_check.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/targets/arraymath.py:3159-3164 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3159-L3164>`_

.. function:: numpy.lib.type_check.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/targets/arraymath.py:3151-3156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3151-L3156>`_

.. function:: numpy.lib.type_check.zeros

   Alias to: ``numpy.zeros``

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

Not showing 15 unsupported functions.

supported = 4 / 19 = 21.05%


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/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

.. function:: numpy.lib.user_array.array

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.lib.user_array.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

.. function:: numpy.lib.user_array.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/targets/arrayobj.py:1890-1897 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1890-L1897>`_

.. function:: numpy.lib.user_array.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

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/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

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/targets/linalg.py:851-893 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L851-L893>`_

.. function:: numpy.linalg.cond


   - defined by ``cond_impl(a, p=None)`` at `numba/targets/linalg.py:2374-2416 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2374-L2416>`_

.. function:: numpy.linalg.det

   Alias to: ``numpy.dual.det``

   - defined by ``det_impl(a)`` at `numba/targets/linalg.py:2026-2037 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2026-L2037>`_

.. function:: numpy.linalg.eig

   Alias to: ``numpy.dual.eig``

   - defined by ``eig_impl(a)`` at `numba/targets/linalg.py:895-1016 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L895-L1016>`_

.. function:: numpy.linalg.eigh

   Alias to: ``numpy.dual.eigh``

   - defined by ``eigh_impl(a)`` at `numba/targets/linalg.py:1145-1197 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1145-L1197>`_

.. function:: numpy.linalg.eigvals

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

   - defined by ``eigvals_impl(a)`` at `numba/targets/linalg.py:1018-1143 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1018-L1143>`_

.. function:: numpy.linalg.eigvalsh

   Alias to: ``numpy.dual.eigvalsh``

   - defined by ``eigvalsh_impl(a)`` at `numba/targets/linalg.py:1199-1251 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1199-L1251>`_

.. function:: numpy.linalg.inv

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

   - defined by ``inv_impl(a)`` at `numba/targets/linalg.py:777-819 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L777-L819>`_

.. function:: numpy.linalg.lstsq

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

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/targets/linalg.py:1569-1667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1569-L1667>`_

.. function:: numpy.linalg.matrix_power


   - defined by ``matrix_power_impl(a, n)`` at `numba/targets/linalg.py:2499-2572 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2499-L2572>`_

.. function:: numpy.linalg.matrix_rank


   - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/targets/linalg.py:2433-2496 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2433-L2496>`_

.. function:: numpy.linalg.norm

   Alias to: ``numpy.dual.norm``

   - defined by ``norm_impl(a, ord=None)`` at `numba/targets/linalg.py:2365-2371 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2365-L2371>`_

.. function:: numpy.linalg.pinv

   Alias to: ``numpy.dual.pinv``

   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/targets/linalg.py:1757-1923 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1757-L1923>`_

.. function:: numpy.linalg.qr


   - defined by ``qr_impl(a)`` at `numba/targets/linalg.py:1324-1403 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1324-L1403>`_

.. function:: numpy.linalg.slogdet


   - defined by ``slogdet_impl(a)`` at `numba/targets/linalg.py:1962-2023 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1962-L2023>`_

.. function:: numpy.linalg.solve

   Alias to: ``numpy.dual.solve``

   - defined by ``solve_impl(a, b)`` at `numba/targets/linalg.py:1690-1754 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1690-L1754>`_

.. function:: numpy.linalg.svd

   Alias to: ``numpy.dual.svd``

   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/targets/linalg.py:1253-1321 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1253-L1321>`_

Not showing 3 unsupported functions.

supported = 17 / 20 = 85.00%


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

This module is not supported.


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/targets/arraymath.py:634-643 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L634-L643>`_

.. function:: numpy.linalg.linalg.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.linalg.linalg.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.linalg.linalg.array

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.linalg.linalg.atleast_2d

   Alias to: ``numpy.atleast_2d``

   - defined by ``<class 'numba.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/targets/linalg.py:851-893 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L851-L893>`_

.. function:: numpy.linalg.linalg.cond

   Alias to: ``numpy.linalg.cond``

   - defined by ``cond_impl(a, p=None)`` at `numba/targets/linalg.py:2374-2416 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2374-L2416>`_

.. function:: numpy.linalg.linalg.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/targets/arraymath.py:3170-3187 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3170-L3187>`_

.. function:: numpy.linalg.linalg.det

   Alias to: ``numpy.dual.det``

   - defined by ``det_impl(a)`` at `numba/targets/linalg.py:2026-2037 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2026-L2037>`_

.. function:: numpy.linalg.linalg.dot

   Alias to: ``numpy.dot``

   - defined by ``<class 'numba.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/targets/linalg.py:895-1016 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L895-L1016>`_

.. function:: numpy.linalg.linalg.eigh

   Alias to: ``numpy.dual.eigh``

   - defined by ``eigh_impl(a)`` at `numba/targets/linalg.py:1145-1197 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1145-L1197>`_

.. function:: numpy.linalg.linalg.eigvals

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

   - defined by ``eigvals_impl(a)`` at `numba/targets/linalg.py:1018-1143 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1018-L1143>`_

.. function:: numpy.linalg.linalg.eigvalsh

   Alias to: ``numpy.dual.eigvalsh``

   - defined by ``eigvalsh_impl(a)`` at `numba/targets/linalg.py:1199-1251 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1199-L1251>`_

.. function:: numpy.linalg.linalg.empty

   Alias to: ``numpy.empty``

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

.. function:: numpy.linalg.linalg.empty_like

   Alias to: ``numpy.empty_like``

   - defined by ``<class 'numba.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/targets/arrayobj.py:3674-3697 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3674-L3697>`_

.. function:: numpy.linalg.linalg.inv

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

   - defined by ``inv_impl(a)`` at `numba/targets/linalg.py:777-819 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L777-L819>`_

.. function:: numpy.linalg.linalg.lstsq

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

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/targets/linalg.py:1569-1667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1569-L1667>`_

.. function:: numpy.linalg.linalg.matrix_power

   Alias to: ``numpy.linalg.matrix_power``

   - defined by ``matrix_power_impl(a, n)`` at `numba/targets/linalg.py:2499-2572 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2499-L2572>`_

.. function:: numpy.linalg.linalg.matrix_rank

   Alias to: ``numpy.linalg.matrix_rank``

   - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/targets/linalg.py:2433-2496 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2433-L2496>`_

.. function:: numpy.linalg.linalg.norm

   Alias to: ``numpy.dual.norm``

   - defined by ``norm_impl(a, ord=None)`` at `numba/targets/linalg.py:2365-2371 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2365-L2371>`_

.. function:: numpy.linalg.linalg.pinv

   Alias to: ``numpy.dual.pinv``

   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/targets/linalg.py:1757-1923 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1757-L1923>`_

.. function:: numpy.linalg.linalg.qr

   Alias to: ``numpy.linalg.qr``

   - defined by ``qr_impl(a)`` at `numba/targets/linalg.py:1324-1403 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1324-L1403>`_

.. function:: numpy.linalg.linalg.slogdet

   Alias to: ``numpy.linalg.slogdet``

   - defined by ``slogdet_impl(a)`` at `numba/targets/linalg.py:1962-2023 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1962-L2023>`_

.. function:: numpy.linalg.linalg.solve

   Alias to: ``numpy.dual.solve``

   - defined by ``solve_impl(a, b)`` at `numba/targets/linalg.py:1690-1754 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1690-L1754>`_

.. function:: numpy.linalg.linalg.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

.. function:: numpy.linalg.linalg.svd

   Alias to: ``numpy.dual.svd``

   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/targets/linalg.py:1253-1321 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L1253-L1321>`_

.. function:: numpy.linalg.linalg.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/targets/arraymath.py:1526-1549 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1526-L1549>`_

.. function:: numpy.linalg.linalg.zeros

   Alias to: ``numpy.zeros``

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

Not showing 14 unsupported functions.

supported = 31 / 45 = 68.89%


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

This module is not supported.


numpy.ma
--------

.. function:: numpy.ma.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.ma.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.ma.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

.. function:: numpy.ma.expand_dims

   Alias to: ``numpy.expand_dims``

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

Not showing 111 unsupported functions.

supported = 4 / 115 = 3.48%


numpy.ma.bench
--------------

This module is not supported.


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

.. function:: numpy.ma.core.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.ma.core.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.ma.core.diff

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

.. function:: numpy.ma.core.expand_dims

   Alias to: ``numpy.expand_dims``

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

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

   Alias to: ``numpy.array``

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

.. function:: numpy.ma.core.ones_like

   Alias to: ``numpy.ones_like``

   - defined by ``<class 'numba.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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.ma.core.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 92 unsupported functions.

supported = 8 / 100 = 8.00%


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

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

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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.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.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/targets/arraymath.py:634-643 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L634-L643>`_

.. function:: numpy.matlib.amax

   Alias to: ``numpy.amax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_max'>``

.. function:: numpy.matlib.amin

   Alias to: ``numpy.amin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_min'>``

.. function:: numpy.matlib.angle

   Alias to: ``numpy.angle``

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

.. function:: numpy.matlib.any

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/targets/arraymath.py:646-655 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L646-L655>`_

.. function:: numpy.matlib.append

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/targets/arrayobj.py:1696-1719 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1696-L1719>`_

.. function:: numpy.matlib.arange

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/targets/arrayobj.py:3835-3901 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L3835-L3901>`_

.. function:: numpy.matlib.argmax

   Alias to: ``numpy.argmax``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmax'>``

.. function:: numpy.matlib.argmin

   Alias to: ``numpy.argmin``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argmin'>``

.. function:: numpy.matlib.argsort

   Alias to: ``numpy.argsort``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_argsort'>``

.. function:: numpy.matlib.argwhere

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/targets/arraymath.py:2665-2679 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2665-L2679>`_

.. function:: numpy.matlib.around

   Alias to: ``numpy.around``

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

.. function:: numpy.matlib.array

   Alias to: ``numpy.array``

   - defined by ``<class 'numba.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/targets/arraymath.py:3280-3299 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3280-L3299>`_

.. function:: numpy.matlib.asarray

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/targets/arraymath.py:3873-3906 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3873-L3906>`_

.. function:: numpy.matlib.ascontiguousarray

   Alias to: ``numpy.ascontiguousarray``

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

.. function:: numpy.matlib.asfortranarray

   Alias to: ``numpy.asfortranarray``

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

.. function:: numpy.matlib.atleast_1d

   Alias to: ``numpy.atleast_1d``

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

.. function:: numpy.matlib.atleast_2d

   Alias to: ``numpy.atleast_2d``

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

.. function:: numpy.matlib.atleast_3d

   Alias to: ``numpy.atleast_3d``

   - defined by ``<class 'numba.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/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.matlib.bincount

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None)`` at `numba/targets/arraymath.py:3312-3361 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3312-L3361>`_

.. function:: numpy.matlib.blackman

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.matlib.column_stack

   Alias to: ``numpy.column_stack``

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

.. function:: numpy.matlib.concatenate

   Alias to: ``numpy.concatenate``

   - defined by ``<class 'numba.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/targets/arraymath.py:3849-3870 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3849-L3870>`_

.. function:: numpy.matlib.copy

   Alias to: ``numpy.copy``

   - defined by ``<class 'numba.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/targets/arraymath.py:2629-2659 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2629-L2659>`_

.. function:: numpy.matlib.correlate

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/targets/arraymath.py:3810-3846 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3810-L3846>`_

.. function:: numpy.matlib.count_nonzero

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/targets/arraymath.py:3170-3187 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3170-L3187>`_

.. function:: numpy.matlib.cov

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/targets/arraymath.py:2570-2627 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2570-L2627>`_

.. function:: numpy.matlib.cross

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/targets/arraymath.py:4200-4222 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4200-L4222>`_

.. function:: numpy.matlib.cumprod

   Alias to: ``numpy.cumprod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumprod'>``

.. function:: numpy.matlib.cumsum

   Alias to: ``numpy.cumsum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_cumsum'>``

.. function:: numpy.matlib.delete

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/targets/arraymath.py:3194-3238 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3194-L3238>`_

.. function:: numpy.matlib.diag

   Alias to: ``numpy.diag``

   - defined by ``<class 'numba.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/targets/arraymath.py:3241-3277 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3241-L3277>`_

.. function:: numpy.matlib.digitize

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/targets/arraymath.py:3429-3555 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3429-L3555>`_

.. function:: numpy.matlib.dot

   Alias to: ``numpy.dot``

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

.. function:: numpy.matlib.dstack

   Alias to: ``numpy.dstack``

   - defined by ``<class 'numba.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/targets/arraymath.py:1610-1665 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1610-L1665>`_

.. function:: numpy.matlib.empty_like

   Alias to: ``numpy.empty_like``

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

.. function:: numpy.matlib.expand_dims

   Alias to: ``numpy.expand_dims``

   - defined by ``<class 'numba.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/targets/arraymath.py:3909-3932 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3909-L3932>`_

.. function:: numpy.matlib.fill_diagonal

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/targets/arraymath.py:2790-2820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2790-L2820>`_

.. function:: numpy.matlib.flatnonzero

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/targets/arraymath.py:2682-2703 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2682-L2703>`_

.. function:: numpy.matlib.frombuffer

   Alias to: ``numpy.frombuffer``

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

.. function:: numpy.matlib.full

   Alias to: ``numpy.full``

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

.. function:: numpy.matlib.full_like

   Alias to: ``numpy.full_like``

   - defined by ``<class 'numba.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/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.matlib.hanning

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/targets/arraymath.py:4019-4031 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4019-L4031>`_

.. function:: numpy.matlib.histogram

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/targets/arraymath.py:3561-3641 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3561-L3641>`_

.. function:: numpy.matlib.hstack

   Alias to: ``numpy.hstack``

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

.. function:: numpy.matlib.imag

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/targets/arraymath.py:3159-3164 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3159-L3164>`_

.. function:: numpy.matlib.interp

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/targets/arraymath.py:2314-2380 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L2314-L2380>`_

.. function:: numpy.matlib.kaiser

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/targets/arraymath.py:4137-4156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L4137-L4156>`_

.. function:: numpy.matlib.kron

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/targets/linalg.py:2746-2800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2746-L2800>`_

.. function:: numpy.matlib.linspace

   Alias to: ``numpy.linspace``

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

.. function:: numpy.matlib.mean

   Alias to: ``numpy.mean``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_mean'>``

.. function:: numpy.matlib.median

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/targets/arraymath.py:1111-1123 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1111-L1123>`_

.. function:: numpy.matlib.nancumprod

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/targets/arraymath.py:858-880 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L858-L880>`_

.. function:: numpy.matlib.nancumsum

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/targets/arraymath.py:882-904 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L882-L904>`_

.. function:: numpy.matlib.nanmax

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/targets/arraymath.py:749-755 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L749-L755>`_

.. function:: numpy.matlib.nanmean

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/targets/arraymath.py:759-776 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L759-L776>`_

.. function:: numpy.matlib.nanmedian

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/targets/arraymath.py:1306-1328 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1306-L1328>`_

.. function:: numpy.matlib.nanmin

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/targets/arraymath.py:740-746 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L740-L746>`_

.. function:: numpy.matlib.nanpercentile

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/targets/arraymath.py:1279-1286 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1279-L1286>`_

.. function:: numpy.matlib.nanprod

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/targets/arraymath.py:836-855 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L836-L855>`_

.. function:: numpy.matlib.nanquantile

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/targets/arraymath.py:1298-1302 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1298-L1302>`_

.. function:: numpy.matlib.nanstd

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/targets/arraymath.py:802-810 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L802-L810>`_

.. function:: numpy.matlib.nansum

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/targets/arraymath.py:813-832 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L813-L832>`_

.. function:: numpy.matlib.nanvar

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/targets/arraymath.py:778-800 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L778-L800>`_

.. function:: numpy.matlib.nonzero

   Alias to: ``numpy.nonzero``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_nonzero'>``

.. function:: numpy.matlib.ones_like

   Alias to: ``numpy.ones_like``

   - defined by ``<class 'numba.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/targets/linalg.py:2656-2667 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2656-L2667>`_

.. function:: numpy.matlib.partition

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/targets/arraymath.py:1387-1409 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1387-L1409>`_

.. function:: numpy.matlib.percentile

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/targets/arraymath.py:1268-1275 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1268-L1275>`_

.. function:: numpy.matlib.prod

   Alias to: ``numpy.prod``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_prod'>``

.. function:: numpy.matlib.ptp

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/targets/arraymath.py:966-991 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L966-L991>`_

.. function:: numpy.matlib.quantile

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/targets/arraymath.py:1290-1294 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1290-L1294>`_

.. function:: numpy.matlib.ravel

   Alias to: ``numpy.ravel``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_ravel'>``

.. function:: numpy.matlib.real

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/targets/arraymath.py:3151-3156 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3151-L3156>`_

.. function:: numpy.matlib.repeat

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/targets/arrayobj.py:1912-1954 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1912-L1954>`_

.. function:: numpy.matlib.reshape

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/targets/arrayobj.py:1689-1693 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1689-L1693>`_

.. function:: numpy.matlib.roll

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/targets/arraymath.py:1800-1820 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1800-L1820>`_

.. function:: numpy.matlib.roots

   Alias to: ``numpy.roots``

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

.. function:: numpy.matlib.round_

   Alias to: ``numpy.round``

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

.. function:: numpy.matlib.row_stack

   Alias to: ``numpy.row_stack``

   - defined by ``<class 'numba.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/targets/arraymath.py:3394-3426 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3394-L3426>`_

.. function:: numpy.matlib.select

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/targets/arraymath.py:3935-3983 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L3935-L3983>`_

.. function:: numpy.matlib.shape

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/targets/arrayobj.py:1890-1897 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1890-L1897>`_

.. function:: numpy.matlib.sinc

   Alias to: ``numpy.sinc``

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

.. function:: numpy.matlib.sort

   Alias to: ``numpy.sort``

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

.. function:: numpy.matlib.stack

   Alias to: ``numpy.stack``

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

.. function:: numpy.matlib.std

   Alias to: ``numpy.std``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_std'>``

.. function:: numpy.matlib.sum

   Alias to: ``numpy.sum``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_sum'>``

.. function:: numpy.matlib.take

   Alias to: ``numpy.take``

   - defined by ``<class 'numba.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/targets/linalg.py:2577-2605 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2577-L2605>`_

.. function:: numpy.matlib.transpose

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/targets/arrayobj.py:1517-1529 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1517-L1529>`_

.. function:: numpy.matlib.trapz

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/targets/arraymath.py:1702-1721 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1702-L1721>`_

.. function:: numpy.matlib.tri

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/targets/arraymath.py:1428-1439 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1428-L1439>`_

.. function:: numpy.matlib.tril

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/targets/arraymath.py:1465-1489 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1465-L1489>`_

.. function:: numpy.matlib.tril_indices

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1492-1503 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1492-L1503>`_

.. function:: numpy.matlib.tril_indices_from

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/targets/arraymath.py:1506-1517 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1506-L1517>`_

.. function:: numpy.matlib.triu

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/targets/arraymath.py:1526-1549 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1526-L1549>`_

.. function:: numpy.matlib.triu_indices

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/targets/arraymath.py:1552-1563 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1552-L1563>`_

.. function:: numpy.matlib.triu_indices_from

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/targets/arraymath.py:1566-1577 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1566-L1577>`_

.. function:: numpy.matlib.unique

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/targets/arrayobj.py:1902-1909 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arrayobj.py#L1902-L1909>`_

.. function:: numpy.matlib.vander

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/targets/arraymath.py:1760-1797 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/arraymath.py#L1760-L1797>`_

.. function:: numpy.matlib.var

   Alias to: ``numpy.var``

   - defined by ``<class 'numba.typing.npydecl.Numpy_redirect_var'>``

.. function:: numpy.matlib.vdot

   Alias to: ``numpy.vdot``

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

.. function:: numpy.matlib.vstack

   Alias to: ``numpy.row_stack``

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

.. function:: numpy.matlib.where

   Alias to: ``numpy.where``

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

.. function:: numpy.matlib.zeros_like

   Alias to: ``numpy.zeros_like``

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

Not showing 207 unsupported functions.

supported = 114 / 321 = 35.51%


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

This module is not supported.


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

.. function:: numpy.matrixlib.defmatrix.concatenate

   Alias to: ``numpy.concatenate``

   - defined by ``<class 'numba.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/targets/linalg.py:2499-2572 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/linalg.py#L2499-L2572>`_

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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.random.binomial


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

.. function:: numpy.random.chisquare


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

.. function:: numpy.random.choice


   - defined by ``choice(a, size=None, replace=True)`` at `numba/targets/randomimpl.py:1347-1427 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1347-L1427>`_

.. function:: numpy.random.exponential


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

.. function:: numpy.random.f


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

.. function:: numpy.random.gamma


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

.. function:: numpy.random.geometric


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

.. function:: numpy.random.gumbel


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

.. function:: numpy.random.hypergeometric


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

.. function:: numpy.random.laplace


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

.. function:: numpy.random.logistic


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

.. function:: numpy.random.lognormal


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

.. function:: numpy.random.logseries


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

.. function:: numpy.random.multinomial


   - defined by ``multinomial(n, pvals, size=None)`` at `numba/targets/randomimpl.py:1433-1508 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1433-L1508>`_

.. function:: numpy.random.negative_binomial


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

.. function:: numpy.random.normal


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

.. function:: numpy.random.pareto


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

.. function:: numpy.random.permutation


   - defined by ``permutation_impl(x)`` at `numba/targets/randomimpl.py:1231-1245 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1231-L1245>`_

.. function:: numpy.random.poisson


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

.. function:: numpy.random.power


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

.. function:: numpy.random.rand


   - defined by ``rand(*size)`` at `numba/targets/randomimpl.py:1315-1327 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1315-L1327>`_

.. function:: numpy.random.randint


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

.. function:: numpy.random.randn


   - defined by ``randn(*size)`` at `numba/targets/randomimpl.py:1329-1341 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1329-L1341>`_

.. function:: numpy.random.random


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

.. function:: numpy.random.random_sample


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

.. function:: numpy.random.ranf


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

.. function:: numpy.random.rayleigh


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

.. function:: numpy.random.sample


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

.. function:: numpy.random.seed


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

.. function:: numpy.random.shuffle


   - defined by ``shuffle_impl(arr)`` at `numba/targets/randomimpl.py:1227-1229 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1227-L1229>`_

.. function:: numpy.random.standard_cauchy


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

.. function:: numpy.random.standard_exponential


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

.. function:: numpy.random.standard_gamma


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

.. function:: numpy.random.standard_normal


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

.. function:: numpy.random.standard_t


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

.. function:: numpy.random.triangular


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

.. function:: numpy.random.uniform


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

.. function:: numpy.random.vonmises


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

.. function:: numpy.random.wald


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

.. function:: numpy.random.weibull


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

.. function:: numpy.random.zipf


   - defined by ``<class 'numba.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.bounded_integers
-----------------------------

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.random.mtrand.beta

   Alias to: ``numpy.random.beta``

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

.. function:: numpy.random.mtrand.binomial

   Alias to: ``numpy.random.binomial``

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

.. function:: numpy.random.mtrand.chisquare

   Alias to: ``numpy.random.chisquare``

   - defined by ``<class 'numba.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/targets/randomimpl.py:1347-1427 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1347-L1427>`_

.. function:: numpy.random.mtrand.exponential

   Alias to: ``numpy.random.exponential``

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

.. function:: numpy.random.mtrand.f

   Alias to: ``numpy.random.f``

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

.. function:: numpy.random.mtrand.gamma

   Alias to: ``numpy.random.gamma``

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

.. function:: numpy.random.mtrand.geometric

   Alias to: ``numpy.random.geometric``

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

.. function:: numpy.random.mtrand.gumbel

   Alias to: ``numpy.random.gumbel``

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

.. function:: numpy.random.mtrand.hypergeometric

   Alias to: ``numpy.random.hypergeometric``

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

.. function:: numpy.random.mtrand.laplace

   Alias to: ``numpy.random.laplace``

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

.. function:: numpy.random.mtrand.logistic

   Alias to: ``numpy.random.logistic``

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

.. function:: numpy.random.mtrand.lognormal

   Alias to: ``numpy.random.lognormal``

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

.. function:: numpy.random.mtrand.logseries

   Alias to: ``numpy.random.logseries``

   - defined by ``<class 'numba.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/targets/randomimpl.py:1433-1508 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1433-L1508>`_

.. function:: numpy.random.mtrand.negative_binomial

   Alias to: ``numpy.random.negative_binomial``

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

.. function:: numpy.random.mtrand.normal

   Alias to: ``numpy.random.normal``

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

.. function:: numpy.random.mtrand.pareto

   Alias to: ``numpy.random.pareto``

   - defined by ``<class 'numba.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/targets/randomimpl.py:1231-1245 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1231-L1245>`_

.. function:: numpy.random.mtrand.poisson

   Alias to: ``numpy.random.poisson``

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

.. function:: numpy.random.mtrand.power

   Alias to: ``numpy.random.power``

   - defined by ``<class 'numba.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/targets/randomimpl.py:1315-1327 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1315-L1327>`_

.. function:: numpy.random.mtrand.randint

   Alias to: ``numpy.random.randint``

   - defined by ``<class 'numba.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/targets/randomimpl.py:1329-1341 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1329-L1341>`_

.. function:: numpy.random.mtrand.random

   Alias to: ``numpy.random.random``

   - defined by ``<class 'numba.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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.random.mtrand.ranf

   Alias to: ``numpy.random.ranf``

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

.. function:: numpy.random.mtrand.rayleigh

   Alias to: ``numpy.random.rayleigh``

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

.. function:: numpy.random.mtrand.sample

   Alias to: ``numpy.random.sample``

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

.. function:: numpy.random.mtrand.seed

   Alias to: ``numpy.random.seed``

   - defined by ``<class 'numba.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/targets/randomimpl.py:1227-1229 <https://github.com/numba/numba/blob/cc7e7c7cfa6389b54d3b5c2c95751c97eb531a96/numba/targets/randomimpl.py#L1227-L1229>`_

.. function:: numpy.random.mtrand.standard_cauchy

   Alias to: ``numpy.random.standard_cauchy``

   - defined by ``<class 'numba.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.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.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.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.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

.. function:: numpy.random.mtrand.triangular

   Alias to: ``numpy.random.triangular``

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

.. function:: numpy.random.mtrand.uniform

   Alias to: ``numpy.random.uniform``

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

.. function:: numpy.random.mtrand.vonmises

   Alias to: ``numpy.random.vonmises``

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

.. function:: numpy.random.mtrand.wald

   Alias to: ``numpy.random.wald``

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

.. function:: numpy.random.mtrand.weibull

   Alias to: ``numpy.random.weibull``

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

.. function:: numpy.random.mtrand.zipf

   Alias to: ``numpy.random.zipf``

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

Not showing 8 unsupported functions.

supported = 42 / 50 = 84.00%


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

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.


