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

numpy
-----

.. function:: numpy.all
   :noindex:


   - defined by ``np_all(a)`` at `numba/np/arraymath.py:800-809 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L800-L809>`_

.. function:: numpy.allclose
   :noindex:


   - defined by ``np_allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:838-903 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L838-L903>`_

.. function:: numpy.amax
   :noindex:


   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

.. function:: numpy.amin
   :noindex:


   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.angle
   :noindex:


   - defined by ``ov_np_angle(z, deg=False)`` at `numba/np/arraymath.py:3202-3232 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3202-L3232>`_

.. function:: numpy.any
   :noindex:


   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

.. function:: numpy.append
   :noindex:


   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2083-2106 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2083-L2106>`_

.. function:: numpy.arange
   :noindex:


   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

.. function:: numpy.argmax
   :noindex:


   - defined by ``array_argmax(arr, axis=None)`` at `numba/np/arraymath.py:780-797 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L780-L797>`_

.. function:: numpy.argmin
   :noindex:


   - defined by ``array_argmin(arr, axis=None)`` at `numba/np/arraymath.py:654-671 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L654-L671>`_

.. function:: numpy.argpartition
   :noindex:


   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1886-1908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1886-L1908>`_

.. function:: numpy.argsort
   :noindex:


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

.. function:: numpy.argwhere
   :noindex:


   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2915-2937 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2915-L2937>`_

.. function:: numpy.around
   :noindex:


   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

.. function:: numpy.array
   :noindex:


   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.array_equal
   :noindex:


   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3547-3566 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3547-L3566>`_

.. function:: numpy.array_split
   :noindex:


   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6017-6077 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6017-L6077>`_

.. function:: numpy.asarray
   :noindex:


   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.asarray_chkfinite
   :noindex:


   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4404-4426 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4404-L4426>`_

.. function:: numpy.ascontiguousarray
   :noindex:


   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4814-4825 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4814-L4825>`_

.. function:: numpy.asfarray
   :noindex:


   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4296-4308 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4296-L4308>`_

.. function:: numpy.asfortranarray
   :noindex:


   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4828-4840 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4828-L4840>`_

.. function:: numpy.atleast_1d
   :noindex:


   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5442-5445 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5442-L5445>`_

.. function:: numpy.atleast_2d
   :noindex:


   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5448-5451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5448-L5451>`_

.. function:: numpy.atleast_3d
   :noindex:


   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5454-5457 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5454-L5457>`_

.. function:: numpy.average
   :noindex:


   - defined by ``np_average(arr, axis=None, weights=None)`` at `numba/np/arraymath.py:918-952 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L918-L952>`_

.. function:: numpy.bartlett
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.bincount
   :noindex:


   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3602-3657 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3602-L3657>`_

.. function:: numpy.blackman
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.broadcast_arrays
   :noindex:


   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1563-1618 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1563-L1618>`_

.. function:: numpy.broadcast_shapes
   :noindex:


   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1560 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1520-L1560>`_

.. function:: numpy.broadcast_to
   :noindex:


   - defined by ``numpy_broadcast_to(array, shape)`` at `numba/np/arrayobj.py:1460-1500 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1460-L1500>`_

.. function:: numpy.clip
   :noindex:


   - defined by ``np_clip(a, a_min, a_max, out=None)`` at `numba/np/arrayobj.py:2177-2296 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2177-L2296>`_

.. function:: numpy.column_stack
   :noindex:


   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5749-5754 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5749-L5754>`_

.. function:: numpy.concatenate
   :noindex:


   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

.. function:: numpy.convolve
   :noindex:


   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4217-4238 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4217-L4238>`_

.. function:: numpy.copy
   :noindex:


   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4729-4734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4729-L4734>`_

.. function:: numpy.corrcoef
   :noindex:


   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2878-2908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2878-L2908>`_

.. function:: numpy.correlate
   :noindex:


   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:4172-4214 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4172-L4214>`_

.. function:: numpy.count_nonzero
   :noindex:


   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3440-3454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3440-L3454>`_

.. function:: numpy.cov
   :noindex:


   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2819-2875 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2819-L2875>`_

.. function:: numpy.cross
   :noindex:


   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4648-4670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4648-L4670>`_

.. function:: numpy.cumprod
   :noindex:


   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:401-423 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L401-L423>`_

.. function:: numpy.cumsum
   :noindex:


   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:376-398 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L376-L398>`_

.. function:: numpy.delete
   :noindex:


   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3461-3505 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3461-L3505>`_

.. function:: numpy.diag
   :noindex:


   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4457-4493 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4457-L4493>`_

.. function:: numpy.diff
   :noindex:


   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3508-3544 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3508-L3544>`_

.. function:: numpy.digitize
   :noindex:


   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3763-3889 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3763-L3889>`_

.. function:: numpy.dot
   :noindex:


   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

.. function:: numpy.dstack
   :noindex:


   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:5913-5918 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5913-L5918>`_

.. function:: numpy.ediff1d
   :noindex:


   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:2108-2161 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2108-L2161>`_

.. function:: numpy.empty
   :noindex:


   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

.. function:: numpy.empty_like
   :noindex:


   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4273-4295 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4273-L4295>`_

.. function:: numpy.expand_dims
   :noindex:


   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5379-5391 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5379-L5391>`_

.. function:: numpy.extract
   :noindex:


   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4311-4334 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4311-L4334>`_

.. function:: numpy.eye
   :noindex:


   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4431-4454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4431-L4454>`_

.. function:: numpy.fill_diagonal
   :noindex:


   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:3042-3072 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3042-L3072>`_

.. function:: numpy.flatnonzero
   :noindex:


   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2940-2955 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2940-L2955>`_

.. function:: numpy.flip
   :noindex:


   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:6003-6014 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6003-L6014>`_

.. function:: numpy.fliplr
   :noindex:


   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:5939-5953 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5939-L5953>`_

.. function:: numpy.flipud
   :noindex:


   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:5956-5970 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5956-L5970>`_

.. function:: numpy.frombuffer
   :noindex:


   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

.. function:: numpy.full
   :noindex:


   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4354-4368 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4354-L4368>`_

