Listings for numpy

numpy

numpy.all()
numpy.allclose()
numpy.amax()
numpy.amin()
numpy.angle()
numpy.any()
numpy.append()
numpy.arange()
numpy.argmax()
numpy.argmin()
numpy.argpartition()
numpy.argsort()
  • defined by <class 'abc.Numpy_redirect_argsort'>

numpy.argwhere()
numpy.around()
numpy.array()
numpy.array_equal()
numpy.array_split()
numpy.asarray()
numpy.asarray_chkfinite()
numpy.ascontiguousarray()
numpy.asfarray()
numpy.asfortranarray()
numpy.atleast_1d()
numpy.atleast_2d()
numpy.atleast_3d()
numpy.average()
numpy.bartlett()
numpy.bincount()
numpy.blackman()
numpy.broadcast_arrays()
numpy.broadcast_shapes()
numpy.broadcast_to()
numpy.clip()
numpy.column_stack()
numpy.concatenate()
numpy.convolve()
numpy.copy()
numpy.corrcoef()
numpy.correlate()
numpy.count_nonzero()
numpy.cov()
numpy.cross()
numpy.cumprod()
numpy.cumsum()
numpy.delete()
numpy.diag()
numpy.diff()
numpy.digitize()
numpy.dot()
numpy.dstack()
numpy.ediff1d()
numpy.empty()
numpy.empty_like()
numpy.expand_dims()
numpy.extract()
numpy.eye()
numpy.fill_diagonal()
numpy.flatnonzero()
numpy.flip()
numpy.fliplr()
numpy.flipud()
numpy.frombuffer()
numpy.full()
numpy.full_like()
numpy.hamming()
numpy.hanning()
numpy.histogram()
numpy.hstack()
numpy.identity()
numpy.imag()
numpy.interp()
numpy.intersect1d()
numpy.isclose()
numpy.iscomplex()
numpy.iscomplexobj()
numpy.isneginf()
numpy.isposinf()
numpy.isreal()
numpy.isrealobj()
numpy.isscalar()
numpy.kaiser()
numpy.kron()
numpy.linspace()
numpy.logspace()
numpy.max()

Alias to: numpy.amax

numpy.mean()
numpy.median()
numpy.min()

Alias to: numpy.amin

numpy.nan_to_num()
numpy.nancumprod()
numpy.nancumsum()
numpy.nanmax()
numpy.nanmean()
numpy.nanmedian()
numpy.nanmin()
numpy.nanpercentile()
numpy.nanprod()
numpy.nanquantile()
numpy.nanstd()
numpy.nansum()
numpy.nanvar()
numpy.nonzero()
  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.ones()
numpy.ones_like()
numpy.outer()
numpy.partition()
numpy.percentile()
numpy.prod()
numpy.ptp()
numpy.quantile()
numpy.ravel()
  • defined by <class 'abc.Numpy_redirect_ravel'>

numpy.real()
numpy.repeat()
numpy.reshape()
numpy.roll()
numpy.roots()
numpy.rot90()
numpy.round()
numpy.round_()

Alias to: numpy.round

numpy.row_stack()
numpy.searchsorted()
numpy.select()
numpy.shape()
numpy.sinc()
numpy.sort()
numpy.split()
numpy.stack()
numpy.std()
numpy.sum()
  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.swapaxes()
numpy.take()
numpy.take_along_axis()
numpy.trace()
numpy.transpose()
numpy.trapz()
numpy.tri()
numpy.tril()
numpy.tril_indices()
numpy.tril_indices_from()
numpy.triu()
numpy.triu_indices()
numpy.triu_indices_from()
numpy.union1d()
numpy.unique()
numpy.vander()
numpy.var()
numpy.vdot()
numpy.vstack()

Alias to: numpy.row_stack

numpy.where()
numpy.zeros()
numpy.zeros_like()

Not showing 156 unsupported functions.

supported = 151 / 307 = 49.19%

numpy.array_api

This module is not supported.

numpy.array_api.linalg

This module is not supported.

numpy.array_api.setup

This module is not supported.

numpy.compat

This module is not supported.

numpy.compat.py3k

This module is not supported.

numpy.compat.setup

This module is not supported.

numpy.core

numpy.core.all()

Alias to: numpy.all

numpy.core.allclose()

Alias to: numpy.allclose

numpy.core.amax()

Alias to: numpy.amax

numpy.core.amin()

Alias to: numpy.amin

numpy.core.any()

Alias to: numpy.any

numpy.core.arange()

Alias to: numpy.arange

numpy.core.argmax()

Alias to: numpy.argmax

numpy.core.argmin()

Alias to: numpy.argmin

numpy.core.argpartition()

Alias to: numpy.argpartition

numpy.core.argsort()

Alias to: numpy.argsort

  • defined by <class 'abc.Numpy_redirect_argsort'>

numpy.core.argwhere()

Alias to: numpy.argwhere

numpy.core.around()

Alias to: numpy.around

numpy.core.array()

Alias to: numpy.array

numpy.core.array_equal()

Alias to: numpy.array_equal

numpy.core.asarray()

Alias to: numpy.asarray

numpy.core.ascontiguousarray()

Alias to: numpy.ascontiguousarray

numpy.core.asfortranarray()

Alias to: numpy.asfortranarray

numpy.core.atleast_1d()

Alias to: numpy.atleast_1d

numpy.core.atleast_2d()

Alias to: numpy.atleast_2d

numpy.core.atleast_3d()

Alias to: numpy.atleast_3d

numpy.core.clip()

Alias to: numpy.clip

numpy.core.concatenate()

Alias to: numpy.concatenate

numpy.core.convolve()

Alias to: numpy.convolve

numpy.core.correlate()

Alias to: numpy.correlate

numpy.core.count_nonzero()

Alias to: numpy.count_nonzero

numpy.core.cross()

Alias to: numpy.cross

numpy.core.cumprod()

Alias to: numpy.cumprod

numpy.core.cumsum()

Alias to: numpy.cumsum

numpy.core.dot()

Alias to: numpy.dot

numpy.core.empty()

Alias to: numpy.empty

numpy.core.empty_like()

Alias to: numpy.empty_like

numpy.core.flatnonzero()

Alias to: numpy.flatnonzero

numpy.core.frombuffer()

Alias to: numpy.frombuffer

numpy.core.full()

Alias to: numpy.full

numpy.core.full_like()

Alias to: numpy.full_like

numpy.core.hstack()

Alias to: numpy.hstack

numpy.core.identity()

Alias to: numpy.identity

numpy.core.isclose()

Alias to: numpy.isclose

numpy.core.isscalar()

Alias to: numpy.isscalar

numpy.core.linspace()

Alias to: numpy.linspace

numpy.core.logspace()

Alias to: numpy.logspace

numpy.core.max()

Alias to: numpy.amax

numpy.core.mean()

Alias to: numpy.mean

numpy.core.min()

Alias to: numpy.amin

numpy.core.nonzero()

Alias to: numpy.nonzero

  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.core.ones()

Alias to: numpy.ones

numpy.core.ones_like()

Alias to: numpy.ones_like

numpy.core.outer()

Alias to: numpy.outer

numpy.core.partition()

Alias to: numpy.partition

numpy.core.prod()

Alias to: numpy.prod

numpy.core.ptp()

Alias to: numpy.ptp

numpy.core.ravel()

Alias to: numpy.ravel

  • defined by <class 'abc.Numpy_redirect_ravel'>

numpy.core.repeat()

Alias to: numpy.repeat

numpy.core.reshape()

Alias to: numpy.reshape

numpy.core.roll()

Alias to: numpy.roll

numpy.core.round()

Alias to: numpy.round

numpy.core.round_()

Alias to: numpy.round

numpy.core.searchsorted()

Alias to: numpy.searchsorted

numpy.core.shape()

Alias to: numpy.shape

numpy.core.sort()

Alias to: numpy.sort

numpy.core.stack()

Alias to: numpy.stack

numpy.core.std()

Alias to: numpy.std

numpy.core.sum()

Alias to: numpy.sum

  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.core.swapaxes()

Alias to: numpy.swapaxes

numpy.core.take()

Alias to: numpy.take

numpy.core.trace()

Alias to: numpy.trace

numpy.core.transpose()

Alias to: numpy.transpose

numpy.core.var()

Alias to: numpy.var

numpy.core.vdot()

Alias to: numpy.vdot

