Listings for numpy¶
numpy¶
- numpy.arange()
defined by
np_arange(start, /, stop=None, step=None, dtype=None)at numba/np/arrayobj.py:4983-5048
- numpy.array()
defined by
impl_np_array(object, dtype=None)at numba/np/arrayobj.py:5763-5775
- numpy.asarray()
defined by
np_asarray(a, dtype=None)at numba/np/arraymath.py:4370-4423
- numpy.asarray_chkfinite()
defined by
np_asarray_chkfinite(a, dtype=None)at numba/np/arraymath.py:4535-4557
- numpy.ascontiguousarray()
defined by
array_ascontiguousarray(a)at numba/np/arrayobj.py:5239-5250
- numpy.asfortranarray()
defined by
array_asfortranarray(a)at numba/np/arrayobj.py:5253-5265
- numpy.bartlett()
defined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.blackman()
defined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.broadcast_shapes()
defined by
ol_numpy_broadcast_shapes(*args)at numba/np/arrayobj.py:1580-1618
- numpy.empty()
defined by
ol_np_empty(shape, dtype=<class 'float'>)at numba/np/arrayobj.py:4511-4530
- numpy.eye()
defined by
numpy_eye(N, M=None, k=0, dtype=<class 'float'>)at numba/np/arrayobj.py:4703-4726
- numpy.frombuffer()
defined by
impl_np_frombuffer(buffer, dtype=<class 'float'>, count=-1, offset=0)at numba/np/arrayobj.py:5438-5464
- numpy.full()
defined by
impl_np_full(shape, fill_value, dtype=None)at numba/np/arrayobj.py:4626-4640
- numpy.hamming()
defined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.hanning()
defined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.identity()
defined by
impl_np_identity(n, dtype=None)at numba/np/arrayobj.py:4672-4685
- numpy.indices()
defined by
numpy_indices(dimensions)at numba/np/arrayobj.py:4768-4793
- numpy.isscalar()
defined by
np_isscalar(element)at numba/np/arraymath.py:1060-1066
- numpy.kaiser()
defined by
np_kaiser(M, beta)at numba/np/arraymath.py:4783-4802
- numpy.ones()
defined by
ol_np_ones(shape, dtype=None)at numba/np/arrayobj.py:4657-4669
- numpy.row_stack()
defined by
impl_np_vstack(tup)at numba/np/arrayobj.py:6385-6390
- numpy.trapz()
defined by
np_trapz(y, x=None, dx=1.0)at numba/np/arraymath.py:2298-2300
- numpy.tri()
defined by
np_tri(N, M=None, k=0)at numba/np/arraymath.py:2004-2015
- numpy.tril_indices()
defined by
np_tril_indices(n, k=0, m=None)at numba/np/arraymath.py:2068-2079
- numpy.triu_indices()
defined by
np_triu_indices(n, k=0, m=None)at numba/np/arraymath.py:2128-2139
- numpy.zeros()
defined by
ol_np_zeros(shape, dtype=<class 'float'>)at numba/np/arrayobj.py:4589-4597
Not showing 42 unsupported functions.
supported = 26 / 68 = 38.24%
numpy.char¶
This module is not supported.
numpy.compat¶
This module is not supported.
numpy.compat.py3k¶
This module is not supported.
numpy.core¶
This module is not supported.
numpy.core.arrayprint¶
This module is not supported.
numpy.core.defchararray¶
This module is not supported.
numpy.core.einsumfunc¶
This module is not supported.
numpy.core.fromnumeric¶
This module is not supported.
numpy.core.function_base¶
This module is not supported.
numpy.core.getlimits¶
This module is not supported.
numpy.core.multiarray¶
This module is not supported.
numpy.core.numeric¶
This module is not supported.
numpy.core.numerictypes¶
This module is not supported.
numpy.core.overrides¶
This module is not supported.
numpy.core.records¶
This module is not supported.
numpy.core.shape_base¶
This module is not supported.
numpy.core.umath¶
This module is not supported.
numpy.ctypeslib¶
This module is not supported.
numpy.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.fujitsuccompiler¶
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¶
- numpy.distutils.misc_util.reduce()
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.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.system_info¶
- numpy.distutils.system_info.reduce()
Alias to:
numpy.distutils.misc_util.reducedefined 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.dtypes¶
This module is not supported.
numpy.exceptions¶
This module is not supported.
numpy.f2py¶
This module is not supported.
numpy.f2py.auxfuncs¶
- numpy.f2py.auxfuncs.reduce()
Alias to:
numpy.distutils.misc_util.reducedefined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
Not showing 114 unsupported functions.
supported = 1 / 115 = 0.87%
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¶
- numpy.f2py.symbolic.gcd()
defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
Not showing 29 unsupported functions.
supported = 1 / 30 = 3.33%
numpy.f2py.use_rules¶
This module is not supported.
numpy.fft¶
This module is not supported.
numpy.fft.helper¶
This module is not supported.
numpy.lib¶
This module is not supported.
numpy.lib.array_utils¶
This module is not supported.
numpy.lib.format¶
This module is not supported.
numpy.lib.introspect¶
This module is not supported.
numpy.lib.mixins¶
This module is not supported.
numpy.lib.npyio¶
This module is not supported.
numpy.lib.recfunctions¶
This module is not supported.
numpy.lib.scimath¶
This module is not supported.
numpy.lib.stride_tricks¶
- numpy.lib.stride_tricks.as_strided()
defined by
as_strided(x, shape=None, strides=None)at numba/np/arrayobj.py:6873-6899
Not showing 0 unsupported functions.
supported = 1 / 1 = 100.00%
numpy.lib.user_array¶
This module is not supported.
numpy.linalg¶
This module is not supported.
numpy.linalg.lapack_lite¶
This module is not supported.
numpy.linalg.linalg¶
This module is not supported.
numpy.ma¶
This module is not supported.
numpy.ma.core¶
- numpy.ma.core.narray()
Alias to:
numpy.arraydefined by
impl_np_array(object, dtype=None)at numba/np/arrayobj.py:5763-5775
Not showing 84 unsupported functions.
supported = 1 / 85 = 1.18%
numpy.ma.extras¶
- numpy.ma.extras.nxarray()
Alias to:
numpy.arraydefined by
impl_np_array(object, dtype=None)at numba/np/arrayobj.py:5763-5775
Not showing 49 unsupported functions.
supported = 1 / 50 = 2.00%
numpy.ma.mrecords¶
This module is not supported.
numpy.ma.testutils¶
This module is not supported.
numpy.ma.timer_comparison¶
This module is not supported.
numpy.matlib¶
- numpy.matlib.arange()
Alias to:
numpy.arangedefined by
np_arange(start, /, stop=None, step=None, dtype=None)at numba/np/arrayobj.py:4983-5048
- numpy.matlib.array()
Alias to:
numpy.arraydefined by
impl_np_array(object, dtype=None)at numba/np/arrayobj.py:5763-5775
- numpy.matlib.asarray()
Alias to:
numpy.asarraydefined by
np_asarray(a, dtype=None)at numba/np/arraymath.py:4370-4423
- numpy.matlib.asarray_chkfinite()
Alias to:
numpy.asarray_chkfinitedefined by
np_asarray_chkfinite(a, dtype=None)at numba/np/arraymath.py:4535-4557
- numpy.matlib.ascontiguousarray()
Alias to:
numpy.ascontiguousarraydefined by
array_ascontiguousarray(a)at numba/np/arrayobj.py:5239-5250
- numpy.matlib.asfortranarray()
Alias to:
numpy.asfortranarraydefined by
array_asfortranarray(a)at numba/np/arrayobj.py:5253-5265
- numpy.matlib.bartlett()
Alias to:
numpy.bartlettdefined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.matlib.blackman()
Alias to:
numpy.blackmandefined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.matlib.broadcast_shapes()
Alias to:
numpy.broadcast_shapesdefined by
ol_numpy_broadcast_shapes(*args)at numba/np/arrayobj.py:1580-1618
- numpy.matlib.frombuffer()
Alias to:
numpy.frombufferdefined by
impl_np_frombuffer(buffer, dtype=<class 'float'>, count=-1, offset=0)at numba/np/arrayobj.py:5438-5464
- numpy.matlib.full()
Alias to:
numpy.fulldefined by
impl_np_full(shape, fill_value, dtype=None)at numba/np/arrayobj.py:4626-4640
- numpy.matlib.hamming()
Alias to:
numpy.hammingdefined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.matlib.hanning()
Alias to:
numpy.hanningdefined by
window_generator.<locals>.window_overload(M)at numba/np/arraymath.py:4665-4677
- numpy.matlib.indices()
Alias to:
numpy.indicesdefined by
numpy_indices(dimensions)at numba/np/arrayobj.py:4768-4793
- numpy.matlib.isscalar()
Alias to:
numpy.isscalardefined by
np_isscalar(element)at numba/np/arraymath.py:1060-1066
- numpy.matlib.kaiser()
Alias to:
numpy.kaiserdefined by
np_kaiser(M, beta)at numba/np/arraymath.py:4783-4802
- numpy.matlib.row_stack()
Alias to:
numpy.row_stackdefined by
impl_np_vstack(tup)at numba/np/arrayobj.py:6385-6390
- numpy.matlib.trapz()
Alias to:
numpy.trapzdefined by
np_trapz(y, x=None, dx=1.0)at numba/np/arraymath.py:2298-2300
- numpy.matlib.tri()
Alias to:
numpy.tridefined by
np_tri(N, M=None, k=0)at numba/np/arraymath.py:2004-2015
- numpy.matlib.tril_indices()
Alias to:
numpy.tril_indicesdefined by
np_tril_indices(n, k=0, m=None)at numba/np/arraymath.py:2068-2079
- numpy.matlib.triu_indices()
Alias to:
numpy.triu_indicesdefined by
np_triu_indices(n, k=0, m=None)at numba/np/arraymath.py:2128-2139
Not showing 50 unsupported functions.
supported = 21 / 71 = 29.58%
numpy.matrixlib¶
This module is not supported.
numpy.matrixlib.defmatrix¶
- numpy.matrixlib.defmatrix.isscalar()
Alias to:
numpy.isscalardefined by
np_isscalar(element)at numba/np/arraymath.py:1060-1066
Not showing 3 unsupported functions.
supported = 1 / 4 = 25.00%
numpy.polynomial¶
This module is not supported.
numpy.polynomial.chebyshev¶
This module is not supported.
numpy.polynomial.hermite¶
This module is not supported.
numpy.polynomial.hermite_e¶
This module is not supported.
numpy.polynomial.laguerre¶
This module is not supported.
numpy.polynomial.legendre¶
This module is not supported.
numpy.polynomial.polynomial¶
- numpy.polynomial.polynomial.polyadd()
defined by
numpy_polyadd(c1, c2)at numba/np/polynomial/polynomial_functions.py:186-208
- numpy.polynomial.polynomial.polydiv()
defined by
numpy_polydiv(c1, c2)at numba/np/polynomial/polynomial_functions.py:342-375
- numpy.polynomial.polynomial.polyint()
defined by
poly_polyint(c, m=1)at numba/np/polynomial/polynomial_functions.py:301-339
- numpy.polynomial.polynomial.polymul()
defined by
numpy_polymul(c1, c2)at numba/np/polynomial/polynomial_functions.py:236-251
- numpy.polynomial.polynomial.polysub()
defined by
numpy_polysub(c1, c2)at numba/np/polynomial/polynomial_functions.py:211-233
- numpy.polynomial.polynomial.polyval()
defined by
poly_polyval(x, c, tensor=True)at numba/np/polynomial/polynomial_functions.py:254-298
Not showing 18 unsupported functions.
supported = 6 / 24 = 25.00%
numpy.polynomial.polyutils¶
- numpy.polynomial.polyutils.as_series()
defined by
polyutils_as_series(alist, trim=True)at numba/np/polynomial/polynomial_functions.py:90-145
- numpy.polynomial.polyutils.trimseq()
defined by
polyutils_trimseq(seq)at numba/np/polynomial/polynomial_functions.py:64-87
Not showing 7 unsupported functions.
supported = 2 / 9 = 22.22%
numpy.random¶
This module is not supported.
numpy.random.bit_generator¶
This module is not supported.
numpy.random.mtrand¶
This module is not supported.
numpy.rec¶
This module is not supported.
numpy.strings¶
This module is not supported.
numpy.testing¶
This module is not supported.
numpy.testing.overrides¶
This module is not supported.
numpy.testing.print_coercion_tables¶
This module is not supported.
numpy.typing¶
This module is not supported.
numpy.typing.mypy_plugin¶
This module is not supported.
numpy.version¶
This module is not supported.