Listings for numpy¶
numpy¶
-
numpy.
all
()¶ - defined by
np_all(a)
at numba/np/arraymath.py:776-785
- defined by
-
numpy.
amax
()¶ - defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.
amin
()¶ - defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.
angle
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
any
()¶ - defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.
append
()¶ - defined by
np_append(arr, values, axis=None)
at numba/np/arrayobj.py:1709-1732
- defined by
-
numpy.
arange
()¶ - defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.
argmax
()¶ - defined by
<class 'abc.Numpy_redirect_argmax'>
- defined by
-
numpy.
argmin
()¶ - defined by
<class 'abc.Numpy_redirect_argmin'>
- defined by
-
numpy.
argsort
()¶ - defined by
<class 'abc.Numpy_redirect_argsort'>
- defined by
-
numpy.
argwhere
()¶ - defined by
np_argwhere(a)
at numba/np/arraymath.py:2790-2822
- defined by
-
numpy.
around
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
array
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
array_equal
()¶ - defined by
np_array_equal(a, b)
at numba/np/arraymath.py:3414-3433
- defined by
-
numpy.
asarray
()¶ - defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.
ascontiguousarray
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
asfarray
()¶ - defined by
np_asfarray(a, dtype=<class 'numpy.float64'>)
at numba/np/arraymath.py:4074-4084
- defined by
-
numpy.
asfortranarray
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
atleast_1d
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
atleast_2d
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
atleast_3d
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
bartlett
()¶ - defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.
bincount
()¶ - defined by
np_bincount(a, weights=None, minlength=0)
at numba/np/arraymath.py:3446-3501
- defined by
-
numpy.
blackman
()¶ - defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.
column_stack
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
concatenate
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
convolve
()¶ - defined by
np_convolve(a, v)
at numba/np/arraymath.py:3995-4016
- defined by
-
numpy.
copy
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
corrcoef
()¶ - defined by
np_corrcoef(x, y=None, rowvar=True)
at numba/np/arraymath.py:2753-2783
- defined by
-
numpy.
correlate
()¶ - defined by
_np_correlate(a, v)
at numba/np/arraymath.py:3947-3992
- defined by
-
numpy.
count_nonzero
()¶ - defined by
np_count_nonzero(arr, axis=None)
at numba/np/arraymath.py:3307-3321
- defined by
-
numpy.
cov
()¶ - defined by
np_cov(m, y=None, rowvar=True, bias=False, ddof=None)
at numba/np/arraymath.py:2694-2750
- defined by
-
numpy.
cross
()¶ - defined by
np_cross(a, b)
at numba/np/arraymath.py:4378-4400
- defined by
-
numpy.
cumprod
()¶ - defined by
<class 'abc.Numpy_redirect_cumprod'>
- defined by
-
numpy.
cumsum
()¶ - defined by
<class 'abc.Numpy_redirect_cumsum'>
- defined by
-
numpy.
delete
()¶ - defined by
np_delete(arr, obj)
at numba/np/arraymath.py:3328-3372
- defined by
-
numpy.
diag
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
diff
()¶ - defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.
digitize
()¶ - defined by
np_digitize(x, bins, right=False)
at numba/np/arraymath.py:3569-3695
- defined by
-
numpy.
dot
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
dstack
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
ediff1d
()¶ - defined by
np_ediff1d(ary, to_end=None, to_begin=None)
at numba/np/arraymath.py:1742-1797
- defined by
-
numpy.
empty
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
empty_like
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
expand_dims
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
extract
()¶ - defined by
np_extract(condition, arr)
at numba/np/arraymath.py:4087-4110
- defined by
-
numpy.
eye
()¶ - defined by
numpy_eye(N, M=None, k=0, dtype=<class 'float'>)
at numba/np/arrayobj.py:3688-3711
- defined by
-
numpy.
fill_diagonal
()¶ - defined by
np_fill_diagonal(a, val, wrap=False)
at numba/np/arraymath.py:2927-2957
- defined by
-
numpy.
flatnonzero
()¶ - defined by
np_flatnonzero(a)
at numba/np/arraymath.py:2825-2840
- defined by
-
numpy.
flip
()¶ - defined by
np_flip(a)
at numba/np/arrayobj.py:4962-4973
- defined by
-
numpy.
fliplr
()¶ - defined by
np_flip_lr(a)
at numba/np/arrayobj.py:4900-4914
- defined by
-
numpy.
flipud
()¶ - defined by
np_flip_ud(a)
at numba/np/arrayobj.py:4917-4931
- defined by
-
numpy.
frombuffer
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
full
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
full_like
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
hamming
()¶ - defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.
hanning
()¶ - defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.
histogram
()¶ - defined by
np_histogram(a, bins=10, range=None)
at numba/np/arraymath.py:3701-3781
- defined by
-
numpy.
hstack
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
identity
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
imag
()¶ - defined by
np_imag(a)
at numba/np/arraymath.py:3296-3301
- defined by
-
numpy.
interp
()¶ - defined by
np_interp(x, xp, fp)
at numba/np/arraymath.py:2445-2506
- defined by
-
numpy.
kaiser
()¶ - defined by
np_kaiser(M, beta)
at numba/np/arraymath.py:4315-4334
- defined by
-
numpy.
kron
()¶ - defined by
kron_impl(a, b)
at numba/np/linalg.py:2710-2764
- defined by
-
numpy.
linspace
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
max
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.
mean
()¶ - defined by
<class 'abc.Numpy_redirect_mean'>
- defined by
-
numpy.
median
()¶ - defined by
np_median(a)
at numba/np/arraymath.py:1255-1267
- defined by
-
numpy.
min
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.
nancumprod
()¶ - defined by
np_nancumprod(a)
at numba/np/arraymath.py:1000-1022
- defined by
-
numpy.
nancumsum
()¶ - defined by
np_nancumsum(a)
at numba/np/arraymath.py:1025-1047
- defined by
-
numpy.
nanmax
()¶ - defined by
np_nanmax(a)
at numba/np/arraymath.py:891-897
- defined by
-
numpy.
nanmean
()¶ - defined by
np_nanmean(a)
at numba/np/arraymath.py:900-917
- defined by
-
numpy.
nanmedian
()¶ - defined by
np_nanmedian(a)
at numba/np/arraymath.py:1439-1461
- defined by
-
numpy.
nanmin
()¶ - defined by
np_nanmin(a)
at numba/np/arraymath.py:882-888
- defined by
-
numpy.
nanpercentile
()¶ - defined by
np_nanpercentile(a, q)
at numba/np/arraymath.py:1418-1422
- defined by
-
numpy.
nanprod
()¶ - defined by
np_nanprod(a)
at numba/np/arraymath.py:978-997
- defined by
-
numpy.
nanquantile
()¶ - defined by
np_nanquantile(a, q)
at numba/np/arraymath.py:1432-1436
- defined by
-
numpy.
nanstd
()¶ - defined by
np_nanstd(a)
at numba/np/arraymath.py:945-953
- defined by
-
numpy.
nansum
()¶ - defined by
np_nansum(a)
at numba/np/arraymath.py:956-975
- defined by
-
numpy.
nanvar
()¶ - defined by
np_nanvar(a)
at numba/np/arraymath.py:920-942
- defined by
-
numpy.
nonzero
()¶ - defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.
ones
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
ones_like
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
outer
()¶ - defined by
outer_impl(a, b, out=None)
at numba/np/linalg.py:2633-2644
- defined by
-
numpy.
partition
()¶ - defined by
np_partition(a, kth)
at numba/np/arraymath.py:1520-1542
- defined by
-
numpy.
percentile
()¶ - defined by
np_percentile(a, q)
at numba/np/arraymath.py:1411-1415
- defined by
-
numpy.
prod
()¶ - defined by
<class 'abc.Numpy_redirect_prod'>
- defined by
-
numpy.
ptp
()¶ - defined by
np_ptp(a)
at numba/np/arraymath.py:1109-1135
- defined by
-
numpy.
quantile
()¶ - defined by
np_quantile(a, q)
at numba/np/arraymath.py:1425-1429
- defined by
-
numpy.
ravel
()¶ - defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
-
numpy.
real
()¶ - defined by
np_real(a)
at numba/np/arraymath.py:3288-3293
- defined by
-
numpy.
repeat
()¶ - defined by
np_repeat(a, repeats)
at numba/np/arrayobj.py:1925-1967
- defined by
-
numpy.
reshape
()¶ - defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.
roll
()¶ - defined by
np_roll(a, shift)
at numba/np/arraymath.py:1932-1952
- defined by
-
numpy.
roots
()¶ - defined by
roots_impl(p)
at numba/np/polynomial.py:14-59
- defined by
-
numpy.
round
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
round_
()¶ Alias to:
numpy.round
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
row_stack
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
searchsorted
()¶ - defined by
searchsorted(a, v, side='left')
at numba/np/arraymath.py:3534-3566
- defined by
-
numpy.
select
()¶ - defined by
np_select(condlist, choicelist, default=0)
at numba/np/arraymath.py:4113-4161
- defined by
-
numpy.
shape
()¶ - defined by
np_shape(a)
at numba/np/arrayobj.py:1903-1910
- defined by
-
numpy.
sinc
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
sort
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
stack
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
std
()¶ - defined by
<class 'abc.Numpy_redirect_std'>
- defined by
-
numpy.
sum
()¶ - defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.
take
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
trace
()¶ - defined by
matrix_trace_impl(a, offset=0)
at numba/np/linalg.py:2567-2595
- defined by
-
numpy.
transpose
()¶ - defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.
trapz
()¶ - defined by
np_trapz(y, x=None, dx=1.0)
at numba/np/arraymath.py:1834-1853
- defined by
-
numpy.
tri
()¶ - defined by
np_tri(N, M=None, k=0)
at numba/np/arraymath.py:1561-1572
- defined by
-
numpy.
tril
()¶ - defined by
my_tril(m, k=0)
at numba/np/arraymath.py:1598-1622
- defined by
-
numpy.
tril_indices
()¶ - defined by
np_tril_indices(n, k=0, m=None)
at numba/np/arraymath.py:1625-1636
- defined by
-
numpy.
tril_indices_from
()¶ - defined by
np_tril_indices_from(arr, k=0)
at numba/np/arraymath.py:1639-1650
- defined by
-
numpy.
triu
()¶ - defined by
my_triu(m, k=0)
at numba/np/arraymath.py:1659-1682
- defined by
-
numpy.
triu_indices
()¶ - defined by
np_triu_indices(n, k=0, m=None)
at numba/np/arraymath.py:1685-1696
- defined by
-
numpy.
triu_indices_from
()¶ - defined by
np_triu_indices_from(arr, k=0)
at numba/np/arraymath.py:1699-1710
- defined by
-
numpy.
unique
()¶ - defined by
np_unique(a)
at numba/np/arrayobj.py:1915-1922
- defined by
-
numpy.
vander
()¶ - defined by
np_vander(x, N=None, increasing=False)
at numba/np/arraymath.py:1892-1929
- defined by
-
numpy.
var
()¶ - defined by
<class 'abc.Numpy_redirect_var'>
- defined by
-
numpy.
vdot
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
vstack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
where
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
zeros
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.
zeros_like
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 195 unsupported functions.
supported = 126 / 321 = 39.25%
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¶
-
numpy.core.
all
()¶ Alias to:
numpy.all
- defined by
np_all(a)
at numba/np/arraymath.py:776-785
- defined by
-
numpy.core.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.core.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.core.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.core.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.core.
argmax
()¶ Alias to:
numpy.argmax
- defined by
<class 'abc.Numpy_redirect_argmax'>
- defined by
-
numpy.core.
argmin
()¶ Alias to:
numpy.argmin
- defined by
<class 'abc.Numpy_redirect_argmin'>
- defined by
-
numpy.core.
argsort
()¶ Alias to:
numpy.argsort
- defined by
<class 'abc.Numpy_redirect_argsort'>
- defined by
-
numpy.core.
argwhere
()¶ Alias to:
numpy.argwhere
- defined by
np_argwhere(a)
at numba/np/arraymath.py:2790-2822
- defined by
-
numpy.core.
around
()¶ Alias to:
numpy.around
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
array_equal
()¶ Alias to:
numpy.array_equal
- defined by
np_array_equal(a, b)
at numba/np/arraymath.py:3414-3433
- defined by
-
numpy.core.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.core.
ascontiguousarray
()¶ Alias to:
numpy.ascontiguousarray
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
asfortranarray
()¶ Alias to:
numpy.asfortranarray
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
atleast_1d
()¶ Alias to:
numpy.atleast_1d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
atleast_2d
()¶ Alias to:
numpy.atleast_2d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
atleast_3d
()¶ Alias to:
numpy.atleast_3d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
convolve
()¶ Alias to:
numpy.convolve
- defined by
np_convolve(a, v)
at numba/np/arraymath.py:3995-4016
- defined by
-
numpy.core.
correlate
()¶ Alias to:
numpy.correlate
- defined by
_np_correlate(a, v)
at numba/np/arraymath.py:3947-3992
- defined by
-
numpy.core.
count_nonzero
()¶ Alias to:
numpy.count_nonzero
- defined by
np_count_nonzero(arr, axis=None)
at numba/np/arraymath.py:3307-3321
- defined by
-
numpy.core.
cross
()¶ Alias to:
numpy.cross
- defined by
np_cross(a, b)
at numba/np/arraymath.py:4378-4400
- defined by
-
numpy.core.
cumprod
()¶ Alias to:
numpy.cumprod
- defined by
<class 'abc.Numpy_redirect_cumprod'>
- defined by
-
numpy.core.
cumsum
()¶ Alias to:
numpy.cumsum
- defined by
<class 'abc.Numpy_redirect_cumsum'>
- defined by
-
numpy.core.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
empty_like
()¶ Alias to:
numpy.empty_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
flatnonzero
()¶ Alias to:
numpy.flatnonzero
- defined by
np_flatnonzero(a)
at numba/np/arraymath.py:2825-2840
- defined by
-
numpy.core.
frombuffer
()¶ Alias to:
numpy.frombuffer
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
full
()¶ Alias to:
numpy.full
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
full_like
()¶ Alias to:
numpy.full_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
hstack
()¶ Alias to:
numpy.hstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
identity
()¶ Alias to:
numpy.identity
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
linspace
()¶ Alias to:
numpy.linspace
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
max
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.core.
mean
()¶ Alias to:
numpy.mean
- defined by
<class 'abc.Numpy_redirect_mean'>
- defined by
-
numpy.core.
min
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.core.
nonzero
()¶ Alias to:
numpy.nonzero
- defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.core.
ones
()¶ Alias to:
numpy.ones
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
ones_like
()¶ Alias to:
numpy.ones_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
outer
()¶ Alias to:
numpy.outer
- defined by
outer_impl(a, b, out=None)
at numba/np/linalg.py:2633-2644
- defined by
-
numpy.core.
partition
()¶ Alias to:
numpy.partition
- defined by
np_partition(a, kth)
at numba/np/arraymath.py:1520-1542
- defined by
-
numpy.core.
prod
()¶ Alias to:
numpy.prod
- defined by
<class 'abc.Numpy_redirect_prod'>
- defined by
-
numpy.core.
ptp
()¶ Alias to:
numpy.ptp
- defined by
np_ptp(a)
at numba/np/arraymath.py:1109-1135
- defined by
-
numpy.core.
ravel
()¶ Alias to:
numpy.ravel
- defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
-
numpy.core.
repeat
()¶ Alias to:
numpy.repeat
- defined by
np_repeat(a, repeats)
at numba/np/arrayobj.py:1925-1967
- defined by
-
numpy.core.
reshape
()¶ Alias to:
numpy.reshape
- defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.core.
roll
()¶ Alias to:
numpy.roll
- defined by
np_roll(a, shift)
at numba/np/arraymath.py:1932-1952
- defined by
-
numpy.core.
round
()¶ Alias to:
numpy.round
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
round_
()¶ Alias to:
numpy.round
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
searchsorted
()¶ Alias to:
numpy.searchsorted
- defined by
searchsorted(a, v, side='left')
at numba/np/arraymath.py:3534-3566
- defined by
-
numpy.core.
shape
()¶ Alias to:
numpy.shape
- defined by
np_shape(a)
at numba/np/arrayobj.py:1903-1910
- defined by
-
numpy.core.
sort
()¶ Alias to:
numpy.sort
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
stack
()¶ Alias to:
numpy.stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
std
()¶ Alias to:
numpy.std
- defined by
<class 'abc.Numpy_redirect_std'>
- defined by
-
numpy.core.
sum
()¶ Alias to:
numpy.sum
- defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.core.
take
()¶ Alias to:
numpy.take
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
trace
()¶ Alias to:
numpy.trace
- defined by
matrix_trace_impl(a, offset=0)
at numba/np/linalg.py:2567-2595
- defined by
-
numpy.core.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.core.
var
()¶ Alias to:
numpy.var
- defined by
<class 'abc.Numpy_redirect_var'>
- defined by
-
numpy.core.
vdot
()¶ Alias to:
numpy.vdot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
vstack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
where
()¶ Alias to:
numpy.where
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.
zeros_like
()¶ Alias to:
numpy.zeros_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 85 unsupported functions.
supported = 66 / 151 = 43.71%
numpy.core.arrayprint¶
-
numpy.core.arrayprint.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.core.arrayprint.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.arrayprint.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.core.arrayprint.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.arrayprint.
ravel
()¶ Alias to:
numpy.ravel
- defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
Not showing 21 unsupported functions.
supported = 5 / 26 = 19.23%
numpy.core.defchararray¶
-
numpy.core.defchararray.
narray
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 54 unsupported functions.
supported = 1 / 55 = 1.82%
numpy.core.einsumfunc¶
This module is not supported.
numpy.core.fromnumeric¶
-
numpy.core.fromnumeric.
all
()¶ Alias to:
numpy.all
- defined by
np_all(a)
at numba/np/arraymath.py:776-785
- defined by
-
numpy.core.fromnumeric.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.core.fromnumeric.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.core.fromnumeric.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.core.fromnumeric.
argmax
()¶ Alias to:
numpy.argmax
- defined by
<class 'abc.Numpy_redirect_argmax'>
- defined by
-
numpy.core.fromnumeric.
argmin
()¶ Alias to:
numpy.argmin
- defined by
<class 'abc.Numpy_redirect_argmin'>
- defined by
-
numpy.core.fromnumeric.
argsort
()¶ Alias to:
numpy.argsort
- defined by
<class 'abc.Numpy_redirect_argsort'>
- defined by
-
numpy.core.fromnumeric.
around
()¶ Alias to:
numpy.around
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.fromnumeric.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.fromnumeric.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.core.fromnumeric.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.fromnumeric.
cumprod
()¶ Alias to:
numpy.cumprod
- defined by
<class 'abc.Numpy_redirect_cumprod'>
- defined by
-
numpy.core.fromnumeric.
cumsum
()¶ Alias to:
numpy.cumsum
- defined by
<class 'abc.Numpy_redirect_cumsum'>
- defined by
-
numpy.core.fromnumeric.
mean
()¶ Alias to:
numpy.mean
- defined by
<class 'abc.Numpy_redirect_mean'>
- defined by
-
numpy.core.fromnumeric.
nonzero
()¶ Alias to:
numpy.nonzero
- defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.core.fromnumeric.
partition
()¶ Alias to:
numpy.partition
- defined by
np_partition(a, kth)
at numba/np/arraymath.py:1520-1542
- defined by
-
numpy.core.fromnumeric.
prod
()¶ Alias to:
numpy.prod
- defined by
<class 'abc.Numpy_redirect_prod'>
- defined by
-
numpy.core.fromnumeric.
ptp
()¶ Alias to:
numpy.ptp
- defined by
np_ptp(a)
at numba/np/arraymath.py:1109-1135
- defined by
-
numpy.core.fromnumeric.
ravel
()¶ Alias to:
numpy.ravel
- defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
-
numpy.core.fromnumeric.
repeat
()¶ Alias to:
numpy.repeat
- defined by
np_repeat(a, repeats)
at numba/np/arrayobj.py:1925-1967
- defined by
-
numpy.core.fromnumeric.
reshape
()¶ Alias to:
numpy.reshape
- defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.core.fromnumeric.
round_
()¶ Alias to:
numpy.round
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.fromnumeric.
searchsorted
()¶ Alias to:
numpy.searchsorted
- defined by
searchsorted(a, v, side='left')
at numba/np/arraymath.py:3534-3566
- defined by
-
numpy.core.fromnumeric.
shape
()¶ Alias to:
numpy.shape
- defined by
np_shape(a)
at numba/np/arrayobj.py:1903-1910
- defined by
-
numpy.core.fromnumeric.
sort
()¶ Alias to:
numpy.sort
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.fromnumeric.
std
()¶ Alias to:
numpy.std
- defined by
<class 'abc.Numpy_redirect_std'>
- defined by
-
numpy.core.fromnumeric.
sum
()¶ Alias to:
numpy.sum
- defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.core.fromnumeric.
take
()¶ Alias to:
numpy.take
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.fromnumeric.
trace
()¶ Alias to:
numpy.trace
- defined by
matrix_trace_impl(a, offset=0)
at numba/np/linalg.py:2567-2595
- defined by
-
numpy.core.fromnumeric.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.core.fromnumeric.
var
()¶ Alias to:
numpy.var
- defined by
<class 'abc.Numpy_redirect_var'>
- defined by
Not showing 18 unsupported functions.
supported = 31 / 49 = 63.27%
numpy.core.function_base¶
-
numpy.core.function_base.
linspace
()¶ Alias to:
numpy.linspace
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 8 unsupported functions.
supported = 1 / 9 = 11.11%
numpy.core.getlimits¶
-
numpy.core.getlimits.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 1 unsupported functions.
supported = 1 / 2 = 50.00%
numpy.core.info¶
This module is not supported.
numpy.core.machar¶
-
numpy.core.machar.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
Not showing 1 unsupported functions.
supported = 1 / 2 = 50.00%
numpy.core.multiarray¶
-
numpy.core.multiarray.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.core.multiarray.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
bincount
()¶ Alias to:
numpy.bincount
- defined by
np_bincount(a, weights=None, minlength=0)
at numba/np/arraymath.py:3446-3501
- defined by
-
numpy.core.multiarray.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
empty_like
()¶ Alias to:
numpy.empty_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
frombuffer
()¶ Alias to:
numpy.frombuffer
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
vdot
()¶ Alias to:
numpy.vdot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
where
()¶ Alias to:
numpy.where
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.multiarray.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 47 unsupported functions.
supported = 11 / 58 = 18.97%
numpy.core.numeric¶
-
numpy.core.numeric.
all
()¶ Alias to:
numpy.all
- defined by
np_all(a)
at numba/np/arraymath.py:776-785
- defined by
-
numpy.core.numeric.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.core.numeric.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.core.numeric.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.core.numeric.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.core.numeric.
argmax
()¶ Alias to:
numpy.argmax
- defined by
<class 'abc.Numpy_redirect_argmax'>
- defined by
-
numpy.core.numeric.
argmin
()¶ Alias to:
numpy.argmin
- defined by
<class 'abc.Numpy_redirect_argmin'>
- defined by
-
numpy.core.numeric.
argsort
()¶ Alias to:
numpy.argsort
- defined by
<class 'abc.Numpy_redirect_argsort'>
- defined by
-
numpy.core.numeric.
argwhere
()¶ Alias to:
numpy.argwhere
- defined by
np_argwhere(a)
at numba/np/arraymath.py:2790-2822
- defined by
-
numpy.core.numeric.
around
()¶ Alias to:
numpy.around
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
array_equal
()¶ Alias to:
numpy.array_equal
- defined by
np_array_equal(a, b)
at numba/np/arraymath.py:3414-3433
- defined by
-
numpy.core.numeric.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.core.numeric.
ascontiguousarray
()¶ Alias to:
numpy.ascontiguousarray
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
asfortranarray
()¶ Alias to:
numpy.asfortranarray
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
convolve
()¶ Alias to:
numpy.convolve
- defined by
np_convolve(a, v)
at numba/np/arraymath.py:3995-4016
- defined by
-
numpy.core.numeric.
correlate
()¶ Alias to:
numpy.correlate
- defined by
_np_correlate(a, v)
at numba/np/arraymath.py:3947-3992
- defined by
-
numpy.core.numeric.
count_nonzero
()¶ Alias to:
numpy.count_nonzero
- defined by
np_count_nonzero(arr, axis=None)
at numba/np/arraymath.py:3307-3321
- defined by
-
numpy.core.numeric.
cross
()¶ Alias to:
numpy.cross
- defined by
np_cross(a, b)
at numba/np/arraymath.py:4378-4400
- defined by
-
numpy.core.numeric.
cumprod
()¶ Alias to:
numpy.cumprod
- defined by
<class 'abc.Numpy_redirect_cumprod'>
- defined by
-
numpy.core.numeric.
cumsum
()¶ Alias to:
numpy.cumsum
- defined by
<class 'abc.Numpy_redirect_cumsum'>
- defined by
-
numpy.core.numeric.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
empty_like
()¶ Alias to:
numpy.empty_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
flatnonzero
()¶ Alias to:
numpy.flatnonzero
- defined by
np_flatnonzero(a)
at numba/np/arraymath.py:2825-2840
- defined by
-
numpy.core.numeric.
frombuffer
()¶ Alias to:
numpy.frombuffer
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
full
()¶ Alias to:
numpy.full
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
full_like
()¶ Alias to:
numpy.full_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
identity
()¶ Alias to:
numpy.identity
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
mean
()¶ Alias to:
numpy.mean
- defined by
<class 'abc.Numpy_redirect_mean'>
- defined by
-
numpy.core.numeric.
nonzero
()¶ Alias to:
numpy.nonzero
- defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.core.numeric.
ones
()¶ Alias to:
numpy.ones
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
ones_like
()¶ Alias to:
numpy.ones_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
outer
()¶ Alias to:
numpy.outer
- defined by
outer_impl(a, b, out=None)
at numba/np/linalg.py:2633-2644
- defined by
-
numpy.core.numeric.
partition
()¶ Alias to:
numpy.partition
- defined by
np_partition(a, kth)
at numba/np/arraymath.py:1520-1542
- defined by
-
numpy.core.numeric.
prod
()¶ Alias to:
numpy.prod
- defined by
<class 'abc.Numpy_redirect_prod'>
- defined by
-
numpy.core.numeric.
ptp
()¶ Alias to:
numpy.ptp
- defined by
np_ptp(a)
at numba/np/arraymath.py:1109-1135
- defined by
-
numpy.core.numeric.
ravel
()¶ Alias to:
numpy.ravel
- defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
-
numpy.core.numeric.
repeat
()¶ Alias to:
numpy.repeat
- defined by
np_repeat(a, repeats)
at numba/np/arrayobj.py:1925-1967
- defined by
-
numpy.core.numeric.
reshape
()¶ Alias to:
numpy.reshape
- defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.core.numeric.
roll
()¶ Alias to:
numpy.roll
- defined by
np_roll(a, shift)
at numba/np/arraymath.py:1932-1952
- defined by
-
numpy.core.numeric.
round_
()¶ Alias to:
numpy.round
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
searchsorted
()¶ Alias to:
numpy.searchsorted
- defined by
searchsorted(a, v, side='left')
at numba/np/arraymath.py:3534-3566
- defined by
-
numpy.core.numeric.
shape
()¶ Alias to:
numpy.shape
- defined by
np_shape(a)
at numba/np/arrayobj.py:1903-1910
- defined by
-
numpy.core.numeric.
sort
()¶ Alias to:
numpy.sort
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
std
()¶ Alias to:
numpy.std
- defined by
<class 'abc.Numpy_redirect_std'>
- defined by
-
numpy.core.numeric.
sum
()¶ Alias to:
numpy.sum
- defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.core.numeric.
take
()¶ Alias to:
numpy.take
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
trace
()¶ Alias to:
numpy.trace
- defined by
matrix_trace_impl(a, offset=0)
at numba/np/linalg.py:2567-2595
- defined by
-
numpy.core.numeric.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.core.numeric.
var
()¶ Alias to:
numpy.var
- defined by
<class 'abc.Numpy_redirect_var'>
- defined by
-
numpy.core.numeric.
vdot
()¶ Alias to:
numpy.vdot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
where
()¶ Alias to:
numpy.where
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numeric.
zeros_like
()¶ Alias to:
numpy.zeros_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 84 unsupported functions.
supported = 56 / 140 = 40.00%
numpy.core.numerictypes¶
-
numpy.core.numerictypes.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.numerictypes.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 18 unsupported functions.
supported = 2 / 20 = 10.00%
numpy.core.overrides¶
This module is not supported.
numpy.core.records¶
This module is not supported.
numpy.core.setup_common¶
This module is not supported.
numpy.core.shape_base¶
-
numpy.core.shape_base.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.shape_base.
atleast_1d
()¶ Alias to:
numpy.atleast_1d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.shape_base.
atleast_2d
()¶ Alias to:
numpy.atleast_2d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.shape_base.
atleast_3d
()¶ Alias to:
numpy.atleast_3d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.shape_base.
hstack
()¶ Alias to:
numpy.hstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.shape_base.
stack
()¶ Alias to:
numpy.stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.shape_base.
vstack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 3 unsupported functions.
supported = 7 / 10 = 70.00%
numpy.core.umath¶
-
numpy.core.umath.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.core.umath.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.umath.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.umath.
frombuffer
()¶ Alias to:
numpy.frombuffer
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.core.umath.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 53 unsupported functions.
supported = 5 / 58 = 8.62%
numpy.core.umath_tests¶
This module is not supported.
numpy.ctypeslib¶
-
numpy.ctypeslib.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.ctypeslib.
frombuffer
()¶ Alias to:
numpy.frombuffer
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 7 unsupported functions.
supported = 2 / 9 = 22.22%
numpy.distutils¶
This module is not supported.
numpy.distutils.ccompiler¶
This module is not supported.
numpy.distutils.command¶
This module is not supported.
numpy.distutils.command.autodist¶
This module is not supported.
numpy.distutils.command.bdist_rpm¶
This module is not supported.
numpy.distutils.command.build¶
This module is not supported.
numpy.distutils.command.build_clib¶
This module is not supported.
numpy.distutils.command.build_ext¶
This module is not supported.
numpy.distutils.command.build_py¶
This module is not supported.
numpy.distutils.command.build_scripts¶
This module is not supported.
numpy.distutils.command.build_src¶
This module is not supported.
numpy.distutils.command.config¶
This module is not supported.
numpy.distutils.command.config_compiler¶
This module is not supported.
numpy.distutils.command.develop¶
This module is not supported.
numpy.distutils.command.egg_info¶
This module is not supported.
numpy.distutils.command.install¶
This module is not supported.
numpy.distutils.command.install_clib¶
This module is not supported.
numpy.distutils.command.install_data¶
This module is not supported.
numpy.distutils.command.install_headers¶
This module is not supported.
numpy.distutils.command.sdist¶
This module is not supported.
numpy.distutils.compat¶
This module is not supported.
numpy.distutils.conv_template¶
This module is not supported.
numpy.distutils.core¶
This module is not supported.
numpy.distutils.cpuinfo¶
This module is not supported.
numpy.distutils.exec_command¶
This module is not supported.
numpy.distutils.extension¶
This module is not supported.
numpy.distutils.fcompiler¶
This module is not supported.
numpy.distutils.fcompiler.absoft¶
This module is not supported.
numpy.distutils.fcompiler.compaq¶
This module is not supported.
numpy.distutils.fcompiler.environment¶
This module is not supported.
numpy.distutils.fcompiler.g95¶
This module is not supported.
numpy.distutils.fcompiler.gnu¶
This module is not supported.
numpy.distutils.fcompiler.hpux¶
This module is not supported.
numpy.distutils.fcompiler.ibm¶
This module is not supported.
numpy.distutils.fcompiler.intel¶
This module is not supported.
numpy.distutils.fcompiler.lahey¶
This module is not supported.
numpy.distutils.fcompiler.mips¶
This module is not supported.
numpy.distutils.fcompiler.nag¶
This module is not supported.
numpy.distutils.fcompiler.none¶
This module is not supported.
numpy.distutils.fcompiler.pathf95¶
This module is not supported.
numpy.distutils.fcompiler.pg¶
This module is not supported.
numpy.distutils.fcompiler.sun¶
This module is not supported.
numpy.distutils.fcompiler.vast¶
This module is not supported.
numpy.distutils.from_template¶
This module is not supported.
numpy.distutils.info¶
This module is not supported.
numpy.distutils.intelccompiler¶
This module is not supported.
numpy.distutils.lib2def¶
This module is not supported.
numpy.distutils.line_endings¶
This module is not supported.
numpy.distutils.log¶
This module is not supported.
numpy.distutils.mingw32ccompiler¶
This module is not supported.
numpy.distutils.misc_util¶
This module is not supported.
numpy.distutils.msvccompiler¶
This module is not supported.
numpy.distutils.npy_pkg_config¶
This module is not supported.
numpy.distutils.numpy_distribution¶
This module is not supported.
numpy.distutils.pathccompiler¶
This module is not supported.
numpy.distutils.setup¶
This module is not supported.
numpy.distutils.system_info¶
-
numpy.distutils.system_info.
reduce
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 18 unsupported functions.
supported = 1 / 19 = 5.26%
numpy.distutils.unixccompiler¶
This module is not supported.
numpy.doc¶
This module is not supported.
numpy.doc.basics¶
This module is not supported.
numpy.doc.broadcasting¶
This module is not supported.
numpy.doc.byteswapping¶
This module is not supported.
numpy.doc.constants¶
This module is not supported.
numpy.doc.creation¶
This module is not supported.
numpy.doc.dispatch¶
This module is not supported.
numpy.doc.glossary¶
This module is not supported.
numpy.doc.indexing¶
This module is not supported.
numpy.doc.internals¶
This module is not supported.
numpy.doc.misc¶
This module is not supported.
numpy.doc.structured_arrays¶
This module is not supported.
numpy.doc.subclassing¶
This module is not supported.
numpy.doc.ufuncs¶
This module is not supported.
numpy.dual¶
This module is not supported.
numpy.f2py¶
This module is not supported.
numpy.f2py.auxfuncs¶
-
numpy.f2py.auxfuncs.
reduce
()¶ Alias to:
numpy.distutils.system_info.reduce
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 102 unsupported functions.
supported = 1 / 103 = 0.97%
numpy.f2py.capi_maps¶
This module is not supported.
numpy.f2py.cb_rules¶
This module is not supported.
numpy.f2py.cfuncs¶
This module is not supported.
numpy.f2py.common_rules¶
This module is not supported.
numpy.f2py.crackfortran¶
This module is not supported.
numpy.f2py.diagnose¶
This module is not supported.
numpy.f2py.f2py2e¶
This module is not supported.
numpy.f2py.f2py_testing¶
This module is not supported.
numpy.f2py.f90mod_rules¶
This module is not supported.
numpy.f2py.func2subr¶
This module is not supported.
numpy.f2py.info¶
This module is not supported.
numpy.f2py.rules¶
This module is not supported.
numpy.f2py.use_rules¶
This module is not supported.
numpy.fft¶
This module is not supported.
numpy.fft.helper¶
-
numpy.fft.helper.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.fft.helper.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.fft.helper.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.fft.helper.
roll
()¶ Alias to:
numpy.roll
- defined by
np_roll(a, shift)
at numba/np/arraymath.py:1932-1952
- defined by
Not showing 6 unsupported functions.
supported = 4 / 10 = 40.00%
numpy.fft.info¶
This module is not supported.
numpy.fft.pocketfft¶
-
numpy.fft.pocketfft.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.fft.pocketfft.
take
()¶ Alias to:
numpy.take
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.fft.pocketfft.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 16 unsupported functions.
supported = 3 / 19 = 15.79%
numpy.fft.pocketfft_internal¶
This module is not supported.
numpy.fft.setup¶
This module is not supported.
numpy.lib¶
-
numpy.lib.
angle
()¶ Alias to:
numpy.angle
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
append
()¶ Alias to:
numpy.append
- defined by
np_append(arr, values, axis=None)
at numba/np/arrayobj.py:1709-1732
- defined by
-
numpy.lib.
asfarray
()¶ Alias to:
numpy.asfarray
- defined by
np_asfarray(a, dtype=<class 'numpy.float64'>)
at numba/np/arraymath.py:4074-4084
- defined by
-
numpy.lib.
bartlett
()¶ Alias to:
numpy.bartlett
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.
bincount
()¶ Alias to:
numpy.bincount
- defined by
np_bincount(a, weights=None, minlength=0)
at numba/np/arraymath.py:3446-3501
- defined by
-
numpy.lib.
blackman
()¶ Alias to:
numpy.blackman
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.
column_stack
()¶ Alias to:
numpy.column_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
copy
()¶ Alias to:
numpy.copy
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
corrcoef
()¶ Alias to:
numpy.corrcoef
- defined by
np_corrcoef(x, y=None, rowvar=True)
at numba/np/arraymath.py:2753-2783
- defined by
-
numpy.lib.
cov
()¶ Alias to:
numpy.cov
- defined by
np_cov(m, y=None, rowvar=True, bias=False, ddof=None)
at numba/np/arraymath.py:2694-2750
- defined by
-
numpy.lib.
delete
()¶ Alias to:
numpy.delete
- defined by
np_delete(arr, obj)
at numba/np/arraymath.py:3328-3372
- defined by
-
numpy.lib.
diag
()¶ Alias to:
numpy.diag
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
diff
()¶ Alias to:
numpy.diff
- defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.lib.
digitize
()¶ Alias to:
numpy.digitize
- defined by
np_digitize(x, bins, right=False)
at numba/np/arraymath.py:3569-3695
- defined by
-
numpy.lib.
dstack
()¶ Alias to:
numpy.dstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
ediff1d
()¶ Alias to:
numpy.ediff1d
- defined by
np_ediff1d(ary, to_end=None, to_begin=None)
at numba/np/arraymath.py:1742-1797
- defined by
-
numpy.lib.
expand_dims
()¶ Alias to:
numpy.expand_dims
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
extract
()¶ Alias to:
numpy.extract
- defined by
np_extract(condition, arr)
at numba/np/arraymath.py:4087-4110
- defined by
-
numpy.lib.
eye
()¶ Alias to:
numpy.eye
- defined by
numpy_eye(N, M=None, k=0, dtype=<class 'float'>)
at numba/np/arrayobj.py:3688-3711
- defined by
-
numpy.lib.
fill_diagonal
()¶ Alias to:
numpy.fill_diagonal
- defined by
np_fill_diagonal(a, val, wrap=False)
at numba/np/arraymath.py:2927-2957
- defined by
-
numpy.lib.
flip
()¶ Alias to:
numpy.flip
- defined by
np_flip(a)
at numba/np/arrayobj.py:4962-4973
- defined by
-
numpy.lib.
fliplr
()¶ Alias to:
numpy.fliplr
- defined by
np_flip_lr(a)
at numba/np/arrayobj.py:4900-4914
- defined by
-
numpy.lib.
flipud
()¶ Alias to:
numpy.flipud
- defined by
np_flip_ud(a)
at numba/np/arrayobj.py:4917-4931
- defined by
-
numpy.lib.
hamming
()¶ Alias to:
numpy.hamming
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.
hanning
()¶ Alias to:
numpy.hanning
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.
histogram
()¶ Alias to:
numpy.histogram
- defined by
np_histogram(a, bins=10, range=None)
at numba/np/arraymath.py:3701-3781
- defined by
-
numpy.lib.
imag
()¶ Alias to:
numpy.imag
- defined by
np_imag(a)
at numba/np/arraymath.py:3296-3301
- defined by
-
numpy.lib.
interp
()¶ Alias to:
numpy.interp
- defined by
np_interp(x, xp, fp)
at numba/np/arraymath.py:2445-2506
- defined by
-
numpy.lib.
kaiser
()¶ Alias to:
numpy.kaiser
- defined by
np_kaiser(M, beta)
at numba/np/arraymath.py:4315-4334
- defined by
-
numpy.lib.
kron
()¶ Alias to:
numpy.kron
- defined by
kron_impl(a, b)
at numba/np/linalg.py:2710-2764
- defined by
-
numpy.lib.
median
()¶ Alias to:
numpy.median
- defined by
np_median(a)
at numba/np/arraymath.py:1255-1267
- defined by
-
numpy.lib.
nancumprod
()¶ Alias to:
numpy.nancumprod
- defined by
np_nancumprod(a)
at numba/np/arraymath.py:1000-1022
- defined by
-
numpy.lib.
nancumsum
()¶ Alias to:
numpy.nancumsum
- defined by
np_nancumsum(a)
at numba/np/arraymath.py:1025-1047
- defined by
-
numpy.lib.
nanmax
()¶ Alias to:
numpy.nanmax
- defined by
np_nanmax(a)
at numba/np/arraymath.py:891-897
- defined by
-
numpy.lib.
nanmean
()¶ Alias to:
numpy.nanmean
- defined by
np_nanmean(a)
at numba/np/arraymath.py:900-917
- defined by
-
numpy.lib.
nanmedian
()¶ Alias to:
numpy.nanmedian
- defined by
np_nanmedian(a)
at numba/np/arraymath.py:1439-1461
- defined by
-
numpy.lib.
nanmin
()¶ Alias to:
numpy.nanmin
- defined by
np_nanmin(a)
at numba/np/arraymath.py:882-888
- defined by
-
numpy.lib.
nanpercentile
()¶ Alias to:
numpy.nanpercentile
- defined by
np_nanpercentile(a, q)
at numba/np/arraymath.py:1418-1422
- defined by
-
numpy.lib.
nanprod
()¶ Alias to:
numpy.nanprod
- defined by
np_nanprod(a)
at numba/np/arraymath.py:978-997
- defined by
-
numpy.lib.
nanquantile
()¶ Alias to:
numpy.nanquantile
- defined by
np_nanquantile(a, q)
at numba/np/arraymath.py:1432-1436
- defined by
-
numpy.lib.
nanstd
()¶ Alias to:
numpy.nanstd
- defined by
np_nanstd(a)
at numba/np/arraymath.py:945-953
- defined by
-
numpy.lib.
nansum
()¶ Alias to:
numpy.nansum
- defined by
np_nansum(a)
at numba/np/arraymath.py:956-975
- defined by
-
numpy.lib.
nanvar
()¶ Alias to:
numpy.nanvar
- defined by
np_nanvar(a)
at numba/np/arraymath.py:920-942
- defined by
-
numpy.lib.
percentile
()¶ Alias to:
numpy.percentile
- defined by
np_percentile(a, q)
at numba/np/arraymath.py:1411-1415
- defined by
-
numpy.lib.
quantile
()¶ Alias to:
numpy.quantile
- defined by
np_quantile(a, q)
at numba/np/arraymath.py:1425-1429
- defined by
-
numpy.lib.
real
()¶ Alias to:
numpy.real
- defined by
np_real(a)
at numba/np/arraymath.py:3288-3293
- defined by
-
numpy.lib.
roots
()¶ Alias to:
numpy.roots
- defined by
roots_impl(p)
at numba/np/polynomial.py:14-59
- defined by
-
numpy.lib.
row_stack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
select
()¶ Alias to:
numpy.select
- defined by
np_select(condlist, choicelist, default=0)
at numba/np/arraymath.py:4113-4161
- defined by
-
numpy.lib.
sinc
()¶ Alias to:
numpy.sinc
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.
trapz
()¶ Alias to:
numpy.trapz
- defined by
np_trapz(y, x=None, dx=1.0)
at numba/np/arraymath.py:1834-1853
- defined by
-
numpy.lib.
tri
()¶ Alias to:
numpy.tri
- defined by
np_tri(N, M=None, k=0)
at numba/np/arraymath.py:1561-1572
- defined by
-
numpy.lib.
tril
()¶ Alias to:
numpy.tril
- defined by
my_tril(m, k=0)
at numba/np/arraymath.py:1598-1622
- defined by
-
numpy.lib.
tril_indices
()¶ Alias to:
numpy.tril_indices
- defined by
np_tril_indices(n, k=0, m=None)
at numba/np/arraymath.py:1625-1636
- defined by
-
numpy.lib.
tril_indices_from
()¶ Alias to:
numpy.tril_indices_from
- defined by
np_tril_indices_from(arr, k=0)
at numba/np/arraymath.py:1639-1650
- defined by
-
numpy.lib.
triu
()¶ Alias to:
numpy.triu
- defined by
my_triu(m, k=0)
at numba/np/arraymath.py:1659-1682
- defined by
-
numpy.lib.
triu_indices
()¶ Alias to:
numpy.triu_indices
- defined by
np_triu_indices(n, k=0, m=None)
at numba/np/arraymath.py:1685-1696
- defined by
-
numpy.lib.
triu_indices_from
()¶ Alias to:
numpy.triu_indices_from
- defined by
np_triu_indices_from(arr, k=0)
at numba/np/arraymath.py:1699-1710
- defined by
-
numpy.lib.
unique
()¶ Alias to:
numpy.unique
- defined by
np_unique(a)
at numba/np/arrayobj.py:1915-1922
- defined by
-
numpy.lib.
vander
()¶ Alias to:
numpy.vander
- defined by
np_vander(x, N=None, increasing=False)
at numba/np/arraymath.py:1892-1929
- defined by
Not showing 109 unsupported functions.
supported = 60 / 169 = 35.50%
numpy.lib.arraypad¶
This module is not supported.
numpy.lib.arraysetops¶
-
numpy.lib.arraysetops.
ediff1d
()¶ Alias to:
numpy.ediff1d
- defined by
np_ediff1d(ary, to_end=None, to_begin=None)
at numba/np/arraymath.py:1742-1797
- defined by
-
numpy.lib.arraysetops.
unique
()¶ Alias to:
numpy.unique
- defined by
np_unique(a)
at numba/np/arrayobj.py:1915-1922
- defined by
Not showing 6 unsupported functions.
supported = 2 / 8 = 25.00%
numpy.lib.arrayterator¶
-
numpy.lib.arrayterator.
mul
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
unicode_repeat(a, b)
at numba/cpython/unicode.py:1748-1757 - defined by
charseq_repeat(a, b)
at numba/cpython/charseq.py:399-416 - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.arrayterator.
reduce
()¶ Alias to:
numpy.distutils.system_info.reduce
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 0 unsupported functions.
supported = 2 / 2 = 100.00%
numpy.lib.financial¶
This module is not supported.
numpy.lib.format¶
This module is not supported.
numpy.lib.function_base¶
-
numpy.lib.function_base.
angle
()¶ Alias to:
numpy.angle
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.lib.function_base.
append
()¶ Alias to:
numpy.append
- defined by
np_append(arr, values, axis=None)
at numba/np/arrayobj.py:1709-1732
- defined by
-
numpy.lib.function_base.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.lib.function_base.
around
()¶ Alias to:
numpy.around
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.lib.function_base.
atleast_1d
()¶ Alias to:
numpy.atleast_1d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
bartlett
()¶ Alias to:
numpy.bartlett
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.function_base.
bincount
()¶ Alias to:
numpy.bincount
- defined by
np_bincount(a, weights=None, minlength=0)
at numba/np/arraymath.py:3446-3501
- defined by
-
numpy.lib.function_base.
blackman
()¶ Alias to:
numpy.blackman
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.function_base.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
copy
()¶ Alias to:
numpy.copy
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
corrcoef
()¶ Alias to:
numpy.corrcoef
- defined by
np_corrcoef(x, y=None, rowvar=True)
at numba/np/arraymath.py:2753-2783
- defined by
-
numpy.lib.function_base.
cov
()¶ Alias to:
numpy.cov
- defined by
np_cov(m, y=None, rowvar=True, bias=False, ddof=None)
at numba/np/arraymath.py:2694-2750
- defined by
-
numpy.lib.function_base.
delete
()¶ Alias to:
numpy.delete
- defined by
np_delete(arr, obj)
at numba/np/arraymath.py:3328-3372
- defined by
-
numpy.lib.function_base.
diag
()¶ Alias to:
numpy.diag
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
diff
()¶ Alias to:
numpy.diff
- defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.lib.function_base.
digitize
()¶ Alias to:
numpy.digitize
- defined by
np_digitize(x, bins, right=False)
at numba/np/arraymath.py:3569-3695
- defined by
-
numpy.lib.function_base.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
empty_like
()¶ Alias to:
numpy.empty_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
extract
()¶ Alias to:
numpy.extract
- defined by
np_extract(condition, arr)
at numba/np/arraymath.py:4087-4110
- defined by
-
numpy.lib.function_base.
flip
()¶ Alias to:
numpy.flip
- defined by
np_flip(a)
at numba/np/arrayobj.py:4962-4973
- defined by
-
numpy.lib.function_base.
hamming
()¶ Alias to:
numpy.hamming
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.function_base.
hanning
()¶ Alias to:
numpy.hanning
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.lib.function_base.
histogram
()¶ Alias to:
numpy.histogram
- defined by
np_histogram(a, bins=10, range=None)
at numba/np/arraymath.py:3701-3781
- defined by
-
numpy.lib.function_base.
interp
()¶ Alias to:
numpy.interp
- defined by
np_interp(x, xp, fp)
at numba/np/arraymath.py:2445-2506
- defined by
-
numpy.lib.function_base.
kaiser
()¶ Alias to:
numpy.kaiser
- defined by
np_kaiser(M, beta)
at numba/np/arraymath.py:4315-4334
- defined by
-
numpy.lib.function_base.
mean
()¶ Alias to:
numpy.mean
- defined by
<class 'abc.Numpy_redirect_mean'>
- defined by
-
numpy.lib.function_base.
median
()¶ Alias to:
numpy.median
- defined by
np_median(a)
at numba/np/arraymath.py:1255-1267
- defined by
-
numpy.lib.function_base.
nonzero
()¶ Alias to:
numpy.nonzero
- defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.lib.function_base.
ones
()¶ Alias to:
numpy.ones
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
partition
()¶ Alias to:
numpy.partition
- defined by
np_partition(a, kth)
at numba/np/arraymath.py:1520-1542
- defined by
-
numpy.lib.function_base.
percentile
()¶ Alias to:
numpy.percentile
- defined by
np_percentile(a, q)
at numba/np/arraymath.py:1411-1415
- defined by
-
numpy.lib.function_base.
quantile
()¶ Alias to:
numpy.quantile
- defined by
np_quantile(a, q)
at numba/np/arraymath.py:1425-1429
- defined by
-
numpy.lib.function_base.
ravel
()¶ Alias to:
numpy.ravel
- defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
-
numpy.lib.function_base.
select
()¶ Alias to:
numpy.select
- defined by
np_select(condlist, choicelist, default=0)
at numba/np/arraymath.py:4113-4161
- defined by
-
numpy.lib.function_base.
sinc
()¶ Alias to:
numpy.sinc
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
sum
()¶ Alias to:
numpy.sum
- defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.lib.function_base.
take
()¶ Alias to:
numpy.take
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.lib.function_base.
trapz
()¶ Alias to:
numpy.trapz
- defined by
np_trapz(y, x=None, dx=1.0)
at numba/np/arraymath.py:1834-1853
- defined by
-
numpy.lib.function_base.
where
()¶ Alias to:
numpy.where
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.function_base.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 26 unsupported functions.
supported = 45 / 71 = 63.38%
numpy.lib.histograms¶
-
numpy.lib.histograms.
histogram
()¶ Alias to:
numpy.histogram
- defined by
np_histogram(a, bins=10, range=None)
at numba/np/arraymath.py:3701-3781
- defined by
Not showing 2 unsupported functions.
supported = 1 / 3 = 33.33%
numpy.lib.index_tricks¶
-
numpy.lib.index_tricks.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.lib.index_tricks.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.index_tricks.
as_strided
()¶ - defined by
as_strided(x, shape=None, strides=None)
at numba/np/arrayobj.py:5109-5135
- defined by
-
numpy.lib.index_tricks.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.lib.index_tricks.
cumprod
()¶ Alias to:
numpy.cumprod
- defined by
<class 'abc.Numpy_redirect_cumprod'>
- defined by
-
numpy.lib.index_tricks.
diff
()¶ Alias to:
numpy.diff
- defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.lib.index_tricks.
fill_diagonal
()¶ Alias to:
numpy.fill_diagonal
- defined by
np_fill_diagonal(a, val, wrap=False)
at numba/np/arraymath.py:2927-2957
- defined by
-
numpy.lib.index_tricks.
linspace
()¶ Alias to:
numpy.linspace
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 10 unsupported functions.
supported = 8 / 18 = 44.44%
numpy.lib.mixins¶
This module is not supported.
numpy.lib.nanfunctions¶
-
numpy.lib.nanfunctions.
nancumprod
()¶ Alias to:
numpy.nancumprod
- defined by
np_nancumprod(a)
at numba/np/arraymath.py:1000-1022
- defined by
-
numpy.lib.nanfunctions.
nancumsum
()¶ Alias to:
numpy.nancumsum
- defined by
np_nancumsum(a)
at numba/np/arraymath.py:1025-1047
- defined by
-
numpy.lib.nanfunctions.
nanmax
()¶ Alias to:
numpy.nanmax
- defined by
np_nanmax(a)
at numba/np/arraymath.py:891-897
- defined by
-
numpy.lib.nanfunctions.
nanmean
()¶ Alias to:
numpy.nanmean
- defined by
np_nanmean(a)
at numba/np/arraymath.py:900-917
- defined by
-
numpy.lib.nanfunctions.
nanmedian
()¶ Alias to:
numpy.nanmedian
- defined by
np_nanmedian(a)
at numba/np/arraymath.py:1439-1461
- defined by
-
numpy.lib.nanfunctions.
nanmin
()¶ Alias to:
numpy.nanmin
- defined by
np_nanmin(a)
at numba/np/arraymath.py:882-888
- defined by
-
numpy.lib.nanfunctions.
nanpercentile
()¶ Alias to:
numpy.nanpercentile
- defined by
np_nanpercentile(a, q)
at numba/np/arraymath.py:1418-1422
- defined by
-
numpy.lib.nanfunctions.
nanprod
()¶ Alias to:
numpy.nanprod
- defined by
np_nanprod(a)
at numba/np/arraymath.py:978-997
- defined by
-
numpy.lib.nanfunctions.
nanquantile
()¶ Alias to:
numpy.nanquantile
- defined by
np_nanquantile(a, q)
at numba/np/arraymath.py:1432-1436
- defined by
-
numpy.lib.nanfunctions.
nanstd
()¶ Alias to:
numpy.nanstd
- defined by
np_nanstd(a)
at numba/np/arraymath.py:945-953
- defined by
-
numpy.lib.nanfunctions.
nansum
()¶ Alias to:
numpy.nansum
- defined by
np_nansum(a)
at numba/np/arraymath.py:956-975
- defined by
-
numpy.lib.nanfunctions.
nanvar
()¶ Alias to:
numpy.nanvar
- defined by
np_nanvar(a)
at numba/np/arraymath.py:920-942
- defined by
Not showing 2 unsupported functions.
supported = 12 / 14 = 85.71%
numpy.lib.npyio¶
This module is not supported.
numpy.lib.polynomial¶
-
numpy.lib.polynomial.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.polynomial.
atleast_1d
()¶ Alias to:
numpy.atleast_1d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.polynomial.
diag
()¶ Alias to:
numpy.diag
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.polynomial.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.polynomial.
eigvals
()¶ - defined by
eigvals_impl(a)
at numba/np/linalg.py:1060-1177
- defined by
-
numpy.lib.polynomial.
hstack
()¶ Alias to:
numpy.hstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.polynomial.
imag
()¶ Alias to:
numpy.imag
- defined by
np_imag(a)
at numba/np/arraymath.py:3296-3301
- defined by
-
numpy.lib.polynomial.
inv
()¶ - defined by
inv_impl(a)
at numba/np/linalg.py:833-870
- defined by
-
numpy.lib.polynomial.
lstsq
()¶ - defined by
lstsq_impl(a, b, rcond=-1.0)
at numba/np/linalg.py:1583-1675
- defined by
-
numpy.lib.polynomial.
ones
()¶ Alias to:
numpy.ones
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.polynomial.
real
()¶ Alias to:
numpy.real
- defined by
np_real(a)
at numba/np/arraymath.py:3288-3293
- defined by
-
numpy.lib.polynomial.
roots
()¶ Alias to:
numpy.roots
- defined by
roots_impl(p)
at numba/np/polynomial.py:14-59
- defined by
-
numpy.lib.polynomial.
vander
()¶ Alias to:
numpy.vander
- defined by
np_vander(x, N=None, increasing=False)
at numba/np/arraymath.py:1892-1929
- defined by
Not showing 14 unsupported functions.
supported = 13 / 27 = 48.15%
numpy.lib.recfunctions¶
This module is not supported.
numpy.lib.scimath¶
-
numpy.lib.scimath.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.lib.scimath.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
Not showing 11 unsupported functions.
supported = 2 / 13 = 15.38%
numpy.lib.setup¶
This module is not supported.
numpy.lib.shape_base¶
-
numpy.lib.shape_base.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.lib.shape_base.
atleast_3d
()¶ Alias to:
numpy.atleast_3d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
column_stack
()¶ Alias to:
numpy.column_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
dstack
()¶ Alias to:
numpy.dstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
expand_dims
()¶ Alias to:
numpy.expand_dims
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
kron
()¶ Alias to:
numpy.kron
- defined by
kron_impl(a, b)
at numba/np/linalg.py:2710-2764
- defined by
-
numpy.lib.shape_base.
outer
()¶ Alias to:
numpy.outer
- defined by
outer_impl(a, b, out=None)
at numba/np/linalg.py:2633-2644
- defined by
-
numpy.lib.shape_base.
reshape
()¶ Alias to:
numpy.reshape
- defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.lib.shape_base.
row_stack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.lib.shape_base.
vstack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.shape_base.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 14 unsupported functions.
supported = 14 / 28 = 50.00%
numpy.lib.stride_tricks¶
-
numpy.lib.stride_tricks.
as_strided
()¶ Alias to:
numpy.lib.index_tricks.as_strided
- defined by
as_strided(x, shape=None, strides=None)
at numba/np/arrayobj.py:5109-5135
- defined by
Not showing 3 unsupported functions.
supported = 1 / 4 = 25.00%
numpy.lib.twodim_base¶
-
numpy.lib.twodim_base.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.lib.twodim_base.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.lib.twodim_base.
diag
()¶ Alias to:
numpy.diag
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.twodim_base.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.twodim_base.
eye
()¶ Alias to:
numpy.eye
- defined by
numpy_eye(N, M=None, k=0, dtype=<class 'float'>)
at numba/np/arrayobj.py:3688-3711
- defined by
-
numpy.lib.twodim_base.
fliplr
()¶ Alias to:
numpy.fliplr
- defined by
np_flip_lr(a)
at numba/np/arrayobj.py:4900-4914
- defined by
-
numpy.lib.twodim_base.
flipud
()¶ Alias to:
numpy.flipud
- defined by
np_flip_ud(a)
at numba/np/arrayobj.py:4917-4931
- defined by
-
numpy.lib.twodim_base.
nonzero
()¶ Alias to:
numpy.nonzero
- defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.lib.twodim_base.
ones
()¶ Alias to:
numpy.ones
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.twodim_base.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.lib.twodim_base.
tri
()¶ Alias to:
numpy.tri
- defined by
np_tri(N, M=None, k=0)
at numba/np/arraymath.py:1561-1572
- defined by
-
numpy.lib.twodim_base.
tril
()¶ Alias to:
numpy.tril
- defined by
my_tril(m, k=0)
at numba/np/arraymath.py:1598-1622
- defined by
-
numpy.lib.twodim_base.
tril_indices
()¶ Alias to:
numpy.tril_indices
- defined by
np_tril_indices(n, k=0, m=None)
at numba/np/arraymath.py:1625-1636
- defined by
-
numpy.lib.twodim_base.
tril_indices_from
()¶ Alias to:
numpy.tril_indices_from
- defined by
np_tril_indices_from(arr, k=0)
at numba/np/arraymath.py:1639-1650
- defined by
-
numpy.lib.twodim_base.
triu
()¶ Alias to:
numpy.triu
- defined by
my_triu(m, k=0)
at numba/np/arraymath.py:1659-1682
- defined by
-
numpy.lib.twodim_base.
triu_indices
()¶ Alias to:
numpy.triu_indices
- defined by
np_triu_indices(n, k=0, m=None)
at numba/np/arraymath.py:1685-1696
- defined by
-
numpy.lib.twodim_base.
triu_indices_from
()¶ Alias to:
numpy.triu_indices_from
- defined by
np_triu_indices_from(arr, k=0)
at numba/np/arraymath.py:1699-1710
- defined by
-
numpy.lib.twodim_base.
vander
()¶ Alias to:
numpy.vander
- defined by
np_vander(x, N=None, increasing=False)
at numba/np/arraymath.py:1892-1929
- defined by
-
numpy.lib.twodim_base.
where
()¶ Alias to:
numpy.where
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.twodim_base.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 7 unsupported functions.
supported = 20 / 27 = 74.07%
numpy.lib.type_check¶
-
numpy.lib.type_check.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.lib.type_check.
asfarray
()¶ Alias to:
numpy.asfarray
- defined by
np_asfarray(a, dtype=<class 'numpy.float64'>)
at numba/np/arraymath.py:4074-4084
- defined by
-
numpy.lib.type_check.
imag
()¶ Alias to:
numpy.imag
- defined by
np_imag(a)
at numba/np/arraymath.py:3296-3301
- defined by
-
numpy.lib.type_check.
real
()¶ Alias to:
numpy.real
- defined by
np_real(a)
at numba/np/arraymath.py:3288-3293
- defined by
-
numpy.lib.type_check.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 14 unsupported functions.
supported = 5 / 19 = 26.32%
numpy.lib.ufunclike¶
This module is not supported.
numpy.lib.user_array¶
-
numpy.lib.user_array.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.lib.user_array.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.lib.user_array.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.lib.user_array.
reshape
()¶ Alias to:
numpy.reshape
- defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.lib.user_array.
shape
()¶ Alias to:
numpy.shape
- defined by
np_shape(a)
at numba/np/arrayobj.py:1903-1910
- defined by
-
numpy.lib.user_array.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
Not showing 0 unsupported functions.
supported = 6 / 6 = 100.00%
numpy.lib.utils¶
-
numpy.lib.utils.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
Not showing 15 unsupported functions.
supported = 1 / 16 = 6.25%
numpy.linalg¶
-
numpy.linalg.
cholesky
()¶ - defined by
cho_impl(a)
at numba/np/linalg.py:901-943
- defined by
-
numpy.linalg.
cond
()¶ - defined by
cond_impl(a, p=None)
at numba/np/linalg.py:2361-2403
- defined by
-
numpy.linalg.
det
()¶ - defined by
det_impl(a)
at numba/np/linalg.py:2018-2029
- defined by
-
numpy.linalg.
eig
()¶ - defined by
eig_impl(a)
at numba/np/linalg.py:945-1058
- defined by
-
numpy.linalg.
eigh
()¶ - defined by
eigh_impl(a)
at numba/np/linalg.py:1179-1226
- defined by
-
numpy.linalg.
eigvals
()¶ Alias to:
numpy.lib.polynomial.eigvals
- defined by
eigvals_impl(a)
at numba/np/linalg.py:1060-1177
- defined by
-
numpy.linalg.
eigvalsh
()¶ - defined by
eigvalsh_impl(a)
at numba/np/linalg.py:1228-1275
- defined by
-
numpy.linalg.
inv
()¶ Alias to:
numpy.lib.polynomial.inv
- defined by
inv_impl(a)
at numba/np/linalg.py:833-870
- defined by
-
numpy.linalg.
lstsq
()¶ Alias to:
numpy.lib.polynomial.lstsq
- defined by
lstsq_impl(a, b, rcond=-1.0)
at numba/np/linalg.py:1583-1675
- defined by
-
numpy.linalg.
matrix_power
()¶ - defined by
matrix_power_impl(a, n)
at numba/np/linalg.py:2486-2562
- defined by
-
numpy.linalg.
matrix_rank
()¶ - defined by
matrix_rank_impl(a, tol=None)
at numba/np/linalg.py:2420-2483
- defined by
-
numpy.linalg.
norm
()¶ - defined by
norm_impl(a, ord=None)
at numba/np/linalg.py:2352-2358
- defined by
-
numpy.linalg.
pinv
()¶ - defined by
pinv_impl(a, rcond=1e-15)
at numba/np/linalg.py:1759-1920
- defined by
-
numpy.linalg.
qr
()¶ - defined by
qr_impl(a)
at numba/np/linalg.py:1343-1417
- defined by
-
numpy.linalg.
slogdet
()¶ - defined by
slogdet_impl(a)
at numba/np/linalg.py:1959-2015
- defined by
-
numpy.linalg.
solve
()¶ - defined by
solve_impl(a, b)
at numba/np/linalg.py:1698-1756
- defined by
-
numpy.linalg.
svd
()¶ - defined by
svd_impl(a, full_matrices=1)
at numba/np/linalg.py:1277-1340
- defined by
Not showing 3 unsupported functions.
supported = 17 / 20 = 85.00%
numpy.linalg.info¶
This module is not supported.
numpy.linalg.lapack_lite¶
This module is not supported.
numpy.linalg.linalg¶
-
numpy.linalg.linalg.
all
()¶ Alias to:
numpy.all
- defined by
np_all(a)
at numba/np/arraymath.py:776-785
- defined by
-
numpy.linalg.linalg.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.linalg.linalg.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.linalg.linalg.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.linalg.linalg.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.linalg.linalg.
atleast_2d
()¶ Alias to:
numpy.atleast_2d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.linalg.linalg.
cholesky
()¶ Alias to:
numpy.linalg.cholesky
- defined by
cho_impl(a)
at numba/np/linalg.py:901-943
- defined by
-
numpy.linalg.linalg.
cond
()¶ Alias to:
numpy.linalg.cond
- defined by
cond_impl(a, p=None)
at numba/np/linalg.py:2361-2403
- defined by
-
numpy.linalg.linalg.
count_nonzero
()¶ Alias to:
numpy.count_nonzero
- defined by
np_count_nonzero(arr, axis=None)
at numba/np/arraymath.py:3307-3321
- defined by
-
numpy.linalg.linalg.
det
()¶ Alias to:
numpy.linalg.det
- defined by
det_impl(a)
at numba/np/linalg.py:2018-2029
- defined by
-
numpy.linalg.linalg.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.linalg.linalg.
eig
()¶ Alias to:
numpy.linalg.eig
- defined by
eig_impl(a)
at numba/np/linalg.py:945-1058
- defined by
-
numpy.linalg.linalg.
eigh
()¶ Alias to:
numpy.linalg.eigh
- defined by
eigh_impl(a)
at numba/np/linalg.py:1179-1226
- defined by
-
numpy.linalg.linalg.
eigvals
()¶ Alias to:
numpy.lib.polynomial.eigvals
- defined by
eigvals_impl(a)
at numba/np/linalg.py:1060-1177
- defined by
-
numpy.linalg.linalg.
eigvalsh
()¶ Alias to:
numpy.linalg.eigvalsh
- defined by
eigvalsh_impl(a)
at numba/np/linalg.py:1228-1275
- defined by
-
numpy.linalg.linalg.
empty
()¶ Alias to:
numpy.empty
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.linalg.linalg.
empty_like
()¶ Alias to:
numpy.empty_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.linalg.linalg.
eye
()¶ Alias to:
numpy.eye
- defined by
numpy_eye(N, M=None, k=0, dtype=<class 'float'>)
at numba/np/arrayobj.py:3688-3711
- defined by
-
numpy.linalg.linalg.
inv
()¶ Alias to:
numpy.lib.polynomial.inv
- defined by
inv_impl(a)
at numba/np/linalg.py:833-870
- defined by
-
numpy.linalg.linalg.
lstsq
()¶ Alias to:
numpy.lib.polynomial.lstsq
- defined by
lstsq_impl(a, b, rcond=-1.0)
at numba/np/linalg.py:1583-1675
- defined by
-
numpy.linalg.linalg.
matrix_power
()¶ Alias to:
numpy.linalg.matrix_power
- defined by
matrix_power_impl(a, n)
at numba/np/linalg.py:2486-2562
- defined by
-
numpy.linalg.linalg.
matrix_rank
()¶ Alias to:
numpy.linalg.matrix_rank
- defined by
matrix_rank_impl(a, tol=None)
at numba/np/linalg.py:2420-2483
- defined by
-
numpy.linalg.linalg.
norm
()¶ Alias to:
numpy.linalg.norm
- defined by
norm_impl(a, ord=None)
at numba/np/linalg.py:2352-2358
- defined by
-
numpy.linalg.linalg.
pinv
()¶ Alias to:
numpy.linalg.pinv
- defined by
pinv_impl(a, rcond=1e-15)
at numba/np/linalg.py:1759-1920
- defined by
-
numpy.linalg.linalg.
qr
()¶ Alias to:
numpy.linalg.qr
- defined by
qr_impl(a)
at numba/np/linalg.py:1343-1417
- defined by
-
numpy.linalg.linalg.
slogdet
()¶ Alias to:
numpy.linalg.slogdet
- defined by
slogdet_impl(a)
at numba/np/linalg.py:1959-2015
- defined by
-
numpy.linalg.linalg.
solve
()¶ Alias to:
numpy.linalg.solve
- defined by
solve_impl(a, b)
at numba/np/linalg.py:1698-1756
- defined by
-
numpy.linalg.linalg.
sum
()¶ Alias to:
numpy.sum
- defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.linalg.linalg.
svd
()¶ Alias to:
numpy.linalg.svd
- defined by
svd_impl(a, full_matrices=1)
at numba/np/linalg.py:1277-1340
- defined by
-
numpy.linalg.linalg.
triu
()¶ Alias to:
numpy.triu
- defined by
my_triu(m, k=0)
at numba/np/arraymath.py:1659-1682
- defined by
-
numpy.linalg.linalg.
zeros
()¶ Alias to:
numpy.zeros
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 14 unsupported functions.
supported = 31 / 45 = 68.89%
numpy.linalg.setup¶
This module is not supported.
numpy.ma¶
-
numpy.ma.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.ma.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.ma.
diff
()¶ Alias to:
numpy.diff
- defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.ma.
expand_dims
()¶ Alias to:
numpy.expand_dims
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 111 unsupported functions.
supported = 4 / 115 = 3.48%
numpy.ma.bench¶
This module is not supported.
numpy.ma.core¶
-
numpy.ma.core.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.ma.core.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.ma.core.
diff
()¶ Alias to:
numpy.diff
- defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.ma.core.
expand_dims
()¶ Alias to:
numpy.expand_dims
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.ma.core.
narray
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.ma.core.
ones_like
()¶ Alias to:
numpy.ones_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.ma.core.
reduce
()¶ Alias to:
numpy.distutils.system_info.reduce
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.ma.core.
zeros_like
()¶ Alias to:
numpy.zeros_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 92 unsupported functions.
supported = 8 / 100 = 8.00%
numpy.ma.extras¶
-
numpy.ma.extras.
nxarray
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 48 unsupported functions.
supported = 1 / 49 = 2.04%
numpy.ma.mrecords¶
-
numpy.ma.mrecords.
narray
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
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¶
-
numpy.ma.timer_comparison.
reduce
()¶ Alias to:
numpy.distutils.system_info.reduce
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 1 unsupported functions.
supported = 1 / 2 = 50.00%
numpy.matlib¶
-
numpy.matlib.
all
()¶ Alias to:
numpy.all
- defined by
np_all(a)
at numba/np/arraymath.py:776-785
- defined by
-
numpy.matlib.
amax
()¶ Alias to:
numpy.amax
- defined by
<class 'abc.Numpy_redirect_max'>
- defined by
-
numpy.matlib.
amin
()¶ Alias to:
numpy.amin
- defined by
<class 'abc.Numpy_redirect_min'>
- defined by
-
numpy.matlib.
angle
()¶ Alias to:
numpy.angle
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
any
()¶ Alias to:
numpy.any
- defined by
np_any(a)
at numba/np/arraymath.py:788-797
- defined by
-
numpy.matlib.
append
()¶ Alias to:
numpy.append
- defined by
np_append(arr, values, axis=None)
at numba/np/arrayobj.py:1709-1732
- defined by
-
numpy.matlib.
arange
()¶ Alias to:
numpy.arange
- defined by
np_arange(start, stop=None, step=None, dtype=None)
at numba/np/arrayobj.py:3849-3915
- defined by
-
numpy.matlib.
argmax
()¶ Alias to:
numpy.argmax
- defined by
<class 'abc.Numpy_redirect_argmax'>
- defined by
-
numpy.matlib.
argmin
()¶ Alias to:
numpy.argmin
- defined by
<class 'abc.Numpy_redirect_argmin'>
- defined by
-
numpy.matlib.
argsort
()¶ Alias to:
numpy.argsort
- defined by
<class 'abc.Numpy_redirect_argsort'>
- defined by
-
numpy.matlib.
argwhere
()¶ Alias to:
numpy.argwhere
- defined by
np_argwhere(a)
at numba/np/arraymath.py:2790-2822
- defined by
-
numpy.matlib.
around
()¶ Alias to:
numpy.around
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
array
()¶ Alias to:
numpy.array
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
array_equal
()¶ Alias to:
numpy.array_equal
- defined by
np_array_equal(a, b)
at numba/np/arraymath.py:3414-3433
- defined by
-
numpy.matlib.
asarray
()¶ Alias to:
numpy.asarray
- defined by
np_asarray(a, dtype=None)
at numba/np/arraymath.py:4019-4071
- defined by
-
numpy.matlib.
ascontiguousarray
()¶ Alias to:
numpy.ascontiguousarray
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
asfarray
()¶ Alias to:
numpy.asfarray
- defined by
np_asfarray(a, dtype=<class 'numpy.float64'>)
at numba/np/arraymath.py:4074-4084
- defined by
-
numpy.matlib.
asfortranarray
()¶ Alias to:
numpy.asfortranarray
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
atleast_1d
()¶ Alias to:
numpy.atleast_1d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
atleast_2d
()¶ Alias to:
numpy.atleast_2d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
atleast_3d
()¶ Alias to:
numpy.atleast_3d
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
bartlett
()¶ Alias to:
numpy.bartlett
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.matlib.
bincount
()¶ Alias to:
numpy.bincount
- defined by
np_bincount(a, weights=None, minlength=0)
at numba/np/arraymath.py:3446-3501
- defined by
-
numpy.matlib.
blackman
()¶ Alias to:
numpy.blackman
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.matlib.
column_stack
()¶ Alias to:
numpy.column_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
convolve
()¶ Alias to:
numpy.convolve
- defined by
np_convolve(a, v)
at numba/np/arraymath.py:3995-4016
- defined by
-
numpy.matlib.
copy
()¶ Alias to:
numpy.copy
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
corrcoef
()¶ Alias to:
numpy.corrcoef
- defined by
np_corrcoef(x, y=None, rowvar=True)
at numba/np/arraymath.py:2753-2783
- defined by
-
numpy.matlib.
correlate
()¶ Alias to:
numpy.correlate
- defined by
_np_correlate(a, v)
at numba/np/arraymath.py:3947-3992
- defined by
-
numpy.matlib.
count_nonzero
()¶ Alias to:
numpy.count_nonzero
- defined by
np_count_nonzero(arr, axis=None)
at numba/np/arraymath.py:3307-3321
- defined by
-
numpy.matlib.
cov
()¶ Alias to:
numpy.cov
- defined by
np_cov(m, y=None, rowvar=True, bias=False, ddof=None)
at numba/np/arraymath.py:2694-2750
- defined by
-
numpy.matlib.
cross
()¶ Alias to:
numpy.cross
- defined by
np_cross(a, b)
at numba/np/arraymath.py:4378-4400
- defined by
-
numpy.matlib.
cumprod
()¶ Alias to:
numpy.cumprod
- defined by
<class 'abc.Numpy_redirect_cumprod'>
- defined by
-
numpy.matlib.
cumsum
()¶ Alias to:
numpy.cumsum
- defined by
<class 'abc.Numpy_redirect_cumsum'>
- defined by
-
numpy.matlib.
delete
()¶ Alias to:
numpy.delete
- defined by
np_delete(arr, obj)
at numba/np/arraymath.py:3328-3372
- defined by
-
numpy.matlib.
diag
()¶ Alias to:
numpy.diag
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
diff
()¶ Alias to:
numpy.diff
- defined by
np_diff_impl(a, n=1)
at numba/np/arraymath.py:3375-3411
- defined by
-
numpy.matlib.
digitize
()¶ Alias to:
numpy.digitize
- defined by
np_digitize(x, bins, right=False)
at numba/np/arraymath.py:3569-3695
- defined by
-
numpy.matlib.
dot
()¶ Alias to:
numpy.dot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
dstack
()¶ Alias to:
numpy.dstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
ediff1d
()¶ Alias to:
numpy.ediff1d
- defined by
np_ediff1d(ary, to_end=None, to_begin=None)
at numba/np/arraymath.py:1742-1797
- defined by
-
numpy.matlib.
empty_like
()¶ Alias to:
numpy.empty_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
expand_dims
()¶ Alias to:
numpy.expand_dims
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
extract
()¶ Alias to:
numpy.extract
- defined by
np_extract(condition, arr)
at numba/np/arraymath.py:4087-4110
- defined by
-
numpy.matlib.
fill_diagonal
()¶ Alias to:
numpy.fill_diagonal
- defined by
np_fill_diagonal(a, val, wrap=False)
at numba/np/arraymath.py:2927-2957
- defined by
-
numpy.matlib.
flatnonzero
()¶ Alias to:
numpy.flatnonzero
- defined by
np_flatnonzero(a)
at numba/np/arraymath.py:2825-2840
- defined by
-
numpy.matlib.
flip
()¶ Alias to:
numpy.flip
- defined by
np_flip(a)
at numba/np/arrayobj.py:4962-4973
- defined by
-
numpy.matlib.
fliplr
()¶ Alias to:
numpy.fliplr
- defined by
np_flip_lr(a)
at numba/np/arrayobj.py:4900-4914
- defined by
-
numpy.matlib.
flipud
()¶ Alias to:
numpy.flipud
- defined by
np_flip_ud(a)
at numba/np/arrayobj.py:4917-4931
- defined by
-
numpy.matlib.
frombuffer
()¶ Alias to:
numpy.frombuffer
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
full
()¶ Alias to:
numpy.full
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
full_like
()¶ Alias to:
numpy.full_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
hamming
()¶ Alias to:
numpy.hamming
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.matlib.
hanning
()¶ Alias to:
numpy.hanning
- defined by
window_generator.<locals>.window_overload(M)
at numba/np/arraymath.py:4197-4209
- defined by
-
numpy.matlib.
histogram
()¶ Alias to:
numpy.histogram
- defined by
np_histogram(a, bins=10, range=None)
at numba/np/arraymath.py:3701-3781
- defined by
-
numpy.matlib.
hstack
()¶ Alias to:
numpy.hstack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
imag
()¶ Alias to:
numpy.imag
- defined by
np_imag(a)
at numba/np/arraymath.py:3296-3301
- defined by
-
numpy.matlib.
interp
()¶ Alias to:
numpy.interp
- defined by
np_interp(x, xp, fp)
at numba/np/arraymath.py:2445-2506
- defined by
-
numpy.matlib.
kaiser
()¶ Alias to:
numpy.kaiser
- defined by
np_kaiser(M, beta)
at numba/np/arraymath.py:4315-4334
- defined by
-
numpy.matlib.
kron
()¶ Alias to:
numpy.kron
- defined by
kron_impl(a, b)
at numba/np/linalg.py:2710-2764
- defined by
-
numpy.matlib.
linspace
()¶ Alias to:
numpy.linspace
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
mean
()¶ Alias to:
numpy.mean
- defined by
<class 'abc.Numpy_redirect_mean'>
- defined by
-
numpy.matlib.
median
()¶ Alias to:
numpy.median
- defined by
np_median(a)
at numba/np/arraymath.py:1255-1267
- defined by
-
numpy.matlib.
nancumprod
()¶ Alias to:
numpy.nancumprod
- defined by
np_nancumprod(a)
at numba/np/arraymath.py:1000-1022
- defined by
-
numpy.matlib.
nancumsum
()¶ Alias to:
numpy.nancumsum
- defined by
np_nancumsum(a)
at numba/np/arraymath.py:1025-1047
- defined by
-
numpy.matlib.
nanmax
()¶ Alias to:
numpy.nanmax
- defined by
np_nanmax(a)
at numba/np/arraymath.py:891-897
- defined by
-
numpy.matlib.
nanmean
()¶ Alias to:
numpy.nanmean
- defined by
np_nanmean(a)
at numba/np/arraymath.py:900-917
- defined by
-
numpy.matlib.
nanmedian
()¶ Alias to:
numpy.nanmedian
- defined by
np_nanmedian(a)
at numba/np/arraymath.py:1439-1461
- defined by
-
numpy.matlib.
nanmin
()¶ Alias to:
numpy.nanmin
- defined by
np_nanmin(a)
at numba/np/arraymath.py:882-888
- defined by
-
numpy.matlib.
nanpercentile
()¶ Alias to:
numpy.nanpercentile
- defined by
np_nanpercentile(a, q)
at numba/np/arraymath.py:1418-1422
- defined by
-
numpy.matlib.
nanprod
()¶ Alias to:
numpy.nanprod
- defined by
np_nanprod(a)
at numba/np/arraymath.py:978-997
- defined by
-
numpy.matlib.
nanquantile
()¶ Alias to:
numpy.nanquantile
- defined by
np_nanquantile(a, q)
at numba/np/arraymath.py:1432-1436
- defined by
-
numpy.matlib.
nanstd
()¶ Alias to:
numpy.nanstd
- defined by
np_nanstd(a)
at numba/np/arraymath.py:945-953
- defined by
-
numpy.matlib.
nansum
()¶ Alias to:
numpy.nansum
- defined by
np_nansum(a)
at numba/np/arraymath.py:956-975
- defined by
-
numpy.matlib.
nanvar
()¶ Alias to:
numpy.nanvar
- defined by
np_nanvar(a)
at numba/np/arraymath.py:920-942
- defined by
-
numpy.matlib.
nonzero
()¶ Alias to:
numpy.nonzero
- defined by
<class 'abc.Numpy_redirect_nonzero'>
- defined by
-
numpy.matlib.
ones_like
()¶ Alias to:
numpy.ones_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
outer
()¶ Alias to:
numpy.outer
- defined by
outer_impl(a, b, out=None)
at numba/np/linalg.py:2633-2644
- defined by
-
numpy.matlib.
partition
()¶ Alias to:
numpy.partition
- defined by
np_partition(a, kth)
at numba/np/arraymath.py:1520-1542
- defined by
-
numpy.matlib.
percentile
()¶ Alias to:
numpy.percentile
- defined by
np_percentile(a, q)
at numba/np/arraymath.py:1411-1415
- defined by
-
numpy.matlib.
prod
()¶ Alias to:
numpy.prod
- defined by
<class 'abc.Numpy_redirect_prod'>
- defined by
-
numpy.matlib.
ptp
()¶ Alias to:
numpy.ptp
- defined by
np_ptp(a)
at numba/np/arraymath.py:1109-1135
- defined by
-
numpy.matlib.
quantile
()¶ Alias to:
numpy.quantile
- defined by
np_quantile(a, q)
at numba/np/arraymath.py:1425-1429
- defined by
-
numpy.matlib.
ravel
()¶ Alias to:
numpy.ravel
- defined by
<class 'abc.Numpy_redirect_ravel'>
- defined by
-
numpy.matlib.
real
()¶ Alias to:
numpy.real
- defined by
np_real(a)
at numba/np/arraymath.py:3288-3293
- defined by
-
numpy.matlib.
repeat
()¶ Alias to:
numpy.repeat
- defined by
np_repeat(a, repeats)
at numba/np/arrayobj.py:1925-1967
- defined by
-
numpy.matlib.
reshape
()¶ Alias to:
numpy.reshape
- defined by
np_reshape(a, shape)
at numba/np/arrayobj.py:1702-1706
- defined by
-
numpy.matlib.
roll
()¶ Alias to:
numpy.roll
- defined by
np_roll(a, shift)
at numba/np/arraymath.py:1932-1952
- defined by
-
numpy.matlib.
roots
()¶ Alias to:
numpy.roots
- defined by
roots_impl(p)
at numba/np/polynomial.py:14-59
- defined by
-
numpy.matlib.
round_
()¶ Alias to:
numpy.round
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
row_stack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
searchsorted
()¶ Alias to:
numpy.searchsorted
- defined by
searchsorted(a, v, side='left')
at numba/np/arraymath.py:3534-3566
- defined by
-
numpy.matlib.
select
()¶ Alias to:
numpy.select
- defined by
np_select(condlist, choicelist, default=0)
at numba/np/arraymath.py:4113-4161
- defined by
-
numpy.matlib.
shape
()¶ Alias to:
numpy.shape
- defined by
np_shape(a)
at numba/np/arrayobj.py:1903-1910
- defined by
-
numpy.matlib.
sinc
()¶ Alias to:
numpy.sinc
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
sort
()¶ Alias to:
numpy.sort
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
stack
()¶ Alias to:
numpy.stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
std
()¶ Alias to:
numpy.std
- defined by
<class 'abc.Numpy_redirect_std'>
- defined by
-
numpy.matlib.
sum
()¶ Alias to:
numpy.sum
- defined by
<class 'abc.Numpy_redirect_sum'>
- defined by
-
numpy.matlib.
take
()¶ Alias to:
numpy.take
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
trace
()¶ Alias to:
numpy.trace
- defined by
matrix_trace_impl(a, offset=0)
at numba/np/linalg.py:2567-2595
- defined by
-
numpy.matlib.
transpose
()¶ Alias to:
numpy.transpose
- defined by
numpy_transpose(a, axes=None)
at numba/np/arrayobj.py:1530-1542
- defined by
-
numpy.matlib.
trapz
()¶ Alias to:
numpy.trapz
- defined by
np_trapz(y, x=None, dx=1.0)
at numba/np/arraymath.py:1834-1853
- defined by
-
numpy.matlib.
tri
()¶ Alias to:
numpy.tri
- defined by
np_tri(N, M=None, k=0)
at numba/np/arraymath.py:1561-1572
- defined by
-
numpy.matlib.
tril
()¶ Alias to:
numpy.tril
- defined by
my_tril(m, k=0)
at numba/np/arraymath.py:1598-1622
- defined by
-
numpy.matlib.
tril_indices
()¶ Alias to:
numpy.tril_indices
- defined by
np_tril_indices(n, k=0, m=None)
at numba/np/arraymath.py:1625-1636
- defined by
-
numpy.matlib.
tril_indices_from
()¶ Alias to:
numpy.tril_indices_from
- defined by
np_tril_indices_from(arr, k=0)
at numba/np/arraymath.py:1639-1650
- defined by
-
numpy.matlib.
triu
()¶ Alias to:
numpy.triu
- defined by
my_triu(m, k=0)
at numba/np/arraymath.py:1659-1682
- defined by
-
numpy.matlib.
triu_indices
()¶ Alias to:
numpy.triu_indices
- defined by
np_triu_indices(n, k=0, m=None)
at numba/np/arraymath.py:1685-1696
- defined by
-
numpy.matlib.
triu_indices_from
()¶ Alias to:
numpy.triu_indices_from
- defined by
np_triu_indices_from(arr, k=0)
at numba/np/arraymath.py:1699-1710
- defined by
-
numpy.matlib.
unique
()¶ Alias to:
numpy.unique
- defined by
np_unique(a)
at numba/np/arrayobj.py:1915-1922
- defined by
-
numpy.matlib.
vander
()¶ Alias to:
numpy.vander
- defined by
np_vander(x, N=None, increasing=False)
at numba/np/arraymath.py:1892-1929
- defined by
-
numpy.matlib.
var
()¶ Alias to:
numpy.var
- defined by
<class 'abc.Numpy_redirect_var'>
- defined by
-
numpy.matlib.
vdot
()¶ Alias to:
numpy.vdot
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
vstack
()¶ Alias to:
numpy.row_stack
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
where
()¶ Alias to:
numpy.where
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matlib.
zeros_like
()¶ Alias to:
numpy.zeros_like
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 203 unsupported functions.
supported = 118 / 321 = 36.76%
numpy.matrixlib¶
This module is not supported.
numpy.matrixlib.defmatrix¶
-
numpy.matrixlib.defmatrix.
concatenate
()¶ Alias to:
numpy.concatenate
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.matrixlib.defmatrix.
matrix_power
()¶ Alias to:
numpy.linalg.matrix_power
- defined by
matrix_power_impl(a, n)
at numba/np/linalg.py:2486-2562
- defined by
Not showing 5 unsupported functions.
supported = 2 / 7 = 28.57%
numpy.matrixlib.setup¶
This module is not supported.
numpy.polynomial¶
This module is not supported.
numpy.polynomial.chebyshev¶
This module is not supported.
numpy.polynomial.hermite¶
This module is not supported.
numpy.polynomial.hermite_e¶
This module is not supported.
numpy.polynomial.laguerre¶
This module is not supported.
numpy.polynomial.legendre¶
This module is not supported.
numpy.polynomial.polynomial¶
This module is not supported.
numpy.polynomial.polyutils¶
This module is not supported.
numpy.polynomial.setup¶
This module is not supported.
numpy.random¶
-
numpy.random.
beta
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
binomial
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
chisquare
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
choice
()¶ - defined by
choice(a, size=None, replace=True)
at numba/cpython/randomimpl.py:1346-1427
- defined by
-
numpy.random.
exponential
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
f
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
gamma
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
geometric
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
gumbel
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
hypergeometric
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
laplace
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
logistic
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
lognormal
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
logseries
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
multinomial
()¶ - defined by
multinomial(n, pvals, size=None)
at numba/cpython/randomimpl.py:1433-1508
- defined by
-
numpy.random.
negative_binomial
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
normal
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
pareto
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
permutation
()¶ - defined by
permutation_impl(x)
at numba/cpython/randomimpl.py:1231-1245
- defined by
-
numpy.random.
poisson
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
power
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
rand
()¶ - defined by
rand(*size)
at numba/cpython/randomimpl.py:1314-1326
- defined by
-
numpy.random.
randint
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
randn
()¶ - defined by
randn(*size)
at numba/cpython/randomimpl.py:1328-1340
- defined by
-
numpy.random.
random
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
random_sample
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
ranf
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
rayleigh
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
sample
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
seed
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
shuffle
()¶ - defined by
shuffle_impl(arr)
at numba/cpython/randomimpl.py:1227-1229
- defined by
-
numpy.random.
standard_cauchy
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
standard_exponential
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
standard_gamma
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
standard_normal
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
standard_t
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
triangular
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
uniform
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
vonmises
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
wald
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
weibull
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.
zipf
()¶ - defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 9 unsupported functions.
supported = 42 / 51 = 82.35%
numpy.random.bit_generator¶
This module is not supported.
numpy.random.bounded_integers¶
This module is not supported.
numpy.random.common¶
This module is not supported.
numpy.random.entropy¶
This module is not supported.
numpy.random.generator¶
This module is not supported.
numpy.random.info¶
This module is not supported.
numpy.random.mt19937¶
This module is not supported.
numpy.random.mtrand¶
-
numpy.random.mtrand.
beta
()¶ Alias to:
numpy.random.beta
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
binomial
()¶ Alias to:
numpy.random.binomial
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
chisquare
()¶ Alias to:
numpy.random.chisquare
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
choice
()¶ Alias to:
numpy.random.choice
- defined by
choice(a, size=None, replace=True)
at numba/cpython/randomimpl.py:1346-1427
- defined by
-
numpy.random.mtrand.
exponential
()¶ Alias to:
numpy.random.exponential
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
f
()¶ Alias to:
numpy.random.f
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
gamma
()¶ Alias to:
numpy.random.gamma
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
geometric
()¶ Alias to:
numpy.random.geometric
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
gumbel
()¶ Alias to:
numpy.random.gumbel
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
hypergeometric
()¶ Alias to:
numpy.random.hypergeometric
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
laplace
()¶ Alias to:
numpy.random.laplace
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
logistic
()¶ Alias to:
numpy.random.logistic
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
lognormal
()¶ Alias to:
numpy.random.lognormal
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
logseries
()¶ Alias to:
numpy.random.logseries
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
multinomial
()¶ Alias to:
numpy.random.multinomial
- defined by
multinomial(n, pvals, size=None)
at numba/cpython/randomimpl.py:1433-1508
- defined by
-
numpy.random.mtrand.
negative_binomial
()¶ Alias to:
numpy.random.negative_binomial
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
normal
()¶ Alias to:
numpy.random.normal
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
pareto
()¶ Alias to:
numpy.random.pareto
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
permutation
()¶ Alias to:
numpy.random.permutation
- defined by
permutation_impl(x)
at numba/cpython/randomimpl.py:1231-1245
- defined by
-
numpy.random.mtrand.
poisson
()¶ Alias to:
numpy.random.poisson
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
power
()¶ Alias to:
numpy.random.power
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
rand
()¶ Alias to:
numpy.random.rand
- defined by
rand(*size)
at numba/cpython/randomimpl.py:1314-1326
- defined by
-
numpy.random.mtrand.
randint
()¶ Alias to:
numpy.random.randint
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
randn
()¶ Alias to:
numpy.random.randn
- defined by
randn(*size)
at numba/cpython/randomimpl.py:1328-1340
- defined by
-
numpy.random.mtrand.
random
()¶ Alias to:
numpy.random.random
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
random_sample
()¶ Alias to:
numpy.random.random_sample
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
ranf
()¶ Alias to:
numpy.random.ranf
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
rayleigh
()¶ Alias to:
numpy.random.rayleigh
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
sample
()¶ Alias to:
numpy.random.sample
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
seed
()¶ Alias to:
numpy.random.seed
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
shuffle
()¶ Alias to:
numpy.random.shuffle
- defined by
shuffle_impl(arr)
at numba/cpython/randomimpl.py:1227-1229
- defined by
-
numpy.random.mtrand.
standard_cauchy
()¶ Alias to:
numpy.random.standard_cauchy
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
standard_exponential
()¶ Alias to:
numpy.random.standard_exponential
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
standard_gamma
()¶ Alias to:
numpy.random.standard_gamma
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
standard_normal
()¶ Alias to:
numpy.random.standard_normal
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
standard_t
()¶ Alias to:
numpy.random.standard_t
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
triangular
()¶ Alias to:
numpy.random.triangular
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
uniform
()¶ Alias to:
numpy.random.uniform
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
vonmises
()¶ Alias to:
numpy.random.vonmises
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
wald
()¶ Alias to:
numpy.random.wald
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
weibull
()¶ Alias to:
numpy.random.weibull
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
-
numpy.random.mtrand.
zipf
()¶ Alias to:
numpy.random.zipf
- defined by
<class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>
- defined by
Not showing 8 unsupported functions.
supported = 42 / 50 = 84.00%
numpy.random.pcg64¶
This module is not supported.
numpy.random.philox¶
This module is not supported.
numpy.random.setup¶
This module is not supported.
numpy.random.sfc64¶
This module is not supported.
numpy.random_intel¶
This module is not supported.
numpy.random_intel.setup¶
This module is not supported.
numpy.setup¶
This module is not supported.
numpy.testing¶
This module is not supported.
numpy.testing.decorators¶
This module is not supported.
numpy.testing.nosetester¶
This module is not supported.
numpy.testing.print_coercion_tables¶
This module is not supported.
numpy.testing.setup¶
This module is not supported.
numpy.testing.utils¶
This module is not supported.
numpy.version¶
This module is not supported.