numpy.core.vstack()

Alias to: numpy.row_stack

numpy.core.where()

Alias to: numpy.where

numpy.core.zeros()

Alias to: numpy.zeros

numpy.core.zeros_like()

Alias to: numpy.zeros_like

Not showing 74 unsupported functions.

supported = 73 / 147 = 49.66%

numpy.core.arrayprint

numpy.core.arrayprint.any()

Alias to: numpy.any

numpy.core.arrayprint.array()

Alias to: numpy.array

numpy.core.arrayprint.asarray()

Alias to: numpy.asarray

numpy.core.arrayprint.concatenate()

Alias to: numpy.concatenate

Not showing 21 unsupported functions.

supported = 4 / 25 = 16.00%

numpy.core.defchararray

numpy.core.defchararray.narray()

Alias to: numpy.array

Not showing 54 unsupported functions.

supported = 1 / 55 = 1.82%

numpy.core.einsumfunc

This module is not supported.

numpy.core.fromnumeric

numpy.core.fromnumeric.all()

Alias to: numpy.all

numpy.core.fromnumeric.amax()

Alias to: numpy.amax

numpy.core.fromnumeric.amin()

Alias to: numpy.amin

numpy.core.fromnumeric.any()

Alias to: numpy.any

numpy.core.fromnumeric.argmax()

Alias to: numpy.argmax

numpy.core.fromnumeric.argmin()

Alias to: numpy.argmin

numpy.core.fromnumeric.argpartition()

Alias to: numpy.argpartition

numpy.core.fromnumeric.argsort()

Alias to: numpy.argsort

  • defined by <class 'abc.Numpy_redirect_argsort'>

numpy.core.fromnumeric.around()

Alias to: numpy.around

numpy.core.fromnumeric.array()

Alias to: numpy.array

numpy.core.fromnumeric.asarray()

Alias to: numpy.asarray

numpy.core.fromnumeric.clip()

Alias to: numpy.clip

numpy.core.fromnumeric.concatenate()

Alias to: numpy.concatenate

numpy.core.fromnumeric.cumprod()

Alias to: numpy.cumprod

numpy.core.fromnumeric.cumsum()

Alias to: numpy.cumsum

numpy.core.fromnumeric.mean()

Alias to: numpy.mean

numpy.core.fromnumeric.nonzero()

Alias to: numpy.nonzero

  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.core.fromnumeric.partition()

Alias to: numpy.partition

numpy.core.fromnumeric.prod()

Alias to: numpy.prod

numpy.core.fromnumeric.ptp()

Alias to: numpy.ptp

numpy.core.fromnumeric.ravel()

Alias to: numpy.ravel

  • defined by <class 'abc.Numpy_redirect_ravel'>

numpy.core.fromnumeric.repeat()

Alias to: numpy.repeat

numpy.core.fromnumeric.reshape()

Alias to: numpy.reshape

numpy.core.fromnumeric.round_()

Alias to: numpy.round

numpy.core.fromnumeric.searchsorted()

Alias to: numpy.searchsorted

numpy.core.fromnumeric.shape()

Alias to: numpy.shape

numpy.core.fromnumeric.sort()

Alias to: numpy.sort

numpy.core.fromnumeric.std()

Alias to: numpy.std

numpy.core.fromnumeric.sum()

Alias to: numpy.sum

  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.core.fromnumeric.swapaxes()

Alias to: numpy.swapaxes

numpy.core.fromnumeric.take()

Alias to: numpy.take

numpy.core.fromnumeric.trace()

Alias to: numpy.trace

numpy.core.fromnumeric.transpose()

Alias to: numpy.transpose

numpy.core.fromnumeric.var()

Alias to: numpy.var

Not showing 13 unsupported functions.

supported = 34 / 47 = 72.34%

numpy.core.function_base

numpy.core.function_base.linspace()

Alias to: numpy.linspace

numpy.core.function_base.logspace()

Alias to: numpy.logspace

Not showing 6 unsupported functions.

supported = 2 / 8 = 25.00%

numpy.core.getlimits

numpy.core.getlimits.array()

Alias to: numpy.array

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%

numpy.core.multiarray

numpy.core.multiarray.arange()

Alias to: numpy.arange

numpy.core.multiarray.array()

Alias to: numpy.array

numpy.core.multiarray.asarray()

Alias to: numpy.asarray

numpy.core.multiarray.ascontiguousarray()

Alias to: numpy.ascontiguousarray

numpy.core.multiarray.asfortranarray()

Alias to: numpy.asfortranarray

numpy.core.multiarray.bincount()

Alias to: numpy.bincount

numpy.core.multiarray.concatenate()

Alias to: numpy.concatenate

numpy.core.multiarray.dot()

Alias to: numpy.dot

numpy.core.multiarray.empty()

Alias to: numpy.empty

numpy.core.multiarray.empty_like()

Alias to: numpy.empty_like

numpy.core.multiarray.frombuffer()

Alias to: numpy.frombuffer

numpy.core.multiarray.vdot()

Alias to: numpy.vdot

numpy.core.multiarray.where()

Alias to: numpy.where

numpy.core.multiarray.zeros()

Alias to: numpy.zeros

Not showing 50 unsupported functions.

supported = 14 / 64 = 21.88%

numpy.core.numeric

numpy.core.numeric.all()

Alias to: numpy.all

numpy.core.numeric.allclose()

Alias to: numpy.allclose

numpy.core.numeric.amax()

Alias to: numpy.amax

numpy.core.numeric.amin()

Alias to: numpy.amin

numpy.core.numeric.any()

Alias to: numpy.any

numpy.core.numeric.arange()

Alias to: numpy.arange

numpy.core.numeric.argmax()

Alias to: numpy.argmax

numpy.core.numeric.argmin()

Alias to: numpy.argmin

numpy.core.numeric.argpartition()

Alias to: numpy.argpartition

numpy.core.numeric.argsort()

Alias to: numpy.argsort

  • defined by <class 'abc.Numpy_redirect_argsort'>

numpy.core.numeric.argwhere()

Alias to: numpy.argwhere

numpy.core.numeric.around()

Alias to: numpy.around

numpy.core.numeric.array()

Alias to: numpy.array

numpy.core.numeric.array_equal()

Alias to: numpy.array_equal

numpy.core.numeric.asarray()

Alias to: numpy.asarray

numpy.core.numeric.ascontiguousarray()

Alias to: numpy.ascontiguousarray

numpy.core.numeric.asfortranarray()

Alias to: numpy.asfortranarray

numpy.core.numeric.clip()

Alias to: numpy.clip

numpy.core.numeric.concatenate()

Alias to: numpy.concatenate

numpy.core.numeric.convolve()

Alias to: numpy.convolve

numpy.core.numeric.correlate()

Alias to: numpy.correlate

numpy.core.numeric.count_nonzero()

Alias to: numpy.count_nonzero

numpy.core.numeric.cross()

Alias to: numpy.cross

numpy.core.numeric.cumprod()

Alias to: numpy.cumprod

numpy.core.numeric.cumsum()

Alias to: numpy.cumsum

numpy.core.numeric.dot()

Alias to: numpy.dot

numpy.core.numeric.empty()

Alias to: numpy.empty

numpy.core.numeric.empty_like()

Alias to: numpy.empty_like

numpy.core.numeric.flatnonzero()

Alias to: numpy.flatnonzero

numpy.core.numeric.frombuffer()

Alias to: numpy.frombuffer

numpy.core.numeric.full()

Alias to: numpy.full

numpy.core.numeric.full_like()

Alias to: numpy.full_like

numpy.core.numeric.identity()

Alias to: numpy.identity

numpy.core.numeric.isclose()

Alias to: numpy.isclose

numpy.core.numeric.isscalar()

Alias to: numpy.isscalar

numpy.core.numeric.mean()

Alias to: numpy.mean

numpy.core.numeric.nonzero()

Alias to: numpy.nonzero

  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.core.numeric.ones()

Alias to: numpy.ones

numpy.core.numeric.ones_like()

Alias to: numpy.ones_like

numpy.core.numeric.outer()

Alias to: numpy.outer

numpy.core.numeric.partition()

Alias to: numpy.partition

numpy.core.numeric.prod()

Alias to: numpy.prod

numpy.core.numeric.ptp()

Alias to: numpy.ptp

numpy.core.numeric.ravel()

