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

numpy
-----

.. function:: numpy.all
   :noindex:


   - defined by ``np_all(a)`` at `numba/np/arraymath.py:801-810 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L801-L810>`_

.. function:: numpy.allclose
   :noindex:


   - defined by ``np_allclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:839-904 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L839-L904>`_

.. function:: numpy.amax
   :noindex:


   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

.. function:: numpy.amin
   :noindex:


   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_

.. function:: numpy.angle
   :noindex:


   - defined by ``ov_np_angle(z, deg=False)`` at `numba/np/arraymath.py:3219-3249 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3219-L3249>`_

.. function:: numpy.any
   :noindex:


   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

.. function:: numpy.append
   :noindex:


   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2199-2222 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2199-L2222>`_

.. function:: numpy.arange
   :noindex:


   - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

.. function:: numpy.argmax
   :noindex:


   - defined by ``array_argmax(a, axis=None)`` at `numba/np/arraymath.py:781-798 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L781-L798>`_

.. function:: numpy.argmin
   :noindex:


   - defined by ``array_argmin(a, axis=None)`` at `numba/np/arraymath.py:655-672 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L655-L672>`_

.. function:: numpy.argpartition
   :noindex:


   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1902-1924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1902-L1924>`_

.. 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:2931-2953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2931-L2953>`_

.. function:: numpy.around
   :noindex:


   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

.. function:: numpy.array
   :noindex:


   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

.. function:: numpy.array_equal
   :noindex:


   - defined by ``np_array_equal(a1, a2)`` at `numba/np/arraymath.py:3564-3583 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3564-L3583>`_

.. function:: numpy.array_split
   :noindex:


   - defined by ``np_array_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6159-6219 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6159-L6219>`_

.. function:: numpy.asarray
   :noindex:


   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

.. function:: numpy.asarray_chkfinite
   :noindex:


   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4431-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4431-L4453>`_

.. function:: numpy.ascontiguousarray
   :noindex:


   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4956-4967 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4956-L4967>`_

.. function:: numpy.asfarray
   :noindex:


   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4323-4335 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4323-L4335>`_

.. function:: numpy.asfortranarray
   :noindex:


   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4970-4982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4970-L4982>`_

.. function:: numpy.atleast_1d
   :noindex:


   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5584-5587 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5584-L5587>`_

.. function:: numpy.atleast_2d
   :noindex:


   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5590-5593 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5590-L5593>`_

.. function:: numpy.atleast_3d
   :noindex:


   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5596-5599 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5596-L5599>`_

.. function:: numpy.average
   :noindex:


   - defined by ``np_average(a, axis=None, weights=None)`` at `numba/np/arraymath.py:919-953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L919-L953>`_

.. function:: numpy.bartlett
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.bincount
   :noindex:


   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3619-3674 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3619-L3674>`_

.. function:: numpy.blackman
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.broadcast_arrays
   :noindex:


   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1561-1616 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1561-L1616>`_

.. function:: numpy.broadcast_shapes
   :noindex:


   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1558 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1520-L1558>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:2293-2412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2293-L2412>`_

.. function:: numpy.column_stack
   :noindex:


   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5891-5896 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5891-L5896>`_

.. function:: numpy.concatenate
   :noindex:


   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

.. function:: numpy.convolve
   :noindex:


   - defined by ``np_convolve(a, v, mode='full')`` at `numba/np/arraymath.py:4246-4265 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4246-L4265>`_

.. function:: numpy.copy
   :noindex:


   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4871-4876 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4871-L4876>`_

.. function:: numpy.corrcoef
   :noindex:


   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2894-2924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2894-L2924>`_

.. function:: numpy.correlate
   :noindex:


   - defined by ``_np_correlate(a, v, mode='valid')`` at `numba/np/arraymath.py:4201-4243 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4201-L4243>`_

.. function:: numpy.count_nonzero
   :noindex:


   - defined by ``np_count_nonzero(a, axis=None)`` at `numba/np/arraymath.py:3457-3471 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3457-L3471>`_

.. function:: numpy.cov
   :noindex:


   - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2835-2891 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2835-L2891>`_

.. function:: numpy.cross
   :noindex:


   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4675-4697 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4675-L4697>`_

.. function:: numpy.cumprod
   :noindex:


   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:400-422 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L400-L422>`_

.. function:: numpy.cumsum
   :noindex:


   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:375-397 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L375-L397>`_

.. function:: numpy.delete
   :noindex:


   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3478-3522 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3478-L3522>`_

.. function:: numpy.diag
   :noindex:


   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4573-4609 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4573-L4609>`_

.. function:: numpy.diagflat
   :noindex:


   - defined by ``numpy_diagflat(v, k=0)`` at `numba/np/arrayobj.py:4612-4635 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4612-L4635>`_

.. function:: numpy.diff
   :noindex:


   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3525-3561 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3525-L3561>`_

.. function:: numpy.digitize
   :noindex:


   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3780-3906 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3780-L3906>`_

.. function:: numpy.dot
   :noindex:


   - defined by ``dot_2(left, right)`` at `numba/np/linalg.py:525-530 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L784-L817>`_

.. function:: numpy.dsplit
   :noindex:


   - defined by ``numpy_dsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6291-6308 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6291-L6308>`_

.. function:: numpy.dstack
   :noindex:


   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:6055-6060 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6055-L6060>`_

.. function:: numpy.ediff1d
   :noindex:


   - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:2124-2177 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2124-L2177>`_

.. function:: numpy.empty
   :noindex:


   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

.. function:: numpy.empty_like
   :noindex:


   - defined by ``ol_np_empty_like(arr, dtype=None)`` at `numba/np/arrayobj.py:4389-4411 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4389-L4411>`_

.. function:: numpy.expand_dims
   :noindex:


   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5521-5533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5521-L5533>`_

.. function:: numpy.extract
   :noindex:


   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4338-4361 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4338-L4361>`_

.. function:: numpy.eye
   :noindex:


   - defined by ``numpy_eye(N, M=None, k=0, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4547-4570 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4547-L4570>`_

.. function:: numpy.fill_diagonal
   :noindex:


   - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:3058-3088 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3058-L3088>`_

.. function:: numpy.flatnonzero
   :noindex:


   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2956-2971 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2956-L2971>`_

.. function:: numpy.flip
   :noindex:


   - defined by ``np_flip(m)`` at `numba/np/arrayobj.py:6145-6156 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6145-L6156>`_

.. function:: numpy.fliplr
   :noindex:


   - defined by ``np_flip_lr(m)`` at `numba/np/arrayobj.py:6081-6095 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6081-L6095>`_

.. function:: numpy.flipud
   :noindex:


   - defined by ``np_flip_ud(m)`` at `numba/np/arrayobj.py:6098-6112 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6098-L6112>`_

.. function:: numpy.frombuffer
   :noindex:


   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

.. function:: numpy.full
   :noindex:


   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4470-4484 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4470-L4484>`_

.. function:: numpy.full_like
   :noindex:


   - defined by ``impl_np_full_like(a, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4487-4498 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4487-L4498>`_

.. function:: numpy.geomspace
   :noindex:


   - defined by ``numpy_geomspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1910-1978 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1910-L1978>`_

.. function:: numpy.hamming
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.hanning
   :noindex:


   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.histogram
   :noindex:


   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3912-3992 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3912-L3992>`_

.. function:: numpy.hsplit
   :noindex:


   - defined by ``numpy_hsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6269-6288 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6269-L6288>`_

.. function:: numpy.hstack
   :noindex:


   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5970-5975 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5970-L5975>`_

.. function:: numpy.identity
   :noindex:


   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4516-4529 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4516-L4529>`_

.. function:: numpy.imag
   :noindex:


   - defined by ``np_imag(val)`` at `numba/np/arraymath.py:3432-3437 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3432-L3437>`_

.. function:: numpy.interp
   :noindex:


   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2609-2647 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2609-L2647>`_

.. function:: numpy.intersect1d
   :noindex:


   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3586-3606 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3586-L3606>`_

.. function:: numpy.isclose
   :noindex:


   - defined by ``isclose(a, b, rtol=1e-05, atol=1e-08, equal_nan=False)`` at `numba/np/arraymath.py:1125-1179 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1125-L1179>`_

.. function:: numpy.iscomplex
   :noindex:


   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:969-974 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L969-L974>`_

.. function:: numpy.iscomplexobj
   :noindex:


   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:985-1002 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L985-L1002>`_

.. function:: numpy.isneginf
   :noindex:


   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1037-1040 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1037-L1040>`_

.. function:: numpy.isposinf
   :noindex:


   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1043-1046 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1043-L1046>`_

.. function:: numpy.isreal
   :noindex:


   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:977-982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L977-L982>`_

.. function:: numpy.isrealobj
   :noindex:


   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1005-1012 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1005-L1012>`_

.. function:: numpy.isscalar
   :noindex:


   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

.. function:: numpy.kaiser
   :noindex:


   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4608-4627 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4608-L4627>`_

.. function:: numpy.kron
   :noindex:


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

.. function:: numpy.linspace
   :noindex:


   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4780-4817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4780-L4817>`_

.. function:: numpy.logspace
   :noindex:


   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1894-1907 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1894-L1907>`_

.. function:: numpy.max
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

.. function:: numpy.mean
   :noindex:


   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:425-445 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L425-L445>`_

.. function:: numpy.median
   :noindex:


   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1588-1600 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1588-L1600>`_

.. function:: numpy.min
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_

.. function:: numpy.nan_to_num
   :noindex:


   - defined by ``nan_to_num_impl(x, copy=True, nan=0.0)`` at `numba/np/arrayobj.py:6753-6817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6753-L6817>`_

.. function:: numpy.nancumprod
   :noindex:


   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1300-1322 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1300-L1322>`_

.. function:: numpy.nancumsum
   :noindex:


   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1325-1347 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1325-L1347>`_

.. function:: numpy.nanmax
   :noindex:


   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1191-1197 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1191-L1197>`_

.. function:: numpy.nanmean
   :noindex:


   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1200-1217 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1200-L1217>`_

.. function:: numpy.nanmedian
   :noindex:


   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1774-1796 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1774-L1796>`_

.. function:: numpy.nanmin
   :noindex:


   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1182-1188 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1182-L1188>`_

.. function:: numpy.nanpercentile
   :noindex:


   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1753-1757 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1753-L1757>`_

.. function:: numpy.nanprod
   :noindex:


   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1278-1297 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1278-L1297>`_

.. function:: numpy.nanquantile
   :noindex:


   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1767-1771 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1767-L1771>`_

.. function:: numpy.nanstd
   :noindex:


   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1245-1253 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1245-L1253>`_

.. function:: numpy.nansum
   :noindex:


   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1256-1275 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1256-L1275>`_

.. function:: numpy.nanvar
   :noindex:


   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1220-1242 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1220-L1242>`_

.. 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:4501-4513 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4501-L4513>`_

.. function:: numpy.ones_like
   :noindex:


   - defined by ``ol_np_ones_like(a, dtype=None)`` at `numba/np/arrayobj.py:4456-4467 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4456-L4467>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L2708-L2719>`_

.. function:: numpy.partition
   :noindex:


   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1877-1899 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1877-L1899>`_

.. function:: numpy.percentile
   :noindex:


   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1746-1750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1746-L1750>`_

.. function:: numpy.prod
   :noindex:


   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:358-372 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L358-L372>`_

.. function:: numpy.ptp
   :noindex:


   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1425-1451 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1425-L1451>`_

.. function:: numpy.quantile
   :noindex:


   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1760-1764 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1760-L1764>`_

.. function:: numpy.ravel
   :noindex:


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

.. function:: numpy.real
   :noindex:


   - defined by ``np_real(val)`` at `numba/np/arraymath.py:3424-3429 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3424-L3429>`_

