# 7.8。上市
> 原文: [http://numba.pydata.org/numba-doc/latest/developer/listings.html](http://numba.pydata.org/numba-doc/latest/developer/listings.html)
这显示了编译器内部注册表的列表(例如,降低了定义)。该信息作为开发人员参考提供。如果可能,通过 github 链接提供源代码链接。
* [7.8.1。降低上市](autogen_lower_listing.html)
* [7.8.1.1。 `'__array__'`](autogen_lower_listing.html#array)
* [7.8.1.2。 `'__array_wrap__'`](autogen_lower_listing.html#array-wrap)
* [7.8.1.3。 `'array.argmax'`](autogen_lower_listing.html#array-argmax)
* [7.8.1.4。 `'array.argmin'`](autogen_lower_listing.html#array-argmin)
* [7.8.1.5。 `'array.argsort'`](autogen_lower_listing.html#array-argsort)
* [7.8.1.6。 `'array.astype'`](autogen_lower_listing.html#array-astype)
* [7.8.1.7。 `'array.copy'`](autogen_lower_listing.html#array-copy)
* [7.8.1.8。 `'array.cumprod'`](autogen_lower_listing.html#array-cumprod)
* [7.8.1.9。 `'array.cumsum'`](autogen_lower_listing.html#array-cumsum)
* [7.8.1.10。 `'array.flatten'`](autogen_lower_listing.html#array-flatten)
* [7.8.1.11。 `'array.item'`](autogen_lower_listing.html#array-item)
* [7.8.1.12。 `'array.itemset'`](autogen_lower_listing.html#array-itemset)
* [7.8.1.13。 `'array.max'`](autogen_lower_listing.html#array-max)
* [7.8.1.14。 `'array.mean'`](autogen_lower_listing.html#array-mean)
* [7.8.1.15。 `'array.min'`](autogen_lower_listing.html#array-min)
* [7.8.1.16。 `'array.nonzero'`](autogen_lower_listing.html#array-nonzero)
* [7.8.1.17。 `'array.prod'`](autogen_lower_listing.html#array-prod)
* [7.8.1.18。 `'array.ravel'`](autogen_lower_listing.html#array-ravel)
* [7.8.1.19。 `'array.reshape'`](autogen_lower_listing.html#array-reshape)
* [7.8.1.20。 `'array.sort'`](autogen_lower_listing.html#array-sort)
* [7.8.1.21。 `'array.std'`](autogen_lower_listing.html#array-std)
* [7.8.1.22。 `'array.sum'`](autogen_lower_listing.html#array-sum)
* [7.8.1.23。 `'array.take'`](autogen_lower_listing.html#array-take)
* [7.8.1.24。 `'array.transpose'`](autogen_lower_listing.html#array-transpose)
* [7.8.1.25。 `'array.var'`](autogen_lower_listing.html#array-var)
* [7.8.1.26。 `'array.view'`](autogen_lower_listing.html#array-view)
* [7.8.1.27。 `'complex.conjugate'`](autogen_lower_listing.html#complex-conjugate)
* [7.8.1.28。 `'ffi.from_buffer'`](autogen_lower_listing.html#ffi-from-buffer)
* [7.8.1.29。 `'getiter'`](autogen_lower_listing.html#getiter)
* [7.8.1.30。 `'iternext'`](autogen_lower_listing.html#iternext)
* [7.8.1.31。 `'list.append'`](autogen_lower_listing.html#list-append)
* [7.8.1.32。 `'list.clear'`](autogen_lower_listing.html#list-clear)
* [7.8.1.33。 `'list.copy'`](autogen_lower_listing.html#list-copy)
* [7.8.1.34。 `'list.count'`](autogen_lower_listing.html#list-count)
* [7.8.1.35。 `'list.extend'`](autogen_lower_listing.html#list-extend)
* [7.8.1.36。 `'list.index'`](autogen_lower_listing.html#list-index)
* [7.8.1.37。 `'list.insert'`](autogen_lower_listing.html#list-insert)
* [7.8.1.38。 `'list.pop'`](autogen_lower_listing.html#list-pop)
* [7.8.1.39。 `'list.remove'`](autogen_lower_listing.html#list-remove)
* [7.8.1.40。 `'list.reverse'`](autogen_lower_listing.html#list-reverse)
* [7.8.1.41。 `'list.sort'`](autogen_lower_listing.html#list-sort)
* [7.8.1.42。 `'not in'`](autogen_lower_listing.html#not-in)
* [7.8.1.43。 `'np.random.beta'`](autogen_lower_listing.html#np-random-beta)
* [7.8.1.44。 `'np.random.binomial'`](autogen_lower_listing.html#np-random-binomial)
* [7.8.1.45。 `'np.random.chisquare'`](autogen_lower_listing.html#np-random-chisquare)
* [7.8.1.46。 `'np.random.exponential'`](autogen_lower_listing.html#np-random-exponential)
* [7.8.1.47。 `'np.random.f'`](autogen_lower_listing.html#np-random-f)
* [7.8.1.48。 `'np.random.gamma'`](autogen_lower_listing.html#np-random-gamma)
* [7.8.1.49。 `'np.random.geometric'`](autogen_lower_listing.html#np-random-geometric)
* [7.8.1.50。 `'np.random.gumbel'`](autogen_lower_listing.html#np-random-gumbel)
* [7.8.1.51。 `'np.random.hypergeometric'`](autogen_lower_listing.html#np-random-hypergeometric)
* [7.8.1.52。 `'np.random.laplace'`](autogen_lower_listing.html#np-random-laplace)
* [7.8.1.53。 `'np.random.logistic'`](autogen_lower_listing.html#np-random-logistic)
* [7.8.1.54。 `'np.random.lognormal'`](autogen_lower_listing.html#np-random-lognormal)
* [7.8.1.55。 `'np.random.logseries'`](autogen_lower_listing.html#np-random-logseries)
* [7.8.1.56。 `'np.random.negative_binomial'`](autogen_lower_listing.html#np-random-negative-binomial)
* [7.8.1.57。 `'np.random.normal'`](autogen_lower_listing.html#np-random-normal)
* [7.8.1.58。 `'np.random.pareto'`](autogen_lower_listing.html#np-random-pareto)
* [7.8.1.59。 `'np.random.poisson'`](autogen_lower_listing.html#np-random-poisson)
* [7.8.1.60。 `'np.random.power'`](autogen_lower_listing.html#np-random-power)
* [7.8.1.61。 `'np.random.randint'`](autogen_lower_listing.html#np-random-randint)
* [7.8.1.62。 `'np.random.random'`](autogen_lower_listing.html#np-random-random)
* [7.8.1.63。 `'np.random.rayleigh'`](autogen_lower_listing.html#np-random-rayleigh)
* [7.8.1.64。 `'np.random.seed'`](autogen_lower_listing.html#np-random-seed)
* [7.8.1.65。 `'np.random.standard_cauchy'`](autogen_lower_listing.html#np-random-standard-cauchy)
* [7.8.1.66。 `'np.random.standard_exponential'`](autogen_lower_listing.html#np-random-standard-exponential)
* [7.8.1.67。 `'np.random.standard_gamma'`](autogen_lower_listing.html#np-random-standard-gamma)
* [7.8.1.68。 `'np.random.standard_normal'`](autogen_lower_listing.html#np-random-standard-normal)
* [7.8.1.69。 `'np.random.standard_t'`](autogen_lower_listing.html#np-random-standard-t)
* [7.8.1.70。 `'np.random.triangular'`](autogen_lower_listing.html#np-random-triangular)
* [7.8.1.71。 `'np.random.uniform'`](autogen_lower_listing.html#np-random-uniform)
* [7.8.1.72。 `'np.random.vonmises'`](autogen_lower_listing.html#np-random-vonmises)
* [7.8.1.73。 `'np.random.wald'`](autogen_lower_listing.html#np-random-wald)
* [7.8.1.74。 `'np.random.weibull'`](autogen_lower_listing.html#np-random-weibull)
* [7.8.1.75。 `'np.random.zipf'`](autogen_lower_listing.html#np-random-zipf)
* [7.8.1.76。 `'number.item'`](autogen_lower_listing.html#number-item)
* [7.8.1.77。 `'print_item'`](autogen_lower_listing.html#print-item)
* [7.8.1.78。 `'random.betavariate'`](autogen_lower_listing.html#random-betavariate)
* [7.8.1.79。 `'random.expovariate'`](autogen_lower_listing.html#random-expovariate)
* [7.8.1.80。 `'random.gammavariate'`](autogen_lower_listing.html#random-gammavariate)
* [7.8.1.81。 `'random.gauss'`](autogen_lower_listing.html#random-gauss)
* [7.8.1.82。 `'random.getrandbits'`](autogen_lower_listing.html#random-getrandbits)
* [7.8.1.83。 `'random.lognormvariate'`](autogen_lower_listing.html#random-lognormvariate)
* [7.8.1.84。 `'random.normalvariate'`](autogen_lower_listing.html#random-normalvariate)
* [7.8.1.85。 `'random.paretovariate'`](autogen_lower_listing.html#random-paretovariate)
* [7.8.1.86。 `'random.randint'`](autogen_lower_listing.html#random-randint)
* [7.8.1.87。 `'random.random'`](autogen_lower_listing.html#random-random)
* [7.8.1.88。 `'random.randrange'`](autogen_lower_listing.html#random-randrange)
* [7.8.1.89。 `'random.seed'`](autogen_lower_listing.html#random-seed)
* [7.8.1.90。 `'random.triangular'`](autogen_lower_listing.html#random-triangular)
* [7.8.1.91。 `'random.uniform'`](autogen_lower_listing.html#random-uniform)
* [7.8.1.92。 `'random.vonmisesvariate'`](autogen_lower_listing.html#random-vonmisesvariate)
* [7.8.1.93。 `'random.weibullvariate'`](autogen_lower_listing.html#random-weibullvariate)
* [7.8.1.94。 `'set.add'`](autogen_lower_listing.html#set-add)
* [7.8.1.95。 `'set.clear'`](autogen_lower_listing.html#set-clear)
* [7.8.1.96。 `'set.copy'`](autogen_lower_listing.html#set-copy)
* [7.8.1.97。 `'set.difference'`](autogen_lower_listing.html#set-difference)
* [7.8.1.98。 `'set.difference_update'`](autogen_lower_listing.html#set-difference-update)
* [7.8.1.99。 `'set.discard'`](autogen_lower_listing.html#set-discard)
* [7.8.1.100。 `'set.intersection'`](autogen_lower_listing.html#set-intersection)
* [7.8.1.101。 `'set.intersection_update'`](autogen_lower_listing.html#set-intersection-update)
* [7.8.1.102。 `'set.isdisjoint'`](autogen_lower_listing.html#set-isdisjoint)
* [7.8.1.103。 `'set.issubset'`](autogen_lower_listing.html#set-issubset)
* [7.8.1.104。 `'set.issuperset'`](autogen_lower_listing.html#set-issuperset)
* [7.8.1.105。 `'set.pop'`](autogen_lower_listing.html#set-pop)
* [7.8.1.106。 `'set.remove'`](autogen_lower_listing.html#set-remove)
* [7.8.1.107。 `'set.symmetric_difference'`](autogen_lower_listing.html#set-symmetric-difference)
* [7.8.1.108。 `'set.symmetric_difference_update'`](autogen_lower_listing.html#set-symmetric-difference-update)
* [7.8.1.109。 `'set.union'`](autogen_lower_listing.html#set-union)
* [7.8.1.110。 `'set.update'`](autogen_lower_listing.html#set-update)
* [7.8.1.111。 `'static_getitem'`](autogen_lower_listing.html#static-getitem)
* [7.8.1.112。 `'static_setitem'`](autogen_lower_listing.html#static-setitem)
* [7.8.1.113。 `<ufunc 'absolute'>`](autogen_lower_listing.html#ufunc-absolute)
* [7.8.1.114。 `<ufunc 'add'>`](autogen_lower_listing.html#ufunc-add)
* [7.8.1.115。 `<ufunc 'arccos'>`](autogen_lower_listing.html#ufunc-arccos)
* [7.8.1.116。 `<ufunc 'arccosh'>`](autogen_lower_listing.html#ufunc-arccosh)
* [7.8.1.117。 `<ufunc 'arcsin'>`](autogen_lower_listing.html#ufunc-arcsin)
* [7.8.1.118。 `<ufunc 'arcsinh'>`](autogen_lower_listing.html#ufunc-arcsinh)
* [7.8.1.119。 `<ufunc 'arctan'>`](autogen_lower_listing.html#ufunc-arctan)
* [7.8.1.120。 `<ufunc 'arctan2'>`](autogen_lower_listing.html#ufunc-arctan2)
* [7.8.1.121。 `<ufunc 'arctanh'>`](autogen_lower_listing.html#ufunc-arctanh)
* [7.8.1.122。 `<ufunc 'bitwise_and'>`](autogen_lower_listing.html#ufunc-bitwise-and)
* [7.8.1.123。 `<ufunc 'bitwise_or'>`](autogen_lower_listing.html#ufunc-bitwise-or)
* [7.8.1.124。 `<ufunc 'bitwise_xor'>`](autogen_lower_listing.html#ufunc-bitwise-xor)
* [7.8.1.125。 `<ufunc 'ceil'>`](autogen_lower_listing.html#ufunc-ceil)
* [7.8.1.126。 `<ufunc 'conjugate'>`](autogen_lower_listing.html#ufunc-conjugate)
* [7.8.1.127。 `<ufunc 'copysign'>`](autogen_lower_listing.html#ufunc-copysign)
* [7.8.1.128。 `<ufunc 'cos'>`](autogen_lower_listing.html#ufunc-cos)
* [7.8.1.129。 `<ufunc 'cosh'>`](autogen_lower_listing.html#ufunc-cosh)
* [7.8.1.130。 `<ufunc 'deg2rad'>`](autogen_lower_listing.html#ufunc-deg2rad)
* [7.8.1.131。 `<ufunc 'degrees'>`](autogen_lower_listing.html#ufunc-degrees)
* [7.8.1.132。 `<ufunc 'equal'>`](autogen_lower_listing.html#ufunc-equal)
* [7.8.1.133。 `<ufunc 'exp'>`](autogen_lower_listing.html#ufunc-exp)
* [7.8.1.134。 `<ufunc 'exp2'>`](autogen_lower_listing.html#ufunc-exp2)
* [7.8.1.135。 `<ufunc 'expm1'>`](autogen_lower_listing.html#ufunc-expm1)
* [7.8.1.136。 `<ufunc 'fabs'>`](autogen_lower_listing.html#ufunc-fabs)
* [7.8.1.137。 `<ufunc 'floor'>`](autogen_lower_listing.html#ufunc-floor)
* [7.8.1.138。 `<ufunc 'floor_divide'>`](autogen_lower_listing.html#ufunc-floor-divide)
* [7.8.1.139。 `<ufunc 'fmax'>`](autogen_lower_listing.html#ufunc-fmax)
* [7.8.1.140。 `<ufunc 'fmin'>`](autogen_lower_listing.html#ufunc-fmin)
* [7.8.1.141。 `<ufunc 'fmod'>`](autogen_lower_listing.html#ufunc-fmod)
* [7.8.1.142。 `<ufunc 'greater'>`](autogen_lower_listing.html#ufunc-greater)
* [7.8.1.143。 `<ufunc 'greater_equal'>`](autogen_lower_listing.html#ufunc-greater-equal)
* [7.8.1.144。 `<ufunc 'hypot'>`](autogen_lower_listing.html#ufunc-hypot)
* [7.8.1.145。 `<ufunc 'invert'>`](autogen_lower_listing.html#ufunc-invert)
* [7.8.1.146。 `<ufunc 'isfinite'>`](autogen_lower_listing.html#ufunc-isfinite)
* [7.8.1.147。 `<ufunc 'isinf'>`](autogen_lower_listing.html#ufunc-isinf)
* [7.8.1.148。 `<ufunc 'isnan'>`](autogen_lower_listing.html#ufunc-isnan)
* [7.8.1.149。 `<ufunc 'ldexp'>`](autogen_lower_listing.html#ufunc-ldexp)
* [7.8.1.150。 `<ufunc 'left_shift'>`](autogen_lower_listing.html#ufunc-left-shift)
* [7.8.1.151。 `<ufunc 'less'>`](autogen_lower_listing.html#ufunc-less)
* [7.8.1.152。 `<ufunc 'less_equal'>`](autogen_lower_listing.html#ufunc-less-equal)
* [7.8.1.153。 `<ufunc 'log'>`](autogen_lower_listing.html#ufunc-log)
* [7.8.1.154。 `<ufunc 'log10'>`](autogen_lower_listing.html#ufunc-log10)
* [7.8.1.155。 `<ufunc 'log1p'>`](autogen_lower_listing.html#ufunc-log1p)
* [7.8.1.156。 `<ufunc 'log2'>`](autogen_lower_listing.html#ufunc-log2)
* [7.8.1.157。 `<ufunc 'logaddexp'>`](autogen_lower_listing.html#ufunc-logaddexp)
* [7.8.1.158。 `<ufunc 'logaddexp2'>`](autogen_lower_listing.html#ufunc-logaddexp2)
* [7.8.1.159。 `<ufunc 'logical_and'>`](autogen_lower_listing.html#ufunc-logical-and)
* [7.8.1.160。 `<ufunc 'logical_not'>`](autogen_lower_listing.html#ufunc-logical-not)
* [7.8.1.161。 `<ufunc 'logical_or'>`](autogen_lower_listing.html#ufunc-logical-or)
* [7.8.1.162。 `<ufunc 'logical_xor'>`](autogen_lower_listing.html#ufunc-logical-xor)
* [7.8.1.163。 `<ufunc 'maximum'>`](autogen_lower_listing.html#ufunc-maximum)
* [7.8.1.164。 `<ufunc 'minimum'>`](autogen_lower_listing.html#ufunc-minimum)
* [7.8.1.165。 `<ufunc 'multiply'>`](autogen_lower_listing.html#ufunc-multiply)
* [7.8.1.166。 `<ufunc 'negative'>`](autogen_lower_listing.html#ufunc-negative)
* [7.8.1.167。 `<ufunc 'nextafter'>`](autogen_lower_listing.html#ufunc-nextafter)
* [7.8.1.168。 `<ufunc 'not_equal'>`](autogen_lower_listing.html#ufunc-not-equal)
* [7.8.1.169。 `<ufunc 'power'>`](autogen_lower_listing.html#ufunc-power)
* [7.8.1.170。 `<ufunc 'rad2deg'>`](autogen_lower_listing.html#ufunc-rad2deg)
* [7.8.1.171。 `<ufunc 'radians'>`](autogen_lower_listing.html#ufunc-radians)
* [7.8.1.172。 `<ufunc 'reciprocal'>`](autogen_lower_listing.html#ufunc-reciprocal)
* [7.8.1.173。 `<ufunc 'remainder'>`](autogen_lower_listing.html#ufunc-remainder)
* [7.8.1.174。 `<ufunc 'right_shift'>`](autogen_lower_listing.html#ufunc-right-shift)
* [7.8.1.175。 `<ufunc 'rint'>`](autogen_lower_listing.html#ufunc-rint)
* [7.8.1.176。 `<ufunc 'sign'>`](autogen_lower_listing.html#ufunc-sign)
* [7.8.1.177。 `<ufunc 'signbit'>`](autogen_lower_listing.html#ufunc-signbit)
* [7.8.1.178。 `<ufunc 'sin'>`](autogen_lower_listing.html#ufunc-sin)
* [7.8.1.179。 `<ufunc 'sinh'>`](autogen_lower_listing.html#ufunc-sinh)
* [7.8.1.180。 `<ufunc 'spacing'>`](autogen_lower_listing.html#ufunc-spacing)
* [7.8.1.181。 `<ufunc 'sqrt'>`](autogen_lower_listing.html#ufunc-sqrt)
* [7.8.1.182。 `<ufunc 'square'>`](autogen_lower_listing.html#ufunc-square)
* [7.8.1.183。 `<ufunc 'subtract'>`](autogen_lower_listing.html#ufunc-subtract)
* [7.8.1.184。 `<ufunc 'tan'>`](autogen_lower_listing.html#ufunc-tan)
* [7.8.1.185。 `<ufunc 'tanh'>`](autogen_lower_listing.html#ufunc-tanh)
* [7.8.1.186。 `<ufunc 'true_divide'>`](autogen_lower_listing.html#ufunc-true-divide)
* [7.8.1.187。 `<ufunc 'trunc'>`](autogen_lower_listing.html#ufunc-trunc)
* [7.8.1.188。 `_operator.add`](autogen_lower_listing.html#operator-add)
* [7.8.1.189。 `_operator.and_`](autogen_lower_listing.html#operator-and)
* [7.8.1.190。 `_operator.contains`](autogen_lower_listing.html#operator-contains)
* [7.8.1.191。 `_operator.delitem`](autogen_lower_listing.html#operator-delitem)
* [7.8.1.192。 `_operator.eq`](autogen_lower_listing.html#operator-eq)
* [7.8.1.193。 `_operator.floordiv`](autogen_lower_listing.html#operator-floordiv)
* [7.8.1.194。 `_operator.ge`](autogen_lower_listing.html#operator-ge)
* [7.8.1.195。 `_operator.getitem`](autogen_lower_listing.html#operator-getitem)
* [7.8.1.196。 `_operator.gt`](autogen_lower_listing.html#operator-gt)
* [7.8.1.197。 `_operator.iadd`](autogen_lower_listing.html#operator-iadd)
* [7.8.1.198。 `_operator.iand`](autogen_lower_listing.html#operator-iand)
* [7.8.1.199。 `_operator.ifloordiv`](autogen_lower_listing.html#operator-ifloordiv)
* [7.8.1.200。 `_operator.ilshift`](autogen_lower_listing.html#operator-ilshift)
* [7.8.1.201。 `_operator.imod`](autogen_lower_listing.html#operator-imod)
* [7.8.1.202。 `_operator.imul`](autogen_lower_listing.html#operator-imul)
* [7.8.1.203。 `_operator.invert`](autogen_lower_listing.html#operator-invert)
* [7.8.1.204。 `_operator.ior`](autogen_lower_listing.html#operator-ior)
* [7.8.1.205。 `_operator.ipow`](autogen_lower_listing.html#operator-ipow)
* [7.8.1.206。 `_operator.irshift`](autogen_lower_listing.html#operator-irshift)
* [7.8.1.207。 `_operator.is_`](autogen_lower_listing.html#operator-is)
* [7.8.1.208。 `_operator.is_not`](autogen_lower_listing.html#operator-is-not)
* [7.8.1.209。 `_operator.isub`](autogen_lower_listing.html#operator-isub)
* [7.8.1.210。 `_operator.itruediv`](autogen_lower_listing.html#operator-itruediv)
* [7.8.1.211。 `_operator.ixor`](autogen_lower_listing.html#operator-ixor)
* [7.8.1.212。 `_operator.le`](autogen_lower_listing.html#operator-le)
* [7.8.1.213。 `_operator.lshift`](autogen_lower_listing.html#operator-lshift)
* [7.8.1.214。 `_operator.lt`](autogen_lower_listing.html#operator-lt)
* [7.8.1.215。 `_operator.matmul`](autogen_lower_listing.html#operator-matmul)
* [7.8.1.216。 `_operator.mod`](autogen_lower_listing.html#operator-mod)
* [7.8.1.217。 `_operator.mul`](autogen_lower_listing.html#operator-mul)
* [7.8.1.218。 `_operator.ne`](autogen_lower_listing.html#operator-ne)
* [7.8.1.219。 `_operator.neg`](autogen_lower_listing.html#operator-neg)
* [7.8.1.220。 `_operator.not_`](autogen_lower_listing.html#operator-not)
* [7.8.1.221。 `_operator.or_`](autogen_lower_listing.html#operator-or)
* [7.8.1.222。 `_operator.pos`](autogen_lower_listing.html#operator-pos)
* [7.8.1.223。 `_operator.pow`](autogen_lower_listing.html#operator-pow)
* [7.8.1.224。 `_operator.rshift`](autogen_lower_listing.html#operator-rshift)
* [7.8.1.225。 `_operator.setitem`](autogen_lower_listing.html#operator-setitem)
* [7.8.1.226。 `_operator.sub`](autogen_lower_listing.html#operator-sub)
* [7.8.1.227。 `_operator.truediv`](autogen_lower_listing.html#operator-truediv)
* [7.8.1.228。 `_operator.xor`](autogen_lower_listing.html#operator-xor)
* [7.8.1.229。 `builtins.abs`](autogen_lower_listing.html#builtins-abs)
* [7.8.1.230。 `builtins.bool`](autogen_lower_listing.html#builtins-bool)
* [7.8.1.231。 `builtins.complex`](autogen_lower_listing.html#builtins-complex)
* [7.8.1.232。 `builtins.divmod`](autogen_lower_listing.html#builtins-divmod)
* [7.8.1.233。 `builtins.enumerate`](autogen_lower_listing.html#builtins-enumerate)
* [7.8.1.234。 `builtins.float`](autogen_lower_listing.html#builtins-float)
* [7.8.1.235。 `builtins.int`](autogen_lower_listing.html#builtins-int)
* [7.8.1.236。 `builtins.iter`](autogen_lower_listing.html#builtins-iter)
* [7.8.1.237。 `builtins.len`](autogen_lower_listing.html#builtins-len)
* [7.8.1.238。 `builtins.list`](autogen_lower_listing.html#builtins-list)
* [7.8.1.239。 `builtins.max`](autogen_lower_listing.html#builtins-max)
* [7.8.1.240。 `builtins.min`](autogen_lower_listing.html#builtins-min)
* [7.8.1.241。 `builtins.next`](autogen_lower_listing.html#builtins-next)
* [7.8.1.242。 `builtins.pow`](autogen_lower_listing.html#builtins-pow)
* [7.8.1.243。 `builtins.print`](autogen_lower_listing.html#builtins-print)
* [7.8.1.244。 `builtins.range`](autogen_lower_listing.html#builtins-range)
* [7.8.1.245。 `builtins.round`](autogen_lower_listing.html#builtins-round)
* [7.8.1.246。 `builtins.set`](autogen_lower_listing.html#builtins-set)
* [7.8.1.247。 `builtins.slice`](autogen_lower_listing.html#builtins-slice)
* [7.8.1.248。 `builtins.sorted`](autogen_lower_listing.html#builtins-sorted)
* [7.8.1.249。 `builtins.tuple`](autogen_lower_listing.html#builtins-tuple)
* [7.8.1.250。 `builtins.type`](autogen_lower_listing.html#builtins-type)
* [7.8.1.251。 `builtins.zip`](autogen_lower_listing.html#builtins-zip)
* [7.8.1.252。 `cmath.acos`](autogen_lower_listing.html#cmath-acos)
* [7.8.1.253。 `cmath.acosh`](autogen_lower_listing.html#cmath-acosh)
* [7.8.1.254。 `cmath.asin`](autogen_lower_listing.html#cmath-asin)
* [7.8.1.255。 `cmath.asinh`](autogen_lower_listing.html#cmath-asinh)
* [7.8.1.256。 `cmath.atan`](autogen_lower_listing.html#cmath-atan)
* [7.8.1.257。 `cmath.atanh`](autogen_lower_listing.html#cmath-atanh)
* [7.8.1.258。 `cmath.cos`](autogen_lower_listing.html#cmath-cos)
* [7.8.1.259。 `cmath.cosh`](autogen_lower_listing.html#cmath-cosh)
* [7.8.1.260。 `cmath.exp`](autogen_lower_listing.html#cmath-exp)
* [7.8.1.261。 `cmath.isfinite`](autogen_lower_listing.html#cmath-isfinite)
* [7.8.1.262。 `cmath.isinf`](autogen_lower_listing.html#cmath-isinf)
* [7.8.1.263。 `cmath.isnan`](autogen_lower_listing.html#cmath-isnan)
* [7.8.1.264。 `cmath.log`](autogen_lower_listing.html#cmath-log)
* [7.8.1.265。 `cmath.log10`](autogen_lower_listing.html#cmath-log10)
* [7.8.1.266。 `cmath.phase`](autogen_lower_listing.html#cmath-phase)
* [7.8.1.267。 `cmath.polar`](autogen_lower_listing.html#cmath-polar)
* [7.8.1.268。 `cmath.rect`](autogen_lower_listing.html#cmath-rect)
* [7.8.1.269。 `cmath.sin`](autogen_lower_listing.html#cmath-sin)
* [7.8.1.270。 `cmath.sinh`](autogen_lower_listing.html#cmath-sinh)
* [7.8.1.271。 `cmath.sqrt`](autogen_lower_listing.html#cmath-sqrt)
* [7.8.1.272。 `cmath.tan`](autogen_lower_listing.html#cmath-tan)
* [7.8.1.273。 `cmath.tanh`](autogen_lower_listing.html#cmath-tanh)
* [7.8.1.274。 `math.acos`](autogen_lower_listing.html#math-acos)
* [7.8.1.275。 `math.acosh`](autogen_lower_listing.html#math-acosh)
* [7.8.1.276。 `math.asin`](autogen_lower_listing.html#math-asin)
* [7.8.1.277。 `math.asinh`](autogen_lower_listing.html#math-asinh)
* [7.8.1.278。 `math.atan`](autogen_lower_listing.html#math-atan)
* [7.8.1.279。 `math.atan2`](autogen_lower_listing.html#math-atan2)
* [7.8.1.280。 `math.atanh`](autogen_lower_listing.html#math-atanh)
* [7.8.1.281。 `math.ceil`](autogen_lower_listing.html#math-ceil)
* [7.8.1.282。 `math.copysign`](autogen_lower_listing.html#math-copysign)
* [7.8.1.283。 `math.cos`](autogen_lower_listing.html#math-cos)
* [7.8.1.284。 `math.cosh`](autogen_lower_listing.html#math-cosh)
* [7.8.1.285。 `math.degrees`](autogen_lower_listing.html#math-degrees)
* [7.8.1.286。 `math.erf`](autogen_lower_listing.html#math-erf)
* [7.8.1.287。 `math.erfc`](autogen_lower_listing.html#math-erfc)
* [7.8.1.288。 `math.exp`](autogen_lower_listing.html#math-exp)
* [7.8.1.289。 `math.expm1`](autogen_lower_listing.html#math-expm1)
* [7.8.1.290。 `math.fabs`](autogen_lower_listing.html#math-fabs)
* [7.8.1.291。 `math.floor`](autogen_lower_listing.html#math-floor)
* [7.8.1.292。 `math.frexp`](autogen_lower_listing.html#math-frexp)
* [7.8.1.293。 `math.gamma`](autogen_lower_listing.html#math-gamma)
* [7.8.1.294。 `math.hypot`](autogen_lower_listing.html#math-hypot)
* [7.8.1.295。 `math.isfinite`](autogen_lower_listing.html#math-isfinite)
* [7.8.1.296。 `math.isinf`](autogen_lower_listing.html#math-isinf)
* [7.8.1.297。 `math.isnan`](autogen_lower_listing.html#math-isnan)
* [7.8.1.298。 `math.ldexp`](autogen_lower_listing.html#math-ldexp)
* [7.8.1.299。 `math.lgamma`](autogen_lower_listing.html#math-lgamma)
* [7.8.1.300。 `math.log`](autogen_lower_listing.html#math-log)
* [7.8.1.301。 `math.log10`](autogen_lower_listing.html#math-log10)
* [7.8.1.302。 `math.log1p`](autogen_lower_listing.html#math-log1p)
* [7.8.1.303。 `math.log2`](autogen_lower_listing.html#math-log2)
* [7.8.1.304。 `math.pow`](autogen_lower_listing.html#math-pow)
* [7.8.1.305。 `math.radians`](autogen_lower_listing.html#math-radians)
* [7.8.1.306。 `math.sin`](autogen_lower_listing.html#math-sin)
* [7.8.1.307。 `math.sinh`](autogen_lower_listing.html#math-sinh)
* [7.8.1.308。 `math.sqrt`](autogen_lower_listing.html#math-sqrt)
* [7.8.1.309。 `math.tan`](autogen_lower_listing.html#math-tan)
* [7.8.1.310。 `math.tanh`](autogen_lower_listing.html#math-tanh)
* [7.8.1.311。 `math.trunc`](autogen_lower_listing.html#math-trunc)
* [7.8.1.312。 `numba.numpy_support.carray`](autogen_lower_listing.html#numba-numpy-support-carray)
* [7.8.1.313。 `numba.numpy_support.farray`](autogen_lower_listing.html#numba-numpy-support-farray)
* [7.8.1.314。 `numba.parfor.internal_prange`](autogen_lower_listing.html#numba-parfor-internal-prange)
* [7.8.1.315。 `numba.special.pndindex`](autogen_lower_listing.html#numba-special-pndindex)
* [7.8.1.316。 `numba.special.prange`](autogen_lower_listing.html#numba-special-prange)
* [7.8.1.317。 `numba.stencil.stencil`](autogen_lower_listing.html#numba-stencil-stencil)
* [7.8.1.318。 `numba.targets.arrayobj.reshape_unchecked`](autogen_lower_listing.html#numba-targets-arrayobj-reshape-unchecked)
* [7.8.1.319。 `numba.targets.builtins.get_type_max_value`](autogen_lower_listing.html#numba-targets-builtins-get-type-max-value)
* [7.8.1.320。 `numba.targets.builtins.get_type_min_value`](autogen_lower_listing.html#numba-targets-builtins-get-type-min-value)
* [7.8.1.321。 `numba.types.abstract.TypeRef`](autogen_lower_listing.html#numba-types-abstract-typeref)
* [7.8.1.322。 `numba.types.functions.NamedTupleClass`](autogen_lower_listing.html#numba-types-functions-namedtupleclass)
* [7.8.1.323。 `numba.types.functions.NumberClass`](autogen_lower_listing.html#numba-types-functions-numberclass)
* [7.8.1.324。 `numba.typing.builtins.IndexValue`](autogen_lower_listing.html#numba-typing-builtins-indexvalue)
* [7.8.1.325。 `numpy.amax`](autogen_lower_listing.html#numpy-amax)
* [7.8.1.326。 `numpy.amin`](autogen_lower_listing.html#numpy-amin)
* [7.8.1.327。 `numpy.angle`](autogen_lower_listing.html#numpy-angle)
* [7.8.1.328。 `numpy.arange`](autogen_lower_listing.html#numpy-arange)
* [7.8.1.329。 `numpy.argmax`](autogen_lower_listing.html#numpy-argmax)
* [7.8.1.330。 `numpy.argmin`](autogen_lower_listing.html#numpy-argmin)
* [7.8.1.331。 `numpy.argsort`](autogen_lower_listing.html#numpy-argsort)
* [7.8.1.332。 `numpy.array`](autogen_lower_listing.html#numpy-array)
* [7.8.1.333。 `numpy.ascontiguousarray`](autogen_lower_listing.html#numpy-ascontiguousarray)
* [7.8.1.334。 `numpy.asfortranarray`](autogen_lower_listing.html#numpy-asfortranarray)
* [7.8.1.335。 `numpy.atleast_1d`](autogen_lower_listing.html#numpy-atleast-1d)
* [7.8.1.336。 `numpy.atleast_2d`](autogen_lower_listing.html#numpy-atleast-2d)
* [7.8.1.337。 `numpy.atleast_3d`](autogen_lower_listing.html#numpy-atleast-3d)
* [7.8.1.338。 `numpy.column_stack`](autogen_lower_listing.html#numpy-column-stack)
* [7.8.1.339。 `numpy.concatenate`](autogen_lower_listing.html#numpy-concatenate)
* [7.8.1.340。 `numpy.copy`](autogen_lower_listing.html#numpy-copy)
* [7.8.1.341。 `numpy.cumprod`](autogen_lower_listing.html#numpy-cumprod)
* [7.8.1.342。 `numpy.cumsum`](autogen_lower_listing.html#numpy-cumsum)
* [7.8.1.343。 `numpy.diag`](autogen_lower_listing.html#numpy-diag)
* [7.8.1.344。 `numpy.dot`](autogen_lower_listing.html#numpy-dot)
* [7.8.1.345。 `numpy.dstack`](autogen_lower_listing.html#numpy-dstack)
* [7.8.1.346。 `numpy.empty`](autogen_lower_listing.html#numpy-empty)
* [7.8.1.347。 `numpy.empty_like`](autogen_lower_listing.html#numpy-empty-like)
* [7.8.1.348。 `numpy.expand_dims`](autogen_lower_listing.html#numpy-expand-dims)
* [7.8.1.349。 `numpy.frombuffer`](autogen_lower_listing.html#numpy-frombuffer)
* [7.8.1.350。 `numpy.full`](autogen_lower_listing.html#numpy-full)
* [7.8.1.351。 `numpy.full_like`](autogen_lower_listing.html#numpy-full-like)
* [7.8.1.352。 `numpy.hstack`](autogen_lower_listing.html#numpy-hstack)
* [7.8.1.353。 `numpy.identity`](autogen_lower_listing.html#numpy-identity)
* [7.8.1.354。 `numpy.linspace`](autogen_lower_listing.html#numpy-linspace)
* [7.8.1.355。 `numpy.mean`](autogen_lower_listing.html#numpy-mean)
* [7.8.1.356。 `numpy.ndenumerate`](autogen_lower_listing.html#numpy-ndenumerate)
* [7.8.1.357。 `numpy.ndindex`](autogen_lower_listing.html#numpy-ndindex)
* [7.8.1.358。 `numpy.nditer`](autogen_lower_listing.html#numpy-nditer)
* [7.8.1.359。 `numpy.nonzero`](autogen_lower_listing.html#numpy-nonzero)
* [7.8.1.360。 `numpy.ones`](autogen_lower_listing.html#numpy-ones)
* [7.8.1.361。 `numpy.ones_like`](autogen_lower_listing.html#numpy-ones-like)
* [7.8.1.362。 `numpy.prod`](autogen_lower_listing.html#numpy-prod)
* [7.8.1.363。 `numpy.ravel`](autogen_lower_listing.html#numpy-ravel)
* [7.8.1.364。 `numpy.round_`](autogen_lower_listing.html#numpy-round)
* [7.8.1.365。 `numpy.sinc`](autogen_lower_listing.html#numpy-sinc)
* [7.8.1.366。 `numpy.sort`](autogen_lower_listing.html#numpy-sort)
* [7.8.1.367。 `numpy.stack`](autogen_lower_listing.html#numpy-stack)
* [7.8.1.368。 `numpy.std`](autogen_lower_listing.html#numpy-std)
* [7.8.1.369。 `numpy.sum`](autogen_lower_listing.html#numpy-sum)
* [7.8.1.370。 `numpy.take`](autogen_lower_listing.html#numpy-take)
* [7.8.1.371。 `numpy.var`](autogen_lower_listing.html#numpy-var)
* [7.8.1.372。 `numpy.vdot`](autogen_lower_listing.html#numpy-vdot)
* [7.8.1.373。 `numpy.vstack`](autogen_lower_listing.html#numpy-vstack)
* [7.8.1.374。 `numpy.where`](autogen_lower_listing.html#numpy-where)
* [7.8.1.375。 `numpy.zeros`](autogen_lower_listing.html#numpy-zeros)
* [7.8.1.376。 `numpy.zeros_like`](autogen_lower_listing.html#numpy-zeros-like)
- 1. 用户手册
- 1.1。 Numba 的约 5 分钟指南
- 1.2。概述
- 1.3。安装
- 1.4。使用@jit 编译 Python 代码
- 1.5。使用@generated_jit 进行灵活的专业化
- 1.6。创建 Numpy 通用函数
- 1.7。用@jitclass 编译 python 类
- 1.8。使用@cfunc 创建 C 回调
- 1.9。提前编译代码
- 1.10。使用@jit 自动并行化
- 1.11。使用@stencil装饰器
- 1.12。从 JIT 代码 中回调到 Python 解释器
- 1.13。性能提示
- 1.14。线程层
- 1.15。故障排除和提示
- 1.16。常见问题
- 1.17。示例
- 1.18。会谈和教程
- 2. 参考手册
- 2.1。类型和签名
- 2.2。即时编译
- 2.3。提前编译
- 2.4。公用事业
- 2.5。环境变量
- 2.6。支持的 Python 功能
- 2.7。支持的 NumPy 功能
- 2.8。与 Python 语义的偏差
- 2.9。浮点陷阱
- 2.10。 Python 2.7 寿命终止计划
- 3. 用于 CUDA GPU 的 Numba
- 3.1。概述
- 3.2。编写 CUDA 内核
- 3.3。内存管理
- 3.4。编写设备功能
- 3.5。 CUDA Python 中支持的 Python 功能
- 3.6。支持的原子操作
- 3.7。随机数生成
- 3.8。设备管理
- 3.10。示例
- 3.11。使用 CUDA 模拟器 调试 CUDA Python
- 3.12。 GPU 减少
- 3.13。 CUDA Ufuncs 和广义 Ufuncs
- 3.14。共享 CUDA 内存
- 3.15。 CUDA 阵列接口
- 3.16。 CUDA 常见问题
- 4. CUDA Python 参考
- 4.1。 CUDA 主机 API
- 4.2。 CUDA 内核 API
- 4.3。内存管理
- 5. 用于 AMD ROC GPU 的 Numba
- 5.1。概述
- 5.2。编写 HSA 内核
- 5.3。内存管理
- 5.4。编写设备功能
- 5.5。支持的原子操作
- 5.6。代理商
- 5.7。 ROC Ufuncs 和广义 Ufuncs
- 5.8。示例
- 6. 扩展 Numba
- 6.1。高级扩展 API
- 6.2。低级扩展 API
- 6.3。示例:间隔类型
- 7. 开发者手册
- 7.1。贡献给 Numba
- 7.2。 Numba 建筑
- 7.3。多态调度
- 7.4。关于发电机的注意事项
- 7.5。关于 Numba Runtime 的注意事项
- 7.6。使用 Numba Rewrite Pass 获得乐趣和优化
- 7.7。实时变量分析
- 7.8。上市
- 7.9。模板注释
- 7.10。关于自定义管道的注意事项
- 7.11。环境对象
- 7.12。哈希 的注意事项
- 7.13。 Numba 项目路线图
- 8. Numba 增强建议
- 9. 术语表