Alias to: numpy.ravel

  • defined by <class 'abc.Numpy_redirect_ravel'>

numpy.core.numeric.repeat()

Alias to: numpy.repeat

numpy.core.numeric.reshape()

Alias to: numpy.reshape

numpy.core.numeric.roll()

Alias to: numpy.roll

numpy.core.numeric.round_()

Alias to: numpy.round

numpy.core.numeric.searchsorted()

Alias to: numpy.searchsorted

numpy.core.numeric.shape()

Alias to: numpy.shape

numpy.core.numeric.sort()

Alias to: numpy.sort

numpy.core.numeric.std()

Alias to: numpy.std

numpy.core.numeric.sum()

Alias to: numpy.sum

  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.core.numeric.swapaxes()

Alias to: numpy.swapaxes

numpy.core.numeric.take()

Alias to: numpy.take

numpy.core.numeric.trace()

Alias to: numpy.trace

numpy.core.numeric.transpose()

Alias to: numpy.transpose

numpy.core.numeric.var()

Alias to: numpy.var

numpy.core.numeric.vdot()

Alias to: numpy.vdot

numpy.core.numeric.where()

Alias to: numpy.where

numpy.core.numeric.zeros()

Alias to: numpy.zeros

numpy.core.numeric.zeros_like()

Alias to: numpy.zeros_like

Not showing 75 unsupported functions.

supported = 62 / 137 = 45.26%

numpy.core.numerictypes

numpy.core.numerictypes.array()

Alias to: numpy.array

Not showing 18 unsupported functions.

supported = 1 / 19 = 5.26%

numpy.core.overrides

This module is not supported.

numpy.core.records

This module is not supported.

numpy.core.shape_base

numpy.core.shape_base.array()

Alias to: numpy.array

numpy.core.shape_base.atleast_1d()

Alias to: numpy.atleast_1d

numpy.core.shape_base.atleast_2d()

Alias to: numpy.atleast_2d

numpy.core.shape_base.atleast_3d()

Alias to: numpy.atleast_3d

numpy.core.shape_base.hstack()

Alias to: numpy.hstack

numpy.core.shape_base.stack()

Alias to: numpy.stack

numpy.core.shape_base.vstack()

Alias to: numpy.row_stack

Not showing 3 unsupported functions.

supported = 7 / 10 = 70.00%

numpy.core.umath

numpy.core.umath.arange()

Alias to: numpy.arange

numpy.core.umath.array()

Alias to: numpy.array

numpy.core.umath.asarray()

Alias to: numpy.asarray

numpy.core.umath.ascontiguousarray()

Alias to: numpy.ascontiguousarray

numpy.core.umath.asfortranarray()

Alias to: numpy.asfortranarray

numpy.core.umath.empty()

Alias to: numpy.empty

numpy.core.umath.frombuffer()

Alias to: numpy.frombuffer

numpy.core.umath.zeros()

Alias to: numpy.zeros

Not showing 56 unsupported functions.

supported = 8 / 64 = 12.50%

numpy.core.umath_tests

This module is not supported.

numpy.ctypeslib

numpy.ctypeslib.asarray()

Alias to: numpy.asarray

numpy.ctypeslib.frombuffer()

Alias to: numpy.frombuffer

Not showing 5 unsupported functions.

supported = 2 / 7 = 28.57%

numpy.distutils

This module is not supported.

numpy.distutils.armccompiler

This module is not supported.

numpy.distutils.ccompiler

This module is not supported.

numpy.distutils.ccompiler_opt

This module is not supported.

numpy.distutils.command

This module is not supported.

numpy.distutils.command.autodist

This module is not supported.

numpy.distutils.command.bdist_rpm

This module is not supported.

numpy.distutils.command.build

This module is not supported.

numpy.distutils.command.build_clib

This module is not supported.

numpy.distutils.command.build_ext

This module is not supported.

numpy.distutils.command.build_py

This module is not supported.

numpy.distutils.command.build_scripts

This module is not supported.

numpy.distutils.command.build_src

This module is not supported.

numpy.distutils.command.config

This module is not supported.

numpy.distutils.command.config_compiler

This module is not supported.

numpy.distutils.command.develop

This module is not supported.

numpy.distutils.command.egg_info

This module is not supported.

numpy.distutils.command.install

This module is not supported.

numpy.distutils.command.install_clib

This module is not supported.

numpy.distutils.command.install_data

This module is not supported.

numpy.distutils.command.install_headers

This module is not supported.

numpy.distutils.command.sdist

This module is not supported.

numpy.distutils.conv_template

This module is not supported.

numpy.distutils.core

This module is not supported.

numpy.distutils.cpuinfo

This module is not supported.

numpy.distutils.exec_command

This module is not supported.

numpy.distutils.extension

This module is not supported.

numpy.distutils.fcompiler

This module is not supported.

numpy.distutils.fcompiler.absoft

This module is not supported.

numpy.distutils.fcompiler.arm

This module is not supported.

numpy.distutils.fcompiler.compaq

This module is not supported.

numpy.distutils.fcompiler.environment

This module is not supported.

numpy.distutils.fcompiler.fujitsu

This module is not supported.

numpy.distutils.fcompiler.g95

This module is not supported.

numpy.distutils.fcompiler.gnu

This module is not supported.

numpy.distutils.fcompiler.hpux

This module is not supported.

numpy.distutils.fcompiler.ibm

This module is not supported.

numpy.distutils.fcompiler.intel

This module is not supported.

numpy.distutils.fcompiler.lahey

This module is not supported.

numpy.distutils.fcompiler.mips

This module is not supported.

numpy.distutils.fcompiler.nag

This module is not supported.

numpy.distutils.fcompiler.none

This module is not supported.

numpy.distutils.fcompiler.nv

This module is not supported.

numpy.distutils.fcompiler.pathf95

This module is not supported.

numpy.distutils.fcompiler.pg

This module is not supported.

numpy.distutils.fcompiler.sun

This module is not supported.

numpy.distutils.fcompiler.vast

This module is not supported.

numpy.distutils.from_template

This module is not supported.

numpy.distutils.intelccompiler

This module is not supported.

numpy.distutils.lib2def

This module is not supported.

numpy.distutils.line_endings

This module is not supported.

numpy.distutils.log

This module is not supported.

numpy.distutils.mingw32ccompiler

This module is not supported.

numpy.distutils.misc_util

numpy.distutils.misc_util.reduce()
  • defined by <class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>

Not showing 63 unsupported functions.

supported = 1 / 64 = 1.56%

numpy.distutils.msvccompiler

This module is not supported.

numpy.distutils.npy_pkg_config

This module is not supported.

numpy.distutils.numpy_distribution

This module is not supported.

numpy.distutils.pathccompiler

This module is not supported.

numpy.distutils.setup

This module is not supported.

numpy.distutils.system_info

numpy.distutils.system_info.reduce()

Alias to: numpy.distutils.misc_util.reduce

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

Not showing 16 unsupported functions.

supported = 1 / 17 = 5.88%

numpy.distutils.unixccompiler

This module is not supported.

numpy.doc

This module is not supported.

numpy.doc.constants

This module is not supported.

numpy.doc.ufuncs

This module is not supported.

numpy.dual

numpy.dual.cholesky()
numpy.dual.det()
numpy.dual.eig()
numpy.dual.eigh()
numpy.dual.eigvals()
numpy.dual.eigvalsh()
numpy.dual.inv()
numpy.dual.lstsq()
numpy.dual.norm()
numpy.dual.pinv()
numpy.dual.solve()
numpy.dual.svd()

Not showing 10 unsupported functions.

supported = 12 / 22 = 54.55%

numpy.f2py

This module is not supported.

numpy.f2py.auxfuncs

numpy.f2py.auxfuncs.reduce()

Alias to: numpy.distutils.misc_util.reduce

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

Not showing 108 unsupported functions.

supported = 1 / 109 = 0.92%

numpy.f2py.capi_maps

This module is not supported.

numpy.f2py.cb_rules

This module is not supported.

numpy.f2py.cfuncs

This module is not supported.

numpy.f2py.common_rules

This module is not supported.

numpy.f2py.crackfortran

This module is not supported.

numpy.f2py.diagnose

This module is not supported.

numpy.f2py.f2py2e

This module is not supported.

numpy.f2py.f90mod_rules

This module is not supported.

numpy.f2py.func2subr

This module is not supported.

numpy.f2py.rules