.. function:: numpy.repeat
   :noindex:


   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2570-2612 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2570-L2612>`_

.. function:: numpy.reshape
   :noindex:


   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

.. function:: numpy.resize
   :noindex:


   - defined by ``numpy_resize(a, new_shape)`` at `numba/np/arrayobj.py:2152-2196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2152-L2196>`_

.. function:: numpy.roll
   :noindex:


   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2312-2332 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2312-L2332>`_

.. function:: numpy.roots
   :noindex:


   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:15-60 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L15-L60>`_

.. function:: numpy.rot90
   :noindex:


   - defined by ``numpy_rot90(m, k=1)`` at `numba/np/arrayobj.py:1981-2005 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1981-L2005>`_

.. function:: numpy.round
   :noindex:


   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

.. function:: numpy.round_
   :noindex:

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

.. function:: numpy.row_stack
   :noindex:


   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. function:: numpy.searchsorted
   :noindex:


   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3733-3777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3733-L3777>`_

.. function:: numpy.select
   :noindex:


   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4364-4412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4364-L4412>`_

.. function:: numpy.shape
   :noindex:


   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2548-2555 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2548-L2555>`_

.. function:: numpy.sinc
   :noindex:


   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3199-3216 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3199-L3216>`_

.. function:: numpy.sort
   :noindex:


   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6361-6371 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6361-L6371>`_

.. function:: numpy.split
   :noindex:


   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6222-6246 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6222-L6246>`_

.. function:: numpy.stack
   :noindex:


   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5926-5931 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5926-L5931>`_

.. function:: numpy.std
   :noindex:


   - defined by ``array_std(a)`` at `numba/np/arraymath.py:466-473 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L466-L473>`_

.. function:: numpy.sum
   :noindex:


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

.. function:: numpy.swapaxes
   :noindex:


   - defined by ``numpy_swapaxes(a, axis1, axis2)`` at `numba/np/arrayobj.py:6617-6646 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6617-L6646>`_

.. function:: numpy.take
   :noindex:


   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4638-4683 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4638-L4683>`_

.. function:: numpy.take_along_axis
   :noindex:


   - defined by ``arr_take_along_axis(arr, indices, axis)`` at `numba/np/arrayobj.py:6709-6750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6709-L6750>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L2642-L2670>`_

.. function:: numpy.transpose
   :noindex:


   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

.. function:: numpy.trapz
   :noindex:


   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2214-2233 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2214-L2233>`_

.. function:: numpy.tri
   :noindex:


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

.. function:: numpy.tril
   :noindex:


   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1980-2004 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1980-L2004>`_

.. function:: numpy.tril_indices
   :noindex:


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

.. function:: numpy.tril_indices_from
   :noindex:


   - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2021-2032 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2021-L2032>`_

.. function:: numpy.trim_zeros
   :noindex:


   - defined by ``np_trim_zeros(filt, trim='fb')`` at `numba/np/arraymath.py:4742-4772 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4742-L4772>`_

.. function:: numpy.triu
   :noindex:


   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2041-2064 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2041-L2064>`_

.. function:: numpy.triu_indices
   :noindex:


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

.. function:: numpy.triu_indices_from
   :noindex:


   - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:2081-2092 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2081-L2092>`_

.. function:: numpy.union1d
   :noindex:


   - defined by ``np_union1d(ar1, ar2)`` at `numba/np/arraymath.py:4415-4428 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4415-L4428>`_

.. function:: numpy.unique
   :noindex:


   - defined by ``np_unique(ar)`` at `numba/np/arrayobj.py:2560-2567 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2560-L2567>`_

.. function:: numpy.vander
   :noindex:


   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2272-2309 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2272-L2309>`_

.. function:: numpy.var
   :noindex:


   - defined by ``array_var(a)`` at `numba/np/arraymath.py:448-463 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L448-L463>`_

.. function:: numpy.vdot
   :noindex:


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

.. function:: numpy.vsplit
   :noindex:


   - defined by ``numpy_vsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6249-6266 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6249-L6266>`_

.. function:: numpy.vstack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. function:: numpy.where
   :noindex:


   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

.. function:: numpy.zeros
   :noindex:


   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

.. function:: numpy.zeros_like
   :noindex:


   - defined by ``ol_np_zeros_like(a, dtype=None)`` at `numba/np/arrayobj.py:4444-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4444-L4453>`_

Not showing 149 unsupported functions.

supported = 158 / 307 = 51.47%


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:801-810 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L801-L810>`_

.. 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:839-904 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L839-L904>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

.. 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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(a, axis=None)`` at `numba/np/arraymath.py:781-798 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L781-L798>`_

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

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(a, axis=None)`` at `numba/np/arraymath.py:655-672 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L655-L672>`_

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

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1902-1924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1902-L1924>`_

.. 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:2931-2953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2931-L2953>`_

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

   Alias to: ``numpy.around``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a1, a2)`` at `numba/np/arraymath.py:3564-3583 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3564-L3583>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4956-4967 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4956-L4967>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4970-4982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4970-L4982>`_

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

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5584-5587 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5584-L5587>`_

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

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5590-5593 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5590-L5593>`_

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

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5596-5599 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5596-L5599>`_

.. 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:2293-2412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2293-L2412>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

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

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v, mode='full')`` at `numba/np/arraymath.py:4246-4265 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4246-L4265>`_

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

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v, mode='valid')`` at `numba/np/arraymath.py:4201-4243 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4201-L4243>`_

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

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(a, axis=None)`` at `numba/np/arraymath.py:3457-3471 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3457-L3471>`_

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

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4675-4697 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4675-L4697>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:400-422 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L400-L422>`_

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

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:375-397 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L375-L397>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

.. 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:4389-4411 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4389-L4411>`_

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

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2956-2971 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2956-L2971>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

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

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4470-4484 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4470-L4484>`_

.. 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:4487-4498 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4487-L4498>`_

.. function:: numpy.core.geomspace
   :noindex:

   Alias to: ``numpy.geomspace``

   - defined by ``numpy_geomspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1910-1978 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1910-L1978>`_

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

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5970-5975 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5970-L5975>`_

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

   Alias to: ``numpy.identity``

   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4516-4529 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4516-L4529>`_

.. 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:1125-1179 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1125-L1179>`_

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

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

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

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4780-4817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4780-L4817>`_

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

   Alias to: ``numpy.logspace``

   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1894-1907 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1894-L1907>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:425-445 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L425-L445>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-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:4501-4513 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4501-L4513>`_

.. 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:4456-4467 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4456-L4467>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1877-1899 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1877-L1899>`_

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

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:358-372 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L358-L372>`_

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1425-1451 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1425-L1451>`_

.. 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:2570-2612 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2570-L2612>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

.. function:: numpy.core.resize
   :noindex:

   Alias to: ``numpy.resize``

   - defined by ``numpy_resize(a, new_shape)`` at `numba/np/arrayobj.py:2152-2196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2152-L2196>`_

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

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2312-2332 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2312-L2332>`_

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

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3733-3777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3733-L3777>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2548-2555 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2548-L2555>`_

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

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6361-6371 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6361-L6371>`_

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

   Alias to: ``numpy.stack``

   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5926-5931 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5926-L5931>`_

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

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:466-473 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L466-L473>`_

.. 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(a, axis1, axis2)`` at `numba/np/arrayobj.py:6617-6646 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6617-L6646>`_

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

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4638-4683 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4638-L4683>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

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

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:448-463 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L448-L463>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

.. 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:4444-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4444-L4453>`_

Not showing 72 unsupported functions.

supported = 75 / 147 = 51.02%


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

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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:801-810 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L801-L810>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(a, axis=None)`` at `numba/np/arraymath.py:781-798 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L781-L798>`_

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

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(a, axis=None)`` at `numba/np/arraymath.py:655-672 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L655-L672>`_

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

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1902-1924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1902-L1924>`_

.. 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:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

.. 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:2293-2412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2293-L2412>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:400-422 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L400-L422>`_

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

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:375-397 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L375-L397>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:425-445 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L425-L445>`_

.. 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:1877-1899 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1877-L1899>`_

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

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:358-372 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L358-L372>`_

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1425-1451 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1425-L1451>`_

.. 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:2570-2612 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2570-L2612>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

.. function:: numpy.core.fromnumeric.resize
   :noindex:

   Alias to: ``numpy.resize``

   - defined by ``numpy_resize(a, new_shape)`` at `numba/np/arrayobj.py:2152-2196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2152-L2196>`_

.. 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:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3733-3777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3733-L3777>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2548-2555 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2548-L2555>`_

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

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6361-6371 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6361-L6371>`_

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

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:466-473 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L466-L473>`_

.. 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(a, axis1, axis2)`` at `numba/np/arrayobj.py:6617-6646 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6617-L6646>`_

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

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4638-4683 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4638-L4683>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

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

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:448-463 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L448-L463>`_

Not showing 12 unsupported functions.

supported = 35 / 47 = 74.47%


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

.. function:: numpy.core.function_base.geomspace
   :noindex:

   Alias to: ``numpy.geomspace``

   - defined by ``numpy_geomspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1910-1978 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1910-L1978>`_

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

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4780-4817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4780-L4817>`_

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

   Alias to: ``numpy.logspace``

   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1894-1907 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1894-L1907>`_

Not showing 5 unsupported functions.

supported = 3 / 8 = 37.50%


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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4956-4967 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4956-L4967>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4970-4982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4970-L4982>`_

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

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3619-3674 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3619-L3674>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

.. 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:4389-4411 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4389-L4411>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

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:801-810 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L801-L810>`_

.. 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:839-904 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L839-L904>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

.. 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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(a, axis=None)`` at `numba/np/arraymath.py:781-798 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L781-L798>`_

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

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(a, axis=None)`` at `numba/np/arraymath.py:655-672 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L655-L672>`_

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

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1902-1924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1902-L1924>`_

.. 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:2931-2953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2931-L2953>`_

.. 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:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a1, a2)`` at `numba/np/arraymath.py:3564-3583 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3564-L3583>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4956-4967 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4956-L4967>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4970-4982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4970-L4982>`_

.. 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:2293-2412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2293-L2412>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

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

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v, mode='full')`` at `numba/np/arraymath.py:4246-4265 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4246-L4265>`_

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

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v, mode='valid')`` at `numba/np/arraymath.py:4201-4243 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4201-L4243>`_

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

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(a, axis=None)`` at `numba/np/arraymath.py:3457-3471 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3457-L3471>`_

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

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4675-4697 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4675-L4697>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:400-422 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L400-L422>`_

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

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:375-397 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L375-L397>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

.. 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:4389-4411 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4389-L4411>`_

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

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2956-2971 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2956-L2971>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

.. 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:4470-4484 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4470-L4484>`_

.. 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:4487-4498 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4487-L4498>`_

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

   Alias to: ``numpy.identity``

   - defined by ``impl_np_identity(n, dtype=None)`` at `numba/np/arrayobj.py:4516-4529 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4516-L4529>`_

.. 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:1125-1179 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1125-L1179>`_

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

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:425-445 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L425-L445>`_

.. 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:4501-4513 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4501-L4513>`_

.. 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:4456-4467 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4456-L4467>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1877-1899 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1877-L1899>`_

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

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:358-372 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L358-L372>`_

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

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1425-1451 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1425-L1451>`_

.. 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:2570-2612 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2570-L2612>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

.. function:: numpy.core.numeric.resize
   :noindex:

   Alias to: ``numpy.resize``

   - defined by ``numpy_resize(a, new_shape)`` at `numba/np/arrayobj.py:2152-2196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2152-L2196>`_

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

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2312-2332 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2312-L2332>`_

.. 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:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3733-3777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3733-L3777>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2548-2555 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2548-L2555>`_

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

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6361-6371 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6361-L6371>`_

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

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:466-473 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L466-L473>`_

