Listings for numpy ================== numpy ----- .. function:: numpy.all - defined by ``np_all(a)`` at `numba/np/arraymath.py:776-785 `_ .. function:: numpy.amax - defined by ```` .. function:: numpy.amin - defined by ```` .. function:: numpy.angle - defined by ``.decorate..Template'>`` .. function:: numpy.any - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.append - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 `_ .. function:: numpy.arange - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.argmax - defined by ```` .. function:: numpy.argmin - defined by ```` .. function:: numpy.argsort - defined by ```` .. function:: numpy.argwhere - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2789-2821 `_ .. function:: numpy.around - defined by ``.decorate..Template'>`` .. function:: numpy.array - defined by ``.decorate..Template'>`` .. function:: numpy.array_equal - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3413-3432 `_ .. function:: numpy.asarray - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.ascontiguousarray - defined by ``.decorate..Template'>`` .. function:: numpy.asfortranarray - defined by ``.decorate..Template'>`` .. function:: numpy.atleast_1d - defined by ``.decorate..Template'>`` .. function:: numpy.atleast_2d - defined by ``.decorate..Template'>`` .. function:: numpy.atleast_3d - defined by ``.decorate..Template'>`` .. function:: numpy.bartlett - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.bincount - defined by ``np_bincount(a, weights=None)`` at `numba/np/arraymath.py:3445-3494 `_ .. function:: numpy.blackman - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.column_stack - defined by ``.decorate..Template'>`` .. function:: numpy.concatenate - defined by ``.decorate..Template'>`` .. function:: numpy.convolve - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:3988-4009 `_ .. function:: numpy.copy - defined by ``.decorate..Template'>`` .. function:: numpy.corrcoef - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2752-2782 `_ .. function:: numpy.correlate - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3940-3985 `_ .. function:: numpy.count_nonzero - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3306-3320 `_ .. function:: numpy.cov - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2693-2749 `_ .. function:: numpy.cross - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4353-4375 `_ .. function:: numpy.cumprod - defined by ```` .. function:: numpy.cumsum - defined by ```` .. function:: numpy.delete - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3327-3371 `_ .. function:: numpy.diag - defined by ``.decorate..Template'>`` .. function:: numpy.diff - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: numpy.digitize - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3562-3688 `_ .. function:: numpy.dot - defined by ``.decorate..Template'>`` .. function:: numpy.dstack - defined by ``.decorate..Template'>`` .. function:: numpy.ediff1d - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1741-1796 `_ .. function:: numpy.empty - defined by ``.decorate..Template'>`` .. function:: numpy.empty_like - defined by ``.decorate..Template'>`` .. function:: numpy.expand_dims - defined by ``.decorate..Template'>`` .. function:: numpy.extract - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4062-4085 `_ .. function:: numpy.eye - defined by ``numpy_eye(N, M=None, k=0, dtype=)`` at `numba/np/arrayobj.py:3681-3704 `_ .. function:: numpy.fill_diagonal - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2926-2956 `_ .. function:: numpy.flatnonzero - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2824-2839 `_ .. function:: numpy.flip - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4953-4964 `_ .. function:: numpy.fliplr - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4891-4905 `_ .. function:: numpy.flipud - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4908-4922 `_ .. function:: numpy.frombuffer - defined by ``.decorate..Template'>`` .. function:: numpy.full - defined by ``.decorate..Template'>`` .. function:: numpy.full_like - defined by ``.decorate..Template'>`` .. function:: numpy.hamming - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.hanning - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.histogram - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3694-3774 `_ .. function:: numpy.hstack - defined by ``.decorate..Template'>`` .. function:: numpy.identity - defined by ``.decorate..Template'>`` .. function:: numpy.imag - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3295-3300 `_ .. function:: numpy.interp - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2444-2505 `_ .. function:: numpy.kaiser - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4290-4309 `_ .. function:: numpy.kron - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2729-2783 `_ .. function:: numpy.linspace - defined by ``.decorate..Template'>`` .. function:: numpy.max Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.mean - defined by ```` .. function:: numpy.median - defined by ``np_median(a)`` at `numba/np/arraymath.py:1254-1266 `_ .. function:: numpy.min Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.nancumprod - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1000-1022 `_ .. function:: numpy.nancumsum - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1025-1047 `_ .. function:: numpy.nanmax - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:891-897 `_ .. function:: numpy.nanmean - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:900-917 `_ .. function:: numpy.nanmedian - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1438-1460 `_ .. function:: numpy.nanmin - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:882-888 `_ .. function:: numpy.nanpercentile - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1417-1421 `_ .. function:: numpy.nanprod - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:978-997 `_ .. function:: numpy.nanquantile - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1431-1435 `_ .. function:: numpy.nanstd - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:945-953 `_ .. function:: numpy.nansum - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:956-975 `_ .. function:: numpy.nanvar - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:920-942 `_ .. function:: numpy.nonzero - defined by ```` .. function:: numpy.ones - defined by ``.decorate..Template'>`` .. function:: numpy.ones_like - defined by ``.decorate..Template'>`` .. function:: numpy.outer - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2652-2663 `_ .. function:: numpy.partition - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1519-1541 `_ .. function:: numpy.percentile - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1410-1414 `_ .. function:: numpy.prod - defined by ```` .. function:: numpy.ptp - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1109-1134 `_ .. function:: numpy.quantile - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1424-1428 `_ .. function:: numpy.ravel - defined by ```` .. function:: numpy.real - defined by ``np_real(a)`` at `numba/np/arraymath.py:3287-3292 `_ .. function:: numpy.repeat - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 `_ .. function:: numpy.reshape - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.roll - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1931-1951 `_ .. function:: numpy.roots - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 `_ .. function:: numpy.round - defined by ``.decorate..Template'>`` .. function:: numpy.round_ Alias to: ``numpy.round`` - defined by ``.decorate..Template'>`` .. function:: numpy.row_stack - defined by ``.decorate..Template'>`` .. function:: numpy.searchsorted - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3527-3559 `_ .. function:: numpy.select - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4088-4136 `_ .. function:: numpy.shape - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 `_ .. function:: numpy.sinc - defined by ``.decorate..Template'>`` .. function:: numpy.sort - defined by ``.decorate..Template'>`` .. function:: numpy.stack - defined by ``.decorate..Template'>`` .. function:: numpy.std - defined by ```` .. function:: numpy.sum - defined by ```` .. function:: numpy.take - defined by ``.decorate..Template'>`` .. function:: numpy.trace - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2574-2602 `_ .. function:: numpy.transpose - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.trapz - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1833-1852 `_ .. function:: numpy.tri - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1560-1571 `_ .. function:: numpy.tril - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1597-1621 `_ .. function:: numpy.tril_indices - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1624-1635 `_ .. function:: numpy.tril_indices_from - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1638-1649 `_ .. function:: numpy.triu - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1658-1681 `_ .. function:: numpy.triu_indices - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1684-1695 `_ .. function:: numpy.triu_indices_from - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1698-1709 `_ .. function:: numpy.unique - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 `_ .. function:: numpy.vander - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1891-1928 `_ .. function:: numpy.var - defined by ```` .. function:: numpy.vdot - defined by ``.decorate..Template'>`` .. function:: numpy.vstack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.where - defined by ``.decorate..Template'>`` .. function:: numpy.zeros - defined by ``.decorate..Template'>`` .. function:: numpy.zeros_like - defined by ``.decorate..Template'>`` Not showing 196 unsupported functions. supported = 125 / 321 = 38.94% numpy.compat ------------ This module is not supported. numpy.compat.py3k ----------------- This module is not supported. numpy.compat.setup ------------------ This module is not supported. numpy.core ---------- .. function:: numpy.core.all Alias to: ``numpy.all`` - defined by ``np_all(a)`` at `numba/np/arraymath.py:776-785 `_ .. function:: numpy.core.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.core.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.core.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.core.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.core.argmax Alias to: ``numpy.argmax`` - defined by ```` .. function:: numpy.core.argmin Alias to: ``numpy.argmin`` - defined by ```` .. function:: numpy.core.argsort Alias to: ``numpy.argsort`` - defined by ```` .. function:: numpy.core.argwhere Alias to: ``numpy.argwhere`` - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2789-2821 `_ .. function:: numpy.core.around Alias to: ``numpy.around`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.array_equal Alias to: ``numpy.array_equal`` - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3413-3432 `_ .. function:: numpy.core.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.core.ascontiguousarray Alias to: ``numpy.ascontiguousarray`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.asfortranarray Alias to: ``numpy.asfortranarray`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.atleast_1d Alias to: ``numpy.atleast_1d`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.atleast_2d Alias to: ``numpy.atleast_2d`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.atleast_3d Alias to: ``numpy.atleast_3d`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.convolve Alias to: ``numpy.convolve`` - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:3988-4009 `_ .. function:: numpy.core.correlate Alias to: ``numpy.correlate`` - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3940-3985 `_ .. function:: numpy.core.count_nonzero Alias to: ``numpy.count_nonzero`` - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3306-3320 `_ .. function:: numpy.core.cross Alias to: ``numpy.cross`` - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4353-4375 `_ .. function:: numpy.core.cumprod Alias to: ``numpy.cumprod`` - defined by ```` .. function:: numpy.core.cumsum Alias to: ``numpy.cumsum`` - defined by ```` .. function:: numpy.core.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.empty_like Alias to: ``numpy.empty_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.flatnonzero Alias to: ``numpy.flatnonzero`` - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2824-2839 `_ .. function:: numpy.core.frombuffer Alias to: ``numpy.frombuffer`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.full Alias to: ``numpy.full`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.full_like Alias to: ``numpy.full_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.hstack Alias to: ``numpy.hstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.identity Alias to: ``numpy.identity`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.linspace Alias to: ``numpy.linspace`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.max Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.core.mean Alias to: ``numpy.mean`` - defined by ```` .. function:: numpy.core.min Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.core.nonzero Alias to: ``numpy.nonzero`` - defined by ```` .. function:: numpy.core.ones Alias to: ``numpy.ones`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.ones_like Alias to: ``numpy.ones_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.outer Alias to: ``numpy.outer`` - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2652-2663 `_ .. function:: numpy.core.partition Alias to: ``numpy.partition`` - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1519-1541 `_ .. function:: numpy.core.prod Alias to: ``numpy.prod`` - defined by ```` .. function:: numpy.core.ptp Alias to: ``numpy.ptp`` - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1109-1134 `_ .. function:: numpy.core.ravel Alias to: ``numpy.ravel`` - defined by ```` .. function:: numpy.core.repeat Alias to: ``numpy.repeat`` - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 `_ .. function:: numpy.core.reshape Alias to: ``numpy.reshape`` - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.core.roll Alias to: ``numpy.roll`` - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1931-1951 `_ .. function:: numpy.core.round Alias to: ``numpy.round`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.round_ Alias to: ``numpy.round`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.searchsorted Alias to: ``numpy.searchsorted`` - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3527-3559 `_ .. function:: numpy.core.shape Alias to: ``numpy.shape`` - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 `_ .. function:: numpy.core.sort Alias to: ``numpy.sort`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.stack Alias to: ``numpy.stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.std Alias to: ``numpy.std`` - defined by ```` .. function:: numpy.core.sum Alias to: ``numpy.sum`` - defined by ```` .. function:: numpy.core.take Alias to: ``numpy.take`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.trace Alias to: ``numpy.trace`` - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2574-2602 `_ .. function:: numpy.core.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.core.var Alias to: ``numpy.var`` - defined by ```` .. function:: numpy.core.vdot Alias to: ``numpy.vdot`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.vstack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.where Alias to: ``numpy.where`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.zeros_like Alias to: ``numpy.zeros_like`` - defined by ``.decorate..Template'>`` Not showing 85 unsupported functions. supported = 66 / 151 = 43.71% numpy.core.arrayprint --------------------- .. function:: numpy.core.arrayprint.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.core.arrayprint.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.arrayprint.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.core.arrayprint.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.arrayprint.ravel Alias to: ``numpy.ravel`` - defined by ```` Not showing 21 unsupported functions. supported = 5 / 26 = 19.23% numpy.core.defchararray ----------------------- .. function:: numpy.core.defchararray.narray Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` Not showing 54 unsupported functions. supported = 1 / 55 = 1.82% numpy.core.einsumfunc --------------------- This module is not supported. numpy.core.fromnumeric ---------------------- .. function:: numpy.core.fromnumeric.all Alias to: ``numpy.all`` - defined by ``np_all(a)`` at `numba/np/arraymath.py:776-785 `_ .. function:: numpy.core.fromnumeric.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.core.fromnumeric.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.core.fromnumeric.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.core.fromnumeric.argmax Alias to: ``numpy.argmax`` - defined by ```` .. function:: numpy.core.fromnumeric.argmin Alias to: ``numpy.argmin`` - defined by ```` .. function:: numpy.core.fromnumeric.argsort Alias to: ``numpy.argsort`` - defined by ```` .. function:: numpy.core.fromnumeric.around Alias to: ``numpy.around`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.fromnumeric.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.fromnumeric.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.core.fromnumeric.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.fromnumeric.cumprod Alias to: ``numpy.cumprod`` - defined by ```` .. function:: numpy.core.fromnumeric.cumsum Alias to: ``numpy.cumsum`` - defined by ```` .. function:: numpy.core.fromnumeric.mean Alias to: ``numpy.mean`` - defined by ```` .. function:: numpy.core.fromnumeric.nonzero Alias to: ``numpy.nonzero`` - defined by ```` .. function:: numpy.core.fromnumeric.partition Alias to: ``numpy.partition`` - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1519-1541 `_ .. function:: numpy.core.fromnumeric.prod Alias to: ``numpy.prod`` - defined by ```` .. function:: numpy.core.fromnumeric.ptp Alias to: ``numpy.ptp`` - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1109-1134 `_ .. function:: numpy.core.fromnumeric.ravel Alias to: ``numpy.ravel`` - defined by ```` .. function:: numpy.core.fromnumeric.repeat Alias to: ``numpy.repeat`` - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 `_ .. function:: numpy.core.fromnumeric.reshape Alias to: ``numpy.reshape`` - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.core.fromnumeric.round_ Alias to: ``numpy.round`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.fromnumeric.searchsorted Alias to: ``numpy.searchsorted`` - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3527-3559 `_ .. function:: numpy.core.fromnumeric.shape Alias to: ``numpy.shape`` - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 `_ .. function:: numpy.core.fromnumeric.sort Alias to: ``numpy.sort`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.fromnumeric.std Alias to: ``numpy.std`` - defined by ```` .. function:: numpy.core.fromnumeric.sum Alias to: ``numpy.sum`` - defined by ```` .. function:: numpy.core.fromnumeric.take Alias to: ``numpy.take`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.fromnumeric.trace Alias to: ``numpy.trace`` - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2574-2602 `_ .. function:: numpy.core.fromnumeric.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.core.fromnumeric.var Alias to: ``numpy.var`` - defined by ```` Not showing 18 unsupported functions. supported = 31 / 49 = 63.27% numpy.core.function_base ------------------------ .. function:: numpy.core.function_base.linspace Alias to: ``numpy.linspace`` - defined by ``.decorate..Template'>`` Not showing 8 unsupported functions. supported = 1 / 9 = 11.11% numpy.core.getlimits -------------------- .. function:: numpy.core.getlimits.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` Not showing 1 unsupported functions. supported = 1 / 2 = 50.00% numpy.core.info --------------- This module is not supported. numpy.core.machar ----------------- .. function:: numpy.core.machar.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ Not showing 1 unsupported functions. supported = 1 / 2 = 50.00% numpy.core.multiarray --------------------- .. function:: numpy.core.multiarray.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.core.multiarray.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.bincount Alias to: ``numpy.bincount`` - defined by ``np_bincount(a, weights=None)`` at `numba/np/arraymath.py:3445-3494 `_ .. function:: numpy.core.multiarray.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.empty_like Alias to: ``numpy.empty_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.frombuffer Alias to: ``numpy.frombuffer`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.vdot Alias to: ``numpy.vdot`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.where Alias to: ``numpy.where`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.multiarray.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 47 unsupported functions. supported = 11 / 58 = 18.97% numpy.core.numeric ------------------ .. function:: numpy.core.numeric.all Alias to: ``numpy.all`` - defined by ``np_all(a)`` at `numba/np/arraymath.py:776-785 `_ .. function:: numpy.core.numeric.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.core.numeric.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.core.numeric.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.core.numeric.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.core.numeric.argmax Alias to: ``numpy.argmax`` - defined by ```` .. function:: numpy.core.numeric.argmin Alias to: ``numpy.argmin`` - defined by ```` .. function:: numpy.core.numeric.argsort Alias to: ``numpy.argsort`` - defined by ```` .. function:: numpy.core.numeric.argwhere Alias to: ``numpy.argwhere`` - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2789-2821 `_ .. function:: numpy.core.numeric.around Alias to: ``numpy.around`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.array_equal Alias to: ``numpy.array_equal`` - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3413-3432 `_ .. function:: numpy.core.numeric.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.core.numeric.ascontiguousarray Alias to: ``numpy.ascontiguousarray`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.asfortranarray Alias to: ``numpy.asfortranarray`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.convolve Alias to: ``numpy.convolve`` - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:3988-4009 `_ .. function:: numpy.core.numeric.correlate Alias to: ``numpy.correlate`` - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3940-3985 `_ .. function:: numpy.core.numeric.count_nonzero Alias to: ``numpy.count_nonzero`` - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3306-3320 `_ .. function:: numpy.core.numeric.cross Alias to: ``numpy.cross`` - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4353-4375 `_ .. function:: numpy.core.numeric.cumprod Alias to: ``numpy.cumprod`` - defined by ```` .. function:: numpy.core.numeric.cumsum Alias to: ``numpy.cumsum`` - defined by ```` .. function:: numpy.core.numeric.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.empty_like Alias to: ``numpy.empty_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.flatnonzero Alias to: ``numpy.flatnonzero`` - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2824-2839 `_ .. function:: numpy.core.numeric.frombuffer Alias to: ``numpy.frombuffer`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.full Alias to: ``numpy.full`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.full_like Alias to: ``numpy.full_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.identity Alias to: ``numpy.identity`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.mean Alias to: ``numpy.mean`` - defined by ```` .. function:: numpy.core.numeric.nonzero Alias to: ``numpy.nonzero`` - defined by ```` .. function:: numpy.core.numeric.ones Alias to: ``numpy.ones`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.ones_like Alias to: ``numpy.ones_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.outer Alias to: ``numpy.outer`` - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2652-2663 `_ .. function:: numpy.core.numeric.partition Alias to: ``numpy.partition`` - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1519-1541 `_ .. function:: numpy.core.numeric.prod Alias to: ``numpy.prod`` - defined by ```` .. function:: numpy.core.numeric.ptp Alias to: ``numpy.ptp`` - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1109-1134 `_ .. function:: numpy.core.numeric.ravel Alias to: ``numpy.ravel`` - defined by ```` .. function:: numpy.core.numeric.repeat Alias to: ``numpy.repeat`` - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 `_ .. function:: numpy.core.numeric.reshape Alias to: ``numpy.reshape`` - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.core.numeric.roll Alias to: ``numpy.roll`` - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1931-1951 `_ .. function:: numpy.core.numeric.round_ Alias to: ``numpy.round`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.searchsorted Alias to: ``numpy.searchsorted`` - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3527-3559 `_ .. function:: numpy.core.numeric.shape Alias to: ``numpy.shape`` - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 `_ .. function:: numpy.core.numeric.sort Alias to: ``numpy.sort`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.std Alias to: ``numpy.std`` - defined by ```` .. function:: numpy.core.numeric.sum Alias to: ``numpy.sum`` - defined by ```` .. function:: numpy.core.numeric.take Alias to: ``numpy.take`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.trace Alias to: ``numpy.trace`` - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2574-2602 `_ .. function:: numpy.core.numeric.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.core.numeric.var Alias to: ``numpy.var`` - defined by ```` .. function:: numpy.core.numeric.vdot Alias to: ``numpy.vdot`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.where Alias to: ``numpy.where`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numeric.zeros_like Alias to: ``numpy.zeros_like`` - defined by ``.decorate..Template'>`` Not showing 84 unsupported functions. supported = 56 / 140 = 40.00% numpy.core.numerictypes ----------------------- .. function:: numpy.core.numerictypes.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.numerictypes.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` Not showing 18 unsupported functions. supported = 2 / 20 = 10.00% numpy.core.overrides -------------------- This module is not supported. numpy.core.records ------------------ This module is not supported. numpy.core.setup_common ----------------------- This module is not supported. numpy.core.shape_base --------------------- .. function:: numpy.core.shape_base.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.shape_base.atleast_1d Alias to: ``numpy.atleast_1d`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.shape_base.atleast_2d Alias to: ``numpy.atleast_2d`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.shape_base.atleast_3d Alias to: ``numpy.atleast_3d`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.shape_base.hstack Alias to: ``numpy.hstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.shape_base.stack Alias to: ``numpy.stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.shape_base.vstack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` Not showing 3 unsupported functions. supported = 7 / 10 = 70.00% numpy.core.umath ---------------- .. function:: numpy.core.umath.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.core.umath.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.umath.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.umath.frombuffer Alias to: ``numpy.frombuffer`` - defined by ``.decorate..Template'>`` .. function:: numpy.core.umath.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 53 unsupported functions. supported = 5 / 58 = 8.62% numpy.core.umath_tests ---------------------- This module is not supported. numpy.ctypeslib --------------- .. function:: numpy.ctypeslib.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.ctypeslib.frombuffer Alias to: ``numpy.frombuffer`` - defined by ``.decorate..Template'>`` Not showing 7 unsupported functions. supported = 2 / 9 = 22.22% numpy.distutils --------------- This module is not supported. numpy.distutils.ccompiler ------------------------- This module is not supported. numpy.distutils.command ----------------------- This module is not supported. numpy.distutils.command.autodist -------------------------------- This module is not supported. numpy.distutils.command.bdist_rpm --------------------------------- This module is not supported. numpy.distutils.command.build ----------------------------- This module is not supported. numpy.distutils.command.build_clib ---------------------------------- This module is not supported. numpy.distutils.command.build_ext --------------------------------- This module is not supported. numpy.distutils.command.build_py -------------------------------- This module is not supported. numpy.distutils.command.build_scripts ------------------------------------- This module is not supported. numpy.distutils.command.build_src --------------------------------- This module is not supported. numpy.distutils.command.config ------------------------------ This module is not supported. numpy.distutils.command.config_compiler --------------------------------------- This module is not supported. numpy.distutils.command.develop ------------------------------- This module is not supported. numpy.distutils.command.egg_info -------------------------------- This module is not supported. numpy.distutils.command.install ------------------------------- This module is not supported. numpy.distutils.command.install_clib ------------------------------------ This module is not supported. numpy.distutils.command.install_data ------------------------------------ This module is not supported. numpy.distutils.command.install_headers --------------------------------------- This module is not supported. numpy.distutils.command.sdist ----------------------------- This module is not supported. numpy.distutils.compat ---------------------- This module is not supported. numpy.distutils.conv_template ----------------------------- This module is not supported. numpy.distutils.core -------------------- This module is not supported. numpy.distutils.cpuinfo ----------------------- This module is not supported. numpy.distutils.exec_command ---------------------------- This module is not supported. numpy.distutils.extension ------------------------- This module is not supported. numpy.distutils.fcompiler ------------------------- This module is not supported. numpy.distutils.fcompiler.absoft -------------------------------- This module is not supported. numpy.distutils.fcompiler.compaq -------------------------------- This module is not supported. numpy.distutils.fcompiler.environment ------------------------------------- This module is not supported. numpy.distutils.fcompiler.g95 ----------------------------- This module is not supported. numpy.distutils.fcompiler.gnu ----------------------------- This module is not supported. numpy.distutils.fcompiler.hpux ------------------------------ This module is not supported. numpy.distutils.fcompiler.ibm ----------------------------- This module is not supported. numpy.distutils.fcompiler.intel ------------------------------- This module is not supported. numpy.distutils.fcompiler.lahey ------------------------------- This module is not supported. numpy.distutils.fcompiler.mips ------------------------------ This module is not supported. numpy.distutils.fcompiler.nag ----------------------------- This module is not supported. numpy.distutils.fcompiler.none ------------------------------ This module is not supported. numpy.distutils.fcompiler.pathf95 --------------------------------- This module is not supported. numpy.distutils.fcompiler.pg ---------------------------- This module is not supported. numpy.distutils.fcompiler.sun ----------------------------- This module is not supported. numpy.distutils.fcompiler.vast ------------------------------ This module is not supported. numpy.distutils.from_template ----------------------------- This module is not supported. numpy.distutils.info -------------------- This module is not supported. numpy.distutils.intelccompiler ------------------------------ This module is not supported. numpy.distutils.lib2def ----------------------- This module is not supported. numpy.distutils.line_endings ---------------------------- This module is not supported. numpy.distutils.log ------------------- This module is not supported. numpy.distutils.mingw32ccompiler -------------------------------- This module is not supported. numpy.distutils.misc_util ------------------------- This module is not supported. numpy.distutils.msvccompiler ---------------------------- This module is not supported. numpy.distutils.npy_pkg_config ------------------------------ This module is not supported. numpy.distutils.numpy_distribution ---------------------------------- This module is not supported. numpy.distutils.pathccompiler ----------------------------- This module is not supported. numpy.distutils.setup --------------------- This module is not supported. numpy.distutils.system_info --------------------------- .. function:: numpy.distutils.system_info.reduce - defined by ``.decorate..Template'>`` 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 ---------- .. function:: numpy.dual.cholesky - defined by ``cho_impl(a)`` at `numba/np/linalg.py:845-887 `_ .. function:: numpy.dual.det - defined by ``det_impl(a)`` at `numba/np/linalg.py:2020-2031 `_ .. function:: numpy.dual.eig - defined by ``eig_impl(a)`` at `numba/np/linalg.py:889-1010 `_ .. function:: numpy.dual.eigh - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1139-1191 `_ .. function:: numpy.dual.eigvals - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1012-1137 `_ .. function:: numpy.dual.eigvalsh - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1193-1245 `_ .. function:: numpy.dual.inv - defined by ``inv_impl(a)`` at `numba/np/linalg.py:772-814 `_ .. function:: numpy.dual.lstsq - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1563-1661 `_ .. function:: numpy.dual.norm - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2359-2365 `_ .. function:: numpy.dual.pinv - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1751-1917 `_ .. function:: numpy.dual.solve - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1684-1748 `_ .. function:: numpy.dual.svd - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1247-1315 `_ Not showing 10 unsupported functions. supported = 12 / 22 = 54.55% numpy.f2py ---------- This module is not supported. numpy.f2py.auxfuncs ------------------- .. function:: numpy.f2py.auxfuncs.reduce Alias to: ``numpy.distutils.system_info.reduce`` - defined by ``.decorate..Template'>`` Not showing 102 unsupported functions. supported = 1 / 103 = 0.97% numpy.f2py.capi_maps -------------------- This module is not supported. numpy.f2py.cb_rules ------------------- This module is not supported. numpy.f2py.cfuncs ----------------- This module is not supported. numpy.f2py.common_rules ----------------------- This module is not supported. numpy.f2py.crackfortran ----------------------- This module is not supported. numpy.f2py.diagnose ------------------- This module is not supported. numpy.f2py.f2py2e ----------------- This module is not supported. numpy.f2py.f2py_testing ----------------------- This module is not supported. numpy.f2py.f90mod_rules ----------------------- This module is not supported. numpy.f2py.func2subr -------------------- This module is not supported. numpy.f2py.info --------------- This module is not supported. numpy.f2py.rules ---------------- This module is not supported. numpy.f2py.use_rules -------------------- This module is not supported. numpy.fft --------- This module is not supported. numpy.fft.helper ---------------- .. function:: numpy.fft.helper.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.fft.helper.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.fft.helper.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.fft.helper.roll Alias to: ``numpy.roll`` - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1931-1951 `_ Not showing 6 unsupported functions. supported = 4 / 10 = 40.00% numpy.fft.setup --------------- This module is not supported. numpy.lib --------- .. function:: numpy.lib.angle Alias to: ``numpy.angle`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.append Alias to: ``numpy.append`` - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 `_ .. function:: numpy.lib.bartlett Alias to: ``numpy.bartlett`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.bincount Alias to: ``numpy.bincount`` - defined by ``np_bincount(a, weights=None)`` at `numba/np/arraymath.py:3445-3494 `_ .. function:: numpy.lib.blackman Alias to: ``numpy.blackman`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.column_stack Alias to: ``numpy.column_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.copy Alias to: ``numpy.copy`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.corrcoef Alias to: ``numpy.corrcoef`` - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2752-2782 `_ .. function:: 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:2693-2749 `_ .. function:: numpy.lib.delete Alias to: ``numpy.delete`` - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3327-3371 `_ .. function:: numpy.lib.diag Alias to: ``numpy.diag`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.diff Alias to: ``numpy.diff`` - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: numpy.lib.digitize Alias to: ``numpy.digitize`` - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3562-3688 `_ .. function:: numpy.lib.dstack Alias to: ``numpy.dstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.ediff1d Alias to: ``numpy.ediff1d`` - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1741-1796 `_ .. function:: numpy.lib.expand_dims Alias to: ``numpy.expand_dims`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.extract Alias to: ``numpy.extract`` - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4062-4085 `_ .. function:: numpy.lib.eye Alias to: ``numpy.eye`` - defined by ``numpy_eye(N, M=None, k=0, dtype=)`` at `numba/np/arrayobj.py:3681-3704 `_ .. function:: numpy.lib.fill_diagonal Alias to: ``numpy.fill_diagonal`` - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2926-2956 `_ .. function:: numpy.lib.flip Alias to: ``numpy.flip`` - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4953-4964 `_ .. function:: numpy.lib.fliplr Alias to: ``numpy.fliplr`` - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4891-4905 `_ .. function:: numpy.lib.flipud Alias to: ``numpy.flipud`` - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4908-4922 `_ .. function:: numpy.lib.hamming Alias to: ``numpy.hamming`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.hanning Alias to: ``numpy.hanning`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.histogram Alias to: ``numpy.histogram`` - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3694-3774 `_ .. function:: numpy.lib.imag Alias to: ``numpy.imag`` - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3295-3300 `_ .. function:: numpy.lib.interp Alias to: ``numpy.interp`` - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2444-2505 `_ .. function:: numpy.lib.kaiser Alias to: ``numpy.kaiser`` - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4290-4309 `_ .. function:: numpy.lib.kron Alias to: ``numpy.kron`` - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2729-2783 `_ .. function:: numpy.lib.median Alias to: ``numpy.median`` - defined by ``np_median(a)`` at `numba/np/arraymath.py:1254-1266 `_ .. function:: numpy.lib.nancumprod Alias to: ``numpy.nancumprod`` - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1000-1022 `_ .. function:: numpy.lib.nancumsum Alias to: ``numpy.nancumsum`` - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1025-1047 `_ .. function:: numpy.lib.nanmax Alias to: ``numpy.nanmax`` - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:891-897 `_ .. function:: numpy.lib.nanmean Alias to: ``numpy.nanmean`` - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:900-917 `_ .. function:: numpy.lib.nanmedian Alias to: ``numpy.nanmedian`` - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1438-1460 `_ .. function:: numpy.lib.nanmin Alias to: ``numpy.nanmin`` - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:882-888 `_ .. function:: numpy.lib.nanpercentile Alias to: ``numpy.nanpercentile`` - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1417-1421 `_ .. function:: numpy.lib.nanprod Alias to: ``numpy.nanprod`` - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:978-997 `_ .. function:: numpy.lib.nanquantile Alias to: ``numpy.nanquantile`` - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1431-1435 `_ .. function:: numpy.lib.nanstd Alias to: ``numpy.nanstd`` - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:945-953 `_ .. function:: numpy.lib.nansum Alias to: ``numpy.nansum`` - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:956-975 `_ .. function:: numpy.lib.nanvar Alias to: ``numpy.nanvar`` - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:920-942 `_ .. function:: numpy.lib.percentile Alias to: ``numpy.percentile`` - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1410-1414 `_ .. function:: numpy.lib.quantile Alias to: ``numpy.quantile`` - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1424-1428 `_ .. function:: numpy.lib.real Alias to: ``numpy.real`` - defined by ``np_real(a)`` at `numba/np/arraymath.py:3287-3292 `_ .. function:: numpy.lib.roots Alias to: ``numpy.roots`` - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 `_ .. function:: numpy.lib.row_stack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.select Alias to: ``numpy.select`` - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4088-4136 `_ .. function:: numpy.lib.sinc Alias to: ``numpy.sinc`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.trapz Alias to: ``numpy.trapz`` - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1833-1852 `_ .. function:: numpy.lib.tri Alias to: ``numpy.tri`` - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1560-1571 `_ .. function:: numpy.lib.tril Alias to: ``numpy.tril`` - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1597-1621 `_ .. function:: numpy.lib.tril_indices Alias to: ``numpy.tril_indices`` - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1624-1635 `_ .. function:: 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:1638-1649 `_ .. function:: numpy.lib.triu Alias to: ``numpy.triu`` - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1658-1681 `_ .. function:: numpy.lib.triu_indices Alias to: ``numpy.triu_indices`` - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1684-1695 `_ .. function:: 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:1698-1709 `_ .. function:: numpy.lib.unique Alias to: ``numpy.unique`` - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 `_ .. function:: numpy.lib.vander Alias to: ``numpy.vander`` - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1891-1928 `_ Not showing 110 unsupported functions. supported = 59 / 169 = 34.91% numpy.lib.arraypad ------------------ This module is not supported. numpy.lib.arraysetops --------------------- .. function:: numpy.lib.arraysetops.ediff1d Alias to: ``numpy.ediff1d`` - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1741-1796 `_ .. function:: numpy.lib.arraysetops.unique Alias to: ``numpy.unique`` - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 `_ Not showing 6 unsupported functions. supported = 2 / 8 = 25.00% numpy.lib.arrayterator ---------------------- .. function:: numpy.lib.arrayterator.mul - defined by ``.decorate..Template'>`` - defined by ``.decorate..Template'>`` - defined by ``.decorate..Template'>`` - defined by ``unicode_repeat(a, b)`` at `numba/cpython/unicode.py:1716-1725 `_ - defined by ``charseq_repeat(a, b)`` at `numba/cpython/charseq.py:399-416 `_ - defined by ``.decorate..Template'>`` .. function:: numpy.lib.arrayterator.reduce Alias to: ``numpy.distutils.system_info.reduce`` - defined by ``.decorate..Template'>`` Not showing 0 unsupported functions. supported = 2 / 2 = 100.00% numpy.lib.financial ------------------- This module is not supported. numpy.lib.format ---------------- This module is not supported. numpy.lib.function_base ----------------------- .. function:: numpy.lib.function_base.angle Alias to: ``numpy.angle`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.lib.function_base.append Alias to: ``numpy.append`` - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 `_ .. function:: 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:3842-3908 `_ .. function:: numpy.lib.function_base.around Alias to: ``numpy.around`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.lib.function_base.atleast_1d Alias to: ``numpy.atleast_1d`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.bartlett Alias to: ``numpy.bartlett`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.function_base.bincount Alias to: ``numpy.bincount`` - defined by ``np_bincount(a, weights=None)`` at `numba/np/arraymath.py:3445-3494 `_ .. function:: numpy.lib.function_base.blackman Alias to: ``numpy.blackman`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.function_base.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.copy Alias to: ``numpy.copy`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.corrcoef Alias to: ``numpy.corrcoef`` - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2752-2782 `_ .. function:: numpy.lib.function_base.cov Alias to: ``numpy.cov`` - defined by ``np_cov(m, y=None, rowvar=True, bias=False, ddof=None)`` at `numba/np/arraymath.py:2693-2749 `_ .. function:: numpy.lib.function_base.delete Alias to: ``numpy.delete`` - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3327-3371 `_ .. function:: numpy.lib.function_base.diag Alias to: ``numpy.diag`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.diff Alias to: ``numpy.diff`` - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: numpy.lib.function_base.digitize Alias to: ``numpy.digitize`` - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3562-3688 `_ .. function:: numpy.lib.function_base.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.empty_like Alias to: ``numpy.empty_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.extract Alias to: ``numpy.extract`` - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4062-4085 `_ .. function:: numpy.lib.function_base.flip Alias to: ``numpy.flip`` - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4953-4964 `_ .. function:: numpy.lib.function_base.hamming Alias to: ``numpy.hamming`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.function_base.hanning Alias to: ``numpy.hanning`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.lib.function_base.histogram Alias to: ``numpy.histogram`` - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3694-3774 `_ .. function:: numpy.lib.function_base.interp Alias to: ``numpy.interp`` - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2444-2505 `_ .. function:: numpy.lib.function_base.kaiser Alias to: ``numpy.kaiser`` - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4290-4309 `_ .. function:: numpy.lib.function_base.mean Alias to: ``numpy.mean`` - defined by ```` .. function:: numpy.lib.function_base.median Alias to: ``numpy.median`` - defined by ``np_median(a)`` at `numba/np/arraymath.py:1254-1266 `_ .. function:: numpy.lib.function_base.nonzero Alias to: ``numpy.nonzero`` - defined by ```` .. function:: numpy.lib.function_base.ones Alias to: ``numpy.ones`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.partition Alias to: ``numpy.partition`` - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1519-1541 `_ .. function:: numpy.lib.function_base.percentile Alias to: ``numpy.percentile`` - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1410-1414 `_ .. function:: numpy.lib.function_base.quantile Alias to: ``numpy.quantile`` - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1424-1428 `_ .. function:: numpy.lib.function_base.ravel Alias to: ``numpy.ravel`` - defined by ```` .. function:: numpy.lib.function_base.select Alias to: ``numpy.select`` - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4088-4136 `_ .. function:: numpy.lib.function_base.sinc Alias to: ``numpy.sinc`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.sum Alias to: ``numpy.sum`` - defined by ```` .. function:: numpy.lib.function_base.take Alias to: ``numpy.take`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.lib.function_base.trapz Alias to: ``numpy.trapz`` - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1833-1852 `_ .. function:: numpy.lib.function_base.where Alias to: ``numpy.where`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.function_base.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 26 unsupported functions. supported = 45 / 71 = 63.38% numpy.lib.histograms -------------------- .. function:: numpy.lib.histograms.histogram Alias to: ``numpy.histogram`` - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3694-3774 `_ Not showing 2 unsupported functions. supported = 1 / 3 = 33.33% numpy.lib.index_tricks ---------------------- .. function:: numpy.lib.index_tricks.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.lib.index_tricks.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.index_tricks.as_strided - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:5100-5126 `_ .. function:: numpy.lib.index_tricks.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.lib.index_tricks.cumprod Alias to: ``numpy.cumprod`` - defined by ```` .. function:: numpy.lib.index_tricks.diff Alias to: ``numpy.diff`` - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: 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:2926-2956 `_ .. function:: numpy.lib.index_tricks.linspace Alias to: ``numpy.linspace`` - defined by ``.decorate..Template'>`` Not showing 10 unsupported functions. supported = 8 / 18 = 44.44% numpy.lib.mixins ---------------- This module is not supported. numpy.lib.nanfunctions ---------------------- .. function:: numpy.lib.nanfunctions.nancumprod Alias to: ``numpy.nancumprod`` - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1000-1022 `_ .. function:: numpy.lib.nanfunctions.nancumsum Alias to: ``numpy.nancumsum`` - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1025-1047 `_ .. function:: numpy.lib.nanfunctions.nanmax Alias to: ``numpy.nanmax`` - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:891-897 `_ .. function:: numpy.lib.nanfunctions.nanmean Alias to: ``numpy.nanmean`` - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:900-917 `_ .. function:: numpy.lib.nanfunctions.nanmedian Alias to: ``numpy.nanmedian`` - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1438-1460 `_ .. function:: numpy.lib.nanfunctions.nanmin Alias to: ``numpy.nanmin`` - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:882-888 `_ .. function:: numpy.lib.nanfunctions.nanpercentile Alias to: ``numpy.nanpercentile`` - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1417-1421 `_ .. function:: numpy.lib.nanfunctions.nanprod Alias to: ``numpy.nanprod`` - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:978-997 `_ .. function:: numpy.lib.nanfunctions.nanquantile Alias to: ``numpy.nanquantile`` - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1431-1435 `_ .. function:: numpy.lib.nanfunctions.nanstd Alias to: ``numpy.nanstd`` - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:945-953 `_ .. function:: numpy.lib.nanfunctions.nansum Alias to: ``numpy.nansum`` - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:956-975 `_ .. function:: numpy.lib.nanfunctions.nanvar Alias to: ``numpy.nanvar`` - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:920-942 `_ Not showing 2 unsupported functions. supported = 12 / 14 = 85.71% numpy.lib.npyio --------------- This module is not supported. numpy.lib.polynomial -------------------- .. function:: numpy.lib.polynomial.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.polynomial.atleast_1d Alias to: ``numpy.atleast_1d`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.polynomial.diag Alias to: ``numpy.diag`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.polynomial.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.polynomial.eigvals Alias to: ``numpy.dual.eigvals`` - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1012-1137 `_ .. function:: numpy.lib.polynomial.hstack Alias to: ``numpy.hstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.polynomial.imag Alias to: ``numpy.imag`` - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3295-3300 `_ .. function:: numpy.lib.polynomial.inv Alias to: ``numpy.dual.inv`` - defined by ``inv_impl(a)`` at `numba/np/linalg.py:772-814 `_ .. function:: numpy.lib.polynomial.lstsq Alias to: ``numpy.dual.lstsq`` - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1563-1661 `_ .. function:: numpy.lib.polynomial.ones Alias to: ``numpy.ones`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.polynomial.real Alias to: ``numpy.real`` - defined by ``np_real(a)`` at `numba/np/arraymath.py:3287-3292 `_ .. function:: numpy.lib.polynomial.roots Alias to: ``numpy.roots`` - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 `_ .. function:: numpy.lib.polynomial.vander Alias to: ``numpy.vander`` - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1891-1928 `_ Not showing 14 unsupported functions. supported = 13 / 27 = 48.15% numpy.lib.recfunctions ---------------------- This module is not supported. numpy.lib.scimath ----------------- .. function:: numpy.lib.scimath.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.lib.scimath.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ Not showing 11 unsupported functions. supported = 2 / 13 = 15.38% numpy.lib.setup --------------- This module is not supported. numpy.lib.shape_base -------------------- .. function:: numpy.lib.shape_base.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.lib.shape_base.atleast_3d Alias to: ``numpy.atleast_3d`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.column_stack Alias to: ``numpy.column_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.dstack Alias to: ``numpy.dstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.expand_dims Alias to: ``numpy.expand_dims`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.kron Alias to: ``numpy.kron`` - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2729-2783 `_ .. function:: numpy.lib.shape_base.outer Alias to: ``numpy.outer`` - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2652-2663 `_ .. function:: numpy.lib.shape_base.reshape Alias to: ``numpy.reshape`` - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.lib.shape_base.row_stack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.lib.shape_base.vstack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.shape_base.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 14 unsupported functions. supported = 14 / 28 = 50.00% numpy.lib.stride_tricks ----------------------- .. function:: numpy.lib.stride_tricks.as_strided Alias to: ``numpy.lib.index_tricks.as_strided`` - defined by ``as_strided(x, shape=None, strides=None)`` at `numba/np/arrayobj.py:5100-5126 `_ Not showing 3 unsupported functions. supported = 1 / 4 = 25.00% numpy.lib.twodim_base --------------------- .. function:: numpy.lib.twodim_base.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.lib.twodim_base.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.lib.twodim_base.diag Alias to: ``numpy.diag`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.twodim_base.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.twodim_base.eye Alias to: ``numpy.eye`` - defined by ``numpy_eye(N, M=None, k=0, dtype=)`` at `numba/np/arrayobj.py:3681-3704 `_ .. function:: numpy.lib.twodim_base.fliplr Alias to: ``numpy.fliplr`` - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4891-4905 `_ .. function:: numpy.lib.twodim_base.flipud Alias to: ``numpy.flipud`` - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4908-4922 `_ .. function:: numpy.lib.twodim_base.nonzero Alias to: ``numpy.nonzero`` - defined by ```` .. function:: numpy.lib.twodim_base.ones Alias to: ``numpy.ones`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.twodim_base.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.lib.twodim_base.tri Alias to: ``numpy.tri`` - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1560-1571 `_ .. function:: numpy.lib.twodim_base.tril Alias to: ``numpy.tril`` - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1597-1621 `_ .. function:: 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:1624-1635 `_ .. function:: numpy.lib.twodim_base.tril_indices_from Alias to: ``numpy.tril_indices_from`` - defined by ``np_tril_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1638-1649 `_ .. function:: numpy.lib.twodim_base.triu Alias to: ``numpy.triu`` - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1658-1681 `_ .. function:: 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:1684-1695 `_ .. function:: numpy.lib.twodim_base.triu_indices_from Alias to: ``numpy.triu_indices_from`` - defined by ``np_triu_indices_from(arr, k=0)`` at `numba/np/arraymath.py:1698-1709 `_ .. function:: numpy.lib.twodim_base.vander Alias to: ``numpy.vander`` - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1891-1928 `_ .. function:: numpy.lib.twodim_base.where Alias to: ``numpy.where`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.twodim_base.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 7 unsupported functions. supported = 20 / 27 = 74.07% numpy.lib.type_check -------------------- .. function:: numpy.lib.type_check.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.lib.type_check.imag Alias to: ``numpy.imag`` - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3295-3300 `_ .. function:: numpy.lib.type_check.real Alias to: ``numpy.real`` - defined by ``np_real(a)`` at `numba/np/arraymath.py:3287-3292 `_ .. function:: numpy.lib.type_check.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 15 unsupported functions. supported = 4 / 19 = 21.05% numpy.lib.ufunclike ------------------- This module is not supported. numpy.lib.user_array -------------------- .. function:: numpy.lib.user_array.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.lib.user_array.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.lib.user_array.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.lib.user_array.reshape Alias to: ``numpy.reshape`` - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.lib.user_array.shape Alias to: ``numpy.shape`` - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 `_ .. function:: numpy.lib.user_array.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ Not showing 0 unsupported functions. supported = 6 / 6 = 100.00% numpy.lib.utils --------------- .. function:: numpy.lib.utils.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ Not showing 15 unsupported functions. supported = 1 / 16 = 6.25% numpy.linalg ------------ .. function:: numpy.linalg.cholesky Alias to: ``numpy.dual.cholesky`` - defined by ``cho_impl(a)`` at `numba/np/linalg.py:845-887 `_ .. function:: numpy.linalg.cond - defined by ``cond_impl(a, p=None)`` at `numba/np/linalg.py:2368-2410 `_ .. function:: numpy.linalg.det Alias to: ``numpy.dual.det`` - defined by ``det_impl(a)`` at `numba/np/linalg.py:2020-2031 `_ .. function:: numpy.linalg.eig Alias to: ``numpy.dual.eig`` - defined by ``eig_impl(a)`` at `numba/np/linalg.py:889-1010 `_ .. function:: numpy.linalg.eigh Alias to: ``numpy.dual.eigh`` - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1139-1191 `_ .. function:: numpy.linalg.eigvals Alias to: ``numpy.dual.eigvals`` - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1012-1137 `_ .. function:: numpy.linalg.eigvalsh Alias to: ``numpy.dual.eigvalsh`` - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1193-1245 `_ .. function:: numpy.linalg.inv Alias to: ``numpy.dual.inv`` - defined by ``inv_impl(a)`` at `numba/np/linalg.py:772-814 `_ .. function:: numpy.linalg.lstsq Alias to: ``numpy.dual.lstsq`` - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1563-1661 `_ .. function:: numpy.linalg.matrix_power - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2493-2569 `_ .. function:: numpy.linalg.matrix_rank - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/np/linalg.py:2427-2490 `_ .. function:: numpy.linalg.norm Alias to: ``numpy.dual.norm`` - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2359-2365 `_ .. function:: numpy.linalg.pinv Alias to: ``numpy.dual.pinv`` - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1751-1917 `_ .. function:: numpy.linalg.qr - defined by ``qr_impl(a)`` at `numba/np/linalg.py:1318-1397 `_ .. function:: numpy.linalg.slogdet - defined by ``slogdet_impl(a)`` at `numba/np/linalg.py:1956-2017 `_ .. function:: numpy.linalg.solve Alias to: ``numpy.dual.solve`` - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1684-1748 `_ .. function:: numpy.linalg.svd Alias to: ``numpy.dual.svd`` - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1247-1315 `_ Not showing 3 unsupported functions. supported = 17 / 20 = 85.00% numpy.linalg.info ----------------- This module is not supported. numpy.linalg.lapack_lite ------------------------ This module is not supported. numpy.linalg.linalg ------------------- .. function:: numpy.linalg.linalg.all Alias to: ``numpy.all`` - defined by ``np_all(a)`` at `numba/np/arraymath.py:776-785 `_ .. function:: numpy.linalg.linalg.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.linalg.linalg.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.linalg.linalg.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.linalg.linalg.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.linalg.linalg.atleast_2d Alias to: ``numpy.atleast_2d`` - defined by ``.decorate..Template'>`` .. function:: numpy.linalg.linalg.cholesky Alias to: ``numpy.dual.cholesky`` - defined by ``cho_impl(a)`` at `numba/np/linalg.py:845-887 `_ .. function:: numpy.linalg.linalg.cond Alias to: ``numpy.linalg.cond`` - defined by ``cond_impl(a, p=None)`` at `numba/np/linalg.py:2368-2410 `_ .. function:: numpy.linalg.linalg.count_nonzero Alias to: ``numpy.count_nonzero`` - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3306-3320 `_ .. function:: numpy.linalg.linalg.det Alias to: ``numpy.dual.det`` - defined by ``det_impl(a)`` at `numba/np/linalg.py:2020-2031 `_ .. function:: numpy.linalg.linalg.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.linalg.linalg.eig Alias to: ``numpy.dual.eig`` - defined by ``eig_impl(a)`` at `numba/np/linalg.py:889-1010 `_ .. function:: numpy.linalg.linalg.eigh Alias to: ``numpy.dual.eigh`` - defined by ``eigh_impl(a)`` at `numba/np/linalg.py:1139-1191 `_ .. function:: numpy.linalg.linalg.eigvals Alias to: ``numpy.dual.eigvals`` - defined by ``eigvals_impl(a)`` at `numba/np/linalg.py:1012-1137 `_ .. function:: numpy.linalg.linalg.eigvalsh Alias to: ``numpy.dual.eigvalsh`` - defined by ``eigvalsh_impl(a)`` at `numba/np/linalg.py:1193-1245 `_ .. function:: numpy.linalg.linalg.empty Alias to: ``numpy.empty`` - defined by ``.decorate..Template'>`` .. function:: numpy.linalg.linalg.empty_like Alias to: ``numpy.empty_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.linalg.linalg.eye Alias to: ``numpy.eye`` - defined by ``numpy_eye(N, M=None, k=0, dtype=)`` at `numba/np/arrayobj.py:3681-3704 `_ .. function:: numpy.linalg.linalg.inv Alias to: ``numpy.dual.inv`` - defined by ``inv_impl(a)`` at `numba/np/linalg.py:772-814 `_ .. function:: numpy.linalg.linalg.lstsq Alias to: ``numpy.dual.lstsq`` - defined by ``lstsq_impl(a, b, rcond=-1.0)`` at `numba/np/linalg.py:1563-1661 `_ .. function:: numpy.linalg.linalg.matrix_power Alias to: ``numpy.linalg.matrix_power`` - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2493-2569 `_ .. function:: numpy.linalg.linalg.matrix_rank Alias to: ``numpy.linalg.matrix_rank`` - defined by ``matrix_rank_impl(a, tol=None)`` at `numba/np/linalg.py:2427-2490 `_ .. function:: numpy.linalg.linalg.norm Alias to: ``numpy.dual.norm`` - defined by ``norm_impl(a, ord=None)`` at `numba/np/linalg.py:2359-2365 `_ .. function:: numpy.linalg.linalg.pinv Alias to: ``numpy.dual.pinv`` - defined by ``pinv_impl(a, rcond=1e-15)`` at `numba/np/linalg.py:1751-1917 `_ .. function:: numpy.linalg.linalg.qr Alias to: ``numpy.linalg.qr`` - defined by ``qr_impl(a)`` at `numba/np/linalg.py:1318-1397 `_ .. function:: numpy.linalg.linalg.slogdet Alias to: ``numpy.linalg.slogdet`` - defined by ``slogdet_impl(a)`` at `numba/np/linalg.py:1956-2017 `_ .. function:: numpy.linalg.linalg.solve Alias to: ``numpy.dual.solve`` - defined by ``solve_impl(a, b)`` at `numba/np/linalg.py:1684-1748 `_ .. function:: numpy.linalg.linalg.sum Alias to: ``numpy.sum`` - defined by ```` .. function:: numpy.linalg.linalg.svd Alias to: ``numpy.dual.svd`` - defined by ``svd_impl(a, full_matrices=1)`` at `numba/np/linalg.py:1247-1315 `_ .. function:: numpy.linalg.linalg.triu Alias to: ``numpy.triu`` - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1658-1681 `_ .. function:: numpy.linalg.linalg.zeros Alias to: ``numpy.zeros`` - defined by ``.decorate..Template'>`` Not showing 14 unsupported functions. supported = 31 / 45 = 68.89% numpy.linalg.setup ------------------ This module is not supported. numpy.ma -------- .. function:: numpy.ma.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.ma.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.ma.diff Alias to: ``numpy.diff`` - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: numpy.ma.expand_dims Alias to: ``numpy.expand_dims`` - defined by ``.decorate..Template'>`` Not showing 111 unsupported functions. supported = 4 / 115 = 3.48% numpy.ma.bench -------------- This module is not supported. numpy.ma.core ------------- .. function:: numpy.ma.core.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.ma.core.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.ma.core.diff Alias to: ``numpy.diff`` - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: numpy.ma.core.expand_dims Alias to: ``numpy.expand_dims`` - defined by ``.decorate..Template'>`` .. function:: numpy.ma.core.narray Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.ma.core.ones_like Alias to: ``numpy.ones_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.ma.core.reduce Alias to: ``numpy.distutils.system_info.reduce`` - defined by ``.decorate..Template'>`` .. function:: numpy.ma.core.zeros_like Alias to: ``numpy.zeros_like`` - defined by ``.decorate..Template'>`` Not showing 92 unsupported functions. supported = 8 / 100 = 8.00% numpy.ma.extras --------------- .. function:: numpy.ma.extras.nxarray Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` Not showing 48 unsupported functions. supported = 1 / 49 = 2.04% numpy.ma.mrecords ----------------- .. function:: numpy.ma.mrecords.narray Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` Not showing 10 unsupported functions. supported = 1 / 11 = 9.09% numpy.ma.setup -------------- This module is not supported. numpy.ma.testutils ------------------ This module is not supported. numpy.ma.timer_comparison ------------------------- .. function:: numpy.ma.timer_comparison.reduce Alias to: ``numpy.distutils.system_info.reduce`` - defined by ``.decorate..Template'>`` Not showing 1 unsupported functions. supported = 1 / 2 = 50.00% numpy.matlib ------------ .. function:: numpy.matlib.all Alias to: ``numpy.all`` - defined by ``np_all(a)`` at `numba/np/arraymath.py:776-785 `_ .. function:: numpy.matlib.amax Alias to: ``numpy.amax`` - defined by ```` .. function:: numpy.matlib.amin Alias to: ``numpy.amin`` - defined by ```` .. function:: numpy.matlib.angle Alias to: ``numpy.angle`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.any Alias to: ``numpy.any`` - defined by ``np_any(a)`` at `numba/np/arraymath.py:788-797 `_ .. function:: numpy.matlib.append Alias to: ``numpy.append`` - defined by ``np_append(arr, values, axis=None)`` at `numba/np/arrayobj.py:1709-1732 `_ .. function:: numpy.matlib.arange Alias to: ``numpy.arange`` - defined by ``np_arange(start, stop=None, step=None, dtype=None)`` at `numba/np/arrayobj.py:3842-3908 `_ .. function:: numpy.matlib.argmax Alias to: ``numpy.argmax`` - defined by ```` .. function:: numpy.matlib.argmin Alias to: ``numpy.argmin`` - defined by ```` .. function:: numpy.matlib.argsort Alias to: ``numpy.argsort`` - defined by ```` .. function:: numpy.matlib.argwhere Alias to: ``numpy.argwhere`` - defined by ``np_argwhere(a)`` at `numba/np/arraymath.py:2789-2821 `_ .. function:: numpy.matlib.around Alias to: ``numpy.around`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.array Alias to: ``numpy.array`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.array_equal Alias to: ``numpy.array_equal`` - defined by ``np_array_equal(a, b)`` at `numba/np/arraymath.py:3413-3432 `_ .. function:: numpy.matlib.asarray Alias to: ``numpy.asarray`` - defined by ``np_asarray(a, dtype=None)`` at `numba/np/arraymath.py:4012-4059 `_ .. function:: numpy.matlib.ascontiguousarray Alias to: ``numpy.ascontiguousarray`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.asfortranarray Alias to: ``numpy.asfortranarray`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.atleast_1d Alias to: ``numpy.atleast_1d`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.atleast_2d Alias to: ``numpy.atleast_2d`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.atleast_3d Alias to: ``numpy.atleast_3d`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.bartlett Alias to: ``numpy.bartlett`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.matlib.bincount Alias to: ``numpy.bincount`` - defined by ``np_bincount(a, weights=None)`` at `numba/np/arraymath.py:3445-3494 `_ .. function:: numpy.matlib.blackman Alias to: ``numpy.blackman`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.matlib.column_stack Alias to: ``numpy.column_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.convolve Alias to: ``numpy.convolve`` - defined by ``np_convolve(a, v)`` at `numba/np/arraymath.py:3988-4009 `_ .. function:: numpy.matlib.copy Alias to: ``numpy.copy`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.corrcoef Alias to: ``numpy.corrcoef`` - defined by ``np_corrcoef(x, y=None, rowvar=True)`` at `numba/np/arraymath.py:2752-2782 `_ .. function:: numpy.matlib.correlate Alias to: ``numpy.correlate`` - defined by ``_np_correlate(a, v)`` at `numba/np/arraymath.py:3940-3985 `_ .. function:: numpy.matlib.count_nonzero Alias to: ``numpy.count_nonzero`` - defined by ``np_count_nonzero(arr, axis=None)`` at `numba/np/arraymath.py:3306-3320 `_ .. function:: 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:2693-2749 `_ .. function:: numpy.matlib.cross Alias to: ``numpy.cross`` - defined by ``np_cross(a, b)`` at `numba/np/arraymath.py:4353-4375 `_ .. function:: numpy.matlib.cumprod Alias to: ``numpy.cumprod`` - defined by ```` .. function:: numpy.matlib.cumsum Alias to: ``numpy.cumsum`` - defined by ```` .. function:: numpy.matlib.delete Alias to: ``numpy.delete`` - defined by ``np_delete(arr, obj)`` at `numba/np/arraymath.py:3327-3371 `_ .. function:: numpy.matlib.diag Alias to: ``numpy.diag`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.diff Alias to: ``numpy.diff`` - defined by ``np_diff_impl(a, n=1)`` at `numba/np/arraymath.py:3374-3410 `_ .. function:: numpy.matlib.digitize Alias to: ``numpy.digitize`` - defined by ``np_digitize(x, bins, right=False)`` at `numba/np/arraymath.py:3562-3688 `_ .. function:: numpy.matlib.dot Alias to: ``numpy.dot`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.dstack Alias to: ``numpy.dstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.ediff1d Alias to: ``numpy.ediff1d`` - defined by ``np_ediff1d(ary, to_end=None, to_begin=None)`` at `numba/np/arraymath.py:1741-1796 `_ .. function:: numpy.matlib.empty_like Alias to: ``numpy.empty_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.expand_dims Alias to: ``numpy.expand_dims`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.extract Alias to: ``numpy.extract`` - defined by ``np_extract(condition, arr)`` at `numba/np/arraymath.py:4062-4085 `_ .. function:: numpy.matlib.fill_diagonal Alias to: ``numpy.fill_diagonal`` - defined by ``np_fill_diagonal(a, val, wrap=False)`` at `numba/np/arraymath.py:2926-2956 `_ .. function:: numpy.matlib.flatnonzero Alias to: ``numpy.flatnonzero`` - defined by ``np_flatnonzero(a)`` at `numba/np/arraymath.py:2824-2839 `_ .. function:: numpy.matlib.flip Alias to: ``numpy.flip`` - defined by ``np_flip(a)`` at `numba/np/arrayobj.py:4953-4964 `_ .. function:: numpy.matlib.fliplr Alias to: ``numpy.fliplr`` - defined by ``np_flip_lr(a)`` at `numba/np/arrayobj.py:4891-4905 `_ .. function:: numpy.matlib.flipud Alias to: ``numpy.flipud`` - defined by ``np_flip_ud(a)`` at `numba/np/arrayobj.py:4908-4922 `_ .. function:: numpy.matlib.frombuffer Alias to: ``numpy.frombuffer`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.full Alias to: ``numpy.full`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.full_like Alias to: ``numpy.full_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.hamming Alias to: ``numpy.hamming`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.matlib.hanning Alias to: ``numpy.hanning`` - defined by ``window_generator..window_overload(M)`` at `numba/np/arraymath.py:4172-4184 `_ .. function:: numpy.matlib.histogram Alias to: ``numpy.histogram`` - defined by ``np_histogram(a, bins=10, range=None)`` at `numba/np/arraymath.py:3694-3774 `_ .. function:: numpy.matlib.hstack Alias to: ``numpy.hstack`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.imag Alias to: ``numpy.imag`` - defined by ``np_imag(a)`` at `numba/np/arraymath.py:3295-3300 `_ .. function:: numpy.matlib.interp Alias to: ``numpy.interp`` - defined by ``np_interp(x, xp, fp)`` at `numba/np/arraymath.py:2444-2505 `_ .. function:: numpy.matlib.kaiser Alias to: ``numpy.kaiser`` - defined by ``np_kaiser(M, beta)`` at `numba/np/arraymath.py:4290-4309 `_ .. function:: numpy.matlib.kron Alias to: ``numpy.kron`` - defined by ``kron_impl(a, b)`` at `numba/np/linalg.py:2729-2783 `_ .. function:: numpy.matlib.linspace Alias to: ``numpy.linspace`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.mean Alias to: ``numpy.mean`` - defined by ```` .. function:: numpy.matlib.median Alias to: ``numpy.median`` - defined by ``np_median(a)`` at `numba/np/arraymath.py:1254-1266 `_ .. function:: numpy.matlib.nancumprod Alias to: ``numpy.nancumprod`` - defined by ``np_nancumprod(a)`` at `numba/np/arraymath.py:1000-1022 `_ .. function:: numpy.matlib.nancumsum Alias to: ``numpy.nancumsum`` - defined by ``np_nancumsum(a)`` at `numba/np/arraymath.py:1025-1047 `_ .. function:: numpy.matlib.nanmax Alias to: ``numpy.nanmax`` - defined by ``np_nanmax(a)`` at `numba/np/arraymath.py:891-897 `_ .. function:: numpy.matlib.nanmean Alias to: ``numpy.nanmean`` - defined by ``np_nanmean(a)`` at `numba/np/arraymath.py:900-917 `_ .. function:: numpy.matlib.nanmedian Alias to: ``numpy.nanmedian`` - defined by ``np_nanmedian(a)`` at `numba/np/arraymath.py:1438-1460 `_ .. function:: numpy.matlib.nanmin Alias to: ``numpy.nanmin`` - defined by ``np_nanmin(a)`` at `numba/np/arraymath.py:882-888 `_ .. function:: numpy.matlib.nanpercentile Alias to: ``numpy.nanpercentile`` - defined by ``np_nanpercentile(a, q)`` at `numba/np/arraymath.py:1417-1421 `_ .. function:: numpy.matlib.nanprod Alias to: ``numpy.nanprod`` - defined by ``np_nanprod(a)`` at `numba/np/arraymath.py:978-997 `_ .. function:: numpy.matlib.nanquantile Alias to: ``numpy.nanquantile`` - defined by ``np_nanquantile(a, q)`` at `numba/np/arraymath.py:1431-1435 `_ .. function:: numpy.matlib.nanstd Alias to: ``numpy.nanstd`` - defined by ``np_nanstd(a)`` at `numba/np/arraymath.py:945-953 `_ .. function:: numpy.matlib.nansum Alias to: ``numpy.nansum`` - defined by ``np_nansum(a)`` at `numba/np/arraymath.py:956-975 `_ .. function:: numpy.matlib.nanvar Alias to: ``numpy.nanvar`` - defined by ``np_nanvar(a)`` at `numba/np/arraymath.py:920-942 `_ .. function:: numpy.matlib.nonzero Alias to: ``numpy.nonzero`` - defined by ```` .. function:: numpy.matlib.ones_like Alias to: ``numpy.ones_like`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.outer Alias to: ``numpy.outer`` - defined by ``outer_impl(a, b, out=None)`` at `numba/np/linalg.py:2652-2663 `_ .. function:: numpy.matlib.partition Alias to: ``numpy.partition`` - defined by ``np_partition(a, kth)`` at `numba/np/arraymath.py:1519-1541 `_ .. function:: numpy.matlib.percentile Alias to: ``numpy.percentile`` - defined by ``np_percentile(a, q)`` at `numba/np/arraymath.py:1410-1414 `_ .. function:: numpy.matlib.prod Alias to: ``numpy.prod`` - defined by ```` .. function:: numpy.matlib.ptp Alias to: ``numpy.ptp`` - defined by ``np_ptp(a)`` at `numba/np/arraymath.py:1109-1134 `_ .. function:: numpy.matlib.quantile Alias to: ``numpy.quantile`` - defined by ``np_quantile(a, q)`` at `numba/np/arraymath.py:1424-1428 `_ .. function:: numpy.matlib.ravel Alias to: ``numpy.ravel`` - defined by ```` .. function:: numpy.matlib.real Alias to: ``numpy.real`` - defined by ``np_real(a)`` at `numba/np/arraymath.py:3287-3292 `_ .. function:: numpy.matlib.repeat Alias to: ``numpy.repeat`` - defined by ``np_repeat(a, repeats)`` at `numba/np/arrayobj.py:1925-1967 `_ .. function:: numpy.matlib.reshape Alias to: ``numpy.reshape`` - defined by ``np_reshape(a, shape)`` at `numba/np/arrayobj.py:1702-1706 `_ .. function:: numpy.matlib.roll Alias to: ``numpy.roll`` - defined by ``np_roll(a, shift)`` at `numba/np/arraymath.py:1931-1951 `_ .. function:: numpy.matlib.roots Alias to: ``numpy.roots`` - defined by ``roots_impl(p)`` at `numba/np/polynomial.py:14-59 `_ .. function:: numpy.matlib.round_ Alias to: ``numpy.round`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.row_stack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.searchsorted Alias to: ``numpy.searchsorted`` - defined by ``searchsorted(a, v, side='left')`` at `numba/np/arraymath.py:3527-3559 `_ .. function:: numpy.matlib.select Alias to: ``numpy.select`` - defined by ``np_select(condlist, choicelist, default=0)`` at `numba/np/arraymath.py:4088-4136 `_ .. function:: numpy.matlib.shape Alias to: ``numpy.shape`` - defined by ``np_shape(a)`` at `numba/np/arrayobj.py:1903-1910 `_ .. function:: numpy.matlib.sinc Alias to: ``numpy.sinc`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.sort Alias to: ``numpy.sort`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.stack Alias to: ``numpy.stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.std Alias to: ``numpy.std`` - defined by ```` .. function:: numpy.matlib.sum Alias to: ``numpy.sum`` - defined by ```` .. function:: numpy.matlib.take Alias to: ``numpy.take`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.trace Alias to: ``numpy.trace`` - defined by ``matrix_trace_impl(a, offset=0)`` at `numba/np/linalg.py:2574-2602 `_ .. function:: numpy.matlib.transpose Alias to: ``numpy.transpose`` - defined by ``numpy_transpose(a, axes=None)`` at `numba/np/arrayobj.py:1530-1542 `_ .. function:: numpy.matlib.trapz Alias to: ``numpy.trapz`` - defined by ``np_trapz(y, x=None, dx=1.0)`` at `numba/np/arraymath.py:1833-1852 `_ .. function:: numpy.matlib.tri Alias to: ``numpy.tri`` - defined by ``np_tri(N, M=None, k=0)`` at `numba/np/arraymath.py:1560-1571 `_ .. function:: numpy.matlib.tril Alias to: ``numpy.tril`` - defined by ``my_tril(m, k=0)`` at `numba/np/arraymath.py:1597-1621 `_ .. function:: numpy.matlib.tril_indices Alias to: ``numpy.tril_indices`` - defined by ``np_tril_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1624-1635 `_ .. function:: 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:1638-1649 `_ .. function:: numpy.matlib.triu Alias to: ``numpy.triu`` - defined by ``my_triu(m, k=0)`` at `numba/np/arraymath.py:1658-1681 `_ .. function:: numpy.matlib.triu_indices Alias to: ``numpy.triu_indices`` - defined by ``np_triu_indices(n, k=0, m=None)`` at `numba/np/arraymath.py:1684-1695 `_ .. function:: 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:1698-1709 `_ .. function:: numpy.matlib.unique Alias to: ``numpy.unique`` - defined by ``np_unique(a)`` at `numba/np/arrayobj.py:1915-1922 `_ .. function:: numpy.matlib.vander Alias to: ``numpy.vander`` - defined by ``np_vander(x, N=None, increasing=False)`` at `numba/np/arraymath.py:1891-1928 `_ .. function:: numpy.matlib.var Alias to: ``numpy.var`` - defined by ```` .. function:: numpy.matlib.vdot Alias to: ``numpy.vdot`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.vstack Alias to: ``numpy.row_stack`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.where Alias to: ``numpy.where`` - defined by ``.decorate..Template'>`` .. function:: numpy.matlib.zeros_like Alias to: ``numpy.zeros_like`` - defined by ``.decorate..Template'>`` Not showing 204 unsupported functions. supported = 117 / 321 = 36.45% numpy.matrixlib --------------- This module is not supported. numpy.matrixlib.defmatrix ------------------------- .. function:: numpy.matrixlib.defmatrix.concatenate Alias to: ``numpy.concatenate`` - defined by ``.decorate..Template'>`` .. function:: numpy.matrixlib.defmatrix.matrix_power Alias to: ``numpy.linalg.matrix_power`` - defined by ``matrix_power_impl(a, n)`` at `numba/np/linalg.py:2493-2569 `_ Not showing 5 unsupported functions. supported = 2 / 7 = 28.57% numpy.matrixlib.setup --------------------- This module is not supported. numpy.polynomial ---------------- This module is not supported. numpy.polynomial.chebyshev -------------------------- This module is not supported. numpy.polynomial.hermite ------------------------ This module is not supported. numpy.polynomial.hermite_e -------------------------- This module is not supported. numpy.polynomial.laguerre ------------------------- This module is not supported. numpy.polynomial.legendre ------------------------- This module is not supported. numpy.polynomial.polynomial --------------------------- This module is not supported. numpy.polynomial.polyutils -------------------------- This module is not supported. numpy.polynomial.setup ---------------------- This module is not supported. numpy.random ------------ .. function:: numpy.random.beta - defined by ``.decorate..Template'>`` .. function:: numpy.random.binomial - defined by ``.decorate..Template'>`` .. function:: numpy.random.chisquare - defined by ``.decorate..Template'>`` .. function:: numpy.random.choice - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1346-1427 `_ .. function:: numpy.random.exponential - defined by ``.decorate..Template'>`` .. function:: numpy.random.f - defined by ``.decorate..Template'>`` .. function:: numpy.random.gamma - defined by ``.decorate..Template'>`` .. function:: numpy.random.geometric - defined by ``.decorate..Template'>`` .. function:: numpy.random.gumbel - defined by ``.decorate..Template'>`` .. function:: numpy.random.hypergeometric - defined by ``.decorate..Template'>`` .. function:: numpy.random.laplace - defined by ``.decorate..Template'>`` .. function:: numpy.random.logistic - defined by ``.decorate..Template'>`` .. function:: numpy.random.lognormal - defined by ``.decorate..Template'>`` .. function:: numpy.random.logseries - defined by ``.decorate..Template'>`` .. function:: numpy.random.multinomial - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:1433-1508 `_ .. function:: numpy.random.negative_binomial - defined by ``.decorate..Template'>`` .. function:: numpy.random.normal - defined by ``.decorate..Template'>`` .. function:: numpy.random.pareto - defined by ``.decorate..Template'>`` .. function:: numpy.random.permutation - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1231-1245 `_ .. function:: numpy.random.poisson - defined by ``.decorate..Template'>`` .. function:: numpy.random.power - defined by ``.decorate..Template'>`` .. function:: numpy.random.rand - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1314-1326 `_ .. function:: numpy.random.randint - defined by ``.decorate..Template'>`` .. function:: numpy.random.randn - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1328-1340 `_ .. function:: numpy.random.random - defined by ``.decorate..Template'>`` .. function:: numpy.random.random_sample - defined by ``.decorate..Template'>`` .. function:: numpy.random.ranf - defined by ``.decorate..Template'>`` .. function:: numpy.random.rayleigh - defined by ``.decorate..Template'>`` .. function:: numpy.random.sample - defined by ``.decorate..Template'>`` .. function:: numpy.random.seed - defined by ``.decorate..Template'>`` .. function:: numpy.random.shuffle - defined by ``shuffle_impl(arr)`` at `numba/cpython/randomimpl.py:1227-1229 `_ .. function:: numpy.random.standard_cauchy - defined by ``.decorate..Template'>`` .. function:: numpy.random.standard_exponential - defined by ``.decorate..Template'>`` .. function:: numpy.random.standard_gamma - defined by ``.decorate..Template'>`` .. function:: numpy.random.standard_normal - defined by ``.decorate..Template'>`` .. function:: numpy.random.standard_t - defined by ``.decorate..Template'>`` .. function:: numpy.random.triangular - defined by ``.decorate..Template'>`` .. function:: numpy.random.uniform - defined by ``.decorate..Template'>`` .. function:: numpy.random.vonmises - defined by ``.decorate..Template'>`` .. function:: numpy.random.wald - defined by ``.decorate..Template'>`` .. function:: numpy.random.weibull - defined by ``.decorate..Template'>`` .. function:: numpy.random.zipf - defined by ``.decorate..Template'>`` Not showing 9 unsupported functions. supported = 42 / 51 = 82.35% numpy.random.bit_generator -------------------------- This module is not supported. numpy.random.bounded_integers ----------------------------- This module is not supported. numpy.random.common ------------------- This module is not supported. numpy.random.generator ---------------------- This module is not supported. numpy.random.info ----------------- This module is not supported. numpy.random.mt19937 -------------------- This module is not supported. numpy.random.mtrand ------------------- .. function:: numpy.random.mtrand.beta Alias to: ``numpy.random.beta`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.binomial Alias to: ``numpy.random.binomial`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.chisquare Alias to: ``numpy.random.chisquare`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.choice Alias to: ``numpy.random.choice`` - defined by ``choice(a, size=None, replace=True)`` at `numba/cpython/randomimpl.py:1346-1427 `_ .. function:: numpy.random.mtrand.exponential Alias to: ``numpy.random.exponential`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.f Alias to: ``numpy.random.f`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.gamma Alias to: ``numpy.random.gamma`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.geometric Alias to: ``numpy.random.geometric`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.gumbel Alias to: ``numpy.random.gumbel`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.hypergeometric Alias to: ``numpy.random.hypergeometric`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.laplace Alias to: ``numpy.random.laplace`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.logistic Alias to: ``numpy.random.logistic`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.lognormal Alias to: ``numpy.random.lognormal`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.logseries Alias to: ``numpy.random.logseries`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.multinomial Alias to: ``numpy.random.multinomial`` - defined by ``multinomial(n, pvals, size=None)`` at `numba/cpython/randomimpl.py:1433-1508 `_ .. function:: numpy.random.mtrand.negative_binomial Alias to: ``numpy.random.negative_binomial`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.normal Alias to: ``numpy.random.normal`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.pareto Alias to: ``numpy.random.pareto`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.permutation Alias to: ``numpy.random.permutation`` - defined by ``permutation_impl(x)`` at `numba/cpython/randomimpl.py:1231-1245 `_ .. function:: numpy.random.mtrand.poisson Alias to: ``numpy.random.poisson`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.power Alias to: ``numpy.random.power`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.rand Alias to: ``numpy.random.rand`` - defined by ``rand(*size)`` at `numba/cpython/randomimpl.py:1314-1326 `_ .. function:: numpy.random.mtrand.randint Alias to: ``numpy.random.randint`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.randn Alias to: ``numpy.random.randn`` - defined by ``randn(*size)`` at `numba/cpython/randomimpl.py:1328-1340 `_ .. function:: numpy.random.mtrand.random Alias to: ``numpy.random.random`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.random_sample Alias to: ``numpy.random.random_sample`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.ranf Alias to: ``numpy.random.ranf`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.rayleigh Alias to: ``numpy.random.rayleigh`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.sample Alias to: ``numpy.random.sample`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.seed Alias to: ``numpy.random.seed`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.shuffle Alias to: ``numpy.random.shuffle`` - defined by ``shuffle_impl(arr)`` at `numba/cpython/randomimpl.py:1227-1229 `_ .. function:: numpy.random.mtrand.standard_cauchy Alias to: ``numpy.random.standard_cauchy`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.standard_exponential Alias to: ``numpy.random.standard_exponential`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.standard_gamma Alias to: ``numpy.random.standard_gamma`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.standard_normal Alias to: ``numpy.random.standard_normal`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.standard_t Alias to: ``numpy.random.standard_t`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.triangular Alias to: ``numpy.random.triangular`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.uniform Alias to: ``numpy.random.uniform`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.vonmises Alias to: ``numpy.random.vonmises`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.wald Alias to: ``numpy.random.wald`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.weibull Alias to: ``numpy.random.weibull`` - defined by ``.decorate..Template'>`` .. function:: numpy.random.mtrand.zipf Alias to: ``numpy.random.zipf`` - defined by ``.decorate..Template'>`` Not showing 8 unsupported functions. supported = 42 / 50 = 84.00% numpy.random.pcg64 ------------------ This module is not supported. numpy.random.philox ------------------- This module is not supported. numpy.random.setup ------------------ This module is not supported. numpy.random.sfc64 ------------------ This module is not supported. numpy.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.