This module is not supported.

numpy.f2py.symbolic

numpy.f2py.symbolic.gcd()
  • defined by <class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>

Not showing 29 unsupported functions.

supported = 1 / 30 = 3.33%

numpy.f2py.use_rules

This module is not supported.

numpy.fft

This module is not supported.

numpy.fft.helper

numpy.fft.helper.arange()

Alias to: numpy.arange

numpy.fft.helper.asarray()

Alias to: numpy.asarray

numpy.fft.helper.empty()

Alias to: numpy.empty

numpy.fft.helper.roll()

Alias to: numpy.roll

Not showing 6 unsupported functions.

supported = 4 / 10 = 40.00%

numpy.fft.setup

This module is not supported.

numpy.lib

numpy.lib.angle()

Alias to: numpy.angle

numpy.lib.append()

Alias to: numpy.append

numpy.lib.array_split()

Alias to: numpy.array_split

numpy.lib.asarray_chkfinite()

Alias to: numpy.asarray_chkfinite

numpy.lib.asfarray()

Alias to: numpy.asfarray

numpy.lib.average()

Alias to: numpy.average

numpy.lib.bartlett()

Alias to: numpy.bartlett

numpy.lib.bincount()

Alias to: numpy.bincount

numpy.lib.blackman()

Alias to: numpy.blackman

numpy.lib.broadcast_arrays()

Alias to: numpy.broadcast_arrays

numpy.lib.broadcast_shapes()

Alias to: numpy.broadcast_shapes

numpy.lib.broadcast_to()

Alias to: numpy.broadcast_to

numpy.lib.column_stack()

Alias to: numpy.column_stack

numpy.lib.copy()

Alias to: numpy.copy

numpy.lib.corrcoef()

Alias to: numpy.corrcoef

numpy.lib.cov()

Alias to: numpy.cov

numpy.lib.delete()

Alias to: numpy.delete

numpy.lib.diag()

Alias to: numpy.diag

numpy.lib.diff()

Alias to: numpy.diff

numpy.lib.digitize()

Alias to: numpy.digitize

numpy.lib.dstack()

Alias to: numpy.dstack

numpy.lib.ediff1d()

Alias to: numpy.ediff1d

numpy.lib.expand_dims()

Alias to: numpy.expand_dims

numpy.lib.extract()

Alias to: numpy.extract

numpy.lib.eye()

Alias to: numpy.eye

numpy.lib.fill_diagonal()

Alias to: numpy.fill_diagonal

numpy.lib.flip()

Alias to: numpy.flip

numpy.lib.fliplr()

Alias to: numpy.fliplr

numpy.lib.flipud()

Alias to: numpy.flipud

numpy.lib.hamming()

Alias to: numpy.hamming

numpy.lib.hanning()

Alias to: numpy.hanning

numpy.lib.histogram()

Alias to: numpy.histogram

numpy.lib.imag()

Alias to: numpy.imag

numpy.lib.interp()

Alias to: numpy.interp

numpy.lib.intersect1d()

Alias to: numpy.intersect1d

numpy.lib.iscomplex()

Alias to: numpy.iscomplex

numpy.lib.iscomplexobj()

Alias to: numpy.iscomplexobj

numpy.lib.isneginf()

Alias to: numpy.isneginf

numpy.lib.isposinf()

Alias to: numpy.isposinf

numpy.lib.isreal()

Alias to: numpy.isreal

numpy.lib.isrealobj()

Alias to: numpy.isrealobj

numpy.lib.kaiser()

Alias to: numpy.kaiser

numpy.lib.kron()

Alias to: numpy.kron

numpy.lib.median()

Alias to: numpy.median

numpy.lib.nan_to_num()

Alias to: numpy.nan_to_num

numpy.lib.nancumprod()

Alias to: numpy.nancumprod

numpy.lib.nancumsum()

Alias to: numpy.nancumsum

numpy.lib.nanmax()

Alias to: numpy.nanmax

numpy.lib.nanmean()

Alias to: numpy.nanmean

numpy.lib.nanmedian()

Alias to: numpy.nanmedian

numpy.lib.nanmin()

Alias to: numpy.nanmin

numpy.lib.nanpercentile()

Alias to: numpy.nanpercentile

numpy.lib.nanprod()

Alias to: numpy.nanprod

numpy.lib.nanquantile()

Alias to: numpy.nanquantile

numpy.lib.nanstd()

Alias to: numpy.nanstd

numpy.lib.nansum()

Alias to: numpy.nansum

numpy.lib.nanvar()

Alias to: numpy.nanvar

numpy.lib.percentile()

Alias to: numpy.percentile

numpy.lib.quantile()

Alias to: numpy.quantile

numpy.lib.real()

Alias to: numpy.real

numpy.lib.roots()

Alias to: numpy.roots

numpy.lib.rot90()

Alias to: numpy.rot90

numpy.lib.row_stack()

Alias to: numpy.row_stack

numpy.lib.select()

Alias to: numpy.select

numpy.lib.sinc()

Alias to: numpy.sinc

numpy.lib.split()

Alias to: numpy.split

numpy.lib.take_along_axis()

Alias to: numpy.take_along_axis

numpy.lib.trapz()

Alias to: numpy.trapz

numpy.lib.tri()

Alias to: numpy.tri

numpy.lib.tril()

Alias to: numpy.tril

numpy.lib.tril_indices()

Alias to: numpy.tril_indices

numpy.lib.tril_indices_from()

Alias to: numpy.tril_indices_from

numpy.lib.triu()

Alias to: numpy.triu

numpy.lib.triu_indices()

Alias to: numpy.triu_indices

numpy.lib.triu_indices_from()

Alias to: numpy.triu_indices_from

numpy.lib.union1d()

Alias to: numpy.union1d

numpy.lib.unique()

Alias to: numpy.unique

numpy.lib.vander()

Alias to: numpy.vander

Not showing 79 unsupported functions.

supported = 78 / 157 = 49.68%

numpy.lib.arraypad

This module is not supported.

numpy.lib.arraysetops

numpy.lib.arraysetops.ediff1d()

Alias to: numpy.ediff1d

numpy.lib.arraysetops.intersect1d()

Alias to: numpy.intersect1d

numpy.lib.arraysetops.union1d()

Alias to: numpy.union1d

numpy.lib.arraysetops.unique()

Alias to: numpy.unique

Not showing 4 unsupported functions.

supported = 4 / 8 = 50.00%

numpy.lib.arrayterator

numpy.lib.arrayterator.mul()
  • defined by <class 'numba.core.typing.templates.Registry.register_global.<locals>.decorate.<locals>.Template'>

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

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

  • defined by func(x, y) at numba/experimental/jitclass/overloads.py:0-34

  • defined by unicode_repeat(a, b) at numba/cpython/unicode.py:1892-1901

  • defined by charseq_repeat(a, b) at numba/cpython/charseq.py:399-416

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

numpy.lib.arrayterator.reduce()

Alias to: numpy.distutils.misc_util.reduce

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

Not showing 0 unsupported functions.

supported = 2 / 2 = 100.00%

numpy.lib.format

This module is not supported.

numpy.lib.function_base

numpy.lib.function_base.angle()

Alias to: numpy.angle

numpy.lib.function_base.any()

Alias to: numpy.any

numpy.lib.function_base.append()

Alias to: numpy.append

numpy.lib.function_base.arange()

Alias to: numpy.arange

numpy.lib.function_base.array()

Alias to: numpy.array

numpy.lib.function_base.asarray()

Alias to: numpy.asarray

numpy.lib.function_base.asarray_chkfinite()

Alias to: numpy.asarray_chkfinite

numpy.lib.function_base.average()

Alias to: numpy.average

numpy.lib.function_base.bartlett()

Alias to: numpy.bartlett

numpy.lib.function_base.bincount()

Alias to: numpy.bincount

numpy.lib.function_base.blackman()

Alias to: numpy.blackman

numpy.lib.function_base.concatenate()

Alias to: numpy.concatenate

numpy.lib.function_base.copy()

Alias to: numpy.copy

numpy.lib.function_base.corrcoef()

Alias to: numpy.corrcoef

numpy.lib.function_base.cov()

Alias to: numpy.cov

numpy.lib.function_base.delete()

Alias to: numpy.delete

numpy.lib.function_base.diag()

Alias to: numpy.diag

numpy.lib.function_base.diff()

Alias to: numpy.diff