.. 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(a, axis1, axis2)`` at `numba/np/arrayobj.py:6617-6646 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6617-L6646>`_

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

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4638-4683 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4638-L4683>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

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

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:448-463 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L448-L463>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

.. 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:4444-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4444-L4453>`_

Not showing 74 unsupported functions.

supported = 63 / 137 = 45.99%


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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5584-5587 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5584-L5587>`_

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

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5590-5593 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5590-L5593>`_

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

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5596-5599 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5596-L5599>`_

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

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5970-5975 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5970-L5975>`_

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

   Alias to: ``numpy.stack``

   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5926-5931 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5926-L5931>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4956-4967 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4956-L4967>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4970-4982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4970-L4982>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

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:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L1658-L1750>`_

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


   - defined by ``norm_impl(x, ord=None)`` at `numba/np/linalg.py:2427-2433 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.empty``

   - defined by ``ol_np_empty(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

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

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2312-2332 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2312-L2332>`_

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:3219-3249 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3219-L3249>`_

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

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2199-2222 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2199-L2222>`_

.. 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:6159-6219 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6159-L6219>`_

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

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4431-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4431-L4453>`_

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

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4323-4335 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4323-L4335>`_

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

   Alias to: ``numpy.average``

   - defined by ``np_average(a, axis=None, weights=None)`` at `numba/np/arraymath.py:919-953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L919-L953>`_

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

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3619-3674 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3619-L3674>`_

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

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.broadcast_arrays``

   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1561-1616 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1561-L1616>`_

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

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1558 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1520-L1558>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:5891-5896 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5891-L5896>`_

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

   Alias to: ``numpy.copy``

   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4871-4876 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4871-L4876>`_

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

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2894-2924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2894-L2924>`_

.. 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:2835-2891 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2835-L2891>`_

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

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3478-3522 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3478-L3522>`_

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

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4573-4609 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4573-L4609>`_

.. function:: numpy.lib.diagflat
   :noindex:

   Alias to: ``numpy.diagflat``

   - defined by ``numpy_diagflat(v, k=0)`` at `numba/np/arrayobj.py:4612-4635 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4612-L4635>`_

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

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3525-3561 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3525-L3561>`_

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

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3780-3906 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3780-L3906>`_

.. function:: numpy.lib.dsplit
   :noindex:

   Alias to: ``numpy.dsplit``

   - defined by ``numpy_dsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6291-6308 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6291-L6308>`_

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

   Alias to: ``numpy.dstack``

   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:6055-6060 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6055-L6060>`_

.. 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:2124-2177 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2124-L2177>`_

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

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5521-5533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5521-L5533>`_

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

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4338-4361 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4338-L4361>`_

.. 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:4547-4570 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4547-L4570>`_

.. 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:3058-3088 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3058-L3088>`_

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

   Alias to: ``numpy.flip``

   - defined by ``np_flip(m)`` at `numba/np/arrayobj.py:6145-6156 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6145-L6156>`_

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

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(m)`` at `numba/np/arrayobj.py:6081-6095 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6081-L6095>`_

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

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(m)`` at `numba/np/arrayobj.py:6098-6112 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6098-L6112>`_

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

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3912-3992 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3912-L3992>`_

.. function:: numpy.lib.hsplit
   :noindex:

   Alias to: ``numpy.hsplit``

   - defined by ``numpy_hsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6269-6288 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6269-L6288>`_

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

   Alias to: ``numpy.imag``

   - defined by ``np_imag(val)`` at `numba/np/arraymath.py:3432-3437 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3432-L3437>`_

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

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2609-2647 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2609-L2647>`_

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

   Alias to: ``numpy.intersect1d``

   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3586-3606 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3586-L3606>`_

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

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:969-974 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L969-L974>`_

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

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:985-1002 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L985-L1002>`_

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

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1037-1040 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1037-L1040>`_

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

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1043-1046 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1043-L1046>`_

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

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:977-982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L977-L982>`_

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

   Alias to: ``numpy.isrealobj``

   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1005-1012 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1005-L1012>`_

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

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4608-4627 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4608-L4627>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1588-1600 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1588-L1600>`_

.. 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:6753-6817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6753-L6817>`_

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

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1300-1322 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1300-L1322>`_

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

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1325-1347 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1325-L1347>`_

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

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1191-1197 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1191-L1197>`_

.. function:: numpy.lib.nanmean
   :noindex:

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1200-1217 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1200-L1217>`_

.. function:: numpy.lib.nanmedian
   :noindex:

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1774-1796 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1774-L1796>`_

.. function:: numpy.lib.nanmin
   :noindex:

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1182-1188 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1182-L1188>`_

.. function:: numpy.lib.nanpercentile
   :noindex:

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1753-1757 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1753-L1757>`_

.. function:: numpy.lib.nanprod
   :noindex:

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1278-1297 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1278-L1297>`_

.. function:: numpy.lib.nanquantile
   :noindex:

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1767-1771 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1767-L1771>`_

.. function:: numpy.lib.nanstd
   :noindex:

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1245-1253 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1245-L1253>`_

.. function:: numpy.lib.nansum
   :noindex:

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1256-1275 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1256-L1275>`_

.. function:: numpy.lib.nanvar
   :noindex:

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1220-1242 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1220-L1242>`_

.. function:: numpy.lib.percentile
   :noindex:

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1746-1750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1746-L1750>`_

.. function:: numpy.lib.quantile
   :noindex:

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1760-1764 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1760-L1764>`_

.. function:: numpy.lib.real
   :noindex:

   Alias to: ``numpy.real``

   - defined by ``np_real(val)`` at `numba/np/arraymath.py:3424-3429 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3424-L3429>`_

.. function:: numpy.lib.roots
   :noindex:

   Alias to: ``numpy.roots``

   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:15-60 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L15-L60>`_

.. function:: numpy.lib.rot90
   :noindex:

   Alias to: ``numpy.rot90``

   - defined by ``numpy_rot90(m, k=1)`` at `numba/np/arrayobj.py:1981-2005 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1981-L2005>`_

.. function:: numpy.lib.row_stack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. function:: numpy.lib.select
   :noindex:

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4364-4412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4364-L4412>`_

.. function:: numpy.lib.sinc
   :noindex:

   Alias to: ``numpy.sinc``

   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3199-3216 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3199-L3216>`_

.. function:: numpy.lib.split
   :noindex:

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6222-6246 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6222-L6246>`_

.. 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:6709-6750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6709-L6750>`_

.. function:: numpy.lib.trapz
   :noindex:

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2214-2233 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2214-L2233>`_

.. function:: numpy.lib.tri
   :noindex:

   Alias to: ``numpy.tri``

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

.. function:: numpy.lib.tril
   :noindex:

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1980-2004 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1980-L2004>`_

.. 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:2007-2018 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2007-L2018>`_

.. 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:2021-2032 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2021-L2032>`_

.. function:: numpy.lib.trim_zeros
   :noindex:

   Alias to: ``numpy.trim_zeros``

   - defined by ``np_trim_zeros(filt, trim='fb')`` at `numba/np/arraymath.py:4742-4772 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4742-L4772>`_

.. function:: numpy.lib.triu
   :noindex:

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2041-2064 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2041-L2064>`_

.. 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:2067-2078 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2067-L2078>`_

.. 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:2081-2092 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2081-L2092>`_

.. function:: numpy.lib.union1d
   :noindex:

   Alias to: ``numpy.union1d``

   - defined by ``np_union1d(ar1, ar2)`` at `numba/np/arraymath.py:4415-4428 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4415-L4428>`_

.. function:: numpy.lib.unique
   :noindex:

   Alias to: ``numpy.unique``

   - defined by ``np_unique(ar)`` at `numba/np/arrayobj.py:2560-2567 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2560-L2567>`_

.. function:: numpy.lib.vander
   :noindex:

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2272-2309 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2272-L2309>`_

.. function:: numpy.lib.vsplit
   :noindex:

   Alias to: ``numpy.vsplit``

   - defined by ``numpy_vsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6249-6266 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6249-L6266>`_

Not showing 74 unsupported functions.

supported = 83 / 157 = 52.87%


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:2124-2177 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2124-L2177>`_

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

   Alias to: ``numpy.intersect1d``

   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3586-3606 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3586-L3606>`_

.. function:: numpy.lib.arraysetops.union1d
   :noindex:

   Alias to: ``numpy.union1d``

   - defined by ``np_union1d(ar1, ar2)`` at `numba/np/arraymath.py:4415-4428 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4415-L4428>`_

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

   Alias to: ``numpy.unique``

   - defined by ``np_unique(ar)`` at `numba/np/arrayobj.py:2560-2567 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2560-L2567>`_

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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/experimental/jitclass/overloads.py#L0-L34>`_
   - defined by ``unicode_repeat(a, b)`` at `numba/cpython/unicode.py:1927-1936 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/unicode.py#L1927-L1936>`_
   - defined by ``charseq_repeat(a, b)`` at `numba/cpython/charseq.py:399-416 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:3219-3249 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3219-L3249>`_

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

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

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

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2199-2222 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2199-L2222>`_

.. 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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

.. 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:4431-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4431-L4453>`_

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

   Alias to: ``numpy.average``

   - defined by ``np_average(a, axis=None, weights=None)`` at `numba/np/arraymath.py:919-953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L919-L953>`_

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

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. 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:3619-3674 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3619-L3674>`_

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

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

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

   Alias to: ``numpy.copy``

   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4871-4876 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4871-L4876>`_

.. 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:2894-2924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2894-L2924>`_

.. 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:2835-2891 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2835-L2891>`_

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

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3478-3522 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3478-L3522>`_

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

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4573-4609 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4573-L4609>`_

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

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3525-3561 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3525-L3561>`_

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

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3780-3906 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3780-L3906>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

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

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4338-4361 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4338-L4361>`_

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

   Alias to: ``numpy.flip``

   - defined by ``np_flip(m)`` at `numba/np/arrayobj.py:6145-6156 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6145-L6156>`_

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

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. 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:3912-3992 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3912-L3992>`_

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

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2609-2647 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2609-L2647>`_

.. function:: numpy.lib.function_base.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

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

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4608-4627 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4608-L4627>`_

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

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:425-445 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L425-L445>`_

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

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1588-1600 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1588-L1600>`_

.. 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:4501-4513 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4501-L4513>`_

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

   Alias to: ``numpy.partition``

   - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1877-1899 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1877-L1899>`_

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

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1746-1750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1746-L1750>`_

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

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1760-1764 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1760-L1764>`_

.. 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(m, k=1)`` at `numba/np/arrayobj.py:1981-2005 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1981-L2005>`_

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

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4364-4412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4364-L4412>`_

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

   Alias to: ``numpy.sinc``

   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3199-3216 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3199-L3216>`_

.. 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:4638-4683 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4638-L4683>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

.. 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:2214-2233 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2214-L2233>`_

.. function:: numpy.lib.function_base.trim_zeros
   :noindex:

   Alias to: ``numpy.trim_zeros``

   - defined by ``np_trim_zeros(filt, trim='fb')`` at `numba/np/arraymath.py:4742-4772 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4742-L4772>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

.. 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:4444-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4444-L4453>`_

Not showing 21 unsupported functions.