.. function:: numpy.full_like
   :noindex:


   - defined by ``impl_np_full_like(a, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4371-4382 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4371-L4382>`_

.. function:: numpy.hamming
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.hanning
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.histogram
   :noindex:


   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3895-3975 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3895-L3975>`_

.. function:: numpy.hstack
   :noindex:


   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5828-5833 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5828-L5833>`_

.. function:: numpy.identity
   :noindex:


   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4400-4413 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4400-L4413>`_

.. function:: numpy.imag
   :noindex:


   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3415-3420 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3415-L3420>`_

.. function:: numpy.interp
   :noindex:


   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2593-2631 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2593-L2631>`_

.. function:: numpy.intersect1d
   :noindex:


   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3569-3589 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3569-L3589>`_

.. function:: numpy.isclose
   :noindex:


   - defined by ``isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:1124-1163 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1124-L1163>`_

.. function:: numpy.iscomplex
   :noindex:


   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:968-973 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L968-L973>`_

.. function:: numpy.iscomplexobj
   :noindex:


   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:984-1001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L984-L1001>`_

.. function:: numpy.isneginf
   :noindex:


   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1036-1039 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1036-L1039>`_

.. function:: numpy.isposinf
   :noindex:


   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1042-1045 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1042-L1045>`_

.. function:: numpy.isreal
   :noindex:


   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:976-981 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L976-L981>`_

.. function:: numpy.isrealobj
   :noindex:


   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1004-1011 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1004-L1011>`_

.. function:: numpy.isscalar
   :noindex:


   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

.. function:: numpy.kaiser
   :noindex:


   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4581-4600 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4581-L4600>`_

.. function:: numpy.kron
   :noindex:


   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2785-2839 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2785-L2839>`_

.. function:: numpy.linspace
   :noindex:


   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4638-4675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4638-L4675>`_

.. function:: numpy.logspace
   :noindex:


   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1896-1909 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1896-L1909>`_

.. function:: numpy.max
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

.. function:: numpy.mean
   :noindex:


   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:426-446 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L426-L446>`_

.. function:: numpy.median
   :noindex:


   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1572-1584 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1572-L1584>`_

.. function:: numpy.min
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.nan_to_num
   :noindex:


   - defined by ``nan_to_num_impl(x, copy=True, nan=0.0)`` at `numba/np/arrayobj.py:6549-6613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6549-L6613>`_

.. function:: numpy.nancumprod
   :noindex:


   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1284-1306 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1284-L1306>`_

.. function:: numpy.nancumsum
   :noindex:


   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1309-1331 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1309-L1331>`_

.. function:: numpy.nanmax
   :noindex:


   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1175-1181 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1175-L1181>`_

.. function:: numpy.nanmean
   :noindex:


   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1184-1201 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1184-L1201>`_

.. function:: numpy.nanmedian
   :noindex:


   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1758-1780 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1758-L1780>`_

.. function:: numpy.nanmin
   :noindex:


   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1166-1172 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1166-L1172>`_

.. function:: numpy.nanpercentile
   :noindex:


   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1737-1741 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1737-L1741>`_

.. function:: numpy.nanprod
   :noindex:


   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1262-1281 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1262-L1281>`_

.. function:: numpy.nanquantile
   :noindex:


   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1751-1755 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1751-L1755>`_

.. function:: numpy.nanstd
   :noindex:


   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1229-1237 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1229-L1237>`_

.. function:: numpy.nansum
   :noindex:


   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1240-1259 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1240-L1259>`_

.. function:: numpy.nanvar
   :noindex:


   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1204-1226 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1204-L1226>`_

.. function:: numpy.nonzero
   :noindex:


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

.. function:: numpy.ones
   :noindex:


   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4385-4397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4385-L4397>`_

.. function:: numpy.ones_like
   :noindex:


   - defined by ``ol_np_ones_like(a, dtype=None)`` at `numba/np/arrayobj.py:4340-4351 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4340-L4351>`_

.. function:: numpy.outer
   :noindex:


   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2708-2719 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2708-L2719>`_

.. function:: numpy.partition
   :noindex:


   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1861-1883 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1861-L1883>`_

.. function:: numpy.percentile
   :noindex:


   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1730-1734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1730-L1734>`_

.. function:: numpy.prod
   :noindex:


   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:359-373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L359-L373>`_

.. function:: numpy.ptp
   :noindex:


   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1409-1435 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1409-L1435>`_

.. function:: numpy.quantile
   :noindex:


   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1744-1748 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1744-L1748>`_

.. function:: numpy.ravel
   :noindex:


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

.. function:: numpy.real
   :noindex:


   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3407-3412 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3407-L3412>`_

.. function:: numpy.repeat
   :noindex:


   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2454-2496 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2454-L2496>`_

.. function:: numpy.reshape
   :noindex:


   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

.. function:: numpy.roll
   :noindex:


   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2296-2316 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2296-L2316>`_

.. function:: numpy.roots
   :noindex:


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

.. function:: numpy.rot90
   :noindex:


   - defined by ``numpy_rot90(arr, k=1)`` at `numba/np/arrayobj.py:1912-1936 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1912-L1936>`_

.. function:: numpy.round
   :noindex:


   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

.. function:: numpy.round_
   :noindex:

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

.. function:: numpy.row_stack
   :noindex:


   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.searchsorted
   :noindex:


   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3716-3760 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3716-L3760>`_

.. function:: numpy.select
   :noindex:


   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4337-4385 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4337-L4385>`_

.. function:: numpy.shape
   :noindex:


   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2432-2439 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2432-L2439>`_

.. function:: numpy.sinc
   :noindex:


   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3182-3199 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3182-L3199>`_

.. function:: numpy.sort
   :noindex:


   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6157-6167 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6157-L6167>`_

.. function:: numpy.split
   :noindex:


   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6080-6104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6080-L6104>`_

.. function:: numpy.stack
   :noindex:


   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5784-5789 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5784-L5789>`_

.. function:: numpy.std
   :noindex:


   - defined by ``array_std(a)`` at `numba/np/arraymath.py:467-474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L467-L474>`_

.. function:: numpy.sum
   :noindex:


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

.. function:: numpy.swapaxes
   :noindex:


   - defined by ``numpy_swapaxes(arr, axis1, axis2)`` at `numba/np/arrayobj.py:6413-6442 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6413-L6442>`_

.. function:: numpy.take
   :noindex:


   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4496-4541 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4496-L4541>`_

.. function:: numpy.take_along_axis
   :noindex:


   - defined by ``arr_take_along_axis(arr, indices, axis)`` at `numba/np/arrayobj.py:6505-6546 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6505-L6546>`_

.. function:: numpy.trace
   :noindex:


   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2642-2670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2642-L2670>`_

.. function:: numpy.transpose
   :noindex:


   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

.. function:: numpy.trapz
   :noindex:


   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2198-2217 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2198-L2217>`_

.. function:: numpy.tri
   :noindex:


   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1927-1938 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1927-L1938>`_

.. function:: numpy.tril
   :noindex:


   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1964-1988 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1964-L1988>`_

.. function:: numpy.tril_indices
   :noindex:


   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1991-2002 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1991-L2002>`_

.. function:: numpy.tril_indices_from
   :noindex:


   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2005-2016 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2005-L2016>`_

.. function:: numpy.triu
   :noindex:


   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2025-2048 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2025-L2048>`_

.. function:: numpy.triu_indices
   :noindex:


   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2051-2062 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2051-L2062>`_

.. function:: numpy.triu_indices_from
   :noindex:


   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2065-2076 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2065-L2076>`_

.. function:: numpy.union1d
   :noindex:


   - defined by ``np_union1d(arr1, arr2)`` at `numba/np/arraymath.py:4388-4401 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4388-L4401>`_

.. function:: numpy.unique
   :noindex:


   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:2444-2451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2444-L2451>`_

.. function:: numpy.vander
   :noindex:


   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2256-2293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2256-L2293>`_

.. function:: numpy.var
   :noindex:


   - defined by ``array_var(a)`` at `numba/np/arraymath.py:449-464 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L449-L464>`_

.. function:: numpy.vdot
   :noindex:


   - defined by ``vdot(left, right)`` at `numba/np/linalg.py:585-613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L585-L613>`_

.. function:: numpy.vstack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.where
   :noindex:


   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

.. function:: numpy.zeros
   :noindex:


   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

.. function:: numpy.zeros_like
   :noindex:


   - defined by ``ol_np_zeros_like(a, dtype=None)`` at `numba/np/arrayobj.py:4328-4337 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4328-L4337>`_

Not showing 156 unsupported functions.

supported = 151 / 307 = 49.19%


numpy.array_api
---------------

This module is not supported.


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

This module is not supported.


numpy.array_api.setup
---------------------

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.core.all
   :noindex:

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:800-809 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L800-L809>`_

.. function:: numpy.core.allclose
   :noindex:

   Alias to: ``numpy.allclose``

   - defined by ``np_allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:838-903 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L838-L903>`_

.. function:: numpy.core.amax
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

.. function:: numpy.core.amin
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.core.any
   :noindex:

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

.. function:: numpy.core.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

.. function:: numpy.core.argmax
   :noindex:

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(arr, axis=None)`` at `numba/np/arraymath.py:780-797 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L780-L797>`_

.. function:: numpy.core.argmin
   :noindex:

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(arr, axis=None)`` at `numba/np/arraymath.py:654-671 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L654-L671>`_

.. function:: numpy.core.argpartition
   :noindex:

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1886-1908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1886-L1908>`_

.. function:: numpy.core.argsort
   :noindex:

   Alias to: ``numpy.argsort``

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

.. function:: numpy.core.argwhere
   :noindex:

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2915-2937 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2915-L2937>`_

.. function:: numpy.core.around
   :noindex:

   Alias to: ``numpy.around``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

.. function:: numpy.core.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.core.array_equal
   :noindex:

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3547-3566 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3547-L3566>`_

.. function:: numpy.core.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.core.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4814-4825 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4814-L4825>`_

.. function:: numpy.core.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4828-4840 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4828-L4840>`_

.. function:: numpy.core.atleast_1d
   :noindex:

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5442-5445 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5442-L5445>`_

.. function:: numpy.core.atleast_2d
   :noindex:

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5448-5451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5448-L5451>`_

.. function:: numpy.core.atleast_3d
   :noindex:

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5454-5457 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5454-L5457>`_

.. function:: numpy.core.clip
   :noindex:

   Alias to: ``numpy.clip``

   - defined by ``np_clip(a, a_min, a_max, out=None)`` at `numba/np/arrayobj.py:2177-2296 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2177-L2296>`_

.. function:: numpy.core.concatenate
   :noindex:

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

.. function:: numpy.core.convolve
   :noindex:

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4217-4238 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4217-L4238>`_

.. function:: numpy.core.correlate
   :noindex:

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:4172-4214 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4172-L4214>`_

.. function:: numpy.core.count_nonzero
   :noindex:

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3440-3454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3440-L3454>`_

.. function:: numpy.core.cross
   :noindex:

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4648-4670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4648-L4670>`_

.. function:: numpy.core.cumprod
   :noindex:

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:401-423 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L401-L423>`_

.. function:: numpy.core.cumsum
   :noindex:

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:376-398 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L376-L398>`_

.. function:: numpy.core.dot
   :noindex:

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

.. function:: numpy.core.empty
   :noindex:

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

.. function:: numpy.core.empty_like
   :noindex:

   Alias to: ``numpy.empty_like``

   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4273-4295 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4273-L4295>`_

.. function:: numpy.core.flatnonzero
   :noindex:

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2940-2955 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2940-L2955>`_

.. function:: numpy.core.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

.. function:: numpy.core.full
   :noindex:

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4354-4368 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4354-L4368>`_

.. function:: numpy.core.full_like
   :noindex:

   Alias to: ``numpy.full_like``

   - defined by ``impl_np_full_like(a, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4371-4382 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4371-L4382>`_

.. function:: numpy.core.hstack
   :noindex:

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5828-5833 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5828-L5833>`_

.. function:: numpy.core.identity
   :noindex:

   Alias to: ``numpy.identity``

   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4400-4413 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4400-L4413>`_

.. function:: numpy.core.isclose
   :noindex:

   Alias to: ``numpy.isclose``

   - defined by ``isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:1124-1163 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1124-L1163>`_

.. function:: numpy.core.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

.. function:: numpy.core.linspace
   :noindex:

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4638-4675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4638-L4675>`_

.. function:: numpy.core.logspace
   :noindex:

   Alias to: ``numpy.logspace``

   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1896-1909 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1896-L1909>`_

.. function:: numpy.core.max
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

.. function:: numpy.core.mean
   :noindex:

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:426-446 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L426-L446>`_

.. function:: numpy.core.min
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.core.nonzero
   :noindex:

   Alias to: ``numpy.nonzero``

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

.. function:: numpy.core.ones
   :noindex:

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4385-4397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4385-L4397>`_

.. function:: numpy.core.ones_like
   :noindex:

   Alias to: ``numpy.ones_like``

   - defined by ``ol_np_ones_like(a, dtype=None)`` at `numba/np/arrayobj.py:4340-4351 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4340-L4351>`_

.. function:: numpy.core.outer
   :noindex:

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2708-2719 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2708-L2719>`_

.. function:: numpy.core.partition
   :noindex:

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1861-1883 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1861-L1883>`_

.. function:: numpy.core.prod
   :noindex:

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:359-373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L359-L373>`_

.. function:: numpy.core.ptp
   :noindex:

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1409-1435 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1409-L1435>`_

.. function:: numpy.core.ravel
   :noindex:

   Alias to: ``numpy.ravel``

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

.. function:: numpy.core.repeat
   :noindex:

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2454-2496 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2454-L2496>`_

.. function:: numpy.core.reshape
   :noindex:

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

.. function:: numpy.core.roll
   :noindex:

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2296-2316 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2296-L2316>`_

.. function:: numpy.core.round
   :noindex:

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

.. function:: numpy.core.round_
   :noindex:

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

.. function:: numpy.core.searchsorted
   :noindex:

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3716-3760 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3716-L3760>`_

.. function:: numpy.core.shape
   :noindex:

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2432-2439 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2432-L2439>`_

.. function:: numpy.core.sort
   :noindex:

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6157-6167 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6157-L6167>`_

.. function:: numpy.core.stack
   :noindex:

   Alias to: ``numpy.stack``

   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5784-5789 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5784-L5789>`_

.. function:: numpy.core.std
   :noindex:

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:467-474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L467-L474>`_

.. function:: numpy.core.sum
   :noindex:

   Alias to: ``numpy.sum``

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

.. function:: numpy.core.swapaxes
   :noindex:

   Alias to: ``numpy.swapaxes``

   - defined by ``numpy_swapaxes(arr, axis1, axis2)`` at `numba/np/arrayobj.py:6413-6442 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6413-L6442>`_

.. function:: numpy.core.take
   :noindex:

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4496-4541 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4496-L4541>`_

.. function:: numpy.core.trace
   :noindex:

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2642-2670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2642-L2670>`_

.. function:: numpy.core.transpose
   :noindex:

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

.. function:: numpy.core.var
   :noindex:

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:449-464 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L449-L464>`_

.. function:: numpy.core.vdot
   :noindex:

   Alias to: ``numpy.vdot``

   - defined by ``vdot(left, right)`` at `numba/np/linalg.py:585-613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L585-L613>`_

.. function:: numpy.core.vstack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.core.where
   :noindex:

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

.. function:: numpy.core.zeros
   :noindex:

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

.. function:: numpy.core.zeros_like
   :noindex:

   Alias to: ``numpy.zeros_like``

   - defined by ``ol_np_zeros_like(a, dtype=None)`` at `numba/np/arrayobj.py:4328-4337 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4328-L4337>`_

Not showing 74 unsupported functions.

supported = 73 / 147 = 49.66%


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

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

Not showing 21 unsupported functions.

supported = 4 / 25 = 16.00%


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

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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
   :noindex:

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:800-809 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L800-L809>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(arr, axis=None)`` at `numba/np/arraymath.py:780-797 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L780-L797>`_

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

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(arr, axis=None)`` at `numba/np/arraymath.py:654-671 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L654-L671>`_

.. function:: numpy.core.fromnumeric.argpartition
   :noindex:

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1886-1908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1886-L1908>`_

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

   Alias to: ``numpy.argsort``

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

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

   Alias to: ``numpy.around``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.core.fromnumeric.clip
   :noindex:

   Alias to: ``numpy.clip``

   - defined by ``np_clip(a, a_min, a_max, out=None)`` at `numba/np/arrayobj.py:2177-2296 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2177-L2296>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:401-423 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L401-L423>`_

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

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:376-398 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L376-L398>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:426-446 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L426-L446>`_

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

   Alias to: ``numpy.nonzero``

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

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

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1861-1883 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1861-L1883>`_

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

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:359-373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L359-L373>`_

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1409-1435 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1409-L1435>`_

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

   Alias to: ``numpy.ravel``

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

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

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2454-2496 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2454-L2496>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

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

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

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

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3716-3760 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3716-L3760>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2432-2439 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2432-L2439>`_

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

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6157-6167 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6157-L6167>`_

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

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:467-474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L467-L474>`_

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

   Alias to: ``numpy.sum``

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

.. function:: numpy.core.fromnumeric.swapaxes
   :noindex:

   Alias to: ``numpy.swapaxes``

   - defined by ``numpy_swapaxes(arr, axis1, axis2)`` at `numba/np/arrayobj.py:6413-6442 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6413-L6442>`_

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

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4496-4541 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4496-L4541>`_

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

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2642-2670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2642-L2670>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

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

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:449-464 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L449-L464>`_

Not showing 13 unsupported functions.

supported = 34 / 47 = 72.34%


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

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

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4638-4675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4638-L4675>`_

.. function:: numpy.core.function_base.logspace
   :noindex:

   Alias to: ``numpy.logspace``

   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1896-1909 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1896-L1909>`_

Not showing 6 unsupported functions.

supported = 2 / 8 = 25.00%


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

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


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

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.core.multiarray.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.core.multiarray.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4814-4825 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4814-L4825>`_

.. function:: numpy.core.multiarray.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4828-4840 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4828-L4840>`_

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

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3602-3657 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3602-L3657>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

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

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

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

   Alias to: ``numpy.empty_like``

   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4273-4295 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4273-L4295>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

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

   Alias to: ``numpy.vdot``

   - defined by ``vdot(left, right)`` at `numba/np/linalg.py:585-613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L585-L613>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

Not showing 50 unsupported functions.

supported = 14 / 64 = 21.88%


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

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

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:800-809 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L800-L809>`_

.. function:: numpy.core.numeric.allclose
   :noindex:

   Alias to: ``numpy.allclose``

   - defined by ``np_allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:838-903 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L838-L903>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(arr, axis=None)`` at `numba/np/arraymath.py:780-797 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L780-L797>`_

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

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(arr, axis=None)`` at `numba/np/arraymath.py:654-671 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L654-L671>`_

.. function:: numpy.core.numeric.argpartition
   :noindex:

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1886-1908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1886-L1908>`_

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

   Alias to: ``numpy.argsort``

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

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

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2915-2937 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2915-L2937>`_

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

   Alias to: ``numpy.around``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3547-3566 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3547-L3566>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4814-4825 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4814-L4825>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4828-4840 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4828-L4840>`_

.. function:: numpy.core.numeric.clip
   :noindex:

   Alias to: ``numpy.clip``

   - defined by ``np_clip(a, a_min, a_max, out=None)`` at `numba/np/arrayobj.py:2177-2296 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2177-L2296>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

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

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4217-4238 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4217-L4238>`_

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

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:4172-4214 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4172-L4214>`_

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

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3440-3454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3440-L3454>`_

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

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4648-4670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4648-L4670>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:401-423 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L401-L423>`_

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

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:376-398 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L376-L398>`_

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

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

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

   Alias to: ``numpy.empty_like``

   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4273-4295 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4273-L4295>`_

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

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2940-2955 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2940-L2955>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

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

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4354-4368 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4354-L4368>`_

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

   Alias to: ``numpy.full_like``

   - defined by ``impl_np_full_like(a, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4371-4382 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4371-L4382>`_

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

   Alias to: ``numpy.identity``

   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4400-4413 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4400-L4413>`_

.. function:: numpy.core.numeric.isclose
   :noindex:

   Alias to: ``numpy.isclose``

   - defined by ``isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:1124-1163 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1124-L1163>`_

.. function:: numpy.core.numeric.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:426-446 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L426-L446>`_

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

   Alias to: ``numpy.nonzero``

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

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

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4385-4397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4385-L4397>`_

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

   Alias to: ``numpy.ones_like``

   - defined by ``ol_np_ones_like(a, dtype=None)`` at `numba/np/arrayobj.py:4340-4351 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4340-L4351>`_

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

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2708-2719 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2708-L2719>`_

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

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1861-1883 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1861-L1883>`_

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

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:359-373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L359-L373>`_

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1409-1435 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1409-L1435>`_

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

   Alias to: ``numpy.ravel``

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

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

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2454-2496 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2454-L2496>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

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

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2296-2316 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2296-L2316>`_

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

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

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

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3716-3760 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3716-L3760>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2432-2439 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2432-L2439>`_

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

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6157-6167 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6157-L6167>`_

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

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:467-474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L467-L474>`_

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

   Alias to: ``numpy.sum``

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

.. function:: numpy.core.numeric.swapaxes
   :noindex:

   Alias to: ``numpy.swapaxes``

   - defined by ``numpy_swapaxes(arr, axis1, axis2)`` at `numba/np/arrayobj.py:6413-6442 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6413-L6442>`_

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

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4496-4541 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4496-L4541>`_

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

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2642-2670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2642-L2670>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

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

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:449-464 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L449-L464>`_

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

   Alias to: ``numpy.vdot``

   - defined by ``vdot(left, right)`` at `numba/np/linalg.py:585-613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L585-L613>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

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

   Alias to: ``numpy.zeros_like``

   - defined by ``ol_np_zeros_like(a, dtype=None)`` at `numba/np/arrayobj.py:4328-4337 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4328-L4337>`_

Not showing 75 unsupported functions.

supported = 62 / 137 = 45.26%


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

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

Not showing 18 unsupported functions.

supported = 1 / 19 = 5.26%


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

This module is not supported.


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

This module is not supported.


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

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5442-5445 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5442-L5445>`_

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

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5448-5451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5448-L5451>`_

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

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5454-5457 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5454-L5457>`_

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

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5828-5833 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5828-L5833>`_

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

   Alias to: ``numpy.stack``

   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5784-5789 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5784-L5789>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

Not showing 3 unsupported functions.

supported = 7 / 10 = 70.00%


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

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.core.umath.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.core.umath.ascontiguousarray
   :noindex:

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4814-4825 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4814-L4825>`_

.. function:: numpy.core.umath.asfortranarray
   :noindex:

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4828-4840 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4828-L4840>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

Not showing 56 unsupported functions.

supported = 8 / 64 = 12.50%


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

This module is not supported.


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

.. function:: numpy.ctypeslib.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.ctypeslib.frombuffer
   :noindex:

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

Not showing 5 unsupported functions.

supported = 2 / 7 = 28.57%


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

.. function:: numpy.distutils.misc_util.reduce
   :noindex:


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

Not showing 63 unsupported functions.

supported = 1 / 64 = 1.56%


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
   :noindex:

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

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

Not showing 16 unsupported functions.

supported = 1 / 17 = 5.88%


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

This module is not supported.


numpy.doc
---------

This module is not supported.


numpy.doc.constants
-------------------

This module is not supported.


numpy.doc.ufuncs
----------------

This module is not supported.


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

.. function:: numpy.dual.cholesky
   :noindex:


   - defined by ``cho_impl(a)`` at `numba/np/linalg.py:976-1018 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L976-L1018>`_

.. function:: numpy.dual.det
   :noindex:


   - defined by ``det_impl(a)`` at `numba/np/linalg.py:2093-2104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2093-L2104>`_

.. function:: numpy.dual.eig
   :noindex:


   - defined by ``eig_impl(a)`` at `numba/np/linalg.py:1020-1133 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1020-L1133>`_

.. function:: numpy.dual.eigh
   :noindex:


   - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1254-1301 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1254-L1301>`_

.. function:: numpy.dual.eigvals
   :noindex:


   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1135-1252 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1135-L1252>`_

.. function:: numpy.dual.eigvalsh
   :noindex:


   - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1303-1350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1303-L1350>`_

.. function:: numpy.dual.inv
   :noindex:


   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:908-945 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L908-L945>`_

.. function:: numpy.dual.lstsq
   :noindex:


   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1658-1750 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1658-L1750>`_

.. function:: numpy.dual.norm
   :noindex:


   - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2427-2433 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2427-L2433>`_

.. function:: numpy.dual.pinv
   :noindex:


   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1834-1995 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1834-L1995>`_

.. function:: numpy.dual.solve
   :noindex:


   - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1773-1831 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1773-L1831>`_

.. function:: numpy.dual.svd
   :noindex:


   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1352-1415 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1352-L1415>`_

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
   :noindex:

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

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

Not showing 108 unsupported functions.

supported = 1 / 109 = 0.92%


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

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


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

Not showing 29 unsupported functions.

supported = 1 / 30 = 3.33%


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

This module is not supported.


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

This module is not supported.


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

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

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

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2296-2316 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2296-L2316>`_

Not showing 6 unsupported functions.

supported = 4 / 10 = 40.00%


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

This module is not supported.


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

.. function:: numpy.lib.angle
   :noindex:

   Alias to: ``numpy.angle``

   - defined by ``ov_np_angle(z, deg=False)`` at `numba/np/arraymath.py:3202-3232 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3202-L3232>`_

.. function:: numpy.lib.append
   :noindex:

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2083-2106 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2083-L2106>`_

.. function:: numpy.lib.array_split
   :noindex:

   Alias to: ``numpy.array_split``

   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6017-6077 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6017-L6077>`_

.. function:: numpy.lib.asarray_chkfinite
   :noindex:

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4404-4426 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4404-L4426>`_

.. function:: numpy.lib.asfarray
   :noindex:

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4296-4308 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4296-L4308>`_

.. function:: numpy.lib.average
   :noindex:

   Alias to: ``numpy.average``

   - defined by ``np_average(arr, axis=None, weights=None)`` at `numba/np/arraymath.py:918-952 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L918-L952>`_

.. function:: numpy.lib.bartlett
   :noindex:

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.lib.bincount
   :noindex:

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3602-3657 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3602-L3657>`_

.. function:: numpy.lib.blackman
   :noindex:

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.lib.broadcast_arrays
   :noindex:

   Alias to: ``numpy.broadcast_arrays``

   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1563-1618 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1563-L1618>`_

.. function:: numpy.lib.broadcast_shapes
   :noindex:

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1560 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1520-L1560>`_

.. function:: numpy.lib.broadcast_to
   :noindex:

   Alias to: ``numpy.broadcast_to``

   - defined by ``numpy_broadcast_to(array, shape)`` at `numba/np/arrayobj.py:1460-1500 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1460-L1500>`_

.. function:: numpy.lib.column_stack
   :noindex:

   Alias to: ``numpy.column_stack``

   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5749-5754 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5749-L5754>`_

.. function:: numpy.lib.copy
   :noindex:

   Alias to: ``numpy.copy``

   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4729-4734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4729-L4734>`_

.. function:: numpy.lib.corrcoef
   :noindex:

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2878-2908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2878-L2908>`_

.. function:: numpy.lib.cov
   :noindex:

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2819-2875 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2819-L2875>`_

.. function:: numpy.lib.delete
   :noindex:

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3461-3505 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3461-L3505>`_

.. function:: numpy.lib.diag
   :noindex:

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4457-4493 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4457-L4493>`_

.. function:: numpy.lib.diff
   :noindex:

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3508-3544 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3508-L3544>`_

.. function:: numpy.lib.digitize
   :noindex:

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3763-3889 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3763-L3889>`_

.. function:: numpy.lib.dstack
   :noindex:

   Alias to: ``numpy.dstack``

   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:5913-5918 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5913-L5918>`_

.. function:: numpy.lib.ediff1d
   :noindex:

   Alias to: ``numpy.ediff1d``

   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:2108-2161 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2108-L2161>`_

.. function:: numpy.lib.expand_dims
   :noindex:

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5379-5391 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5379-L5391>`_

.. function:: numpy.lib.extract
   :noindex:

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4311-4334 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4311-L4334>`_

.. function:: numpy.lib.eye
   :noindex:

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4431-4454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4431-L4454>`_

.. function:: numpy.lib.fill_diagonal
   :noindex:

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:3042-3072 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3042-L3072>`_

.. function:: numpy.lib.flip
   :noindex:

   Alias to: ``numpy.flip``

   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:6003-6014 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6003-L6014>`_

.. function:: numpy.lib.fliplr
   :noindex:

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:5939-5953 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5939-L5953>`_

.. function:: numpy.lib.flipud
   :noindex:

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:5956-5970 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5956-L5970>`_

.. function:: numpy.lib.hamming
   :noindex:

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.lib.hanning
   :noindex:

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.lib.histogram
   :noindex:

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3895-3975 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3895-L3975>`_

.. function:: numpy.lib.imag
   :noindex:

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3415-3420 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3415-L3420>`_

.. function:: numpy.lib.interp
   :noindex:

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2593-2631 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2593-L2631>`_

.. function:: numpy.lib.intersect1d
   :noindex:

   Alias to: ``numpy.intersect1d``

   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3569-3589 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3569-L3589>`_

.. function:: numpy.lib.iscomplex
   :noindex:

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:968-973 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L968-L973>`_

.. function:: numpy.lib.iscomplexobj
   :noindex:

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:984-1001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L984-L1001>`_

.. function:: numpy.lib.isneginf
   :noindex:

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1036-1039 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1036-L1039>`_

.. function:: numpy.lib.isposinf
   :noindex:

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1042-1045 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1042-L1045>`_

.. function:: numpy.lib.isreal
   :noindex:

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:976-981 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L976-L981>`_

.. function:: numpy.lib.isrealobj
   :noindex:

   Alias to: ``numpy.isrealobj``

   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1004-1011 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1004-L1011>`_

.. function:: numpy.lib.kaiser
   :noindex:

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4581-4600 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4581-L4600>`_

.. function:: numpy.lib.kron
   :noindex:

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2785-2839 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2785-L2839>`_

.. function:: numpy.lib.median
   :noindex:

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1572-1584 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1572-L1584>`_

.. function:: numpy.lib.nan_to_num
   :noindex:

   Alias to: ``numpy.nan_to_num``

   - defined by ``nan_to_num_impl(x, copy=True, nan=0.0)`` at `numba/np/arrayobj.py:6549-6613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6549-L6613>`_

.. function:: numpy.lib.nancumprod
   :noindex:

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1284-1306 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1284-L1306>`_

.. function:: numpy.lib.nancumsum
   :noindex:

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1309-1331 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1309-L1331>`_

.. function:: numpy.lib.nanmax
   :noindex:

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1175-1181 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1175-L1181>`_

.. function:: numpy.lib.nanmean
   :noindex:

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1184-1201 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1184-L1201>`_

.. function:: numpy.lib.nanmedian
   :noindex:

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1758-1780 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1758-L1780>`_

.. function:: numpy.lib.nanmin
   :noindex:

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1166-1172 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1166-L1172>`_

.. function:: numpy.lib.nanpercentile
   :noindex:

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1737-1741 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1737-L1741>`_

.. function:: numpy.lib.nanprod
   :noindex:

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1262-1281 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1262-L1281>`_

.. function:: numpy.lib.nanquantile
   :noindex:

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1751-1755 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1751-L1755>`_

.. function:: numpy.lib.nanstd
   :noindex:

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1229-1237 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1229-L1237>`_

.. function:: numpy.lib.nansum
   :noindex:

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1240-1259 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1240-L1259>`_

.. function:: numpy.lib.nanvar
   :noindex:

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1204-1226 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1204-L1226>`_

.. function:: numpy.lib.percentile
   :noindex:

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1730-1734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1730-L1734>`_

.. function:: numpy.lib.quantile
   :noindex:

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1744-1748 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1744-L1748>`_

.. function:: numpy.lib.real
   :noindex:

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3407-3412 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3407-L3412>`_

.. function:: numpy.lib.roots
   :noindex:

   Alias to: ``numpy.roots``

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

.. function:: numpy.lib.rot90
   :noindex:

   Alias to: ``numpy.rot90``

   - defined by ``numpy_rot90(arr, k=1)`` at `numba/np/arrayobj.py:1912-1936 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1912-L1936>`_

.. function:: numpy.lib.row_stack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.lib.select
   :noindex:

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4337-4385 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4337-L4385>`_

.. function:: numpy.lib.sinc
   :noindex:

   Alias to: ``numpy.sinc``

   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3182-3199 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3182-L3199>`_

.. function:: numpy.lib.split
   :noindex:

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6080-6104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6080-L6104>`_

.. function:: numpy.lib.take_along_axis
   :noindex:

   Alias to: ``numpy.take_along_axis``

   - defined by ``arr_take_along_axis(arr, indices, axis)`` at `numba/np/arrayobj.py:6505-6546 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6505-L6546>`_

.. function:: numpy.lib.trapz
   :noindex:

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2198-2217 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2198-L2217>`_

.. function:: numpy.lib.tri
   :noindex:

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1927-1938 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1927-L1938>`_

.. function:: numpy.lib.tril
   :noindex:

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1964-1988 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1964-L1988>`_

.. function:: numpy.lib.tril_indices
   :noindex:

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1991-2002 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1991-L2002>`_

.. function:: numpy.lib.tril_indices_from
   :noindex:

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2005-2016 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2005-L2016>`_

.. function:: numpy.lib.triu
   :noindex:

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2025-2048 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2025-L2048>`_

.. function:: numpy.lib.triu_indices
   :noindex:

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2051-2062 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2051-L2062>`_

.. function:: numpy.lib.triu_indices_from
   :noindex:

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2065-2076 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2065-L2076>`_

.. function:: numpy.lib.union1d
   :noindex:

   Alias to: ``numpy.union1d``

   - defined by ``np_union1d(arr1, arr2)`` at `numba/np/arraymath.py:4388-4401 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4388-L4401>`_

.. function:: numpy.lib.unique
   :noindex:

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:2444-2451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2444-L2451>`_

.. function:: numpy.lib.vander
   :noindex:

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2256-2293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2256-L2293>`_

Not showing 79 unsupported functions.

supported = 78 / 157 = 49.68%


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

This module is not supported.


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

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

   Alias to: ``numpy.ediff1d``

   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:2108-2161 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2108-L2161>`_

.. function:: numpy.lib.arraysetops.intersect1d
   :noindex:

   Alias to: ``numpy.intersect1d``

   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3569-3589 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3569-L3589>`_

.. function:: numpy.lib.arraysetops.union1d
   :noindex:

   Alias to: ``numpy.union1d``

   - defined by ``np_union1d(arr1, arr2)`` at `numba/np/arraymath.py:4388-4401 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4388-L4401>`_

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

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:2444-2451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2444-L2451>`_

Not showing 4 unsupported functions.

supported = 4 / 8 = 50.00%


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

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


   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``
   - defined by ``func(x, y)`` at `numba/experimental/jitclass/overloads.py:0-34 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_repeat(a, b)`` at `numba/cpython/unicode.py:1892-1901 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/unicode.py#L1892-L1901>`_
   - defined by ``charseq_repeat(a, b)`` at `numba/cpython/charseq.py:399-416 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/charseq.py#L399-L416>`_
   - defined by ``<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>``

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

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

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

Not showing 0 unsupported functions.

supported = 2 / 2 = 100.00%


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

This module is not supported.


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

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

   Alias to: ``numpy.angle``

   - defined by ``ov_np_angle(z, deg=False)`` at `numba/np/arraymath.py:3202-3232 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3202-L3232>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

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

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2083-2106 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2083-L2106>`_

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4404-4426 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4404-L4426>`_

.. function:: numpy.lib.function_base.average
   :noindex:

   Alias to: ``numpy.average``

   - defined by ``np_average(arr, axis=None, weights=None)`` at `numba/np/arraymath.py:918-952 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L918-L952>`_

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

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

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

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3602-3657 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3602-L3657>`_

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

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

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

   Alias to: ``numpy.copy``

   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4729-4734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4729-L4734>`_

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

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2878-2908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2878-L2908>`_

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

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2819-2875 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2819-L2875>`_

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

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3461-3505 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3461-L3505>`_

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

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4457-4493 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4457-L4493>`_

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

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3508-3544 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3508-L3544>`_

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

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3763-3889 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3763-L3889>`_

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

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

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

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4311-4334 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4311-L4334>`_

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

   Alias to: ``numpy.flip``

   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:6003-6014 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6003-L6014>`_

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

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

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

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

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

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3895-3975 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3895-L3975>`_

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

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2593-2631 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2593-L2631>`_

.. function:: numpy.lib.function_base.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

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

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4581-4600 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4581-L4600>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:426-446 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L426-L446>`_

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

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1572-1584 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1572-L1584>`_

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

   Alias to: ``numpy.nonzero``

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

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

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4385-4397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4385-L4397>`_

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

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1861-1883 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1861-L1883>`_

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

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1730-1734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1730-L1734>`_

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

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1744-1748 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1744-L1748>`_

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

   Alias to: ``numpy.ravel``

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

.. function:: numpy.lib.function_base.rot90
   :noindex:

   Alias to: ``numpy.rot90``

   - defined by ``numpy_rot90(arr, k=1)`` at `numba/np/arrayobj.py:1912-1936 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1912-L1936>`_

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

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4337-4385 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4337-L4385>`_

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

   Alias to: ``numpy.sinc``

   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3182-3199 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3182-L3199>`_

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

   Alias to: ``numpy.sum``

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

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

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4496-4541 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4496-L4541>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

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

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2198-2217 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2198-L2217>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

.. function:: numpy.lib.function_base.zeros_like
   :noindex:

   Alias to: ``numpy.zeros_like``

   - defined by ``ol_np_zeros_like(a, dtype=None)`` at `numba/np/arrayobj.py:4328-4337 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4328-L4337>`_

Not showing 22 unsupported functions.

supported = 46 / 68 = 67.65%


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

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

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3895-3975 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3895-L3975>`_

Not showing 2 unsupported functions.

supported = 1 / 3 = 33.33%


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

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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


   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:6274-6300 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6274-L6300>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:401-423 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L401-L423>`_

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

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3508-3544 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3508-L3544>`_

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

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:3042-3072 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3042-L3072>`_

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

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4638-4675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4638-L4675>`_

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
   :noindex:

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1284-1306 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1284-L1306>`_

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

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1309-1331 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1309-L1331>`_

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

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1175-1181 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1175-L1181>`_

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

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1184-1201 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1184-L1201>`_

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

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1758-1780 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1758-L1780>`_

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

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1166-1172 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1166-L1172>`_

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

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1737-1741 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1737-L1741>`_

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

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1262-1281 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1262-L1281>`_

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

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1751-1755 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1751-L1755>`_

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

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1229-1237 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1229-L1237>`_

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

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1240-1259 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1240-L1259>`_

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

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1204-1226 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1204-L1226>`_

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
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5442-5445 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5442-L5445>`_

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

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4457-4493 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4457-L4493>`_

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

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

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

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

   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1135-1252 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1135-L1252>`_

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

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5828-5833 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5828-L5833>`_

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

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3415-3420 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3415-L3420>`_

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

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

   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:908-945 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L908-L945>`_

.. function:: numpy.lib.polynomial.iscomplex
   :noindex:

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:968-973 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L968-L973>`_

.. function:: numpy.lib.polynomial.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

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

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

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1658-1750 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1658-L1750>`_

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

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4385-4397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4385-L4397>`_

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

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3407-3412 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3407-L3412>`_

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

   Alias to: ``numpy.roots``

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

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

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2256-2293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2256-L2293>`_

Not showing 12 unsupported functions.

supported = 15 / 27 = 55.56%


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

This module is not supported.


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

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.lib.scimath.isreal
   :noindex:

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:976-981 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L976-L981>`_

Not showing 10 unsupported functions.

supported = 3 / 13 = 23.08%


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

This module is not supported.


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

.. function:: numpy.lib.shape_base.array
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.lib.shape_base.array_split
   :noindex:

   Alias to: ``numpy.array_split``

   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6017-6077 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6017-L6077>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5454-5457 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5454-L5457>`_

.. function:: numpy.lib.shape_base.column_stack
   :noindex:

   Alias to: ``numpy.column_stack``

   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5749-5754 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5749-L5754>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

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

   Alias to: ``numpy.dstack``

   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:5913-5918 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5913-L5918>`_

.. function:: numpy.lib.shape_base.expand_dims
   :noindex:

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5379-5391 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5379-L5391>`_

.. function:: numpy.lib.shape_base.kron
   :noindex:

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2785-2839 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2785-L2839>`_

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

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2708-2719 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2708-L2719>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.lib.shape_base.split
   :noindex:

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6080-6104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6080-L6104>`_

.. function:: numpy.lib.shape_base.take_along_axis
   :noindex:

   Alias to: ``numpy.take_along_axis``

   - defined by ``arr_take_along_axis(arr, indices, axis)`` at `numba/np/arrayobj.py:6505-6546 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6505-L6546>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

Not showing 12 unsupported functions.

supported = 17 / 29 = 58.62%


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

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

   Alias to: ``numpy.lib.index_tricks.as_strided``

   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:6274-6300 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6274-L6300>`_

.. function:: numpy.lib.stride_tricks.broadcast_arrays
   :noindex:

   Alias to: ``numpy.broadcast_arrays``

   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1563-1618 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1563-L1618>`_

.. function:: numpy.lib.stride_tricks.broadcast_shapes
   :noindex:

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1560 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1520-L1560>`_

.. function:: numpy.lib.stride_tricks.broadcast_to
   :noindex:

   Alias to: ``numpy.broadcast_to``

   - defined by ``numpy_broadcast_to(array, shape)`` at `numba/np/arrayobj.py:1460-1500 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1460-L1500>`_

.. function:: numpy.lib.stride_tricks.sliding_window_view
   :noindex:


   - defined by ``sliding_window_view(x, window_shape, axis=None)`` at `numba/np/arrayobj.py:6303-6395 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6303-L6395>`_

Not showing 3 unsupported functions.

supported = 5 / 8 = 62.50%


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

.. function:: numpy.lib.twodim_base.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.lib.twodim_base.broadcast_to
   :noindex:

   Alias to: ``numpy.broadcast_to``

   - defined by ``numpy_broadcast_to(array, shape)`` at `numba/np/arrayobj.py:1460-1500 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1460-L1500>`_

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

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4457-4493 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4457-L4493>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

.. function:: numpy.lib.twodim_base.eye
   :noindex:

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4431-4454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4431-L4454>`_

.. function:: numpy.lib.twodim_base.fliplr
   :noindex:

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:5939-5953 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5939-L5953>`_

.. function:: numpy.lib.twodim_base.flipud
   :noindex:

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:5956-5970 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5956-L5970>`_

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

   Alias to: ``numpy.nonzero``

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

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

   Alias to: ``numpy.ones``

   - defined by ``ol_np_ones(shape, dtype=None)`` at `numba/np/arrayobj.py:4385-4397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4385-L4397>`_

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

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1927-1938 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1927-L1938>`_

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

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1964-1988 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1964-L1988>`_

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

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1991-2002 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1991-L2002>`_

.. function:: numpy.lib.twodim_base.tril_indices_from
   :noindex:

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2005-2016 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2005-L2016>`_

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

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2025-2048 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2025-L2048>`_

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

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2051-2062 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2051-L2062>`_

.. function:: numpy.lib.twodim_base.triu_indices_from
   :noindex:

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2065-2076 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2065-L2076>`_

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

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2256-2293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2256-L2293>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

Not showing 9 unsupported functions.

supported = 20 / 29 = 68.97%


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

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

.. function:: numpy.lib.type_check.asfarray
   :noindex:

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4296-4308 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4296-L4308>`_

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

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3415-3420 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3415-L3420>`_

.. function:: numpy.lib.type_check.iscomplex
   :noindex:

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:968-973 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L968-L973>`_

.. function:: numpy.lib.type_check.iscomplexobj
   :noindex:

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:984-1001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L984-L1001>`_

.. function:: numpy.lib.type_check.isneginf
   :noindex:

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1036-1039 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1036-L1039>`_

.. function:: numpy.lib.type_check.isposinf
   :noindex:

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1042-1045 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1042-L1045>`_

.. function:: numpy.lib.type_check.isreal
   :noindex:

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:976-981 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L976-L981>`_

.. function:: numpy.lib.type_check.isrealobj
   :noindex:

   Alias to: ``numpy.isrealobj``

   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1004-1011 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1004-L1011>`_

.. function:: numpy.lib.type_check.nan_to_num
   :noindex:

   Alias to: ``numpy.nan_to_num``

   - defined by ``nan_to_num_impl(x, copy=True, nan=0.0)`` at `numba/np/arrayobj.py:6549-6613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6549-L6613>`_

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

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3407-3412 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3407-L3412>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

Not showing 6 unsupported functions.

supported = 12 / 18 = 66.67%


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

.. function:: numpy.lib.ufunclike.isneginf
   :noindex:

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1036-1039 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1036-L1039>`_

.. function:: numpy.lib.ufunclike.isposinf
   :noindex:

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1042-1045 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1042-L1045>`_

Not showing 2 unsupported functions.

supported = 2 / 4 = 50.00%


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

.. function:: numpy.lib.user_array.arange
   :noindex:

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.lib.user_array.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2432-2439 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2432-L2439>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

Not showing 0 unsupported functions.

supported = 6 / 6 = 100.00%


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

.. function:: numpy.lib.utils.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

Not showing 14 unsupported functions.

supported = 1 / 15 = 6.67%


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

.. function:: numpy.linalg.cholesky
   :noindex:

   Alias to: ``numpy.dual.cholesky``

   - defined by ``cho_impl(a)`` at `numba/np/linalg.py:976-1018 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L976-L1018>`_

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


   - defined by ``cond_impl(a, p=None)`` at `numba/np/linalg.py:2436-2478 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2436-L2478>`_

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

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

   - defined by ``det_impl(a)`` at `numba/np/linalg.py:2093-2104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2093-L2104>`_

.. function:: numpy.linalg.eig
   :noindex:

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

   - defined by ``eig_impl(a)`` at `numba/np/linalg.py:1020-1133 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1020-L1133>`_

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

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

   - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1254-1301 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1254-L1301>`_

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

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

   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1135-1252 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1135-L1252>`_

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

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

   - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1303-1350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1303-L1350>`_

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

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

   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:908-945 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L908-L945>`_

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

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

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1658-1750 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1658-L1750>`_

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


   - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2561-2637 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2561-L2637>`_

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


   - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/np/linalg.py:2495-2558 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2495-L2558>`_

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

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

   - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2427-2433 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2427-L2433>`_

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

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

   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1834-1995 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1834-L1995>`_

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


   - defined by ``qr_impl(a)`` at `numba/np/linalg.py:1418-1492 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1418-L1492>`_

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


   - defined by ``slogdet_impl(a)`` at `numba/np/linalg.py:2034-2090 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2034-L2090>`_

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

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

   - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1773-1831 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1773-L1831>`_

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

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

   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1352-1415 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1352-L1415>`_

Not showing 3 unsupported functions.

supported = 17 / 20 = 85.00%


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

This module is not supported.


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

.. function:: numpy.linalg.linalg.all
   :noindex:

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:800-809 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L800-L809>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.linalg.linalg.argsort
   :noindex:

   Alias to: ``numpy.argsort``

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

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.linalg.linalg.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5448-5451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5448-L5451>`_

.. function:: numpy.linalg.linalg.cholesky
   :noindex:

   Alias to: ``numpy.dual.cholesky``

   - defined by ``cho_impl(a)`` at `numba/np/linalg.py:976-1018 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L976-L1018>`_

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

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

   - defined by ``cond_impl(a, p=None)`` at `numba/np/linalg.py:2436-2478 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2436-L2478>`_

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

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3440-3454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3440-L3454>`_

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

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

   - defined by ``det_impl(a)`` at `numba/np/linalg.py:2093-2104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2093-L2104>`_

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

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

.. function:: numpy.linalg.linalg.eig
   :noindex:

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

   - defined by ``eig_impl(a)`` at `numba/np/linalg.py:1020-1133 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1020-L1133>`_

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

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

   - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1254-1301 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1254-L1301>`_

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

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

   - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1135-1252 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1135-L1252>`_

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

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

   - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1303-1350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1303-L1350>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4239-4258 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4239-L4258>`_

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

   Alias to: ``numpy.empty_like``

   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4273-4295 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4273-L4295>`_

.. function:: numpy.linalg.linalg.eye
   :noindex:

   Alias to: ``numpy.eye``

   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4431-4454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4431-L4454>`_

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

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

   - defined by ``inv_impl(a)`` at `numba/np/linalg.py:908-945 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L908-L945>`_

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

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

   - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1658-1750 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1658-L1750>`_

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

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

   - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2561-2637 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2561-L2637>`_

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

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

   - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/np/linalg.py:2495-2558 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2495-L2558>`_

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

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

   - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2427-2433 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2427-L2433>`_

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

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

   - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1834-1995 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1834-L1995>`_

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

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

   - defined by ``qr_impl(a)`` at `numba/np/linalg.py:1418-1492 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1418-L1492>`_

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

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

   - defined by ``slogdet_impl(a)`` at `numba/np/linalg.py:2034-2090 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2034-L2090>`_

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

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

   - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1773-1831 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1773-L1831>`_

.. function:: numpy.linalg.linalg.sort
   :noindex:

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6157-6167 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6157-L6167>`_

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

   Alias to: ``numpy.sum``

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

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

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

   - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1352-1415 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L1352-L1415>`_

.. function:: numpy.linalg.linalg.swapaxes
   :noindex:

   Alias to: ``numpy.swapaxes``

   - defined by ``numpy_swapaxes(arr, axis1, axis2)`` at `numba/np/arrayobj.py:6413-6442 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6413-L6442>`_

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

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2025-2048 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2025-L2048>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4317-4325 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4317-L4325>`_

Not showing 12 unsupported functions.

supported = 34 / 46 = 73.91%


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

This module is not supported.


numpy.ma
--------

.. function:: numpy.ma.amax
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

.. function:: numpy.ma.amin
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.ma.expand_dims
   :noindex:

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5379-5391 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5379-L5391>`_

Not showing 104 unsupported functions.

supported = 3 / 107 = 2.80%


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

This module is not supported.


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

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.ma.core.expand_dims
   :noindex:

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5379-5391 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5379-L5391>`_

.. function:: numpy.ma.core.iscomplexobj
   :noindex:

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:984-1001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L984-L1001>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.ma.core.reduce
   :noindex:

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

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

Not showing 83 unsupported functions.

supported = 6 / 89 = 6.74%


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

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

Not showing 49 unsupported functions.

supported = 1 / 50 = 2.00%


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

.. function:: numpy.ma.mrecords.narray
   :noindex:

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

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
   :noindex:

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

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

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%


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

.. function:: numpy.matlib.all
   :noindex:

   Alias to: ``numpy.all``

   - defined by ``np_all(a)`` at `numba/np/arraymath.py:800-809 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L800-L809>`_

.. function:: numpy.matlib.allclose
   :noindex:

   Alias to: ``numpy.allclose``

   - defined by ``np_allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:838-903 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L838-L903>`_

.. function:: numpy.matlib.amax
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-587 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L541-L587>`_

.. function:: numpy.matlib.amin
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:492-538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L492-L538>`_

.. function:: numpy.matlib.angle
   :noindex:

   Alias to: ``numpy.angle``

   - defined by ``ov_np_angle(z, deg=False)`` at `numba/np/arraymath.py:3202-3232 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3202-L3232>`_

.. function:: numpy.matlib.any
   :noindex:

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:906-915 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L906-L915>`_

.. function:: numpy.matlib.append
   :noindex:

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2083-2106 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2083-L2106>`_

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

   Alias to: ``numpy.arange``

   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4570-4635 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4570-L4635>`_

.. function:: numpy.matlib.argmax
   :noindex:

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(arr, axis=None)`` at `numba/np/arraymath.py:780-797 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L780-L797>`_

.. function:: numpy.matlib.argmin
   :noindex:

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(arr, axis=None)`` at `numba/np/arraymath.py:654-671 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L654-L671>`_

.. function:: numpy.matlib.argpartition
   :noindex:

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1886-1908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1886-L1908>`_

.. function:: numpy.matlib.argsort
   :noindex:

   Alias to: ``numpy.argsort``

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

.. function:: numpy.matlib.argwhere
   :noindex:

   Alias to: ``numpy.argwhere``

   - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2915-2937 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2915-L2937>`_

.. function:: numpy.matlib.around
   :noindex:

   Alias to: ``numpy.around``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5242-5254 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5242-L5254>`_

.. function:: numpy.matlib.array_equal
   :noindex:

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3547-3566 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3547-L3566>`_

.. function:: numpy.matlib.array_split
   :noindex:

   Alias to: ``numpy.array_split``

   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6017-6077 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6017-L6077>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4241-4293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4241-L4293>`_

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

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4404-4426 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4404-L4426>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4814-4825 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4814-L4825>`_

.. function:: numpy.matlib.asfarray
   :noindex:

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4296-4308 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4296-L4308>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4828-4840 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4828-L4840>`_

.. function:: numpy.matlib.atleast_1d
   :noindex:

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5442-5445 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5442-L5445>`_

.. function:: numpy.matlib.atleast_2d
   :noindex:

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5448-5451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5448-L5451>`_

.. function:: numpy.matlib.atleast_3d
   :noindex:

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5454-5457 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5454-L5457>`_

.. function:: numpy.matlib.average
   :noindex:

   Alias to: ``numpy.average``

   - defined by ``np_average(arr, axis=None, weights=None)`` at `numba/np/arraymath.py:918-952 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L918-L952>`_

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

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.matlib.bincount
   :noindex:

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3602-3657 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3602-L3657>`_

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

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.matlib.broadcast_arrays
   :noindex:

   Alias to: ``numpy.broadcast_arrays``

   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1563-1618 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1563-L1618>`_

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

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1560 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1520-L1560>`_

.. function:: numpy.matlib.broadcast_to
   :noindex:

   Alias to: ``numpy.broadcast_to``

   - defined by ``numpy_broadcast_to(array, shape)`` at `numba/np/arrayobj.py:1460-1500 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1460-L1500>`_

.. function:: numpy.matlib.clip
   :noindex:

   Alias to: ``numpy.clip``

   - defined by ``np_clip(a, a_min, a_max, out=None)`` at `numba/np/arrayobj.py:2177-2296 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2177-L2296>`_

.. function:: numpy.matlib.column_stack
   :noindex:

   Alias to: ``numpy.column_stack``

   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5749-5754 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5749-L5754>`_

.. function:: numpy.matlib.concatenate
   :noindex:

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

.. function:: numpy.matlib.convolve
   :noindex:

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:4217-4238 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4217-L4238>`_

.. function:: numpy.matlib.copy
   :noindex:

   Alias to: ``numpy.copy``

   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4729-4734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4729-L4734>`_

.. function:: numpy.matlib.corrcoef
   :noindex:

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2878-2908 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2878-L2908>`_

.. function:: numpy.matlib.correlate
   :noindex:

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:4172-4214 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4172-L4214>`_

.. function:: numpy.matlib.count_nonzero
   :noindex:

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3440-3454 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3440-L3454>`_

.. function:: numpy.matlib.cov
   :noindex:

   Alias to: ``numpy.cov``

   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2819-2875 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2819-L2875>`_

.. function:: numpy.matlib.cross
   :noindex:

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4648-4670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4648-L4670>`_

.. function:: numpy.matlib.cumprod
   :noindex:

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:401-423 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L401-L423>`_

.. function:: numpy.matlib.cumsum
   :noindex:

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:376-398 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L376-L398>`_

.. function:: numpy.matlib.delete
   :noindex:

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3461-3505 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3461-L3505>`_

.. function:: numpy.matlib.diag
   :noindex:

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4457-4493 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4457-L4493>`_

.. function:: numpy.matlib.diff
   :noindex:

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3508-3544 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3508-L3544>`_

.. function:: numpy.matlib.digitize
   :noindex:

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3763-3889 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3763-L3889>`_

.. function:: numpy.matlib.dot
   :noindex:

   Alias to: ``numpy.dot``

   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L525-L530>`_
   - defined by ``dot_3(left, right, out)`` at `numba/np/linalg.py:784-817 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L784-L817>`_

.. function:: numpy.matlib.dstack
   :noindex:

   Alias to: ``numpy.dstack``

   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:5913-5918 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5913-L5918>`_

.. function:: numpy.matlib.ediff1d
   :noindex:

   Alias to: ``numpy.ediff1d``

   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:2108-2161 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2108-L2161>`_

.. function:: numpy.matlib.empty_like
   :noindex:

   Alias to: ``numpy.empty_like``

   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4273-4295 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4273-L4295>`_

.. function:: numpy.matlib.expand_dims
   :noindex:

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5379-5391 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5379-L5391>`_

.. function:: numpy.matlib.extract
   :noindex:

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4311-4334 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4311-L4334>`_

.. function:: numpy.matlib.fill_diagonal
   :noindex:

   Alias to: ``numpy.fill_diagonal``

   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:3042-3072 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3042-L3072>`_

.. function:: numpy.matlib.flatnonzero
   :noindex:

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2940-2955 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2940-L2955>`_

.. function:: numpy.matlib.flip
   :noindex:

   Alias to: ``numpy.flip``

   - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:6003-6014 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6003-L6014>`_

.. function:: numpy.matlib.fliplr
   :noindex:

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:5939-5953 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5939-L5953>`_

.. function:: numpy.matlib.flipud
   :noindex:

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:5956-5970 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5956-L5970>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4918-4943 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4918-L4943>`_

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

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4354-4368 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4354-L4368>`_

.. function:: numpy.matlib.full_like
   :noindex:

   Alias to: ``numpy.full_like``

   - defined by ``impl_np_full_like(a, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4371-4382 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4371-L4382>`_

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

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

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

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4463-4475 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4463-L4475>`_

.. function:: numpy.matlib.histogram
   :noindex:

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3895-3975 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3895-L3975>`_

.. function:: numpy.matlib.hstack
   :noindex:

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5828-5833 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5828-L5833>`_

.. function:: numpy.matlib.imag
   :noindex:

   Alias to: ``numpy.imag``

   - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3415-3420 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3415-L3420>`_

.. function:: numpy.matlib.interp
   :noindex:

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2593-2631 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2593-L2631>`_

.. function:: numpy.matlib.intersect1d
   :noindex:

   Alias to: ``numpy.intersect1d``

   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3569-3589 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3569-L3589>`_

.. function:: numpy.matlib.isclose
   :noindex:

   Alias to: ``numpy.isclose``

   - defined by ``isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:1124-1163 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1124-L1163>`_

.. function:: numpy.matlib.iscomplex
   :noindex:

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:968-973 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L968-L973>`_

.. function:: numpy.matlib.iscomplexobj
   :noindex:

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:984-1001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L984-L1001>`_

.. function:: numpy.matlib.isneginf
   :noindex:

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1036-1039 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1036-L1039>`_

.. function:: numpy.matlib.isposinf
   :noindex:

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1042-1045 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1042-L1045>`_

.. function:: numpy.matlib.isreal
   :noindex:

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:976-981 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L976-L981>`_

.. function:: numpy.matlib.isrealobj
   :noindex:

   Alias to: ``numpy.isrealobj``

   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1004-1011 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1004-L1011>`_

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

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

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

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4581-4600 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4581-L4600>`_

.. function:: numpy.matlib.kron
   :noindex:

   Alias to: ``numpy.kron``

   - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2785-2839 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2785-L2839>`_

.. function:: numpy.matlib.linspace
   :noindex:

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4638-4675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4638-L4675>`_

.. function:: numpy.matlib.logspace
   :noindex:

   Alias to: ``numpy.logspace``

   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1896-1909 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1896-L1909>`_

.. function:: numpy.matlib.mean
   :noindex:

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:426-446 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L426-L446>`_

.. function:: numpy.matlib.median
   :noindex:

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1572-1584 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1572-L1584>`_

.. function:: numpy.matlib.nan_to_num
   :noindex:

   Alias to: ``numpy.nan_to_num``

   - defined by ``nan_to_num_impl(x, copy=True, nan=0.0)`` at `numba/np/arrayobj.py:6549-6613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6549-L6613>`_

.. function:: numpy.matlib.nancumprod
   :noindex:

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1284-1306 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1284-L1306>`_

.. function:: numpy.matlib.nancumsum
   :noindex:

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1309-1331 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1309-L1331>`_

.. function:: numpy.matlib.nanmax
   :noindex:

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1175-1181 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1175-L1181>`_

.. function:: numpy.matlib.nanmean
   :noindex:

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1184-1201 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1184-L1201>`_

.. function:: numpy.matlib.nanmedian
   :noindex:

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1758-1780 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1758-L1780>`_

.. function:: numpy.matlib.nanmin
   :noindex:

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1166-1172 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1166-L1172>`_

.. function:: numpy.matlib.nanpercentile
   :noindex:

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1737-1741 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1737-L1741>`_

.. function:: numpy.matlib.nanprod
   :noindex:

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1262-1281 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1262-L1281>`_

.. function:: numpy.matlib.nanquantile
   :noindex:

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1751-1755 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1751-L1755>`_

.. function:: numpy.matlib.nanstd
   :noindex:

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1229-1237 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1229-L1237>`_

.. function:: numpy.matlib.nansum
   :noindex:

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1240-1259 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1240-L1259>`_

.. function:: numpy.matlib.nanvar
   :noindex:

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1204-1226 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1204-L1226>`_

.. function:: numpy.matlib.nonzero
   :noindex:

   Alias to: ``numpy.nonzero``

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

.. function:: numpy.matlib.ones_like
   :noindex:

   Alias to: ``numpy.ones_like``

   - defined by ``ol_np_ones_like(a, dtype=None)`` at `numba/np/arrayobj.py:4340-4351 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4340-L4351>`_

.. function:: numpy.matlib.outer
   :noindex:

   Alias to: ``numpy.outer``

   - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2708-2719 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2708-L2719>`_

.. function:: numpy.matlib.partition
   :noindex:

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1861-1883 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1861-L1883>`_

.. function:: numpy.matlib.percentile
   :noindex:

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1730-1734 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1730-L1734>`_

.. function:: numpy.matlib.prod
   :noindex:

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:359-373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L359-L373>`_

.. function:: numpy.matlib.ptp
   :noindex:

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1409-1435 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1409-L1435>`_

.. function:: numpy.matlib.quantile
   :noindex:

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1744-1748 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1744-L1748>`_

.. function:: numpy.matlib.ravel
   :noindex:

   Alias to: ``numpy.ravel``

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

.. function:: numpy.matlib.real
   :noindex:

   Alias to: ``numpy.real``

   - defined by ``np_real(a)`` at `numba/np/arraymath.py:3407-3412 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3407-L3412>`_

.. function:: numpy.matlib.repeat
   :noindex:

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2454-2496 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2454-L2496>`_

.. function:: numpy.matlib.reshape
   :noindex:

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:2076-2080 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2076-L2080>`_

.. function:: numpy.matlib.roll
   :noindex:

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2296-2316 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2296-L2316>`_

.. function:: numpy.matlib.roots
   :noindex:

   Alias to: ``numpy.roots``

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

.. function:: numpy.matlib.rot90
   :noindex:

   Alias to: ``numpy.rot90``

   - defined by ``numpy_rot90(arr, k=1)`` at `numba/np/arrayobj.py:1912-1936 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1912-L1936>`_

.. function:: numpy.matlib.round_
   :noindex:

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3125-3179 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3125-L3179>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.matlib.searchsorted
   :noindex:

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3716-3760 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3716-L3760>`_

.. function:: numpy.matlib.select
   :noindex:

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4337-4385 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4337-L4385>`_

.. function:: numpy.matlib.shape
   :noindex:

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2432-2439 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2432-L2439>`_

.. function:: numpy.matlib.sinc
   :noindex:

   Alias to: ``numpy.sinc``

   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3182-3199 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3182-L3199>`_

.. function:: numpy.matlib.sort
   :noindex:

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6157-6167 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6157-L6167>`_

.. function:: numpy.matlib.split
   :noindex:

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6080-6104 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6080-L6104>`_

.. function:: numpy.matlib.stack
   :noindex:

   Alias to: ``numpy.stack``

   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5784-5789 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5784-L5789>`_

.. function:: numpy.matlib.std
   :noindex:

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:467-474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L467-L474>`_

.. function:: numpy.matlib.sum
   :noindex:

   Alias to: ``numpy.sum``

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

.. function:: numpy.matlib.swapaxes
   :noindex:

   Alias to: ``numpy.swapaxes``

   - defined by ``numpy_swapaxes(arr, axis1, axis2)`` at `numba/np/arrayobj.py:6413-6442 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6413-L6442>`_

.. function:: numpy.matlib.take
   :noindex:

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4496-4541 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4496-L4541>`_

.. function:: numpy.matlib.take_along_axis
   :noindex:

   Alias to: ``numpy.take_along_axis``

   - defined by ``arr_take_along_axis(arr, indices, axis)`` at `numba/np/arrayobj.py:6505-6546 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L6505-L6546>`_

.. function:: numpy.matlib.trace
   :noindex:

   Alias to: ``numpy.trace``

   - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2642-2670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2642-L2670>`_

.. function:: numpy.matlib.transpose
   :noindex:

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1861-1873 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L1861-L1873>`_

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

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2198-2217 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2198-L2217>`_

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

   Alias to: ``numpy.tri``

   - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1927-1938 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1927-L1938>`_

.. function:: numpy.matlib.tril
   :noindex:

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1964-1988 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1964-L1988>`_

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

   Alias to: ``numpy.tril_indices``

   - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1991-2002 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1991-L2002>`_

.. function:: numpy.matlib.tril_indices_from
   :noindex:

   Alias to: ``numpy.tril_indices_from``

   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2005-2016 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2005-L2016>`_

.. function:: numpy.matlib.triu
   :noindex:

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2025-2048 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2025-L2048>`_

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

   Alias to: ``numpy.triu_indices``

   - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:2051-2062 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2051-L2062>`_

.. function:: numpy.matlib.triu_indices_from
   :noindex:

   Alias to: ``numpy.triu_indices_from``

   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2065-2076 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2065-L2076>`_

.. function:: numpy.matlib.union1d
   :noindex:

   Alias to: ``numpy.union1d``

   - defined by ``np_union1d(arr1, arr2)`` at `numba/np/arraymath.py:4388-4401 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L4388-L4401>`_

.. function:: numpy.matlib.unique
   :noindex:

   Alias to: ``numpy.unique``

   - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:2444-2451 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L2444-L2451>`_

.. function:: numpy.matlib.vander
   :noindex:

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2256-2293 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L2256-L2293>`_

.. function:: numpy.matlib.var
   :noindex:

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:449-464 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L449-L464>`_

.. function:: numpy.matlib.vdot
   :noindex:

   Alias to: ``numpy.vdot``

   - defined by ``vdot(left, right)`` at `numba/np/linalg.py:585-613 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L585-L613>`_

.. function:: numpy.matlib.vstack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:5863-5868 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5863-L5868>`_

.. function:: numpy.matlib.where
   :noindex:

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3342-3350 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3342-L3350>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3353-3404 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L3353-L3404>`_

.. function:: numpy.matlib.zeros_like
   :noindex:

   Alias to: ``numpy.zeros_like``

   - defined by ``ol_np_zeros_like(a, dtype=None)`` at `numba/np/arrayobj.py:4328-4337 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L4328-L4337>`_

Not showing 164 unsupported functions.

supported = 143 / 307 = 46.58%


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

This module is not supported.


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

.. function:: numpy.matrixlib.defmatrix.concatenate
   :noindex:

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5694-5699 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arrayobj.py#L5694-L5699>`_

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

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(num)`` at `numba/np/arraymath.py:1014-1020 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/arraymath.py#L1014-L1020>`_

.. function:: numpy.matrixlib.defmatrix.matrix_power
   :noindex:

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

   - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2561-2637 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/np/linalg.py#L2561-L2637>`_

Not showing 4 unsupported functions.

supported = 3 / 7 = 42.86%


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
   :noindex:


   - defined by ``betavariate_impl(alpha, beta)`` at `numba/cpython/randomimpl.py:886-890 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L886-L890>`_
   - defined by ``beta_impl(alpha, beta, size)`` at `numba/cpython/randomimpl.py:907-920 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L907-L920>`_

.. function:: numpy.random.binomial
   :noindex:


   - defined by ``binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1183-1236 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1183-L1236>`_
   - defined by ``binomial_impl(n, p, size)`` at `numba/cpython/randomimpl.py:1239-1252 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1239-L1252>`_

.. function:: numpy.random.chisquare
   :noindex:


   - defined by ``chisquare_impl(df)`` at `numba/cpython/randomimpl.py:1255-1261 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1255-L1261>`_
   - defined by ``chisquare_impl2(p, size)`` at `numba/cpython/randomimpl.py:1264-1277 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1264-L1277>`_

.. function:: numpy.random.choice
   :noindex:


   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1920-2001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1920-L2001>`_

.. function:: numpy.random.dirichlet
   :noindex:


   - defined by ``dirichlet(alpha)`` at `numba/cpython/randomimpl.py:2088-2095 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2088-L2095>`_
   - defined by ``dirichlet(alpha, size=None)`` at `numba/cpython/randomimpl.py:2098-2139 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2098-L2139>`_

.. function:: numpy.random.exponential
   :noindex:


   - defined by ``exponential_impl(scale)`` at `numba/cpython/randomimpl.py:939-944 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L939-L944>`_
   - defined by ``exponential_impl(scale, size)`` at `numba/cpython/randomimpl.py:947-960 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L947-L960>`_
   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:963-968 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L963-L968>`_

.. function:: numpy.random.f
   :noindex:


   - defined by ``f_impl(num, denom)`` at `numba/cpython/randomimpl.py:1280-1288 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1280-L1288>`_
   - defined by ``f_impl(num, denom, size)`` at `numba/cpython/randomimpl.py:1291-1306 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1291-L1306>`_

.. function:: numpy.random.gamma
   :noindex:


   - defined by ``gammavariate_impl(alpha)`` at `numba/cpython/randomimpl.py:774-778 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L774-L778>`_
   - defined by ``gammavariate_impl(alpha, beta)`` at `numba/cpython/randomimpl.py:781-785 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L781-L785>`_
   - defined by ``gamma_impl(alpha, beta, size)`` at `numba/cpython/randomimpl.py:847-860 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L847-L860>`_

.. function:: numpy.random.geometric
   :noindex:


   - defined by ``geometric_impl(p)`` at `numba/cpython/randomimpl.py:1309-1330 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1309-L1330>`_
   - defined by ``geometric_impl(p, size)`` at `numba/cpython/randomimpl.py:1333-1346 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1333-L1346>`_

.. function:: numpy.random.gumbel
   :noindex:


   - defined by ``gumbel_impl(loc, scale)`` at `numba/cpython/randomimpl.py:1349-1357 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1349-L1357>`_
   - defined by ``gumbel_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1360-1373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1360-L1373>`_

.. function:: numpy.random.hypergeometric
   :noindex:


   - defined by ``hypergeometric_impl(ngood, nbad, nsamples)`` at `numba/cpython/randomimpl.py:1376-1397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1376-L1397>`_
   - defined by ``hypergeometric_impl(ngood, nbad, nsamples, size)`` at `numba/cpython/randomimpl.py:1400-1414 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1400-L1414>`_

.. function:: numpy.random.laplace
   :noindex:


   - defined by ``laplace_impl0()`` at `numba/cpython/randomimpl.py:1417-1419 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1417-L1419>`_
   - defined by ``laplace_impl1(loc)`` at `numba/cpython/randomimpl.py:1422-1425 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1422-L1425>`_
   - defined by ``laplace_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1428-1432 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1428-L1432>`_
   - defined by ``laplace_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1435-1448 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1435-L1448>`_

.. function:: numpy.random.logistic
   :noindex:


   - defined by ``logistic_impl0()`` at `numba/cpython/randomimpl.py:1459-1461 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1459-L1461>`_
   - defined by ``logistic_impl1(loc)`` at `numba/cpython/randomimpl.py:1464-1467 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1464-L1467>`_
   - defined by ``logistic_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1470-1474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1470-L1474>`_
   - defined by ``logistic_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1477-1490 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1477-L1490>`_

.. function:: numpy.random.lognormal
   :noindex:


   - defined by ``np_lognormal_impl0()`` at `numba/cpython/randomimpl.py:988-990 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L988-L990>`_
   - defined by ``np_log_normal_impl1(mu)`` at `numba/cpython/randomimpl.py:993-996 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L993-L996>`_
   - defined by ``np_log_normal_impl2(mu, sigma)`` at `numba/cpython/randomimpl.py:999-1003 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L999-L1003>`_
   - defined by ``lognormal_impl(mu, sigma, size)`` at `numba/cpython/randomimpl.py:1006-1019 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1006-L1019>`_

.. function:: numpy.random.logseries
   :noindex:


   - defined by ``logseries_impl(p)`` at `numba/cpython/randomimpl.py:1519-1522 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1519-L1522>`_
   - defined by ``logseries_impl(p, size)`` at `numba/cpython/randomimpl.py:1525-1538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1525-L1538>`_

.. function:: numpy.random.multinomial
   :noindex:


   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:2007-2082 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2007-L2082>`_

.. function:: numpy.random.negative_binomial
   :noindex:


   - defined by ``negative_binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1541-1553 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1541-L1553>`_

.. function:: numpy.random.noncentral_chisquare
   :noindex:


   - defined by ``noncentral_chisquare(df, nonc)`` at `numba/cpython/randomimpl.py:2168-2176 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2168-L2176>`_
   - defined by ``noncentral_chisquare(df, nonc, size=None)`` at `numba/cpython/randomimpl.py:2179-2202 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2179-L2202>`_

.. function:: numpy.random.normal
   :noindex:


   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:285-288 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L285-L288>`_
   - defined by ``np_gauss_impl1(loc)`` at `numba/cpython/randomimpl.py:291-294 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L291-L294>`_
   - defined by ``np_gauss_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:297-307 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L297-L307>`_
   - defined by ``np_gauss_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:326-343 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L326-L343>`_

.. function:: numpy.random.pareto
   :noindex:


   - defined by ``pareto_impl(alpha)`` at `numba/cpython/randomimpl.py:1044-1052 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1044-L1052>`_
   - defined by ``pareto_impl(alpha, size)`` at `numba/cpython/randomimpl.py:1055-1068 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1055-L1068>`_

.. function:: numpy.random.permutation
   :noindex:


   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1867-1881 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1867-L1881>`_

.. function:: numpy.random.poisson
   :noindex:


   - defined by ``poisson_impl0()`` at `numba/cpython/randomimpl.py:1556-1558 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1556-L1558>`_
   - defined by ``poisson_impl1(lam)`` at `numba/cpython/randomimpl.py:1561-1624 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1561-L1624>`_
   - defined by ``poisson_impl2(lam, size)`` at `numba/cpython/randomimpl.py:1627-1642 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1627-L1642>`_

.. function:: numpy.random.power
   :noindex:


   - defined by ``power_impl(a)`` at `numba/cpython/randomimpl.py:1645-1654 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1645-L1654>`_
   - defined by ``power_impl(a, size)`` at `numba/cpython/randomimpl.py:1657-1670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1657-L1670>`_

.. function:: numpy.random.rand
   :noindex:


   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1887-1899 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1887-L1899>`_

.. function:: numpy.random.randint
   :noindex:


   - defined by ``np_randint_impl_1(high)`` at `numba/cpython/randomimpl.py:565-568 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L565-L568>`_
   - defined by ``np_randint_impl_2(low, high)`` at `numba/cpython/randomimpl.py:571-593 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L571-L593>`_
   - defined by ``np_randint_impl_3(low, high, size)`` at `numba/cpython/randomimpl.py:596-614 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L596-L614>`_

.. function:: numpy.random.randn
   :noindex:


   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1902-1914 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1902-L1914>`_

.. function:: numpy.random.random
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.random_sample
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.ranf
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.rayleigh
   :noindex:


   - defined by ``rayleigh_impl0()`` at `numba/cpython/randomimpl.py:1673-1675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1673-L1675>`_
   - defined by ``rayleigh_impl1(mode)`` at `numba/cpython/randomimpl.py:1678-1681 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1678-L1681>`_
   - defined by ``rayleigh_impl2(mode, size)`` at `numba/cpython/randomimpl.py:1690-1703 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1690-L1703>`_

.. function:: numpy.random.sample
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.seed
   :noindex:


   - defined by ``seed_impl(seed)`` at `numba/cpython/randomimpl.py:206-209 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L206-L209>`_

.. function:: numpy.random.shuffle
   :noindex:


   - defined by ``shuffle_impl(arr)`` at `numba/cpython/randomimpl.py:1862-1864 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1862-L1864>`_

.. function:: numpy.random.standard_cauchy
   :noindex:


   - defined by ``cauchy_impl()`` at `numba/cpython/randomimpl.py:1706-1711 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1706-L1711>`_
   - defined by ``standard_cauchy_impl(size)`` at `numba/cpython/randomimpl.py:1714-1727 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1714-L1727>`_

.. function:: numpy.random.standard_exponential
   :noindex:


   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:963-968 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L963-L968>`_
   - defined by ``standard_exponential_impl(size)`` at `numba/cpython/randomimpl.py:971-985 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L971-L985>`_

.. function:: numpy.random.standard_gamma
   :noindex:


   - defined by ``gammavariate_impl(alpha)`` at `numba/cpython/randomimpl.py:774-778 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L774-L778>`_
   - defined by ``standard_gamma_impl(alpha, size)`` at `numba/cpython/randomimpl.py:863-876 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L863-L876>`_

.. function:: numpy.random.standard_normal
   :noindex:


   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:285-288 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L285-L288>`_
   - defined by ``standard_normal_impl1(size)`` at `numba/cpython/randomimpl.py:310-323 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L310-L323>`_

.. function:: numpy.random.standard_t
   :noindex:


   - defined by ``standard_t_impl(df)`` at `numba/cpython/randomimpl.py:1730-1739 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1730-L1739>`_
   - defined by ``standard_t_impl2(df, size)`` at `numba/cpython/randomimpl.py:1742-1755 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1742-L1755>`_

.. function:: numpy.random.triangular
   :noindex:


   - defined by ``triangular_impl_3(low, mode, high)`` at `numba/cpython/randomimpl.py:731-747 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L731-L747>`_
   - defined by ``triangular_impl(low, high, mode, size)`` at `numba/cpython/randomimpl.py:750-764 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L750-L764>`_

.. function:: numpy.random.uniform
   :noindex:


   - defined by ``np_uniform_impl0()`` at `numba/cpython/randomimpl.py:622-624 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L622-L624>`_
   - defined by ``np_uniform_impl1(low)`` at `numba/cpython/randomimpl.py:633-636 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L633-L636>`_
   - defined by ``np_uniform_impl2(low, high)`` at `numba/cpython/randomimpl.py:652-662 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L652-L662>`_
   - defined by ``np_uniform_impl3(low, high, size)`` at `numba/cpython/randomimpl.py:677-694 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L677-L694>`_

.. function:: numpy.random.vonmises
   :noindex:


   - defined by ``vonmisesvariate_impl(mu, kappa)`` at `numba/cpython/randomimpl.py:1117-1120 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1117-L1120>`_
   - defined by ``vonmises_impl(mu, kappa, size)`` at `numba/cpython/randomimpl.py:1167-1180 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1167-L1180>`_

.. function:: numpy.random.wald
   :noindex:


   - defined by ``wald_impl(mean, scale)`` at `numba/cpython/randomimpl.py:1758-1776 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1758-L1776>`_
   - defined by ``wald_impl2(mean, scale, size)`` at `numba/cpython/randomimpl.py:1779-1792 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1779-L1792>`_

.. function:: numpy.random.weibull
   :noindex:


   - defined by ``weibull_impl(beta)`` at `numba/cpython/randomimpl.py:1084-1092 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1084-L1092>`_
   - defined by ``weibull_impl2(beta, size)`` at `numba/cpython/randomimpl.py:1095-1108 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1095-L1108>`_

.. function:: numpy.random.zipf
   :noindex:


   - defined by ``zipf_impl(a)`` at `numba/cpython/randomimpl.py:1795-1811 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1795-L1811>`_
   - defined by ``zipf_impl(a, size)`` at `numba/cpython/randomimpl.py:1814-1827 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1814-L1827>`_

Not showing 9 unsupported functions.

supported = 44 / 53 = 83.02%


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

This module is not supported.


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

.. function:: numpy.random.mtrand.beta
   :noindex:

   Alias to: ``numpy.random.beta``

   - defined by ``betavariate_impl(alpha, beta)`` at `numba/cpython/randomimpl.py:886-890 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L886-L890>`_
   - defined by ``beta_impl(alpha, beta, size)`` at `numba/cpython/randomimpl.py:907-920 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L907-L920>`_

.. function:: numpy.random.mtrand.binomial
   :noindex:

   Alias to: ``numpy.random.binomial``

   - defined by ``binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1183-1236 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1183-L1236>`_
   - defined by ``binomial_impl(n, p, size)`` at `numba/cpython/randomimpl.py:1239-1252 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1239-L1252>`_

.. function:: numpy.random.mtrand.chisquare
   :noindex:

   Alias to: ``numpy.random.chisquare``

   - defined by ``chisquare_impl(df)`` at `numba/cpython/randomimpl.py:1255-1261 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1255-L1261>`_
   - defined by ``chisquare_impl2(p, size)`` at `numba/cpython/randomimpl.py:1264-1277 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1264-L1277>`_

.. function:: numpy.random.mtrand.choice
   :noindex:

   Alias to: ``numpy.random.choice``

   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1920-2001 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1920-L2001>`_

.. function:: numpy.random.mtrand.dirichlet
   :noindex:

   Alias to: ``numpy.random.dirichlet``

   - defined by ``dirichlet(alpha)`` at `numba/cpython/randomimpl.py:2088-2095 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2088-L2095>`_
   - defined by ``dirichlet(alpha, size=None)`` at `numba/cpython/randomimpl.py:2098-2139 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2098-L2139>`_

.. function:: numpy.random.mtrand.exponential
   :noindex:

   Alias to: ``numpy.random.exponential``

   - defined by ``exponential_impl(scale)`` at `numba/cpython/randomimpl.py:939-944 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L939-L944>`_
   - defined by ``exponential_impl(scale, size)`` at `numba/cpython/randomimpl.py:947-960 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L947-L960>`_
   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:963-968 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L963-L968>`_

.. function:: numpy.random.mtrand.f
   :noindex:

   Alias to: ``numpy.random.f``

   - defined by ``f_impl(num, denom)`` at `numba/cpython/randomimpl.py:1280-1288 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1280-L1288>`_
   - defined by ``f_impl(num, denom, size)`` at `numba/cpython/randomimpl.py:1291-1306 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1291-L1306>`_

.. function:: numpy.random.mtrand.gamma
   :noindex:

   Alias to: ``numpy.random.gamma``

   - defined by ``gammavariate_impl(alpha)`` at `numba/cpython/randomimpl.py:774-778 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L774-L778>`_
   - defined by ``gammavariate_impl(alpha, beta)`` at `numba/cpython/randomimpl.py:781-785 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L781-L785>`_
   - defined by ``gamma_impl(alpha, beta, size)`` at `numba/cpython/randomimpl.py:847-860 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L847-L860>`_

.. function:: numpy.random.mtrand.geometric
   :noindex:

   Alias to: ``numpy.random.geometric``

   - defined by ``geometric_impl(p)`` at `numba/cpython/randomimpl.py:1309-1330 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1309-L1330>`_
   - defined by ``geometric_impl(p, size)`` at `numba/cpython/randomimpl.py:1333-1346 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1333-L1346>`_

.. function:: numpy.random.mtrand.gumbel
   :noindex:

   Alias to: ``numpy.random.gumbel``

   - defined by ``gumbel_impl(loc, scale)`` at `numba/cpython/randomimpl.py:1349-1357 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1349-L1357>`_
   - defined by ``gumbel_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1360-1373 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1360-L1373>`_

.. function:: numpy.random.mtrand.hypergeometric
   :noindex:

   Alias to: ``numpy.random.hypergeometric``

   - defined by ``hypergeometric_impl(ngood, nbad, nsamples)`` at `numba/cpython/randomimpl.py:1376-1397 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1376-L1397>`_
   - defined by ``hypergeometric_impl(ngood, nbad, nsamples, size)`` at `numba/cpython/randomimpl.py:1400-1414 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1400-L1414>`_

.. function:: numpy.random.mtrand.laplace
   :noindex:

   Alias to: ``numpy.random.laplace``

   - defined by ``laplace_impl0()`` at `numba/cpython/randomimpl.py:1417-1419 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1417-L1419>`_
   - defined by ``laplace_impl1(loc)`` at `numba/cpython/randomimpl.py:1422-1425 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1422-L1425>`_
   - defined by ``laplace_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1428-1432 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1428-L1432>`_
   - defined by ``laplace_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1435-1448 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1435-L1448>`_

.. function:: numpy.random.mtrand.logistic
   :noindex:

   Alias to: ``numpy.random.logistic``

   - defined by ``logistic_impl0()`` at `numba/cpython/randomimpl.py:1459-1461 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1459-L1461>`_
   - defined by ``logistic_impl1(loc)`` at `numba/cpython/randomimpl.py:1464-1467 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1464-L1467>`_
   - defined by ``logistic_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1470-1474 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1470-L1474>`_
   - defined by ``logistic_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1477-1490 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1477-L1490>`_

.. function:: numpy.random.mtrand.lognormal
   :noindex:

   Alias to: ``numpy.random.lognormal``

   - defined by ``np_lognormal_impl0()`` at `numba/cpython/randomimpl.py:988-990 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L988-L990>`_
   - defined by ``np_log_normal_impl1(mu)`` at `numba/cpython/randomimpl.py:993-996 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L993-L996>`_
   - defined by ``np_log_normal_impl2(mu, sigma)`` at `numba/cpython/randomimpl.py:999-1003 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L999-L1003>`_
   - defined by ``lognormal_impl(mu, sigma, size)`` at `numba/cpython/randomimpl.py:1006-1019 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1006-L1019>`_

.. function:: numpy.random.mtrand.logseries
   :noindex:

   Alias to: ``numpy.random.logseries``

   - defined by ``logseries_impl(p)`` at `numba/cpython/randomimpl.py:1519-1522 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1519-L1522>`_
   - defined by ``logseries_impl(p, size)`` at `numba/cpython/randomimpl.py:1525-1538 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1525-L1538>`_

.. function:: numpy.random.mtrand.multinomial
   :noindex:

   Alias to: ``numpy.random.multinomial``

   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:2007-2082 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2007-L2082>`_

.. function:: numpy.random.mtrand.negative_binomial
   :noindex:

   Alias to: ``numpy.random.negative_binomial``

   - defined by ``negative_binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1541-1553 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1541-L1553>`_

.. function:: numpy.random.mtrand.noncentral_chisquare
   :noindex:

   Alias to: ``numpy.random.noncentral_chisquare``

   - defined by ``noncentral_chisquare(df, nonc)`` at `numba/cpython/randomimpl.py:2168-2176 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2168-L2176>`_
   - defined by ``noncentral_chisquare(df, nonc, size=None)`` at `numba/cpython/randomimpl.py:2179-2202 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L2179-L2202>`_

.. function:: numpy.random.mtrand.normal
   :noindex:

   Alias to: ``numpy.random.normal``

   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:285-288 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L285-L288>`_
   - defined by ``np_gauss_impl1(loc)`` at `numba/cpython/randomimpl.py:291-294 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L291-L294>`_
   - defined by ``np_gauss_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:297-307 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L297-L307>`_
   - defined by ``np_gauss_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:326-343 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L326-L343>`_

.. function:: numpy.random.mtrand.pareto
   :noindex:

   Alias to: ``numpy.random.pareto``

   - defined by ``pareto_impl(alpha)`` at `numba/cpython/randomimpl.py:1044-1052 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1044-L1052>`_
   - defined by ``pareto_impl(alpha, size)`` at `numba/cpython/randomimpl.py:1055-1068 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1055-L1068>`_

.. function:: numpy.random.mtrand.permutation
   :noindex:

   Alias to: ``numpy.random.permutation``

   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1867-1881 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1867-L1881>`_

.. function:: numpy.random.mtrand.poisson
   :noindex:

   Alias to: ``numpy.random.poisson``

   - defined by ``poisson_impl0()`` at `numba/cpython/randomimpl.py:1556-1558 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1556-L1558>`_
   - defined by ``poisson_impl1(lam)`` at `numba/cpython/randomimpl.py:1561-1624 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1561-L1624>`_
   - defined by ``poisson_impl2(lam, size)`` at `numba/cpython/randomimpl.py:1627-1642 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1627-L1642>`_

.. function:: numpy.random.mtrand.power
   :noindex:

   Alias to: ``numpy.random.power``

   - defined by ``power_impl(a)`` at `numba/cpython/randomimpl.py:1645-1654 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1645-L1654>`_
   - defined by ``power_impl(a, size)`` at `numba/cpython/randomimpl.py:1657-1670 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1657-L1670>`_

.. function:: numpy.random.mtrand.rand
   :noindex:

   Alias to: ``numpy.random.rand``

   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1887-1899 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1887-L1899>`_

.. function:: numpy.random.mtrand.randint
   :noindex:

   Alias to: ``numpy.random.randint``

   - defined by ``np_randint_impl_1(high)`` at `numba/cpython/randomimpl.py:565-568 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L565-L568>`_
   - defined by ``np_randint_impl_2(low, high)`` at `numba/cpython/randomimpl.py:571-593 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L571-L593>`_
   - defined by ``np_randint_impl_3(low, high, size)`` at `numba/cpython/randomimpl.py:596-614 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L596-L614>`_

.. function:: numpy.random.mtrand.randn
   :noindex:

   Alias to: ``numpy.random.randn``

   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1902-1914 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1902-L1914>`_

.. function:: numpy.random.mtrand.random
   :noindex:

   Alias to: ``numpy.random.random``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.mtrand.random_sample
   :noindex:

   Alias to: ``numpy.random.random_sample``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.mtrand.ranf
   :noindex:

   Alias to: ``numpy.random.ranf``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.mtrand.rayleigh
   :noindex:

   Alias to: ``numpy.random.rayleigh``

   - defined by ``rayleigh_impl0()`` at `numba/cpython/randomimpl.py:1673-1675 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1673-L1675>`_
   - defined by ``rayleigh_impl1(mode)`` at `numba/cpython/randomimpl.py:1678-1681 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1678-L1681>`_
   - defined by ``rayleigh_impl2(mode, size)`` at `numba/cpython/randomimpl.py:1690-1703 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1690-L1703>`_

.. function:: numpy.random.mtrand.sample
   :noindex:

   Alias to: ``numpy.random.sample``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:238-249 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L238-L249>`_
   - defined by ``random_impl1(size)`` at `numba/cpython/randomimpl.py:252-268 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L252-L268>`_

.. function:: numpy.random.mtrand.seed
   :noindex:

   Alias to: ``numpy.random.seed``

   - defined by ``seed_impl(seed)`` at `numba/cpython/randomimpl.py:206-209 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L206-L209>`_

.. function:: numpy.random.mtrand.shuffle
   :noindex:

   Alias to: ``numpy.random.shuffle``

   - defined by ``shuffle_impl(arr)`` at `numba/cpython/randomimpl.py:1862-1864 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1862-L1864>`_

.. function:: numpy.random.mtrand.standard_cauchy
   :noindex:

   Alias to: ``numpy.random.standard_cauchy``

   - defined by ``cauchy_impl()`` at `numba/cpython/randomimpl.py:1706-1711 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1706-L1711>`_
   - defined by ``standard_cauchy_impl(size)`` at `numba/cpython/randomimpl.py:1714-1727 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1714-L1727>`_

.. function:: numpy.random.mtrand.standard_exponential
   :noindex:

   Alias to: ``numpy.random.standard_exponential``

   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:963-968 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L963-L968>`_
   - defined by ``standard_exponential_impl(size)`` at `numba/cpython/randomimpl.py:971-985 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L971-L985>`_

.. function:: numpy.random.mtrand.standard_gamma
   :noindex:

   Alias to: ``numpy.random.standard_gamma``

   - defined by ``gammavariate_impl(alpha)`` at `numba/cpython/randomimpl.py:774-778 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L774-L778>`_
   - defined by ``standard_gamma_impl(alpha, size)`` at `numba/cpython/randomimpl.py:863-876 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L863-L876>`_

.. function:: numpy.random.mtrand.standard_normal
   :noindex:

   Alias to: ``numpy.random.standard_normal``

   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:285-288 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L285-L288>`_
   - defined by ``standard_normal_impl1(size)`` at `numba/cpython/randomimpl.py:310-323 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L310-L323>`_

.. function:: numpy.random.mtrand.standard_t
   :noindex:

   Alias to: ``numpy.random.standard_t``

   - defined by ``standard_t_impl(df)`` at `numba/cpython/randomimpl.py:1730-1739 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1730-L1739>`_
   - defined by ``standard_t_impl2(df, size)`` at `numba/cpython/randomimpl.py:1742-1755 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1742-L1755>`_

.. function:: numpy.random.mtrand.triangular
   :noindex:

   Alias to: ``numpy.random.triangular``

   - defined by ``triangular_impl_3(low, mode, high)`` at `numba/cpython/randomimpl.py:731-747 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L731-L747>`_
   - defined by ``triangular_impl(low, high, mode, size)`` at `numba/cpython/randomimpl.py:750-764 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L750-L764>`_

.. function:: numpy.random.mtrand.uniform
   :noindex:

   Alias to: ``numpy.random.uniform``

   - defined by ``np_uniform_impl0()`` at `numba/cpython/randomimpl.py:622-624 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L622-L624>`_
   - defined by ``np_uniform_impl1(low)`` at `numba/cpython/randomimpl.py:633-636 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L633-L636>`_
   - defined by ``np_uniform_impl2(low, high)`` at `numba/cpython/randomimpl.py:652-662 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L652-L662>`_
   - defined by ``np_uniform_impl3(low, high, size)`` at `numba/cpython/randomimpl.py:677-694 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L677-L694>`_

.. function:: numpy.random.mtrand.vonmises
   :noindex:

   Alias to: ``numpy.random.vonmises``

   - defined by ``vonmisesvariate_impl(mu, kappa)`` at `numba/cpython/randomimpl.py:1117-1120 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1117-L1120>`_
   - defined by ``vonmises_impl(mu, kappa, size)`` at `numba/cpython/randomimpl.py:1167-1180 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1167-L1180>`_

.. function:: numpy.random.mtrand.wald
   :noindex:

   Alias to: ``numpy.random.wald``

   - defined by ``wald_impl(mean, scale)`` at `numba/cpython/randomimpl.py:1758-1776 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1758-L1776>`_
   - defined by ``wald_impl2(mean, scale, size)`` at `numba/cpython/randomimpl.py:1779-1792 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1779-L1792>`_

.. function:: numpy.random.mtrand.weibull
   :noindex:

   Alias to: ``numpy.random.weibull``

   - defined by ``weibull_impl(beta)`` at `numba/cpython/randomimpl.py:1084-1092 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1084-L1092>`_
   - defined by ``weibull_impl2(beta, size)`` at `numba/cpython/randomimpl.py:1095-1108 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1095-L1108>`_

.. function:: numpy.random.mtrand.zipf
   :noindex:

   Alias to: ``numpy.random.zipf``

   - defined by ``zipf_impl(a)`` at `numba/cpython/randomimpl.py:1795-1811 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1795-L1811>`_
   - defined by ``zipf_impl(a, size)`` at `numba/cpython/randomimpl.py:1814-1827 <https://github.com/numba/numba/blob/04e81073b2c1e3ff4afa1da8513738e5e136775b/numba/cpython/randomimpl.py#L1814-L1827>`_

Not showing 8 unsupported functions.

supported = 44 / 52 = 84.62%


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


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

This module is not supported.