numpy.lib.function_base.digitize()

Alias to: numpy.digitize

numpy.lib.function_base.dot()

Alias to: numpy.dot

numpy.lib.function_base.empty()

Alias to: numpy.empty

numpy.lib.function_base.extract()

Alias to: numpy.extract

numpy.lib.function_base.flip()

Alias to: numpy.flip

numpy.lib.function_base.hamming()

Alias to: numpy.hamming

numpy.lib.function_base.hanning()

Alias to: numpy.hanning

numpy.lib.function_base.histogram()

Alias to: numpy.histogram

numpy.lib.function_base.interp()

Alias to: numpy.interp

numpy.lib.function_base.isscalar()

Alias to: numpy.isscalar

numpy.lib.function_base.kaiser()

Alias to: numpy.kaiser

numpy.lib.function_base.mean()

Alias to: numpy.mean

numpy.lib.function_base.median()

Alias to: numpy.median

numpy.lib.function_base.nonzero()

Alias to: numpy.nonzero

  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.lib.function_base.ones()

Alias to: numpy.ones

numpy.lib.function_base.partition()

Alias to: numpy.partition

numpy.lib.function_base.percentile()

Alias to: numpy.percentile

numpy.lib.function_base.quantile()

Alias to: numpy.quantile

numpy.lib.function_base.ravel()

Alias to: numpy.ravel

  • defined by <class 'abc.Numpy_redirect_ravel'>

numpy.lib.function_base.rot90()

Alias to: numpy.rot90

numpy.lib.function_base.select()

Alias to: numpy.select

numpy.lib.function_base.sinc()

Alias to: numpy.sinc

numpy.lib.function_base.sum()

Alias to: numpy.sum

  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.lib.function_base.take()

Alias to: numpy.take

numpy.lib.function_base.transpose()

Alias to: numpy.transpose

numpy.lib.function_base.trapz()

Alias to: numpy.trapz

numpy.lib.function_base.where()

Alias to: numpy.where

numpy.lib.function_base.zeros_like()

Alias to: numpy.zeros_like

Not showing 22 unsupported functions.

supported = 46 / 68 = 67.65%

numpy.lib.histograms

numpy.lib.histograms.histogram()

Alias to: numpy.histogram

Not showing 2 unsupported functions.

supported = 1 / 3 = 33.33%

numpy.lib.index_tricks

numpy.lib.index_tricks.arange()

Alias to: numpy.arange

numpy.lib.index_tricks.array()

Alias to: numpy.array

numpy.lib.index_tricks.as_strided()
numpy.lib.index_tricks.asarray()

Alias to: numpy.asarray

numpy.lib.index_tricks.cumprod()

Alias to: numpy.cumprod

numpy.lib.index_tricks.diff()

Alias to: numpy.diff

numpy.lib.index_tricks.fill_diagonal()

Alias to: numpy.fill_diagonal

numpy.lib.index_tricks.linspace()

Alias to: numpy.linspace

Not showing 10 unsupported functions.

supported = 8 / 18 = 44.44%

numpy.lib.mixins

This module is not supported.

numpy.lib.nanfunctions

numpy.lib.nanfunctions.nancumprod()

Alias to: numpy.nancumprod

numpy.lib.nanfunctions.nancumsum()

Alias to: numpy.nancumsum

numpy.lib.nanfunctions.nanmax()

Alias to: numpy.nanmax

numpy.lib.nanfunctions.nanmean()

Alias to: numpy.nanmean

numpy.lib.nanfunctions.nanmedian()

Alias to: numpy.nanmedian

numpy.lib.nanfunctions.nanmin()

Alias to: numpy.nanmin

numpy.lib.nanfunctions.nanpercentile()

Alias to: numpy.nanpercentile

numpy.lib.nanfunctions.nanprod()

Alias to: numpy.nanprod

numpy.lib.nanfunctions.nanquantile()

Alias to: numpy.nanquantile

numpy.lib.nanfunctions.nanstd()

Alias to: numpy.nanstd

numpy.lib.nanfunctions.nansum()

Alias to: numpy.nansum

numpy.lib.nanfunctions.nanvar()

Alias to: numpy.nanvar

Not showing 2 unsupported functions.

supported = 12 / 14 = 85.71%

numpy.lib.npyio

This module is not supported.

numpy.lib.polynomial

numpy.lib.polynomial.array()

Alias to: numpy.array

numpy.lib.polynomial.atleast_1d()

Alias to: numpy.atleast_1d

numpy.lib.polynomial.diag()

Alias to: numpy.diag

numpy.lib.polynomial.dot()

Alias to: numpy.dot

numpy.lib.polynomial.eigvals()

Alias to: numpy.dual.eigvals

numpy.lib.polynomial.hstack()

Alias to: numpy.hstack

numpy.lib.polynomial.imag()

Alias to: numpy.imag

numpy.lib.polynomial.inv()

Alias to: numpy.dual.inv

numpy.lib.polynomial.iscomplex()

Alias to: numpy.iscomplex

numpy.lib.polynomial.isscalar()

Alias to: numpy.isscalar

numpy.lib.polynomial.lstsq()

Alias to: numpy.dual.lstsq

numpy.lib.polynomial.ones()

Alias to: numpy.ones

numpy.lib.polynomial.real()

Alias to: numpy.real

numpy.lib.polynomial.roots()

Alias to: numpy.roots

numpy.lib.polynomial.vander()

Alias to: numpy.vander

Not showing 12 unsupported functions.

supported = 15 / 27 = 55.56%

numpy.lib.recfunctions

This module is not supported.

numpy.lib.scimath

numpy.lib.scimath.any()

Alias to: numpy.any

numpy.lib.scimath.asarray()

Alias to: numpy.asarray

numpy.lib.scimath.isreal()

Alias to: numpy.isreal

Not showing 10 unsupported functions.

supported = 3 / 13 = 23.08%

numpy.lib.setup

This module is not supported.

numpy.lib.shape_base

numpy.lib.shape_base.array()

Alias to: numpy.array

numpy.lib.shape_base.array_split()

Alias to: numpy.array_split

numpy.lib.shape_base.asarray()

Alias to: numpy.asarray

numpy.lib.shape_base.atleast_3d()

Alias to: numpy.atleast_3d

numpy.lib.shape_base.column_stack()

Alias to: numpy.column_stack

numpy.lib.shape_base.concatenate()

Alias to: numpy.concatenate

numpy.lib.shape_base.dstack()

Alias to: numpy.dstack

numpy.lib.shape_base.expand_dims()

Alias to: numpy.expand_dims

numpy.lib.shape_base.kron()

Alias to: numpy.kron

numpy.lib.shape_base.outer()

Alias to: numpy.outer

numpy.lib.shape_base.reshape()

Alias to: numpy.reshape

numpy.lib.shape_base.row_stack()

Alias to: numpy.row_stack

numpy.lib.shape_base.split()

Alias to: numpy.split

numpy.lib.shape_base.take_along_axis()

Alias to: numpy.take_along_axis

numpy.lib.shape_base.transpose()

Alias to: numpy.transpose

numpy.lib.shape_base.vstack()

Alias to: numpy.row_stack

numpy.lib.shape_base.zeros()

Alias to: numpy.zeros

Not showing 12 unsupported functions.

supported = 17 / 29 = 58.62%

numpy.lib.stride_tricks

numpy.lib.stride_tricks.as_strided()

Alias to: numpy.lib.index_tricks.as_strided

numpy.lib.stride_tricks.broadcast_arrays()

Alias to: numpy.broadcast_arrays

numpy.lib.stride_tricks.broadcast_shapes()

Alias to: numpy.broadcast_shapes

numpy.lib.stride_tricks.broadcast_to()

Alias to: numpy.broadcast_to

numpy.lib.stride_tricks.sliding_window_view()

Not showing 3 unsupported functions.

supported = 5 / 8 = 62.50%

numpy.lib.twodim_base

numpy.lib.twodim_base.arange()

Alias to: numpy.arange

numpy.lib.twodim_base.asarray()

Alias to: numpy.asarray

numpy.lib.twodim_base.broadcast_to()

Alias to: numpy.broadcast_to

numpy.lib.twodim_base.diag()

Alias to: numpy.diag

numpy.lib.twodim_base.empty()

Alias to: numpy.empty

numpy.lib.twodim_base.eye()

Alias to: numpy.eye