supported = 47 / 68 = 69.12%


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:3912-3992 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3912-L3992>`_

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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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


   - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:6478-6504 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6478-L6504>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:400-422 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L400-L422>`_

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

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3525-3561 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3525-L3561>`_

.. 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:3058-3088 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3058-L3088>`_

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

   Alias to: ``numpy.linspace``

   - defined by ``numpy_linspace(start, stop, num=50)`` at `numba/np/arrayobj.py:4780-4817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4780-L4817>`_

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:1300-1322 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1300-L1322>`_

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

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1325-1347 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1325-L1347>`_

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

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1191-1197 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1191-L1197>`_

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

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1200-1217 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1200-L1217>`_

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

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1774-1796 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1774-L1796>`_

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

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1182-1188 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1182-L1188>`_

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

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1753-1757 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1753-L1757>`_

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

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1278-1297 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1278-L1297>`_

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

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1767-1771 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1767-L1771>`_

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

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1245-1253 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1245-L1253>`_

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

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1256-1275 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1256-L1275>`_

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

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1220-1242 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1220-L1242>`_

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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5584-5587 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5584-L5587>`_

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

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4573-4609 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4573-L4609>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:5970-5975 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5970-L5975>`_

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

   Alias to: ``numpy.imag``

   - defined by ``np_imag(val)`` at `numba/np/arraymath.py:3432-3437 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3432-L3437>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:969-974 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L969-L974>`_

.. function:: numpy.lib.polynomial.isscalar
   :noindex:

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4501-4513 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4501-L4513>`_

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

   Alias to: ``numpy.real``

   - defined by ``np_real(val)`` at `numba/np/arraymath.py:3424-3429 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3424-L3429>`_

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

   Alias to: ``numpy.roots``

   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:15-60 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L15-L60>`_

.. function:: numpy.lib.polynomial.trim_zeros
   :noindex:

   Alias to: ``numpy.trim_zeros``

   - defined by ``np_trim_zeros(filt, trim='fb')`` at `numba/np/arraymath.py:4742-4772 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4742-L4772>`_

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

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2272-2309 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2272-L2309>`_

Not showing 11 unsupported functions.

supported = 16 / 27 = 59.26%


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:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:977-982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L977-L982>`_

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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

.. 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:6159-6219 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6159-L6219>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5596-5599 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5596-L5599>`_

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

   Alias to: ``numpy.column_stack``

   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5891-5896 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5891-L5896>`_

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

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

.. function:: numpy.lib.shape_base.dsplit
   :noindex:

   Alias to: ``numpy.dsplit``

   - defined by ``numpy_dsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6291-6308 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6291-L6308>`_

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

   Alias to: ``numpy.dstack``

   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:6055-6060 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6055-L6060>`_

.. 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:5521-5533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5521-L5533>`_

.. function:: numpy.lib.shape_base.hsplit
   :noindex:

   Alias to: ``numpy.hsplit``

   - defined by ``numpy_hsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6269-6288 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6269-L6288>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L2708-L2719>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. 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:6222-6246 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6222-L6246>`_

.. 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:6709-6750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6709-L6750>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

.. function:: numpy.lib.shape_base.vsplit
   :noindex:

   Alias to: ``numpy.vsplit``

   - defined by ``numpy_vsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6249-6266 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6249-L6266>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. 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:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

Not showing 9 unsupported functions.

supported = 20 / 29 = 68.97%


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:6478-6504 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6478-L6504>`_

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

   Alias to: ``numpy.broadcast_arrays``

   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1561-1616 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1561-L1616>`_

.. 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-1558 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1520-L1558>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:6507-6599 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6507-L6599>`_

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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4573-4609 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4573-L4609>`_

.. function:: numpy.lib.twodim_base.diagflat
   :noindex:

   Alias to: ``numpy.diagflat``

   - defined by ``numpy_diagflat(v, k=0)`` at `numba/np/arrayobj.py:4612-4635 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4612-L4635>`_

.. 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:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

.. 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:4547-4570 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4547-L4570>`_

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

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(m)`` at `numba/np/arrayobj.py:6081-6095 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6081-L6095>`_

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

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(m)`` at `numba/np/arrayobj.py:6098-6112 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6098-L6112>`_

.. 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:4501-4513 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4501-L4513>`_

.. 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:1943-1954 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1943-L1954>`_

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

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1980-2004 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1980-L2004>`_

.. 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:2007-2018 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2007-L2018>`_

.. 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:2021-2032 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2021-L2032>`_

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

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2041-2064 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2041-L2064>`_

.. 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:2067-2078 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2067-L2078>`_

.. 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:2081-2092 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2081-L2092>`_

.. 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:2272-2309 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2272-L2309>`_

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

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

.. 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:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

Not showing 8 unsupported functions.

supported = 21 / 29 = 72.41%


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:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

.. 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:4323-4335 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4323-L4335>`_

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

   Alias to: ``numpy.imag``

   - defined by ``np_imag(val)`` at `numba/np/arraymath.py:3432-3437 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3432-L3437>`_

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

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:969-974 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L969-L974>`_

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

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:985-1002 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L985-L1002>`_

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

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1037-1040 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1037-L1040>`_

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

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1043-1046 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1043-L1046>`_

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

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:977-982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L977-L982>`_

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

   Alias to: ``numpy.isrealobj``

   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1005-1012 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1005-L1012>`_

.. 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:6753-6817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6753-L6817>`_

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

   Alias to: ``numpy.real``

   - defined by ``np_real(val)`` at `numba/np/arraymath.py:3424-3429 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3424-L3429>`_

.. 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:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

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:1037-1040 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1037-L1040>`_

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

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1043-1046 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1043-L1046>`_

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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

.. function:: numpy.lib.user_array.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

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

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2548-2555 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2548-L2555>`_

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

   Alias to: ``numpy.transpose``

   - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

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:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L976-L1018>`_

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


   - defined by ``cond_impl(x, p=None)`` at `numba/np/linalg.py:2436-2478 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L2495-L2558>`_

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

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

   - defined by ``norm_impl(x, ord=None)`` at `numba/np/linalg.py:2427-2433 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:801-810 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L801-L810>`_

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

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

.. function:: numpy.linalg.linalg.asarray
   :noindex:

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5590-5593 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5590-L5593>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L976-L1018>`_

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

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

   - defined by ``cond_impl(x, p=None)`` at `numba/np/linalg.py:2436-2478 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L2436-L2478>`_

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

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(a, axis=None)`` at `numba/np/arraymath.py:3457-3471 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3457-L3471>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4355-4374 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4355-L4374>`_

.. 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:4389-4411 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4389-L4411>`_

.. 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:4547-4570 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4547-L4570>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L2495-L2558>`_

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

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

   - defined by ``norm_impl(x, ord=None)`` at `numba/np/linalg.py:2427-2433 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:6361-6371 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6361-L6371>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L1352-L1415>`_

.. function:: numpy.linalg.linalg.swapaxes
   :noindex:

   Alias to: ``numpy.swapaxes``

   - defined by ``numpy_swapaxes(a, axis1, axis2)`` at `numba/np/arrayobj.py:6617-6646 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6617-L6646>`_

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

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2041-2064 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2041-L2064>`_

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

   Alias to: ``numpy.zeros``

   - defined by ``ol_np_zeros(shape, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:4433-4441 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4433-L4441>`_

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-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

.. function:: numpy.ma.amin
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-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:5521-5533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5521-L5533>`_

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-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

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

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-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:5521-5533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5521-L5533>`_

.. function:: numpy.ma.core.iscomplexobj
   :noindex:

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:985-1002 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L985-L1002>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

.. 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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

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:801-810 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L801-L810>`_

.. 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:839-904 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L839-L904>`_

.. function:: numpy.matlib.amax
   :noindex:

   Alias to: ``numpy.amax``

   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_
   - defined by ``npy_max(a)`` at `numba/np/arraymath.py:541-588 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L541-L588>`_

.. function:: numpy.matlib.amin
   :noindex:

   Alias to: ``numpy.amin``

   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_
   - defined by ``npy_min(a)`` at `numba/np/arraymath.py:491-538 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L491-L538>`_

.. function:: numpy.matlib.angle
   :noindex:

   Alias to: ``numpy.angle``

   - defined by ``ov_np_angle(z, deg=False)`` at `numba/np/arraymath.py:3219-3249 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3219-L3249>`_

.. function:: numpy.matlib.any
   :noindex:

   Alias to: ``numpy.any``

   - defined by ``np_any(a)`` at `numba/np/arraymath.py:907-916 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L907-L916>`_

.. function:: numpy.matlib.append
   :noindex:

   Alias to: ``numpy.append``

   - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:2199-2222 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2199-L2222>`_

.. 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:4712-4777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4712-L4777>`_

.. function:: numpy.matlib.argmax
   :noindex:

   Alias to: ``numpy.argmax``

   - defined by ``array_argmax(a, axis=None)`` at `numba/np/arraymath.py:781-798 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L781-L798>`_

.. function:: numpy.matlib.argmin
   :noindex:

   Alias to: ``numpy.argmin``

   - defined by ``array_argmin(a, axis=None)`` at `numba/np/arraymath.py:655-672 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L655-L672>`_

.. function:: numpy.matlib.argpartition
   :noindex:

   Alias to: ``numpy.argpartition``

   - defined by ``np_argpartition(a, kth)`` at `numba/np/arraymath.py:1902-1924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1902-L1924>`_

.. 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:2931-2953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2931-L2953>`_

.. function:: numpy.matlib.around
   :noindex:

   Alias to: ``numpy.around``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.array``

   - defined by ``impl_np_array(object, dtype=None)`` at `numba/np/arrayobj.py:5384-5396 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5384-L5396>`_

.. function:: numpy.matlib.array_equal
   :noindex:

   Alias to: ``numpy.array_equal``

   - defined by ``np_array_equal(a1, a2)`` at `numba/np/arraymath.py:3564-3583 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3564-L3583>`_

.. 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:6159-6219 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6159-L6219>`_

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

   Alias to: ``numpy.asarray``

   - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4268-4320 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4268-L4320>`_

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

   Alias to: ``numpy.asarray_chkfinite``

   - defined by ``np_asarray_chkfinite(a, dtype=None)`` at `numba/np/arraymath.py:4431-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4431-L4453>`_

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

   Alias to: ``numpy.ascontiguousarray``

   - defined by ``array_ascontiguousarray(a)`` at `numba/np/arrayobj.py:4956-4967 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4956-L4967>`_

.. function:: numpy.matlib.asfarray
   :noindex:

   Alias to: ``numpy.asfarray``

   - defined by ``np_asfarray(a, dtype=<class 'numpy.float64'>)`` at `numba/np/arraymath.py:4323-4335 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4323-L4335>`_

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

   Alias to: ``numpy.asfortranarray``

   - defined by ``array_asfortranarray(a)`` at `numba/np/arrayobj.py:4970-4982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4970-L4982>`_

.. function:: numpy.matlib.atleast_1d
   :noindex:

   Alias to: ``numpy.atleast_1d``

   - defined by ``np_atleast_1d(*args)`` at `numba/np/arrayobj.py:5584-5587 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5584-L5587>`_

.. function:: numpy.matlib.atleast_2d
   :noindex:

   Alias to: ``numpy.atleast_2d``

   - defined by ``np_atleast_2d(*args)`` at `numba/np/arrayobj.py:5590-5593 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5590-L5593>`_

.. function:: numpy.matlib.atleast_3d
   :noindex:

   Alias to: ``numpy.atleast_3d``

   - defined by ``np_atleast_3d(*args)`` at `numba/np/arrayobj.py:5596-5599 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5596-L5599>`_

.. function:: numpy.matlib.average
   :noindex:

   Alias to: ``numpy.average``

   - defined by ``np_average(a, axis=None, weights=None)`` at `numba/np/arraymath.py:919-953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L919-L953>`_

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

   Alias to: ``numpy.bartlett``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.matlib.bincount
   :noindex:

   Alias to: ``numpy.bincount``

   - defined by ``np_bincount(a, weights=None, minlength=0)`` at `numba/np/arraymath.py:3619-3674 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3619-L3674>`_

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

   Alias to: ``numpy.blackman``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.matlib.broadcast_arrays
   :noindex:

   Alias to: ``numpy.broadcast_arrays``

   - defined by ``numpy_broadcast_arrays(*args)`` at `numba/np/arrayobj.py:1561-1616 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1561-L1616>`_

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

   Alias to: ``numpy.broadcast_shapes``

   - defined by ``ol_numpy_broadcast_shapes(*args)`` at `numba/np/arrayobj.py:1520-1558 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1520-L1558>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:2293-2412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2293-L2412>`_

.. function:: numpy.matlib.column_stack
   :noindex:

   Alias to: ``numpy.column_stack``

   - defined by ``impl_column_stack(tup)`` at `numba/np/arrayobj.py:5891-5896 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5891-L5896>`_

.. function:: numpy.matlib.concatenate
   :noindex:

   Alias to: ``numpy.concatenate``

   - defined by ``impl_np_concatenate(arrays, axis=0)`` at `numba/np/arrayobj.py:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

.. function:: numpy.matlib.convolve
   :noindex:

   Alias to: ``numpy.convolve``

   - defined by ``np_convolve(a, v, mode='full')`` at `numba/np/arraymath.py:4246-4265 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4246-L4265>`_

.. function:: numpy.matlib.copy
   :noindex:

   Alias to: ``numpy.copy``

   - defined by ``impl_numpy_copy(a)`` at `numba/np/arrayobj.py:4871-4876 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4871-L4876>`_

.. function:: numpy.matlib.corrcoef
   :noindex:

   Alias to: ``numpy.corrcoef``

   - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2894-2924 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2894-L2924>`_

.. function:: numpy.matlib.correlate
   :noindex:

   Alias to: ``numpy.correlate``

   - defined by ``_np_correlate(a, v, mode='valid')`` at `numba/np/arraymath.py:4201-4243 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4201-L4243>`_

.. function:: numpy.matlib.count_nonzero
   :noindex:

   Alias to: ``numpy.count_nonzero``

   - defined by ``np_count_nonzero(a, axis=None)`` at `numba/np/arraymath.py:3457-3471 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3457-L3471>`_

.. 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:2835-2891 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2835-L2891>`_

.. function:: numpy.matlib.cross
   :noindex:

   Alias to: ``numpy.cross``

   - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4675-4697 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4675-L4697>`_

.. function:: numpy.matlib.cumprod
   :noindex:

   Alias to: ``numpy.cumprod``

   - defined by ``array_cumprod(a)`` at `numba/np/arraymath.py:400-422 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L400-L422>`_

.. function:: numpy.matlib.cumsum
   :noindex:

   Alias to: ``numpy.cumsum``

   - defined by ``array_cumsum(a)`` at `numba/np/arraymath.py:375-397 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L375-L397>`_

.. function:: numpy.matlib.delete
   :noindex:

   Alias to: ``numpy.delete``

   - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3478-3522 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3478-L3522>`_

.. function:: numpy.matlib.diag
   :noindex:

   Alias to: ``numpy.diag``

   - defined by ``impl_np_diag(v, k=0)`` at `numba/np/arrayobj.py:4573-4609 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4573-L4609>`_

.. function:: numpy.matlib.diagflat
   :noindex:

   Alias to: ``numpy.diagflat``

   - defined by ``numpy_diagflat(v, k=0)`` at `numba/np/arrayobj.py:4612-4635 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4612-L4635>`_

.. function:: numpy.matlib.diff
   :noindex:

   Alias to: ``numpy.diff``

   - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3525-3561 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3525-L3561>`_

.. function:: numpy.matlib.digitize
   :noindex:

   Alias to: ``numpy.digitize``

   - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3780-3906 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3780-L3906>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L784-L817>`_

.. function:: numpy.matlib.dsplit
   :noindex:

   Alias to: ``numpy.dsplit``

   - defined by ``numpy_dsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6291-6308 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6291-L6308>`_

.. function:: numpy.matlib.dstack
   :noindex:

   Alias to: ``numpy.dstack``

   - defined by ``impl_np_dstack(tup)`` at `numba/np/arrayobj.py:6055-6060 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6055-L6060>`_

.. 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:2124-2177 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2124-L2177>`_

.. 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:4389-4411 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4389-L4411>`_

.. function:: numpy.matlib.expand_dims
   :noindex:

   Alias to: ``numpy.expand_dims``

   - defined by ``impl_np_expand_dims(a, axis)`` at `numba/np/arrayobj.py:5521-5533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5521-L5533>`_

.. function:: numpy.matlib.extract
   :noindex:

   Alias to: ``numpy.extract``

   - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4338-4361 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4338-L4361>`_

.. 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:3058-3088 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3058-L3088>`_

.. function:: numpy.matlib.flatnonzero
   :noindex:

   Alias to: ``numpy.flatnonzero``

   - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2956-2971 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2956-L2971>`_

.. function:: numpy.matlib.flip
   :noindex:

   Alias to: ``numpy.flip``

   - defined by ``np_flip(m)`` at `numba/np/arrayobj.py:6145-6156 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6145-L6156>`_

.. function:: numpy.matlib.fliplr
   :noindex:

   Alias to: ``numpy.fliplr``

   - defined by ``np_flip_lr(m)`` at `numba/np/arrayobj.py:6081-6095 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6081-L6095>`_

.. function:: numpy.matlib.flipud
   :noindex:

   Alias to: ``numpy.flipud``

   - defined by ``np_flip_ud(m)`` at `numba/np/arrayobj.py:6098-6112 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6098-L6112>`_

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

   Alias to: ``numpy.frombuffer``

   - defined by ``impl_np_frombuffer(buffer, dtype=<class 'float'>)`` at `numba/np/arrayobj.py:5060-5085 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5060-L5085>`_

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

   Alias to: ``numpy.full``

   - defined by ``impl_np_full(shape, fill_value, dtype=None)`` at `numba/np/arrayobj.py:4470-4484 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4470-L4484>`_

.. 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:4487-4498 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4487-L4498>`_

.. function:: numpy.matlib.geomspace
   :noindex:

   Alias to: ``numpy.geomspace``

   - defined by ``numpy_geomspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1910-1978 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1910-L1978>`_

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

   Alias to: ``numpy.hamming``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

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

   Alias to: ``numpy.hanning``

   - defined by ``window_generator.<locals>.window_overload(M)`` at `numba/np/arraymath.py:4490-4502 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4490-L4502>`_

.. function:: numpy.matlib.histogram
   :noindex:

   Alias to: ``numpy.histogram``

   - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3912-3992 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3912-L3992>`_

.. function:: numpy.matlib.hsplit
   :noindex:

   Alias to: ``numpy.hsplit``

   - defined by ``numpy_hsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6269-6288 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6269-L6288>`_

.. function:: numpy.matlib.hstack
   :noindex:

   Alias to: ``numpy.hstack``

   - defined by ``impl_np_hstack(tup)`` at `numba/np/arrayobj.py:5970-5975 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5970-L5975>`_

.. function:: numpy.matlib.imag
   :noindex:

   Alias to: ``numpy.imag``

   - defined by ``np_imag(val)`` at `numba/np/arraymath.py:3432-3437 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3432-L3437>`_

.. function:: numpy.matlib.interp
   :noindex:

   Alias to: ``numpy.interp``

   - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2609-2647 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2609-L2647>`_

.. function:: numpy.matlib.intersect1d
   :noindex:

   Alias to: ``numpy.intersect1d``

   - defined by ``jit_np_intersect1d(ar1, ar2)`` at `numba/np/arraymath.py:3586-3606 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3586-L3606>`_

.. 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:1125-1179 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1125-L1179>`_

.. function:: numpy.matlib.iscomplex
   :noindex:

   Alias to: ``numpy.iscomplex``

   - defined by ``np_iscomplex(x)`` at `numba/np/arraymath.py:969-974 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L969-L974>`_

.. function:: numpy.matlib.iscomplexobj
   :noindex:

   Alias to: ``numpy.iscomplexobj``

   - defined by ``iscomplexobj(x)`` at `numba/np/arraymath.py:985-1002 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L985-L1002>`_

.. function:: numpy.matlib.isneginf
   :noindex:

   Alias to: ``numpy.isneginf``

   - defined by ``isneginf(x, out=None)`` at `numba/np/arraymath.py:1037-1040 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1037-L1040>`_

.. function:: numpy.matlib.isposinf
   :noindex:

   Alias to: ``numpy.isposinf``

   - defined by ``isposinf(x, out=None)`` at `numba/np/arraymath.py:1043-1046 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1043-L1046>`_

.. function:: numpy.matlib.isreal
   :noindex:

   Alias to: ``numpy.isreal``

   - defined by ``np_isreal(x)`` at `numba/np/arraymath.py:977-982 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L977-L982>`_

.. function:: numpy.matlib.isrealobj
   :noindex:

   Alias to: ``numpy.isrealobj``

   - defined by ``isrealobj(x)`` at `numba/np/arraymath.py:1005-1012 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1005-L1012>`_

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

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

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

   Alias to: ``numpy.kaiser``

   - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4608-4627 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4608-L4627>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:4780-4817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4780-L4817>`_

.. function:: numpy.matlib.logspace
   :noindex:

   Alias to: ``numpy.logspace``

   - defined by ``numpy_logspace(start, stop, num=50)`` at `numba/np/arrayobj.py:1894-1907 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1894-L1907>`_

.. function:: numpy.matlib.mean
   :noindex:

   Alias to: ``numpy.mean``

   - defined by ``array_mean(a)`` at `numba/np/arraymath.py:425-445 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L425-L445>`_

.. function:: numpy.matlib.median
   :noindex:

   Alias to: ``numpy.median``

   - defined by ``np_median(a)`` at `numba/np/arraymath.py:1588-1600 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1588-L1600>`_

.. 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:6753-6817 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6753-L6817>`_

.. function:: numpy.matlib.nancumprod
   :noindex:

   Alias to: ``numpy.nancumprod``

   - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1300-1322 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1300-L1322>`_

.. function:: numpy.matlib.nancumsum
   :noindex:

   Alias to: ``numpy.nancumsum``

   - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1325-1347 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1325-L1347>`_

.. function:: numpy.matlib.nanmax
   :noindex:

   Alias to: ``numpy.nanmax``

   - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:1191-1197 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1191-L1197>`_

.. function:: numpy.matlib.nanmean
   :noindex:

   Alias to: ``numpy.nanmean``

   - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:1200-1217 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1200-L1217>`_

.. function:: numpy.matlib.nanmedian
   :noindex:

   Alias to: ``numpy.nanmedian``

   - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1774-1796 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1774-L1796>`_

.. function:: numpy.matlib.nanmin
   :noindex:

   Alias to: ``numpy.nanmin``

   - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:1182-1188 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1182-L1188>`_

.. function:: numpy.matlib.nanpercentile
   :noindex:

   Alias to: ``numpy.nanpercentile``

   - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1753-1757 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1753-L1757>`_

.. function:: numpy.matlib.nanprod
   :noindex:

   Alias to: ``numpy.nanprod``

   - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:1278-1297 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1278-L1297>`_

.. function:: numpy.matlib.nanquantile
   :noindex:

   Alias to: ``numpy.nanquantile``

   - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1767-1771 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1767-L1771>`_

.. function:: numpy.matlib.nanstd
   :noindex:

   Alias to: ``numpy.nanstd``

   - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:1245-1253 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1245-L1253>`_

.. function:: numpy.matlib.nansum
   :noindex:

   Alias to: ``numpy.nansum``

   - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:1256-1275 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1256-L1275>`_

.. function:: numpy.matlib.nanvar
   :noindex:

   Alias to: ``numpy.nanvar``

   - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:1220-1242 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1220-L1242>`_

.. 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:4456-4467 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4456-L4467>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1877-1899 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1877-L1899>`_

.. function:: numpy.matlib.percentile
   :noindex:

   Alias to: ``numpy.percentile``

   - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1746-1750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1746-L1750>`_

.. function:: numpy.matlib.prod
   :noindex:

   Alias to: ``numpy.prod``

   - defined by ``array_prod(a)`` at `numba/np/arraymath.py:358-372 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L358-L372>`_

.. function:: numpy.matlib.ptp
   :noindex:

   Alias to: ``numpy.ptp``

   - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1425-1451 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1425-L1451>`_

.. function:: numpy.matlib.quantile
   :noindex:

   Alias to: ``numpy.quantile``

   - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1760-1764 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1760-L1764>`_

.. 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(val)`` at `numba/np/arraymath.py:3424-3429 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3424-L3429>`_

.. function:: numpy.matlib.repeat
   :noindex:

   Alias to: ``numpy.repeat``

   - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:2570-2612 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2570-L2612>`_

.. function:: numpy.matlib.reshape
   :noindex:

   Alias to: ``numpy.reshape``

   - defined by ``np_reshape(a, newshape)`` at `numba/np/arrayobj.py:2145-2149 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2145-L2149>`_

.. function:: numpy.matlib.resize
   :noindex:

   Alias to: ``numpy.resize``

   - defined by ``numpy_resize(a, new_shape)`` at `numba/np/arrayobj.py:2152-2196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2152-L2196>`_

.. function:: numpy.matlib.roll
   :noindex:

   Alias to: ``numpy.roll``

   - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:2312-2332 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2312-L2332>`_

.. function:: numpy.matlib.roots
   :noindex:

   Alias to: ``numpy.roots``

   - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:15-60 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L15-L60>`_

.. function:: numpy.matlib.rot90
   :noindex:

   Alias to: ``numpy.rot90``

   - defined by ``numpy_rot90(m, k=1)`` at `numba/np/arrayobj.py:1981-2005 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1981-L2005>`_

.. function:: numpy.matlib.round_
   :noindex:

   Alias to: ``numpy.round``

   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_
   - defined by ``impl_np_round(a, decimals=0, out=None)`` at `numba/np/arraymath.py:3141-3196 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3141-L3196>`_

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

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. function:: numpy.matlib.searchsorted
   :noindex:

   Alias to: ``numpy.searchsorted``

   - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3733-3777 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3733-L3777>`_

.. function:: numpy.matlib.select
   :noindex:

   Alias to: ``numpy.select``

   - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4364-4412 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4364-L4412>`_

.. function:: numpy.matlib.shape
   :noindex:

   Alias to: ``numpy.shape``

   - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:2548-2555 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2548-L2555>`_

.. function:: numpy.matlib.sinc
   :noindex:

   Alias to: ``numpy.sinc``

   - defined by ``impl_np_sinc(x)`` at `numba/np/arraymath.py:3199-3216 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3199-L3216>`_

.. function:: numpy.matlib.sort
   :noindex:

   Alias to: ``numpy.sort``

   - defined by ``impl_np_sort(a)`` at `numba/np/arrayobj.py:6361-6371 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6361-L6371>`_

.. function:: numpy.matlib.split
   :noindex:

   Alias to: ``numpy.split``

   - defined by ``np_split(ary, indices_or_sections, axis=0)`` at `numba/np/arrayobj.py:6222-6246 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6222-L6246>`_

.. function:: numpy.matlib.stack
   :noindex:

   Alias to: ``numpy.stack``

   - defined by ``impl_np_stack(arrays, axis=0)`` at `numba/np/arrayobj.py:5926-5931 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5926-L5931>`_

.. function:: numpy.matlib.std
   :noindex:

   Alias to: ``numpy.std``

   - defined by ``array_std(a)`` at `numba/np/arraymath.py:466-473 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L466-L473>`_

.. 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(a, axis1, axis2)`` at `numba/np/arrayobj.py:6617-6646 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6617-L6646>`_

.. function:: numpy.matlib.take
   :noindex:

   Alias to: ``numpy.take``

   - defined by ``numpy_take(a, indices)`` at `numba/np/arrayobj.py:4638-4683 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4638-L4683>`_

.. 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:6709-6750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6709-L6750>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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:1859-1871 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L1859-L1871>`_

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

   Alias to: ``numpy.trapz``

   - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:2214-2233 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2214-L2233>`_

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

   Alias to: ``numpy.tri``

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

.. function:: numpy.matlib.tril
   :noindex:

   Alias to: ``numpy.tril``

   - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1980-2004 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1980-L2004>`_

.. 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:2007-2018 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2007-L2018>`_

.. 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:2021-2032 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2021-L2032>`_

.. function:: numpy.matlib.trim_zeros
   :noindex:

   Alias to: ``numpy.trim_zeros``

   - defined by ``np_trim_zeros(filt, trim='fb')`` at `numba/np/arraymath.py:4742-4772 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4742-L4772>`_

.. function:: numpy.matlib.triu
   :noindex:

   Alias to: ``numpy.triu``

   - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:2041-2064 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2041-L2064>`_

.. 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:2067-2078 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2067-L2078>`_

.. 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:2081-2092 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2081-L2092>`_

.. function:: numpy.matlib.union1d
   :noindex:

   Alias to: ``numpy.union1d``

   - defined by ``np_union1d(ar1, ar2)`` at `numba/np/arraymath.py:4415-4428 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L4415-L4428>`_

.. function:: numpy.matlib.unique
   :noindex:

   Alias to: ``numpy.unique``

   - defined by ``np_unique(ar)`` at `numba/np/arrayobj.py:2560-2567 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L2560-L2567>`_

.. function:: numpy.matlib.vander
   :noindex:

   Alias to: ``numpy.vander``

   - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:2272-2309 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L2272-L2309>`_

.. function:: numpy.matlib.var
   :noindex:

   Alias to: ``numpy.var``

   - defined by ``array_var(a)`` at `numba/np/arraymath.py:448-463 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L448-L463>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/linalg.py#L585-L613>`_

.. function:: numpy.matlib.vsplit
   :noindex:

   Alias to: ``numpy.vsplit``

   - defined by ``numpy_vsplit(ary, indices_or_sections)`` at `numba/np/arrayobj.py:6249-6266 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6249-L6266>`_

.. function:: numpy.matlib.vstack
   :noindex:

   Alias to: ``numpy.row_stack``

   - defined by ``impl_np_vstack(tup)`` at `numba/np/arrayobj.py:6005-6010 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L6005-L6010>`_

.. function:: numpy.matlib.where
   :noindex:

   Alias to: ``numpy.where``

   - defined by ``ov_np_where(condition)`` at `numba/np/arraymath.py:3359-3367 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3359-L3367>`_
   - defined by ``ov_np_where_x_y(condition, x, y)`` at `numba/np/arraymath.py:3370-3421 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L3370-L3421>`_

.. 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:4444-4453 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L4444-L4453>`_

Not showing 157 unsupported functions.

supported = 150 / 307 = 48.86%


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:5836-5841 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arrayobj.py#L5836-L5841>`_

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

   Alias to: ``numpy.isscalar``

   - defined by ``np_isscalar(element)`` at `numba/np/arraymath.py:1015-1021 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/arraymath.py#L1015-L1021>`_

.. 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/d4460feb8c91213e7b89f97b632d19e34a776cd3/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
---------------------------

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


   - defined by ``numpy_polyadd(c1, c2)`` at `numba/np/polynomial.py:103-134 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L103-L134>`_

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


   - defined by ``numpy_polymul(c1, c2)`` at `numba/np/polynomial.py:171-195 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L171-L195>`_

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


   - defined by ``numpy_polysub(c1, c2)`` at `numba/np/polynomial.py:137-168 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L137-L168>`_

Not showing 21 unsupported functions.

supported = 3 / 24 = 12.50%


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

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


   - defined by ``polyutils_trimseq(seq)`` at `numba/np/polynomial.py:63-86 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/np/polynomial.py#L63-L86>`_

Not showing 8 unsupported functions.

supported = 1 / 9 = 11.11%


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

This module is not supported.


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

.. function:: numpy.random.beta
   :noindex:


   - defined by ``ol_np_random_beta(a, b)`` at `numba/cpython/randomimpl.py:876-883 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L876-L883>`_
   - defined by ``beta_impl(a, b, size)`` at `numba/cpython/randomimpl.py:900-913 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L900-L913>`_

.. function:: numpy.random.binomial
   :noindex:


   - defined by ``binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1178-1231 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1178-L1231>`_
   - defined by ``binomial_impl(n, p, size)`` at `numba/cpython/randomimpl.py:1234-1247 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1234-L1247>`_

.. function:: numpy.random.chisquare
   :noindex:


   - defined by ``chisquare_impl(df)`` at `numba/cpython/randomimpl.py:1250-1256 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1250-L1256>`_
   - defined by ``chisquare_impl2(df, size)`` at `numba/cpython/randomimpl.py:1259-1272 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1259-L1272>`_

.. function:: numpy.random.choice
   :noindex:


   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1915-1996 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1915-L1996>`_

.. function:: numpy.random.dirichlet
   :noindex:


   - defined by ``dirichlet(alpha)`` at `numba/cpython/randomimpl.py:2083-2090 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2083-L2090>`_
   - defined by ``dirichlet(alpha, size=None)`` at `numba/cpython/randomimpl.py:2093-2134 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2093-L2134>`_

.. function:: numpy.random.exponential
   :noindex:


   - defined by ``exponential_impl(scale)`` at `numba/cpython/randomimpl.py:932-937 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L932-L937>`_
   - defined by ``exponential_impl(scale, size)`` at `numba/cpython/randomimpl.py:940-953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L940-L953>`_
   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L956-L961>`_

.. function:: numpy.random.f
   :noindex:


   - defined by ``f_impl(dfnum, dfden)`` at `numba/cpython/randomimpl.py:1275-1283 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1275-L1283>`_
   - defined by ``f_impl(dfnum, dfden, size)`` at `numba/cpython/randomimpl.py:1286-1301 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1286-L1301>`_

.. function:: numpy.random.gamma
   :noindex:


   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``ol_np_random_gamma2(shape, scale)`` at `numba/cpython/randomimpl.py:768-775 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L768-L775>`_
   - defined by ``gamma_impl(shape, scale, size)`` at `numba/cpython/randomimpl.py:837-850 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L837-L850>`_

.. function:: numpy.random.geometric
   :noindex:


   - defined by ``geometric_impl(p)`` at `numba/cpython/randomimpl.py:1304-1325 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1304-L1325>`_
   - defined by ``geometric_impl(p, size)`` at `numba/cpython/randomimpl.py:1328-1341 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1328-L1341>`_

.. function:: numpy.random.gumbel
   :noindex:


   - defined by ``gumbel_impl(loc, scale)`` at `numba/cpython/randomimpl.py:1344-1352 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1344-L1352>`_
   - defined by ``gumbel_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1355-1368 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1355-L1368>`_

.. function:: numpy.random.hypergeometric
   :noindex:


   - defined by ``hypergeometric_impl(ngood, nbad, nsample)`` at `numba/cpython/randomimpl.py:1371-1392 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1371-L1392>`_
   - defined by ``hypergeometric_impl(ngood, nbad, nsample, size)`` at `numba/cpython/randomimpl.py:1395-1409 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1395-L1409>`_

.. function:: numpy.random.laplace
   :noindex:


   - defined by ``laplace_impl0()`` at `numba/cpython/randomimpl.py:1412-1414 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1412-L1414>`_
   - defined by ``laplace_impl1(loc)`` at `numba/cpython/randomimpl.py:1417-1420 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1417-L1420>`_
   - defined by ``laplace_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1423-1427 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1423-L1427>`_
   - defined by ``laplace_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1430-1443 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1430-L1443>`_

.. function:: numpy.random.logistic
   :noindex:


   - defined by ``logistic_impl0()`` at `numba/cpython/randomimpl.py:1454-1456 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1454-L1456>`_
   - defined by ``logistic_impl1(loc)`` at `numba/cpython/randomimpl.py:1459-1462 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1459-L1462>`_
   - defined by ``logistic_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1465-1469 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1465-L1469>`_
   - defined by ``logistic_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1472-1485 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1472-L1485>`_

.. function:: numpy.random.lognormal
   :noindex:


   - defined by ``np_lognormal_impl0()`` at `numba/cpython/randomimpl.py:981-983 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L981-L983>`_
   - defined by ``np_log_normal_impl1(mean)`` at `numba/cpython/randomimpl.py:986-989 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L986-L989>`_
   - defined by ``np_log_normal_impl2(mean, sigma)`` at `numba/cpython/randomimpl.py:992-997 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L992-L997>`_
   - defined by ``lognormal_impl(mean, sigma, size)`` at `numba/cpython/randomimpl.py:1000-1013 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1000-L1013>`_

.. function:: numpy.random.logseries
   :noindex:


   - defined by ``logseries_impl(p)`` at `numba/cpython/randomimpl.py:1514-1517 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1514-L1517>`_
   - defined by ``logseries_impl(p, size)`` at `numba/cpython/randomimpl.py:1520-1533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1520-L1533>`_

.. function:: numpy.random.multinomial
   :noindex:


   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:2002-2077 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2002-L2077>`_

.. function:: numpy.random.negative_binomial
   :noindex:


   - defined by ``negative_binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1536-1548 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1536-L1548>`_

.. function:: numpy.random.noncentral_chisquare
   :noindex:


   - defined by ``noncentral_chisquare(df, nonc)`` at `numba/cpython/randomimpl.py:2163-2171 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2163-L2171>`_
   - defined by ``noncentral_chisquare(df, nonc, size=None)`` at `numba/cpython/randomimpl.py:2174-2197 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2174-L2197>`_

.. function:: numpy.random.normal
   :noindex:


   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``np_gauss_impl1(loc)`` at `numba/cpython/randomimpl.py:294-297 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L294-L297>`_
   - defined by ``np_gauss_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:300-310 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L300-L310>`_
   - defined by ``np_gauss_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:329-346 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L329-L346>`_

.. function:: numpy.random.pareto
   :noindex:


   - defined by ``pareto_impl(a)`` at `numba/cpython/randomimpl.py:1039-1047 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1039-L1047>`_
   - defined by ``pareto_impl(a, size)`` at `numba/cpython/randomimpl.py:1050-1063 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1050-L1063>`_

.. function:: numpy.random.permutation
   :noindex:


   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1862-1876 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1862-L1876>`_

.. function:: numpy.random.poisson
   :noindex:


   - defined by ``poisson_impl0()`` at `numba/cpython/randomimpl.py:1551-1553 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1551-L1553>`_
   - defined by ``poisson_impl1(lam)`` at `numba/cpython/randomimpl.py:1556-1619 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1556-L1619>`_
   - defined by ``poisson_impl2(lam, size)`` at `numba/cpython/randomimpl.py:1622-1637 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1622-L1637>`_

.. function:: numpy.random.power
   :noindex:


   - defined by ``power_impl(a)`` at `numba/cpython/randomimpl.py:1640-1649 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1640-L1649>`_
   - defined by ``power_impl(a, size)`` at `numba/cpython/randomimpl.py:1652-1665 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1652-L1665>`_

.. function:: numpy.random.rand
   :noindex:


   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1882-1894 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1882-L1894>`_

.. function:: numpy.random.randint
   :noindex:


   - defined by ``np_randint_impl_1(low)`` at `numba/cpython/randomimpl.py:568-571 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L568-L571>`_
   - defined by ``np_randint_impl_2(low, high)`` at `numba/cpython/randomimpl.py:574-596 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L574-L596>`_
   - defined by ``np_randint_impl_3(low, high, size)`` at `numba/cpython/randomimpl.py:599-617 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L599-L617>`_

.. function:: numpy.random.randn
   :noindex:


   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1897-1909 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1897-L1909>`_

.. function:: numpy.random.random
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.random_sample
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.ranf
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.rayleigh
   :noindex:


   - defined by ``rayleigh_impl0()`` at `numba/cpython/randomimpl.py:1668-1670 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1668-L1670>`_
   - defined by ``rayleigh_impl1(scale)`` at `numba/cpython/randomimpl.py:1673-1680 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1673-L1680>`_
   - defined by ``rayleigh_impl2(scale, size)`` at `numba/cpython/randomimpl.py:1685-1698 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1685-L1698>`_

.. function:: numpy.random.sample
   :noindex:


   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.seed
   :noindex:


   - defined by ``seed_impl(seed)`` at `numba/cpython/randomimpl.py:209-212 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L209-L212>`_

.. function:: numpy.random.shuffle
   :noindex:


   - defined by ``shuffle_impl(x)`` at `numba/cpython/randomimpl.py:1857-1859 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1857-L1859>`_

.. function:: numpy.random.standard_cauchy
   :noindex:


   - defined by ``cauchy_impl()`` at `numba/cpython/randomimpl.py:1701-1706 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1701-L1706>`_
   - defined by ``standard_cauchy_impl(size)`` at `numba/cpython/randomimpl.py:1709-1722 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1709-L1722>`_

.. function:: numpy.random.standard_exponential
   :noindex:


   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L956-L961>`_
   - defined by ``standard_exponential_impl(size)`` at `numba/cpython/randomimpl.py:964-978 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L964-L978>`_

.. function:: numpy.random.standard_gamma
   :noindex:


   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``standard_gamma_impl(shape, size)`` at `numba/cpython/randomimpl.py:853-866 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L853-L866>`_

.. function:: numpy.random.standard_normal
   :noindex:


   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``standard_normal_impl1(size)`` at `numba/cpython/randomimpl.py:313-326 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L313-L326>`_

.. function:: numpy.random.standard_t
   :noindex:


   - defined by ``standard_t_impl(df)`` at `numba/cpython/randomimpl.py:1725-1734 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1725-L1734>`_
   - defined by ``standard_t_impl2(df, size)`` at `numba/cpython/randomimpl.py:1737-1750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1737-L1750>`_

.. function:: numpy.random.triangular
   :noindex:


   - defined by ``triangular_impl_3(left, mode, right)`` at `numba/cpython/randomimpl.py:717-733 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L717-L733>`_
   - defined by ``triangular_impl(left, mode, right, size=None)`` at `numba/cpython/randomimpl.py:736-751 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L736-L751>`_

.. function:: numpy.random.uniform
   :noindex:


   - defined by ``np_uniform_impl0()`` at `numba/cpython/randomimpl.py:620-622 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L620-L622>`_
   - defined by ``np_uniform_impl2(low, high)`` at `numba/cpython/randomimpl.py:638-648 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L638-L648>`_
   - defined by ``np_uniform_impl3(low, high, size)`` at `numba/cpython/randomimpl.py:663-680 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L663-L680>`_

.. function:: numpy.random.vonmises
   :noindex:


   - defined by ``vonmisesvariate_impl(mu, kappa)`` at `numba/cpython/randomimpl.py:1112-1115 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1112-L1115>`_
   - defined by ``vonmises_impl(mu, kappa, size)`` at `numba/cpython/randomimpl.py:1162-1175 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1162-L1175>`_

.. function:: numpy.random.wald
   :noindex:


   - defined by ``wald_impl(mean, scale)`` at `numba/cpython/randomimpl.py:1753-1771 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1753-L1771>`_
   - defined by ``wald_impl2(mean, scale, size)`` at `numba/cpython/randomimpl.py:1774-1787 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1774-L1787>`_

.. function:: numpy.random.weibull
   :noindex:


   - defined by ``weibull_impl(a)`` at `numba/cpython/randomimpl.py:1079-1087 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1079-L1087>`_
   - defined by ``weibull_impl2(a, size)`` at `numba/cpython/randomimpl.py:1090-1103 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1090-L1103>`_

.. function:: numpy.random.zipf
   :noindex:


   - defined by ``zipf_impl(a)`` at `numba/cpython/randomimpl.py:1790-1806 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1790-L1806>`_
   - defined by ``zipf_impl(a, size)`` at `numba/cpython/randomimpl.py:1809-1822 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1809-L1822>`_

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 ``ol_np_random_beta(a, b)`` at `numba/cpython/randomimpl.py:876-883 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L876-L883>`_
   - defined by ``beta_impl(a, b, size)`` at `numba/cpython/randomimpl.py:900-913 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L900-L913>`_

.. function:: numpy.random.mtrand.binomial
   :noindex:

   Alias to: ``numpy.random.binomial``

   - defined by ``binomial_impl(n, p)`` at `numba/cpython/randomimpl.py:1178-1231 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1178-L1231>`_
   - defined by ``binomial_impl(n, p, size)`` at `numba/cpython/randomimpl.py:1234-1247 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1234-L1247>`_

.. function:: numpy.random.mtrand.chisquare
   :noindex:

   Alias to: ``numpy.random.chisquare``

   - defined by ``chisquare_impl(df)`` at `numba/cpython/randomimpl.py:1250-1256 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1250-L1256>`_
   - defined by ``chisquare_impl2(df, size)`` at `numba/cpython/randomimpl.py:1259-1272 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1259-L1272>`_

.. function:: numpy.random.mtrand.choice
   :noindex:

   Alias to: ``numpy.random.choice``

   - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1915-1996 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1915-L1996>`_

.. function:: numpy.random.mtrand.dirichlet
   :noindex:

   Alias to: ``numpy.random.dirichlet``

   - defined by ``dirichlet(alpha)`` at `numba/cpython/randomimpl.py:2083-2090 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2083-L2090>`_
   - defined by ``dirichlet(alpha, size=None)`` at `numba/cpython/randomimpl.py:2093-2134 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2093-L2134>`_

.. function:: numpy.random.mtrand.exponential
   :noindex:

   Alias to: ``numpy.random.exponential``

   - defined by ``exponential_impl(scale)`` at `numba/cpython/randomimpl.py:932-937 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L932-L937>`_
   - defined by ``exponential_impl(scale, size)`` at `numba/cpython/randomimpl.py:940-953 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L940-L953>`_
   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L956-L961>`_

.. function:: numpy.random.mtrand.f
   :noindex:

   Alias to: ``numpy.random.f``

   - defined by ``f_impl(dfnum, dfden)`` at `numba/cpython/randomimpl.py:1275-1283 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1275-L1283>`_
   - defined by ``f_impl(dfnum, dfden, size)`` at `numba/cpython/randomimpl.py:1286-1301 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1286-L1301>`_

.. function:: numpy.random.mtrand.gamma
   :noindex:

   Alias to: ``numpy.random.gamma``

   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``ol_np_random_gamma2(shape, scale)`` at `numba/cpython/randomimpl.py:768-775 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L768-L775>`_
   - defined by ``gamma_impl(shape, scale, size)`` at `numba/cpython/randomimpl.py:837-850 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L837-L850>`_

.. function:: numpy.random.mtrand.geometric
   :noindex:

   Alias to: ``numpy.random.geometric``

   - defined by ``geometric_impl(p)`` at `numba/cpython/randomimpl.py:1304-1325 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1304-L1325>`_
   - defined by ``geometric_impl(p, size)`` at `numba/cpython/randomimpl.py:1328-1341 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1328-L1341>`_

.. function:: numpy.random.mtrand.gumbel
   :noindex:

   Alias to: ``numpy.random.gumbel``

   - defined by ``gumbel_impl(loc, scale)`` at `numba/cpython/randomimpl.py:1344-1352 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1344-L1352>`_
   - defined by ``gumbel_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1355-1368 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1355-L1368>`_

.. function:: numpy.random.mtrand.hypergeometric
   :noindex:

   Alias to: ``numpy.random.hypergeometric``

   - defined by ``hypergeometric_impl(ngood, nbad, nsample)`` at `numba/cpython/randomimpl.py:1371-1392 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1371-L1392>`_
   - defined by ``hypergeometric_impl(ngood, nbad, nsample, size)`` at `numba/cpython/randomimpl.py:1395-1409 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1395-L1409>`_

.. function:: numpy.random.mtrand.laplace
   :noindex:

   Alias to: ``numpy.random.laplace``

   - defined by ``laplace_impl0()`` at `numba/cpython/randomimpl.py:1412-1414 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1412-L1414>`_
   - defined by ``laplace_impl1(loc)`` at `numba/cpython/randomimpl.py:1417-1420 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1417-L1420>`_
   - defined by ``laplace_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1423-1427 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1423-L1427>`_
   - defined by ``laplace_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1430-1443 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1430-L1443>`_

.. function:: numpy.random.mtrand.logistic
   :noindex:

   Alias to: ``numpy.random.logistic``

   - defined by ``logistic_impl0()`` at `numba/cpython/randomimpl.py:1454-1456 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1454-L1456>`_
   - defined by ``logistic_impl1(loc)`` at `numba/cpython/randomimpl.py:1459-1462 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1459-L1462>`_
   - defined by ``logistic_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:1465-1469 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1465-L1469>`_
   - defined by ``logistic_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:1472-1485 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1472-L1485>`_

.. function:: numpy.random.mtrand.lognormal
   :noindex:

   Alias to: ``numpy.random.lognormal``

   - defined by ``np_lognormal_impl0()`` at `numba/cpython/randomimpl.py:981-983 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L981-L983>`_
   - defined by ``np_log_normal_impl1(mean)`` at `numba/cpython/randomimpl.py:986-989 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L986-L989>`_
   - defined by ``np_log_normal_impl2(mean, sigma)`` at `numba/cpython/randomimpl.py:992-997 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L992-L997>`_
   - defined by ``lognormal_impl(mean, sigma, size)`` at `numba/cpython/randomimpl.py:1000-1013 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1000-L1013>`_

.. function:: numpy.random.mtrand.logseries
   :noindex:

   Alias to: ``numpy.random.logseries``

   - defined by ``logseries_impl(p)`` at `numba/cpython/randomimpl.py:1514-1517 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1514-L1517>`_
   - defined by ``logseries_impl(p, size)`` at `numba/cpython/randomimpl.py:1520-1533 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1520-L1533>`_

.. function:: numpy.random.mtrand.multinomial
   :noindex:

   Alias to: ``numpy.random.multinomial``

   - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:2002-2077 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2002-L2077>`_

.. 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:1536-1548 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1536-L1548>`_

.. function:: numpy.random.mtrand.noncentral_chisquare
   :noindex:

   Alias to: ``numpy.random.noncentral_chisquare``

   - defined by ``noncentral_chisquare(df, nonc)`` at `numba/cpython/randomimpl.py:2163-2171 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2163-L2171>`_
   - defined by ``noncentral_chisquare(df, nonc, size=None)`` at `numba/cpython/randomimpl.py:2174-2197 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L2174-L2197>`_

.. function:: numpy.random.mtrand.normal
   :noindex:

   Alias to: ``numpy.random.normal``

   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``np_gauss_impl1(loc)`` at `numba/cpython/randomimpl.py:294-297 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L294-L297>`_
   - defined by ``np_gauss_impl2(loc, scale)`` at `numba/cpython/randomimpl.py:300-310 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L300-L310>`_
   - defined by ``np_gauss_impl3(loc, scale, size)`` at `numba/cpython/randomimpl.py:329-346 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L329-L346>`_

.. function:: numpy.random.mtrand.pareto
   :noindex:

   Alias to: ``numpy.random.pareto``

   - defined by ``pareto_impl(a)`` at `numba/cpython/randomimpl.py:1039-1047 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1039-L1047>`_
   - defined by ``pareto_impl(a, size)`` at `numba/cpython/randomimpl.py:1050-1063 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1050-L1063>`_

.. function:: numpy.random.mtrand.permutation
   :noindex:

   Alias to: ``numpy.random.permutation``

   - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1862-1876 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1862-L1876>`_

.. function:: numpy.random.mtrand.poisson
   :noindex:

   Alias to: ``numpy.random.poisson``

   - defined by ``poisson_impl0()`` at `numba/cpython/randomimpl.py:1551-1553 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1551-L1553>`_
   - defined by ``poisson_impl1(lam)`` at `numba/cpython/randomimpl.py:1556-1619 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1556-L1619>`_
   - defined by ``poisson_impl2(lam, size)`` at `numba/cpython/randomimpl.py:1622-1637 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1622-L1637>`_

.. function:: numpy.random.mtrand.power
   :noindex:

   Alias to: ``numpy.random.power``

   - defined by ``power_impl(a)`` at `numba/cpython/randomimpl.py:1640-1649 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1640-L1649>`_
   - defined by ``power_impl(a, size)`` at `numba/cpython/randomimpl.py:1652-1665 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1652-L1665>`_

.. function:: numpy.random.mtrand.rand
   :noindex:

   Alias to: ``numpy.random.rand``

   - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1882-1894 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1882-L1894>`_

.. function:: numpy.random.mtrand.randint
   :noindex:

   Alias to: ``numpy.random.randint``

   - defined by ``np_randint_impl_1(low)`` at `numba/cpython/randomimpl.py:568-571 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L568-L571>`_
   - defined by ``np_randint_impl_2(low, high)`` at `numba/cpython/randomimpl.py:574-596 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L574-L596>`_
   - defined by ``np_randint_impl_3(low, high, size)`` at `numba/cpython/randomimpl.py:599-617 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L599-L617>`_

.. function:: numpy.random.mtrand.randn
   :noindex:

   Alias to: ``numpy.random.randn``

   - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1897-1909 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1897-L1909>`_

.. function:: numpy.random.mtrand.random
   :noindex:

   Alias to: ``numpy.random.random``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.random_sample
   :noindex:

   Alias to: ``numpy.random.random_sample``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.ranf
   :noindex:

   Alias to: ``numpy.random.ranf``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.rayleigh
   :noindex:

   Alias to: ``numpy.random.rayleigh``

   - defined by ``rayleigh_impl0()`` at `numba/cpython/randomimpl.py:1668-1670 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1668-L1670>`_
   - defined by ``rayleigh_impl1(scale)`` at `numba/cpython/randomimpl.py:1673-1680 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1673-L1680>`_
   - defined by ``rayleigh_impl2(scale, size)`` at `numba/cpython/randomimpl.py:1685-1698 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1685-L1698>`_

.. function:: numpy.random.mtrand.sample
   :noindex:

   Alias to: ``numpy.random.sample``

   - defined by ``random_impl0()`` at `numba/cpython/randomimpl.py:241-252 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L241-L252>`_
   - defined by ``random_impl1(size=None)`` at `numba/cpython/randomimpl.py:255-271 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L255-L271>`_

.. function:: numpy.random.mtrand.seed
   :noindex:

   Alias to: ``numpy.random.seed``

   - defined by ``seed_impl(seed)`` at `numba/cpython/randomimpl.py:209-212 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L209-L212>`_

.. function:: numpy.random.mtrand.shuffle
   :noindex:

   Alias to: ``numpy.random.shuffle``

   - defined by ``shuffle_impl(x)`` at `numba/cpython/randomimpl.py:1857-1859 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1857-L1859>`_

.. function:: numpy.random.mtrand.standard_cauchy
   :noindex:

   Alias to: ``numpy.random.standard_cauchy``

   - defined by ``cauchy_impl()`` at `numba/cpython/randomimpl.py:1701-1706 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1701-L1706>`_
   - defined by ``standard_cauchy_impl(size)`` at `numba/cpython/randomimpl.py:1709-1722 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1709-L1722>`_

.. function:: numpy.random.mtrand.standard_exponential
   :noindex:

   Alias to: ``numpy.random.standard_exponential``

   - defined by ``exponential_impl()`` at `numba/cpython/randomimpl.py:956-961 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L956-L961>`_
   - defined by ``standard_exponential_impl(size)`` at `numba/cpython/randomimpl.py:964-978 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L964-L978>`_

.. function:: numpy.random.mtrand.standard_gamma
   :noindex:

   Alias to: ``numpy.random.standard_gamma``

   - defined by ``ol_np_random_gamma1(shape)`` at `numba/cpython/randomimpl.py:761-765 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L761-L765>`_
   - defined by ``standard_gamma_impl(shape, size)`` at `numba/cpython/randomimpl.py:853-866 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L853-L866>`_

.. function:: numpy.random.mtrand.standard_normal
   :noindex:

   Alias to: ``numpy.random.standard_normal``

   - defined by ``np_gauss_impl0()`` at `numba/cpython/randomimpl.py:288-291 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L288-L291>`_
   - defined by ``standard_normal_impl1(size)`` at `numba/cpython/randomimpl.py:313-326 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L313-L326>`_

.. function:: numpy.random.mtrand.standard_t
   :noindex:

   Alias to: ``numpy.random.standard_t``

   - defined by ``standard_t_impl(df)`` at `numba/cpython/randomimpl.py:1725-1734 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1725-L1734>`_
   - defined by ``standard_t_impl2(df, size)`` at `numba/cpython/randomimpl.py:1737-1750 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1737-L1750>`_

.. function:: numpy.random.mtrand.triangular
   :noindex:

   Alias to: ``numpy.random.triangular``

   - defined by ``triangular_impl_3(left, mode, right)`` at `numba/cpython/randomimpl.py:717-733 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L717-L733>`_
   - defined by ``triangular_impl(left, mode, right, size=None)`` at `numba/cpython/randomimpl.py:736-751 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L736-L751>`_

.. function:: numpy.random.mtrand.uniform
   :noindex:

   Alias to: ``numpy.random.uniform``

   - defined by ``np_uniform_impl0()`` at `numba/cpython/randomimpl.py:620-622 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L620-L622>`_
   - defined by ``np_uniform_impl2(low, high)`` at `numba/cpython/randomimpl.py:638-648 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L638-L648>`_
   - defined by ``np_uniform_impl3(low, high, size)`` at `numba/cpython/randomimpl.py:663-680 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L663-L680>`_

.. function:: numpy.random.mtrand.vonmises
   :noindex:

   Alias to: ``numpy.random.vonmises``

   - defined by ``vonmisesvariate_impl(mu, kappa)`` at `numba/cpython/randomimpl.py:1112-1115 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1112-L1115>`_
   - defined by ``vonmises_impl(mu, kappa, size)`` at `numba/cpython/randomimpl.py:1162-1175 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1162-L1175>`_

.. function:: numpy.random.mtrand.wald
   :noindex:

   Alias to: ``numpy.random.wald``

   - defined by ``wald_impl(mean, scale)`` at `numba/cpython/randomimpl.py:1753-1771 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1753-L1771>`_
   - defined by ``wald_impl2(mean, scale, size)`` at `numba/cpython/randomimpl.py:1774-1787 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1774-L1787>`_

.. function:: numpy.random.mtrand.weibull
   :noindex:

   Alias to: ``numpy.random.weibull``

   - defined by ``weibull_impl(a)`` at `numba/cpython/randomimpl.py:1079-1087 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1079-L1087>`_
   - defined by ``weibull_impl2(a, size)`` at `numba/cpython/randomimpl.py:1090-1103 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1090-L1103>`_

.. function:: numpy.random.mtrand.zipf
   :noindex:

   Alias to: ``numpy.random.zipf``

   - defined by ``zipf_impl(a)`` at `numba/cpython/randomimpl.py:1790-1806 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1790-L1806>`_
   - defined by ``zipf_impl(a, size)`` at `numba/cpython/randomimpl.py:1809-1822 <https://github.com/numba/numba/blob/d4460feb8c91213e7b89f97b632d19e34a776cd3/numba/cpython/randomimpl.py#L1809-L1822>`_

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.