numpy.lib.twodim_base.fliplr()

Alias to: numpy.fliplr

numpy.lib.twodim_base.flipud()

Alias to: numpy.flipud

numpy.lib.twodim_base.nonzero()

Alias to: numpy.nonzero

  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.lib.twodim_base.ones()

Alias to: numpy.ones

numpy.lib.twodim_base.tri()

Alias to: numpy.tri

numpy.lib.twodim_base.tril()

Alias to: numpy.tril

numpy.lib.twodim_base.tril_indices()

Alias to: numpy.tril_indices

numpy.lib.twodim_base.tril_indices_from()

Alias to: numpy.tril_indices_from

numpy.lib.twodim_base.triu()

Alias to: numpy.triu

numpy.lib.twodim_base.triu_indices()

Alias to: numpy.triu_indices

numpy.lib.twodim_base.triu_indices_from()

Alias to: numpy.triu_indices_from

numpy.lib.twodim_base.vander()

Alias to: numpy.vander

numpy.lib.twodim_base.where()

Alias to: numpy.where

numpy.lib.twodim_base.zeros()

Alias to: numpy.zeros

Not showing 9 unsupported functions.

supported = 20 / 29 = 68.97%

numpy.lib.type_check

numpy.lib.type_check.asarray()

Alias to: numpy.asarray

numpy.lib.type_check.asfarray()

Alias to: numpy.asfarray

numpy.lib.type_check.imag()

Alias to: numpy.imag

numpy.lib.type_check.iscomplex()

Alias to: numpy.iscomplex

numpy.lib.type_check.iscomplexobj()

Alias to: numpy.iscomplexobj

numpy.lib.type_check.isneginf()

Alias to: numpy.isneginf

numpy.lib.type_check.isposinf()

Alias to: numpy.isposinf

numpy.lib.type_check.isreal()

Alias to: numpy.isreal

numpy.lib.type_check.isrealobj()

Alias to: numpy.isrealobj

numpy.lib.type_check.nan_to_num()

Alias to: numpy.nan_to_num

numpy.lib.type_check.real()

Alias to: numpy.real

numpy.lib.type_check.zeros()

Alias to: numpy.zeros

Not showing 6 unsupported functions.

supported = 12 / 18 = 66.67%

numpy.lib.ufunclike

numpy.lib.ufunclike.isneginf()

Alias to: numpy.isneginf

numpy.lib.ufunclike.isposinf()

Alias to: numpy.isposinf

Not showing 2 unsupported functions.

supported = 2 / 4 = 50.00%

numpy.lib.user_array

numpy.lib.user_array.arange()

Alias to: numpy.arange

numpy.lib.user_array.array()

Alias to: numpy.array

numpy.lib.user_array.asarray()

Alias to: numpy.asarray

numpy.lib.user_array.reshape()

Alias to: numpy.reshape

numpy.lib.user_array.shape()

Alias to: numpy.shape

numpy.lib.user_array.transpose()

Alias to: numpy.transpose

Not showing 0 unsupported functions.

supported = 6 / 6 = 100.00%

numpy.lib.utils

numpy.lib.utils.asarray()

Alias to: numpy.asarray

Not showing 14 unsupported functions.

supported = 1 / 15 = 6.67%

numpy.linalg

numpy.linalg.cholesky()

Alias to: numpy.dual.cholesky

numpy.linalg.cond()
numpy.linalg.det()

Alias to: numpy.dual.det

numpy.linalg.eig()

Alias to: numpy.dual.eig

numpy.linalg.eigh()

Alias to: numpy.dual.eigh

numpy.linalg.eigvals()

Alias to: numpy.dual.eigvals

numpy.linalg.eigvalsh()

Alias to: numpy.dual.eigvalsh

numpy.linalg.inv()

Alias to: numpy.dual.inv

numpy.linalg.lstsq()

Alias to: numpy.dual.lstsq

numpy.linalg.matrix_power()
numpy.linalg.matrix_rank()
numpy.linalg.norm()

Alias to: numpy.dual.norm

numpy.linalg.pinv()

Alias to: numpy.dual.pinv

numpy.linalg.qr()
numpy.linalg.slogdet()
numpy.linalg.solve()

Alias to: numpy.dual.solve

numpy.linalg.svd()

Alias to: numpy.dual.svd

Not showing 3 unsupported functions.

supported = 17 / 20 = 85.00%

numpy.linalg.lapack_lite

This module is not supported.

numpy.linalg.linalg

numpy.linalg.linalg.all()

Alias to: numpy.all

numpy.linalg.linalg.amax()

Alias to: numpy.amax

numpy.linalg.linalg.amin()

Alias to: numpy.amin

numpy.linalg.linalg.argsort()

Alias to: numpy.argsort

  • defined by <class 'abc.Numpy_redirect_argsort'>

numpy.linalg.linalg.array()

Alias to: numpy.array

numpy.linalg.linalg.asarray()

Alias to: numpy.asarray

numpy.linalg.linalg.atleast_2d()

Alias to: numpy.atleast_2d

numpy.linalg.linalg.cholesky()

Alias to: numpy.dual.cholesky

numpy.linalg.linalg.cond()

Alias to: numpy.linalg.cond

numpy.linalg.linalg.count_nonzero()

Alias to: numpy.count_nonzero

numpy.linalg.linalg.det()

Alias to: numpy.dual.det

numpy.linalg.linalg.dot()

Alias to: numpy.dot

numpy.linalg.linalg.eig()

Alias to: numpy.dual.eig

numpy.linalg.linalg.eigh()

Alias to: numpy.dual.eigh

numpy.linalg.linalg.eigvals()

Alias to: numpy.dual.eigvals

numpy.linalg.linalg.eigvalsh()

Alias to: numpy.dual.eigvalsh

numpy.linalg.linalg.empty()

Alias to: numpy.empty

numpy.linalg.linalg.empty_like()

Alias to: numpy.empty_like

numpy.linalg.linalg.eye()

Alias to: numpy.eye

numpy.linalg.linalg.inv()

Alias to: numpy.dual.inv

numpy.linalg.linalg.lstsq()

Alias to: numpy.dual.lstsq

numpy.linalg.linalg.matrix_power()

Alias to: numpy.linalg.matrix_power

numpy.linalg.linalg.matrix_rank()

Alias to: numpy.linalg.matrix_rank

numpy.linalg.linalg.norm()

Alias to: numpy.dual.norm

numpy.linalg.linalg.pinv()

Alias to: numpy.dual.pinv

numpy.linalg.linalg.qr()

Alias to: numpy.linalg.qr

numpy.linalg.linalg.slogdet()

Alias to: numpy.linalg.slogdet

numpy.linalg.linalg.solve()

Alias to: numpy.dual.solve

numpy.linalg.linalg.sort()

Alias to: numpy.sort

numpy.linalg.linalg.sum()

Alias to: numpy.sum

  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.linalg.linalg.svd()

Alias to: numpy.dual.svd

numpy.linalg.linalg.swapaxes()

Alias to: numpy.swapaxes

numpy.linalg.linalg.triu()

Alias to: numpy.triu

numpy.linalg.linalg.zeros()

Alias to: numpy.zeros

Not showing 12 unsupported functions.

supported = 34 / 46 = 73.91%

numpy.linalg.setup

This module is not supported.

numpy.ma

numpy.ma.amax()

Alias to: numpy.amax

numpy.ma.amin()

Alias to: numpy.amin

numpy.ma.expand_dims()

Alias to: numpy.expand_dims

Not showing 104 unsupported functions.

supported = 3 / 107 = 2.80%

numpy.ma.bench

This module is not supported.

numpy.ma.core

numpy.ma.core.amax()

Alias to: numpy.amax

numpy.ma.core.amin()

Alias to: numpy.amin

numpy.ma.core.expand_dims()

Alias to: numpy.expand_dims

numpy.ma.core.iscomplexobj()

Alias to: numpy.iscomplexobj

numpy.ma.core.narray()

Alias to: numpy.array

numpy.ma.core.reduce()

Alias to: numpy.distutils.misc_util.reduce

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

Not showing 83 unsupported functions.

supported = 6 / 89 = 6.74%

numpy.ma.extras

numpy.ma.extras.nxarray()

Alias to: numpy.array

Not showing 49 unsupported functions.

supported = 1 / 50 = 2.00%

numpy.ma.mrecords

numpy.ma.mrecords.narray()

Alias to: numpy.array

Not showing 10 unsupported functions.

supported = 1 / 11 = 9.09%

numpy.ma.setup

This module is not supported.

numpy.ma.testutils

This module is not supported.

numpy.ma.timer_comparison

numpy.ma.timer_comparison.reduce()

Alias to: numpy.distutils.misc_util.reduce

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

Not showing 1 unsupported functions.

supported = 1 / 2 = 50.00%

numpy.matlib

numpy.matlib.all()

Alias to: numpy.all

numpy.matlib.allclose()

Alias to: numpy.allclose

numpy.matlib.amax()

Alias to: numpy.amax

numpy.matlib.amin()

Alias to: numpy.amin

numpy.matlib.angle()

Alias to: numpy.angle

numpy.matlib.any()

Alias to: numpy.any

numpy.matlib.append()

Alias to: numpy.append

numpy.matlib.arange()

Alias to: numpy.arange

numpy.matlib.argmax()

Alias to: numpy.argmax

numpy.matlib.argmin()

Alias to: numpy.argmin

numpy.matlib.argpartition()

Alias to: numpy.argpartition

numpy.matlib.argsort()

Alias to: numpy.argsort

  • defined by <class 'abc.Numpy_redirect_argsort'>

numpy.matlib.argwhere()

Alias to: numpy.argwhere

numpy.matlib.around()

Alias to: numpy.around

numpy.matlib.array()

Alias to: numpy.array

numpy.matlib.array_equal()

Alias to: numpy.array_equal

numpy.matlib.array_split()

Alias to: numpy.array_split

numpy.matlib.asarray()

Alias to: numpy.asarray

numpy.matlib.asarray_chkfinite()

Alias to: numpy.asarray_chkfinite

numpy.matlib.ascontiguousarray()

Alias to: numpy.ascontiguousarray

numpy.matlib.asfarray()

Alias to: numpy.asfarray

numpy.matlib.asfortranarray()

Alias to: numpy.asfortranarray

numpy.matlib.atleast_1d()

Alias to: numpy.atleast_1d

numpy.matlib.atleast_2d()

Alias to: numpy.atleast_2d

numpy.matlib.atleast_3d()

Alias to: numpy.atleast_3d

numpy.matlib.average()

Alias to: numpy.average

numpy.matlib.bartlett()

Alias to: numpy.bartlett

numpy.matlib.bincount()

Alias to: numpy.bincount

numpy.matlib.blackman()

Alias to: numpy.blackman

numpy.matlib.broadcast_arrays()

Alias to: numpy.broadcast_arrays

numpy.matlib.broadcast_shapes()

Alias to: numpy.broadcast_shapes

numpy.matlib.broadcast_to()

Alias to: numpy.broadcast_to

numpy.matlib.clip()

Alias to: numpy.clip

numpy.matlib.column_stack()

Alias to: numpy.column_stack

numpy.matlib.concatenate()

Alias to: numpy.concatenate

numpy.matlib.convolve()

Alias to: numpy.convolve

numpy.matlib.copy()

Alias to: numpy.copy

numpy.matlib.corrcoef()

Alias to: numpy.corrcoef

numpy.matlib.correlate()

Alias to: numpy.correlate

numpy.matlib.count_nonzero()

Alias to: numpy.count_nonzero

numpy.matlib.cov()

Alias to: numpy.cov

numpy.matlib.cross()

Alias to: numpy.cross

numpy.matlib.cumprod()

Alias to: numpy.cumprod

numpy.matlib.cumsum()

Alias to: numpy.cumsum

numpy.matlib.delete()

Alias to: numpy.delete

numpy.matlib.diag()

Alias to: numpy.diag

numpy.matlib.diff()

Alias to: numpy.diff

numpy.matlib.digitize()

Alias to: numpy.digitize

numpy.matlib.dot()

Alias to: numpy.dot

numpy.matlib.dstack()

Alias to: numpy.dstack

numpy.matlib.ediff1d()

Alias to: numpy.ediff1d

numpy.matlib.empty_like()

Alias to: numpy.empty_like

numpy.matlib.expand_dims()

Alias to: numpy.expand_dims

numpy.matlib.extract()

Alias to: numpy.extract

numpy.matlib.fill_diagonal()

Alias to: numpy.fill_diagonal

numpy.matlib.flatnonzero()

Alias to: numpy.flatnonzero

numpy.matlib.flip()

Alias to: numpy.flip

numpy.matlib.fliplr()

Alias to: numpy.fliplr

numpy.matlib.flipud()

Alias to: numpy.flipud

numpy.matlib.frombuffer()

Alias to: numpy.frombuffer

numpy.matlib.full()

Alias to: numpy.full

numpy.matlib.full_like()

Alias to: numpy.full_like

numpy.matlib.hamming()

Alias to: numpy.hamming

numpy.matlib.hanning()

Alias to: numpy.hanning

numpy.matlib.histogram()

Alias to: numpy.histogram

numpy.matlib.hstack()

Alias to: numpy.hstack

numpy.matlib.imag()

Alias to: numpy.imag

numpy.matlib.interp()

Alias to: numpy.interp

numpy.matlib.intersect1d()

Alias to: numpy.intersect1d

numpy.matlib.isclose()

Alias to: numpy.isclose

numpy.matlib.iscomplex()

Alias to: numpy.iscomplex

numpy.matlib.iscomplexobj()

Alias to: numpy.iscomplexobj

numpy.matlib.isneginf()

Alias to: numpy.isneginf

numpy.matlib.isposinf()

Alias to: numpy.isposinf

numpy.matlib.isreal()

Alias to: numpy.isreal

numpy.matlib.isrealobj()

Alias to: numpy.isrealobj

numpy.matlib.isscalar()

Alias to: numpy.isscalar

numpy.matlib.kaiser()

Alias to: numpy.kaiser

numpy.matlib.kron()

Alias to: numpy.kron

numpy.matlib.linspace()

Alias to: numpy.linspace

numpy.matlib.logspace()

Alias to: numpy.logspace

numpy.matlib.mean()

Alias to: numpy.mean

numpy.matlib.median()

Alias to: numpy.median

numpy.matlib.nan_to_num()

Alias to: numpy.nan_to_num

numpy.matlib.nancumprod()

Alias to: numpy.nancumprod

numpy.matlib.nancumsum()

Alias to: numpy.nancumsum

numpy.matlib.nanmax()

Alias to: numpy.nanmax

numpy.matlib.nanmean()

Alias to: numpy.nanmean

numpy.matlib.nanmedian()

Alias to: numpy.nanmedian

numpy.matlib.nanmin()

Alias to: numpy.nanmin

numpy.matlib.nanpercentile()

Alias to: numpy.nanpercentile

numpy.matlib.nanprod()

Alias to: numpy.nanprod

numpy.matlib.nanquantile()

Alias to: numpy.nanquantile

numpy.matlib.nanstd()

Alias to: numpy.nanstd

numpy.matlib.nansum()

Alias to: numpy.nansum

numpy.matlib.nanvar()

Alias to: numpy.nanvar

numpy.matlib.nonzero()

Alias to: numpy.nonzero

  • defined by <class 'abc.Numpy_redirect_nonzero'>

numpy.matlib.ones_like()

Alias to: numpy.ones_like

numpy.matlib.outer()

Alias to: numpy.outer

numpy.matlib.partition()

Alias to: numpy.partition

numpy.matlib.percentile()

Alias to: numpy.percentile

numpy.matlib.prod()

Alias to: numpy.prod

numpy.matlib.ptp()

Alias to: numpy.ptp

numpy.matlib.quantile()

Alias to: numpy.quantile

numpy.matlib.ravel()

Alias to: numpy.ravel

  • defined by <class 'abc.Numpy_redirect_ravel'>

numpy.matlib.real()

Alias to: numpy.real

numpy.matlib.repeat()

Alias to: numpy.repeat

numpy.matlib.reshape()

Alias to: numpy.reshape

numpy.matlib.roll()

Alias to: numpy.roll

numpy.matlib.roots()

Alias to: numpy.roots

numpy.matlib.rot90()

Alias to: numpy.rot90

numpy.matlib.round_()

Alias to: numpy.round

numpy.matlib.row_stack()

Alias to: numpy.row_stack

numpy.matlib.searchsorted()

Alias to: numpy.searchsorted

numpy.matlib.select()

Alias to: numpy.select

numpy.matlib.shape()

Alias to: numpy.shape

numpy.matlib.sinc()

Alias to: numpy.sinc

numpy.matlib.sort()

Alias to: numpy.sort

numpy.matlib.split()

Alias to: numpy.split

numpy.matlib.stack()

Alias to: numpy.stack

numpy.matlib.std()

Alias to: numpy.std

numpy.matlib.sum()

Alias to: numpy.sum

  • defined by <class 'abc.Numpy_redirect_sum'>

numpy.matlib.swapaxes()

Alias to: numpy.swapaxes

numpy.matlib.take()

Alias to: numpy.take

numpy.matlib.take_along_axis()

Alias to: numpy.take_along_axis

numpy.matlib.trace()

Alias to: numpy.trace

numpy.matlib.transpose()

Alias to: numpy.transpose

numpy.matlib.trapz()

Alias to: numpy.trapz

numpy.matlib.tri()

Alias to: numpy.tri

numpy.matlib.tril()

Alias to: numpy.tril

numpy.matlib.tril_indices()

Alias to: numpy.tril_indices

numpy.matlib.tril_indices_from()

Alias to: numpy.tril_indices_from

numpy.matlib.triu()

Alias to: numpy.triu

numpy.matlib.triu_indices()

Alias to: numpy.triu_indices

numpy.matlib.triu_indices_from()

Alias to: numpy.triu_indices_from

numpy.matlib.union1d()

Alias to: numpy.union1d

numpy.matlib.unique()

Alias to: numpy.unique

numpy.matlib.vander()

Alias to: numpy.vander

numpy.matlib.var()

Alias to: numpy.var

numpy.matlib.vdot()

Alias to: numpy.vdot

numpy.matlib.vstack()

Alias to: numpy.row_stack

numpy.matlib.where()

Alias to: numpy.where

numpy.matlib.zeros_like()

Alias to: numpy.zeros_like

Not showing 164 unsupported functions.

supported = 143 / 307 = 46.58%

numpy.matrixlib

This module is not supported.

numpy.matrixlib.defmatrix

numpy.matrixlib.defmatrix.concatenate()

Alias to: numpy.concatenate

numpy.matrixlib.defmatrix.isscalar()

Alias to: numpy.isscalar

numpy.matrixlib.defmatrix.matrix_power()

Alias to: numpy.linalg.matrix_power

Not showing 4 unsupported functions.

supported = 3 / 7 = 42.86%

numpy.matrixlib.setup

This module is not supported.

numpy.polynomial

This module is not supported.

numpy.polynomial.chebyshev

This module is not supported.

numpy.polynomial.hermite

This module is not supported.

numpy.polynomial.hermite_e

This module is not supported.

numpy.polynomial.laguerre

This module is not supported.

numpy.polynomial.legendre

This module is not supported.

numpy.polynomial.polynomial

This module is not supported.

numpy.polynomial.polyutils

This module is not supported.

numpy.polynomial.setup

This module is not supported.

numpy.random

numpy.random.beta()
numpy.random.binomial()
numpy.random.chisquare()
numpy.random.choice()
numpy.random.dirichlet()
numpy.random.exponential()
numpy.random.f()
numpy.random.gamma()
numpy.random.geometric()
numpy.random.gumbel()
numpy.random.hypergeometric()
numpy.random.laplace()
numpy.random.logistic()
numpy.random.lognormal()
numpy.random.logseries()
numpy.random.multinomial()
numpy.random.negative_binomial()
numpy.random.noncentral_chisquare()
numpy.random.normal()
numpy.random.pareto()
numpy.random.permutation()
numpy.random.poisson()
numpy.random.power()
numpy.random.rand()
numpy.random.randint()
numpy.random.randn()
numpy.random.random()
numpy.random.random_sample()
numpy.random.ranf()
numpy.random.rayleigh()
numpy.random.sample()
numpy.random.seed()
numpy.random.shuffle()
numpy.random.standard_cauchy()
numpy.random.standard_exponential()
numpy.random.standard_gamma()
numpy.random.standard_normal()
numpy.random.standard_t()
numpy.random.triangular()
numpy.random.uniform()
numpy.random.vonmises()
numpy.random.wald()
numpy.random.weibull()
numpy.random.zipf()

Not showing 9 unsupported functions.

supported = 44 / 53 = 83.02%

numpy.random.bit_generator

This module is not supported.

numpy.random.mtrand

numpy.random.mtrand.beta()

Alias to: numpy.random.beta

numpy.random.mtrand.binomial()

Alias to: numpy.random.binomial

numpy.random.mtrand.chisquare()

Alias to: numpy.random.chisquare

numpy.random.mtrand.choice()

Alias to: numpy.random.choice

numpy.random.mtrand.dirichlet()

Alias to: numpy.random.dirichlet

numpy.random.mtrand.exponential()

Alias to: numpy.random.exponential

numpy.random.mtrand.f()

Alias to: numpy.random.f

numpy.random.mtrand.gamma()

Alias to: numpy.random.gamma

numpy.random.mtrand.geometric()

Alias to: numpy.random.geometric

numpy.random.mtrand.gumbel()

Alias to: numpy.random.gumbel

numpy.random.mtrand.hypergeometric()

Alias to: numpy.random.hypergeometric

numpy.random.mtrand.laplace()

Alias to: numpy.random.laplace

numpy.random.mtrand.logistic()

Alias to: numpy.random.logistic

numpy.random.mtrand.lognormal()

Alias to: numpy.random.lognormal

numpy.random.mtrand.logseries()

Alias to: numpy.random.logseries

numpy.random.mtrand.multinomial()

Alias to: numpy.random.multinomial

numpy.random.mtrand.negative_binomial()

Alias to: numpy.random.negative_binomial

numpy.random.mtrand.noncentral_chisquare()

Alias to: numpy.random.noncentral_chisquare

numpy.random.mtrand.normal()

Alias to: numpy.random.normal

numpy.random.mtrand.pareto()

Alias to: numpy.random.pareto

numpy.random.mtrand.permutation()

Alias to: numpy.random.permutation

numpy.random.mtrand.poisson()

Alias to: numpy.random.poisson

numpy.random.mtrand.power()

Alias to: numpy.random.power

numpy.random.mtrand.rand()

Alias to: numpy.random.rand

numpy.random.mtrand.randint()

Alias to: numpy.random.randint

numpy.random.mtrand.randn()

Alias to: numpy.random.randn

numpy.random.mtrand.random()

Alias to: numpy.random.random

numpy.random.mtrand.random_sample()

Alias to: numpy.random.random_sample

numpy.random.mtrand.ranf()

Alias to: numpy.random.ranf

numpy.random.mtrand.rayleigh()

Alias to: numpy.random.rayleigh

numpy.random.mtrand.sample()

Alias to: numpy.random.sample

numpy.random.mtrand.seed()

Alias to: numpy.random.seed

numpy.random.mtrand.shuffle()

Alias to: numpy.random.shuffle

numpy.random.mtrand.standard_cauchy()

Alias to: numpy.random.standard_cauchy

numpy.random.mtrand.standard_exponential()

Alias to: numpy.random.standard_exponential

numpy.random.mtrand.standard_gamma()

Alias to: numpy.random.standard_gamma

numpy.random.mtrand.standard_normal()

Alias to: numpy.random.standard_normal

numpy.random.mtrand.standard_t()

Alias to: numpy.random.standard_t

numpy.random.mtrand.triangular()

Alias to: numpy.random.triangular

numpy.random.mtrand.uniform()

Alias to: numpy.random.uniform

numpy.random.mtrand.vonmises()

Alias to: numpy.random.vonmises

numpy.random.mtrand.wald()

Alias to: numpy.random.wald

numpy.random.mtrand.weibull()

Alias to: numpy.random.weibull

numpy.random.mtrand.zipf()

Alias to: numpy.random.zipf

Not showing 8 unsupported functions.

supported = 44 / 52 = 84.62%

numpy.random.setup

This module is not supported.

numpy.setup

This module is not supported.

numpy.testing

This module is not supported.

numpy.testing.print_coercion_tables

This module is not supported.

numpy.testing.setup

This module is not supported.

numpy.testing.utils

This module is not supported.

numpy.typing

This module is not supported.

numpy.typing.mypy_plugin

This module is not supported.

numpy.typing.setup

This module is not supported.

numpy.version

This module is not supported.