From 70bf9236553f155e100f5ab9f3ba1072796ab8a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 26 Jul 2024 08:54:18 +0000 Subject: [PATCH] Rework implementation of `dpnp.deg2rad` and `dpnp.radians` functions (#1943) * Add implementation of dpnp.radians() and dpnp.deg2rad() * Add more tests * Applied comments to fix typo in comment e33a82bd643266b8fad686e13c7b7bc32fbfe0f2 --- .buildinfo | 2 +- _modules/dpnp/dpnp_array.html | 6 +- _modules/dpnp/dpnp_flatiter.html | 6 +- _modules/dpnp/dpnp_iface.html | 6 +- _modules/dpnp/dpnp_iface_arraycreation.html | 6 +- _modules/dpnp/dpnp_iface_counting.html | 6 +- _modules/dpnp/dpnp_iface_histograms.html | 6 +- _modules/dpnp/dpnp_iface_indexing.html | 6 +- _modules/dpnp/dpnp_iface_libmath.html | 6 +- _modules/dpnp/dpnp_iface_linearalgebra.html | 6 +- _modules/dpnp/dpnp_iface_logic.html | 6 +- _modules/dpnp/dpnp_iface_manipulation.html | 6 +- _modules/dpnp/dpnp_iface_mathematical.html | 6 +- _modules/dpnp/dpnp_iface_nanfunctions.html | 6 +- _modules/dpnp/dpnp_iface_searching.html | 6 +- _modules/dpnp/dpnp_iface_sorting.html | 6 +- _modules/dpnp/dpnp_iface_statistics.html | 6 +- _modules/dpnp/dpnp_iface_trigonometric.html | 146 ++++++--- _modules/dpnp/dpnp_iface_types.html | 6 +- _modules/dpnp/fft/dpnp_iface_fft.html | 6 +- _modules/dpnp/linalg/dpnp_iface_linalg.html | 6 +- _modules/dpnp/random/dpnp_iface_random.html | 6 +- _modules/dpnp/random/dpnp_random_state.html | 6 +- _modules/index.html | 6 +- _sources/reference/ufunc.rst.txt | 4 + _static/documentation_options.js | 2 +- backend_doc/annotated.html | 2 + backend_doc/annotated_dup.js | 3 + backend_doc/classes.html | 2 +- .../dir_2dc4cca66e7325a4fed455b9bcd79a3e.html | 2 + .../dir_2dc4cca66e7325a4fed455b9bcd79a3e.js | 3 +- .../dir_4f4d020a650a668743abea55668e1676.html | 2 + .../dir_4f4d020a650a668743abea55668e1676.js | 3 +- backend_doc/dpnp__fptr_8hpp_source.html | 2 +- ...np__gen__1arg__2type__tbl_8hpp_source.html | 16 +- .../dpnp__iface__fptr_8hpp_source.html | 284 ++++++++-------- backend_doc/dpnp__utils_8hpp_source.html | 2 +- ...twise__functions_2radians_8hpp_source.html | 146 +++++++++ backend_doc/files.html | 2 + .../group___b_a_c_k_e_n_d___a_p_i.html | 126 ------- backend_doc/group___b_a_c_k_e_n_d___a_p_i.js | 1 - ...a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html | 128 ++++---- ...b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.js | 2 - backend_doc/hierarchy.html | 41 +-- backend_doc/hierarchy.js | 1 + backend_doc/inherit_graph_77.map | 2 +- backend_doc/inherit_graph_77.md5 | 2 +- backend_doc/inherit_graph_77.png | Bin 1745 -> 3790 bytes backend_doc/inherit_graph_78.map | 2 +- backend_doc/inherit_graph_78.md5 | 2 +- backend_doc/inherit_graph_78.png | Bin 2961 -> 1745 bytes backend_doc/inherit_graph_79.map | 2 +- backend_doc/inherit_graph_79.md5 | 2 +- backend_doc/inherit_graph_79.png | Bin 1992 -> 2961 bytes backend_doc/inherit_graph_80.map | 2 +- backend_doc/inherit_graph_80.md5 | 2 +- backend_doc/inherit_graph_80.png | Bin 3149 -> 1992 bytes backend_doc/inherit_graph_81.map | 2 +- backend_doc/inherit_graph_81.md5 | 2 +- backend_doc/inherit_graph_81.png | Bin 1660 -> 3149 bytes backend_doc/inherit_graph_82.map | 6 +- backend_doc/inherit_graph_82.md5 | 2 +- backend_doc/inherit_graph_82.png | Bin 6266 -> 1660 bytes backend_doc/inherit_graph_83.map | 6 +- backend_doc/inherit_graph_83.md5 | 2 +- backend_doc/inherit_graph_83.png | Bin 2450 -> 6266 bytes backend_doc/inherit_graph_84.map | 4 +- backend_doc/inherit_graph_84.md5 | 2 +- backend_doc/inherit_graph_84.png | Bin 3983 -> 2450 bytes backend_doc/inherit_graph_85.map | 4 +- backend_doc/inherit_graph_85.md5 | 2 +- backend_doc/inherit_graph_85.png | Bin 1791 -> 3983 bytes backend_doc/inherit_graph_86.map | 4 +- backend_doc/inherit_graph_86.md5 | 2 +- backend_doc/inherit_graph_86.png | Bin 3540 -> 1791 bytes backend_doc/inherit_graph_87.map | 6 +- backend_doc/inherit_graph_87.md5 | 2 +- backend_doc/inherit_graph_87.png | Bin 3397 -> 3540 bytes backend_doc/inherit_graph_88.map | 6 +- backend_doc/inherit_graph_88.md5 | 2 +- backend_doc/inherit_graph_88.png | Bin 5537 -> 3397 bytes backend_doc/inherit_graph_89.map | 6 +- backend_doc/inherit_graph_89.md5 | 2 +- backend_doc/inherit_graph_89.png | Bin 4432 -> 5537 bytes backend_doc/inherit_graph_90.map | 4 +- backend_doc/inherit_graph_90.md5 | 2 +- backend_doc/inherit_graph_90.png | Bin 4803 -> 4432 bytes backend_doc/inherits.html | 31 +- ...mentwise__functions_2fabs_8hpp_source.html | 2 +- ...twise__functions_2radians_8hpp_source.html | 169 ++++++++++ backend_doc/navtreedata.js | 2 +- backend_doc/navtreeindex0.js | 168 +++++----- backend_doc/navtreeindex1.js | 28 +- backend_doc/search/all_3.js | 307 +++++++++--------- backend_doc/search/all_d.js | 13 +- backend_doc/search/classes_d.js | 5 +- backend_doc/search/enumvalues_0.js | 174 +++++----- backend_doc/search/functions_1.js | 89 +++-- backend_doc/struct_d_p_n_p_func_data.html | 16 +- ..._1radians_1_1_radians_functor-members.html | 113 +++++++ ...ernels_1_1radians_1_1_radians_functor.html | 253 +++++++++++++++ dpctl.html | 6 +- dpnp_backend_api.html | 6 +- genindex.html | 6 +- index.html | 6 +- objects.inv | Bin 10213 -> 10213 bytes overview.html | 6 +- py-modindex.html | 6 +- quick_start_guide.html | 6 +- reference/binary.html | 6 +- reference/comparison.html | 8 +- reference/creation.html | 6 +- reference/dtype.html | 6 +- reference/dtypes_table.html | 6 +- reference/fft.html | 6 +- reference/generated/dpnp.abs.html | 6 +- reference/generated/dpnp.absolute.html | 6 +- reference/generated/dpnp.add.html | 6 +- reference/generated/dpnp.all.html | 6 +- reference/generated/dpnp.allclose.html | 6 +- reference/generated/dpnp.amax.html | 6 +- reference/generated/dpnp.amin.html | 6 +- reference/generated/dpnp.angle.html | 6 +- reference/generated/dpnp.any.html | 6 +- reference/generated/dpnp.arange.html | 6 +- reference/generated/dpnp.arccos.html | 6 +- reference/generated/dpnp.arccosh.html | 6 +- reference/generated/dpnp.arcsin.html | 6 +- reference/generated/dpnp.arcsinh.html | 6 +- reference/generated/dpnp.arctan.html | 6 +- reference/generated/dpnp.arctan2.html | 6 +- reference/generated/dpnp.arctanh.html | 10 +- reference/generated/dpnp.argmax.html | 6 +- reference/generated/dpnp.argmin.html | 6 +- reference/generated/dpnp.argsort.html | 6 +- reference/generated/dpnp.around.html | 6 +- reference/generated/dpnp.array.html | 6 +- reference/generated/dpnp.array_equal.html | 6 +- reference/generated/dpnp.asanyarray.html | 6 +- reference/generated/dpnp.asarray.html | 6 +- .../generated/dpnp.ascontiguousarray.html | 6 +- reference/generated/dpnp.asfarray.html | 6 +- reference/generated/dpnp.asfortranarray.html | 6 +- reference/generated/dpnp.asnumpy.html | 6 +- reference/generated/dpnp.astype.html | 6 +- reference/generated/dpnp.atleast_1d.html | 6 +- reference/generated/dpnp.atleast_2d.html | 6 +- reference/generated/dpnp.atleast_3d.html | 6 +- reference/generated/dpnp.average.html | 6 +- reference/generated/dpnp.bincount.html | 6 +- reference/generated/dpnp.bitwise_and.html | 6 +- reference/generated/dpnp.bitwise_not.html | 6 +- reference/generated/dpnp.bitwise_or.html | 6 +- reference/generated/dpnp.bitwise_xor.html | 6 +- .../generated/dpnp.broadcast_arrays.html | 6 +- reference/generated/dpnp.broadcast_to.html | 6 +- reference/generated/dpnp.can_cast.html | 6 +- reference/generated/dpnp.cbrt.html | 6 +- reference/generated/dpnp.ceil.html | 6 +- reference/generated/dpnp.choose.html | 6 +- reference/generated/dpnp.clip.html | 6 +- reference/generated/dpnp.column_stack.html | 6 +- reference/generated/dpnp.concatenate.html | 6 +- reference/generated/dpnp.conj.html | 6 +- reference/generated/dpnp.conjugate.html | 6 +- reference/generated/dpnp.convolve.html | 6 +- reference/generated/dpnp.copy.html | 6 +- reference/generated/dpnp.copysign.html | 6 +- reference/generated/dpnp.copyto.html | 6 +- reference/generated/dpnp.correlate.html | 6 +- reference/generated/dpnp.cos.html | 6 +- reference/generated/dpnp.cosh.html | 6 +- reference/generated/dpnp.count_nonzero.html | 6 +- reference/generated/dpnp.cov.html | 6 +- reference/generated/dpnp.cross.html | 6 +- reference/generated/dpnp.cumlogsumexp.html | 6 +- reference/generated/dpnp.cumprod.html | 6 +- reference/generated/dpnp.cumsum.html | 6 +- reference/generated/dpnp.deg2rad.html | 46 ++- reference/generated/dpnp.degrees.html | 47 +-- reference/generated/dpnp.diag.html | 6 +- reference/generated/dpnp.diag_indices.html | 6 +- .../generated/dpnp.diag_indices_from.html | 6 +- reference/generated/dpnp.diagflat.html | 6 +- reference/generated/dpnp.diagonal.html | 6 +- reference/generated/dpnp.diff.html | 6 +- reference/generated/dpnp.digitize.html | 6 +- reference/generated/dpnp.divide.html | 6 +- reference/generated/dpnp.dot.html | 6 +- .../generated/dpnp.dpnp_array.dpnp_array.html | 6 +- reference/generated/dpnp.dstack.html | 6 +- reference/generated/dpnp.dtype.html | 6 +- reference/generated/dpnp.ediff1d.html | 6 +- reference/generated/dpnp.einsum.html | 6 +- reference/generated/dpnp.einsum_path.html | 6 +- reference/generated/dpnp.empty.html | 6 +- reference/generated/dpnp.empty_like.html | 6 +- reference/generated/dpnp.equal.html | 6 +- reference/generated/dpnp.erf.html | 6 +- reference/generated/dpnp.exp.html | 6 +- reference/generated/dpnp.exp2.html | 6 +- reference/generated/dpnp.expand_dims.html | 6 +- reference/generated/dpnp.expm1.html | 6 +- reference/generated/dpnp.extract.html | 6 +- reference/generated/dpnp.eye.html | 6 +- reference/generated/dpnp.fabs.html | 6 +- reference/generated/dpnp.fft.fft.html | 6 +- reference/generated/dpnp.fft.fft2.html | 6 +- reference/generated/dpnp.fft.fftfreq.html | 6 +- reference/generated/dpnp.fft.fftn.html | 6 +- reference/generated/dpnp.fft.fftshift.html | 6 +- reference/generated/dpnp.fft.hfft.html | 6 +- reference/generated/dpnp.fft.ifft.html | 6 +- reference/generated/dpnp.fft.ifft2.html | 6 +- reference/generated/dpnp.fft.ifftn.html | 6 +- reference/generated/dpnp.fft.ifftshift.html | 6 +- reference/generated/dpnp.fft.ihfft.html | 6 +- reference/generated/dpnp.fft.irfft.html | 6 +- reference/generated/dpnp.fft.irfft2.html | 6 +- reference/generated/dpnp.fft.irfftn.html | 6 +- reference/generated/dpnp.fft.rfft.html | 6 +- reference/generated/dpnp.fft.rfft2.html | 6 +- reference/generated/dpnp.fft.rfftfreq.html | 6 +- reference/generated/dpnp.fft.rfftn.html | 6 +- reference/generated/dpnp.fill_diagonal.html | 6 +- reference/generated/dpnp.finfo.html | 6 +- reference/generated/dpnp.flatiter.html | 6 +- reference/generated/dpnp.flip.html | 6 +- reference/generated/dpnp.fliplr.html | 6 +- reference/generated/dpnp.flipud.html | 6 +- reference/generated/dpnp.floor.html | 6 +- reference/generated/dpnp.floor_divide.html | 6 +- reference/generated/dpnp.fmax.html | 6 +- reference/generated/dpnp.fmin.html | 6 +- reference/generated/dpnp.fmod.html | 6 +- reference/generated/dpnp.from_dlpack.html | 6 +- reference/generated/dpnp.frombuffer.html | 6 +- reference/generated/dpnp.fromfile.html | 6 +- reference/generated/dpnp.fromfunction.html | 6 +- reference/generated/dpnp.fromiter.html | 6 +- reference/generated/dpnp.fromstring.html | 6 +- reference/generated/dpnp.full.html | 6 +- reference/generated/dpnp.full_like.html | 6 +- reference/generated/dpnp.geomspace.html | 6 +- reference/generated/dpnp.get_include.html | 6 +- reference/generated/dpnp.gradient.html | 6 +- reference/generated/dpnp.greater.html | 6 +- reference/generated/dpnp.greater_equal.html | 6 +- reference/generated/dpnp.histogram.html | 6 +- .../generated/dpnp.histogram_bin_edges.html | 6 +- reference/generated/dpnp.hstack.html | 6 +- reference/generated/dpnp.hypot.html | 6 +- reference/generated/dpnp.identity.html | 6 +- reference/generated/dpnp.iinfo.html | 6 +- reference/generated/dpnp.imag.html | 6 +- reference/generated/dpnp.indices.html | 6 +- reference/generated/dpnp.inner.html | 6 +- reference/generated/dpnp.invert.html | 6 +- reference/generated/dpnp.isclose.html | 6 +- reference/generated/dpnp.iscomplex.html | 6 +- reference/generated/dpnp.iscomplexobj.html | 6 +- reference/generated/dpnp.isfinite.html | 6 +- reference/generated/dpnp.isinf.html | 6 +- reference/generated/dpnp.isnan.html | 6 +- reference/generated/dpnp.isneginf.html | 6 +- reference/generated/dpnp.isposinf.html | 6 +- reference/generated/dpnp.isreal.html | 6 +- reference/generated/dpnp.isrealobj.html | 6 +- reference/generated/dpnp.isscalar.html | 6 +- reference/generated/dpnp.issubdtype.html | 6 +- reference/generated/dpnp.issubsctype.html | 6 +- reference/generated/dpnp.kron.html | 6 +- reference/generated/dpnp.left_shift.html | 6 +- reference/generated/dpnp.less.html | 6 +- reference/generated/dpnp.less_equal.html | 6 +- reference/generated/dpnp.linalg.cholesky.html | 6 +- reference/generated/dpnp.linalg.cond.html | 6 +- reference/generated/dpnp.linalg.det.html | 6 +- reference/generated/dpnp.linalg.eig.html | 6 +- reference/generated/dpnp.linalg.eigh.html | 6 +- reference/generated/dpnp.linalg.eigvals.html | 6 +- reference/generated/dpnp.linalg.eigvalsh.html | 6 +- reference/generated/dpnp.linalg.inv.html | 6 +- reference/generated/dpnp.linalg.lstsq.html | 6 +- .../generated/dpnp.linalg.matrix_power.html | 6 +- .../generated/dpnp.linalg.matrix_rank.html | 6 +- .../generated/dpnp.linalg.multi_dot.html | 6 +- reference/generated/dpnp.linalg.norm.html | 6 +- reference/generated/dpnp.linalg.pinv.html | 6 +- reference/generated/dpnp.linalg.qr.html | 6 +- reference/generated/dpnp.linalg.slogdet.html | 6 +- reference/generated/dpnp.linalg.solve.html | 6 +- reference/generated/dpnp.linalg.svd.html | 6 +- .../generated/dpnp.linalg.tensorinv.html | 6 +- .../generated/dpnp.linalg.tensorsolve.html | 6 +- reference/generated/dpnp.linspace.html | 6 +- reference/generated/dpnp.loadtxt.html | 6 +- reference/generated/dpnp.log.html | 6 +- reference/generated/dpnp.log10.html | 6 +- reference/generated/dpnp.log1p.html | 6 +- reference/generated/dpnp.log2.html | 6 +- reference/generated/dpnp.logaddexp.html | 6 +- reference/generated/dpnp.logical_and.html | 6 +- reference/generated/dpnp.logical_not.html | 6 +- reference/generated/dpnp.logical_or.html | 6 +- reference/generated/dpnp.logical_xor.html | 6 +- reference/generated/dpnp.logspace.html | 6 +- reference/generated/dpnp.logsumexp.html | 6 +- reference/generated/dpnp.mask_indices.html | 6 +- reference/generated/dpnp.matmul.html | 6 +- reference/generated/dpnp.max.html | 6 +- reference/generated/dpnp.maximum.html | 6 +- reference/generated/dpnp.mean.html | 6 +- reference/generated/dpnp.median.html | 6 +- reference/generated/dpnp.meshgrid.html | 6 +- reference/generated/dpnp.mgrid.html | 6 +- reference/generated/dpnp.min.html | 6 +- reference/generated/dpnp.minimum.html | 6 +- reference/generated/dpnp.mod.html | 6 +- reference/generated/dpnp.modf.html | 6 +- reference/generated/dpnp.moveaxis.html | 6 +- reference/generated/dpnp.multiply.html | 6 +- reference/generated/dpnp.nanargmax.html | 6 +- reference/generated/dpnp.nanargmin.html | 6 +- reference/generated/dpnp.nancumprod.html | 6 +- reference/generated/dpnp.nancumsum.html | 6 +- reference/generated/dpnp.nanmax.html | 6 +- reference/generated/dpnp.nanmean.html | 6 +- reference/generated/dpnp.nanmin.html | 6 +- reference/generated/dpnp.nanprod.html | 6 +- reference/generated/dpnp.nanstd.html | 6 +- reference/generated/dpnp.nansum.html | 6 +- reference/generated/dpnp.nanvar.html | 6 +- reference/generated/dpnp.ndarray.T.html | 6 +- reference/generated/dpnp.ndarray.__abs__.html | 6 +- reference/generated/dpnp.ndarray.__add__.html | 6 +- reference/generated/dpnp.ndarray.__and__.html | 6 +- .../generated/dpnp.ndarray.__bool__.html | 6 +- .../generated/dpnp.ndarray.__complex__.html | 6 +- .../generated/dpnp.ndarray.__copy__.html | 6 +- reference/generated/dpnp.ndarray.__eq__.html | 6 +- .../generated/dpnp.ndarray.__float__.html | 6 +- .../generated/dpnp.ndarray.__floordiv__.html | 6 +- reference/generated/dpnp.ndarray.__ge__.html | 6 +- .../generated/dpnp.ndarray.__getitem__.html | 6 +- reference/generated/dpnp.ndarray.__gt__.html | 6 +- .../generated/dpnp.ndarray.__iadd__.html | 6 +- .../generated/dpnp.ndarray.__iand__.html | 6 +- .../generated/dpnp.ndarray.__ifloordiv__.html | 6 +- .../generated/dpnp.ndarray.__ilshift__.html | 6 +- .../generated/dpnp.ndarray.__imod__.html | 6 +- .../generated/dpnp.ndarray.__imul__.html | 6 +- reference/generated/dpnp.ndarray.__int__.html | 6 +- .../generated/dpnp.ndarray.__invert__.html | 6 +- reference/generated/dpnp.ndarray.__ior__.html | 6 +- .../generated/dpnp.ndarray.__ipow__.html | 6 +- .../generated/dpnp.ndarray.__irshift__.html | 6 +- .../generated/dpnp.ndarray.__isub__.html | 6 +- .../generated/dpnp.ndarray.__itruediv__.html | 6 +- .../generated/dpnp.ndarray.__ixor__.html | 6 +- reference/generated/dpnp.ndarray.__le__.html | 6 +- reference/generated/dpnp.ndarray.__len__.html | 6 +- .../generated/dpnp.ndarray.__lshift__.html | 6 +- reference/generated/dpnp.ndarray.__lt__.html | 6 +- .../generated/dpnp.ndarray.__matmul__.html | 6 +- reference/generated/dpnp.ndarray.__mod__.html | 6 +- reference/generated/dpnp.ndarray.__mul__.html | 6 +- reference/generated/dpnp.ndarray.__ne__.html | 6 +- reference/generated/dpnp.ndarray.__neg__.html | 6 +- reference/generated/dpnp.ndarray.__new__.html | 6 +- reference/generated/dpnp.ndarray.__or__.html | 6 +- reference/generated/dpnp.ndarray.__pos__.html | 6 +- reference/generated/dpnp.ndarray.__pow__.html | 6 +- .../generated/dpnp.ndarray.__repr__.html | 6 +- .../generated/dpnp.ndarray.__rshift__.html | 6 +- .../generated/dpnp.ndarray.__setitem__.html | 6 +- reference/generated/dpnp.ndarray.__str__.html | 6 +- reference/generated/dpnp.ndarray.__sub__.html | 6 +- .../generated/dpnp.ndarray.__truediv__.html | 6 +- reference/generated/dpnp.ndarray.__xor__.html | 6 +- reference/generated/dpnp.ndarray.all.html | 6 +- reference/generated/dpnp.ndarray.any.html | 6 +- reference/generated/dpnp.ndarray.argmax.html | 6 +- reference/generated/dpnp.ndarray.argmin.html | 6 +- reference/generated/dpnp.ndarray.argsort.html | 6 +- reference/generated/dpnp.ndarray.astype.html | 6 +- reference/generated/dpnp.ndarray.choose.html | 6 +- reference/generated/dpnp.ndarray.clip.html | 6 +- reference/generated/dpnp.ndarray.conj.html | 6 +- .../generated/dpnp.ndarray.conjugate.html | 6 +- reference/generated/dpnp.ndarray.copy.html | 6 +- reference/generated/dpnp.ndarray.cumprod.html | 6 +- reference/generated/dpnp.ndarray.cumsum.html | 6 +- .../generated/dpnp.ndarray.diagonal.html | 6 +- reference/generated/dpnp.ndarray.dtype.html | 6 +- reference/generated/dpnp.ndarray.fill.html | 6 +- reference/generated/dpnp.ndarray.flags.html | 6 +- reference/generated/dpnp.ndarray.flat.html | 6 +- reference/generated/dpnp.ndarray.flatten.html | 6 +- reference/generated/dpnp.ndarray.html | 6 +- reference/generated/dpnp.ndarray.imag.html | 6 +- reference/generated/dpnp.ndarray.item.html | 6 +- .../generated/dpnp.ndarray.itemsize.html | 6 +- reference/generated/dpnp.ndarray.max.html | 6 +- reference/generated/dpnp.ndarray.mean.html | 6 +- reference/generated/dpnp.ndarray.min.html | 6 +- reference/generated/dpnp.ndarray.nbytes.html | 6 +- reference/generated/dpnp.ndarray.ndim.html | 6 +- reference/generated/dpnp.ndarray.nonzero.html | 6 +- .../generated/dpnp.ndarray.partition.html | 6 +- reference/generated/dpnp.ndarray.prod.html | 6 +- reference/generated/dpnp.ndarray.put.html | 6 +- reference/generated/dpnp.ndarray.ravel.html | 6 +- reference/generated/dpnp.ndarray.real.html | 6 +- reference/generated/dpnp.ndarray.repeat.html | 6 +- reference/generated/dpnp.ndarray.reshape.html | 6 +- reference/generated/dpnp.ndarray.round.html | 6 +- .../generated/dpnp.ndarray.searchsorted.html | 6 +- reference/generated/dpnp.ndarray.shape.html | 6 +- reference/generated/dpnp.ndarray.size.html | 6 +- reference/generated/dpnp.ndarray.sort.html | 6 +- reference/generated/dpnp.ndarray.squeeze.html | 6 +- reference/generated/dpnp.ndarray.std.html | 6 +- reference/generated/dpnp.ndarray.strides.html | 6 +- reference/generated/dpnp.ndarray.sum.html | 6 +- .../generated/dpnp.ndarray.swapaxes.html | 6 +- reference/generated/dpnp.ndarray.take.html | 6 +- reference/generated/dpnp.ndarray.trace.html | 6 +- .../generated/dpnp.ndarray.transpose.html | 6 +- reference/generated/dpnp.ndarray.var.html | 6 +- reference/generated/dpnp.negative.html | 6 +- reference/generated/dpnp.nextafter.html | 6 +- reference/generated/dpnp.nonzero.html | 6 +- reference/generated/dpnp.not_equal.html | 6 +- reference/generated/dpnp.ogrid.html | 6 +- reference/generated/dpnp.ones.html | 6 +- reference/generated/dpnp.ones_like.html | 6 +- reference/generated/dpnp.outer.html | 6 +- reference/generated/dpnp.partition.html | 6 +- reference/generated/dpnp.place.html | 6 +- reference/generated/dpnp.positive.html | 6 +- reference/generated/dpnp.power.html | 6 +- reference/generated/dpnp.prod.html | 6 +- reference/generated/dpnp.proj.html | 6 +- reference/generated/dpnp.ptp.html | 6 +- reference/generated/dpnp.put.html | 6 +- reference/generated/dpnp.put_along_axis.html | 6 +- reference/generated/dpnp.putmask.html | 6 +- reference/generated/dpnp.rad2deg.html | 6 +- reference/generated/dpnp.radians.html | 96 +++--- .../generated/dpnp.random.RandomState.html | 6 +- reference/generated/dpnp.random.beta.html | 6 +- reference/generated/dpnp.random.binomial.html | 6 +- reference/generated/dpnp.random.bytes.html | 6 +- .../generated/dpnp.random.chisquare.html | 6 +- reference/generated/dpnp.random.choice.html | 6 +- .../generated/dpnp.random.dirichlet.html | 6 +- .../generated/dpnp.random.exponential.html | 6 +- reference/generated/dpnp.random.f.html | 6 +- reference/generated/dpnp.random.gamma.html | 6 +- .../generated/dpnp.random.geometric.html | 6 +- reference/generated/dpnp.random.gumbel.html | 6 +- .../generated/dpnp.random.hypergeometric.html | 6 +- reference/generated/dpnp.random.laplace.html | 6 +- reference/generated/dpnp.random.logistic.html | 6 +- .../generated/dpnp.random.lognormal.html | 6 +- .../generated/dpnp.random.logseries.html | 6 +- .../generated/dpnp.random.multinomial.html | 6 +- .../dpnp.random.multivariate_normal.html | 6 +- .../dpnp.random.negative_binomial.html | 6 +- .../dpnp.random.noncentral_chisquare.html | 6 +- .../generated/dpnp.random.noncentral_f.html | 6 +- reference/generated/dpnp.random.normal.html | 6 +- reference/generated/dpnp.random.pareto.html | 6 +- .../generated/dpnp.random.permutation.html | 6 +- reference/generated/dpnp.random.poisson.html | 6 +- reference/generated/dpnp.random.power.html | 6 +- reference/generated/dpnp.random.rand.html | 6 +- reference/generated/dpnp.random.randint.html | 6 +- reference/generated/dpnp.random.randn.html | 6 +- reference/generated/dpnp.random.random.html | 6 +- .../dpnp.random.random_integers.html | 6 +- .../generated/dpnp.random.random_sample.html | 6 +- reference/generated/dpnp.random.ranf.html | 6 +- reference/generated/dpnp.random.rayleigh.html | 6 +- reference/generated/dpnp.random.sample.html | 6 +- reference/generated/dpnp.random.seed.html | 6 +- reference/generated/dpnp.random.shuffle.html | 6 +- .../dpnp.random.standard_cauchy.html | 6 +- .../dpnp.random.standard_exponential.html | 6 +- .../generated/dpnp.random.standard_gamma.html | 6 +- .../dpnp.random.standard_normal.html | 6 +- .../generated/dpnp.random.standard_t.html | 6 +- .../generated/dpnp.random.triangular.html | 6 +- reference/generated/dpnp.random.uniform.html | 6 +- reference/generated/dpnp.random.vonmises.html | 6 +- reference/generated/dpnp.random.wald.html | 6 +- reference/generated/dpnp.random.weibull.html | 6 +- reference/generated/dpnp.random.zipf.html | 6 +- reference/generated/dpnp.ravel.html | 6 +- reference/generated/dpnp.real.html | 6 +- reference/generated/dpnp.reciprocal.html | 6 +- reference/generated/dpnp.reduce_hypot.html | 6 +- reference/generated/dpnp.remainder.html | 6 +- reference/generated/dpnp.repeat.html | 6 +- reference/generated/dpnp.reshape.html | 6 +- reference/generated/dpnp.result_type.html | 6 +- reference/generated/dpnp.right_shift.html | 6 +- reference/generated/dpnp.rint.html | 6 +- reference/generated/dpnp.roll.html | 6 +- reference/generated/dpnp.rollaxis.html | 6 +- reference/generated/dpnp.round.html | 6 +- reference/generated/dpnp.row_stack.html | 6 +- reference/generated/dpnp.rsqrt.html | 6 +- reference/generated/dpnp.searchsorted.html | 6 +- reference/generated/dpnp.select.html | 6 +- reference/generated/dpnp.shape.html | 6 +- reference/generated/dpnp.sign.html | 6 +- reference/generated/dpnp.signbit.html | 6 +- reference/generated/dpnp.sin.html | 6 +- reference/generated/dpnp.sinh.html | 6 +- reference/generated/dpnp.sort.html | 6 +- reference/generated/dpnp.sort_complex.html | 6 +- reference/generated/dpnp.sqrt.html | 6 +- reference/generated/dpnp.square.html | 6 +- reference/generated/dpnp.squeeze.html | 6 +- reference/generated/dpnp.stack.html | 6 +- reference/generated/dpnp.std.html | 6 +- reference/generated/dpnp.subtract.html | 6 +- reference/generated/dpnp.sum.html | 6 +- reference/generated/dpnp.swapaxes.html | 6 +- reference/generated/dpnp.take.html | 6 +- reference/generated/dpnp.take_along_axis.html | 6 +- reference/generated/dpnp.tan.html | 6 +- reference/generated/dpnp.tanh.html | 6 +- reference/generated/dpnp.tensordot.html | 6 +- reference/generated/dpnp.tile.html | 6 +- reference/generated/dpnp.trace.html | 6 +- reference/generated/dpnp.transpose.html | 6 +- reference/generated/dpnp.trapz.html | 6 +- reference/generated/dpnp.tri.html | 6 +- reference/generated/dpnp.tril.html | 6 +- reference/generated/dpnp.tril_indices.html | 6 +- .../generated/dpnp.tril_indices_from.html | 6 +- reference/generated/dpnp.trim_zeros.html | 6 +- reference/generated/dpnp.triu.html | 6 +- reference/generated/dpnp.triu_indices.html | 6 +- .../generated/dpnp.triu_indices_from.html | 6 +- reference/generated/dpnp.true_divide.html | 6 +- reference/generated/dpnp.trunc.html | 6 +- reference/generated/dpnp.unique.html | 6 +- reference/generated/dpnp.unwrap.html | 10 +- reference/generated/dpnp.vander.html | 6 +- reference/generated/dpnp.var.html | 6 +- reference/generated/dpnp.vdot.html | 6 +- reference/generated/dpnp.vstack.html | 6 +- reference/generated/dpnp.where.html | 6 +- reference/generated/dpnp.zeros.html | 6 +- reference/generated/dpnp.zeros_like.html | 6 +- reference/index.html | 6 +- reference/indexing.html | 6 +- reference/linalg.html | 6 +- reference/logic.html | 6 +- reference/manipulation.html | 6 +- reference/math.html | 10 +- reference/misc.html | 6 +- reference/ndarray.html | 6 +- reference/pad.html | 6 +- reference/polynomials.html | 6 +- reference/random.html | 6 +- reference/routines.html | 6 +- reference/sorting.html | 6 +- reference/special.html | 6 +- reference/statistics.html | 6 +- reference/ufunc.html | 15 +- search.html | 6 +- searchindex.js | 2 +- 577 files changed, 3097 insertions(+), 2451 deletions(-) create mode 100644 backend_doc/extensions_2ufunc_2elementwise__functions_2radians_8hpp_source.html create mode 100644 backend_doc/kernels_2elementwise__functions_2radians_8hpp_source.html create mode 100644 backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor-members.html create mode 100644 backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html diff --git a/.buildinfo b/.buildinfo index e1d362ee61f..ef03952bc77 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 3c7054583993d96e556a58d4a7fd8531 +config: 780e84ee12a19a225d696d0ec2fcf66b tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_modules/dpnp/dpnp_array.html b/_modules/dpnp/dpnp_array.html index fc95a062073..b88bf6d6930 100644 --- a/_modules/dpnp/dpnp_array.html +++ b/_modules/dpnp/dpnp_array.html @@ -12,7 +12,7 @@ - dpnp.dpnp_array — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_array — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_flatiter.html b/_modules/dpnp/dpnp_flatiter.html index 7ea3df6bbc5..4253b4d7d20 100644 --- a/_modules/dpnp/dpnp_flatiter.html +++ b/_modules/dpnp/dpnp_flatiter.html @@ -12,7 +12,7 @@ - dpnp.dpnp_flatiter — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_flatiter — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface.html b/_modules/dpnp/dpnp_iface.html index d4f0d11eb8e..99c8f32d0d1 100644 --- a/_modules/dpnp/dpnp_iface.html +++ b/_modules/dpnp/dpnp_iface.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_arraycreation.html b/_modules/dpnp/dpnp_iface_arraycreation.html index 165831abae7..4043f4a7e94 100644 --- a/_modules/dpnp/dpnp_iface_arraycreation.html +++ b/_modules/dpnp/dpnp_iface_arraycreation.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_arraycreation — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_counting.html b/_modules/dpnp/dpnp_iface_counting.html index c17f5d48f90..73e036655d3 100644 --- a/_modules/dpnp/dpnp_iface_counting.html +++ b/_modules/dpnp/dpnp_iface_counting.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_counting — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_counting — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_histograms.html b/_modules/dpnp/dpnp_iface_histograms.html index 10be282bee8..ad06b271167 100644 --- a/_modules/dpnp/dpnp_iface_histograms.html +++ b/_modules/dpnp/dpnp_iface_histograms.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_histograms — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_histograms — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_indexing.html b/_modules/dpnp/dpnp_iface_indexing.html index 8069ec29b02..9d5783b6d61 100644 --- a/_modules/dpnp/dpnp_iface_indexing.html +++ b/_modules/dpnp/dpnp_iface_indexing.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_indexing — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_indexing — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_libmath.html b/_modules/dpnp/dpnp_iface_libmath.html index 3fdf36fbafa..6b956ae24b9 100644 --- a/_modules/dpnp/dpnp_iface_libmath.html +++ b/_modules/dpnp/dpnp_iface_libmath.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_libmath — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_libmath — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_linearalgebra.html b/_modules/dpnp/dpnp_iface_linearalgebra.html index f3c5b06c319..74a29750621 100644 --- a/_modules/dpnp/dpnp_iface_linearalgebra.html +++ b/_modules/dpnp/dpnp_iface_linearalgebra.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_linearalgebra — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_linearalgebra — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_logic.html b/_modules/dpnp/dpnp_iface_logic.html index 7530e62c9ab..09625a01483 100644 --- a/_modules/dpnp/dpnp_iface_logic.html +++ b/_modules/dpnp/dpnp_iface_logic.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_logic — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_logic — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_manipulation.html b/_modules/dpnp/dpnp_iface_manipulation.html index 2d4434d0897..d0fa8c01921 100644 --- a/_modules/dpnp/dpnp_iface_manipulation.html +++ b/_modules/dpnp/dpnp_iface_manipulation.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_manipulation — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_manipulation — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_mathematical.html b/_modules/dpnp/dpnp_iface_mathematical.html index 159c6b95d7b..e2b6c791f98 100644 --- a/_modules/dpnp/dpnp_iface_mathematical.html +++ b/_modules/dpnp/dpnp_iface_mathematical.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_mathematical — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_mathematical — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_nanfunctions.html b/_modules/dpnp/dpnp_iface_nanfunctions.html index f8d8388dd9a..6cb7f93ddcb 100644 --- a/_modules/dpnp/dpnp_iface_nanfunctions.html +++ b/_modules/dpnp/dpnp_iface_nanfunctions.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_nanfunctions — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_nanfunctions — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_searching.html b/_modules/dpnp/dpnp_iface_searching.html index 285971bb141..45ec9854a2a 100644 --- a/_modules/dpnp/dpnp_iface_searching.html +++ b/_modules/dpnp/dpnp_iface_searching.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_searching — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_searching — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_sorting.html b/_modules/dpnp/dpnp_iface_sorting.html index 11de49077dd..919485af80f 100644 --- a/_modules/dpnp/dpnp_iface_sorting.html +++ b/_modules/dpnp/dpnp_iface_sorting.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_sorting — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_sorting — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_statistics.html b/_modules/dpnp/dpnp_iface_statistics.html index f4f0720fd94..7d33aa1c189 100644 --- a/_modules/dpnp/dpnp_iface_statistics.html +++ b/_modules/dpnp/dpnp_iface_statistics.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_statistics — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_statistics — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/dpnp_iface_trigonometric.html b/_modules/dpnp/dpnp_iface_trigonometric.html index 495ca735107..3af2606f35e 100644 --- a/_modules/dpnp/dpnp_iface_trigonometric.html +++ b/_modules/dpnp/dpnp_iface_trigonometric.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_trigonometric — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_trigonometric — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
@@ -139,11 +139,11 @@

Source code for dpnp.dpnp_iface_trigonometric

import numpy import dpnp +import dpnp.backend.extensions.ufunc._ufunc_impl as ufi import dpnp.backend.extensions.vm._vm_impl as vmi from .dpnp_algo import ( dpnp_degrees, - dpnp_radians, dpnp_unwrap, ) from .dpnp_algo.dpnp_elementwise_common import DPNPBinaryFunc, DPNPUnaryFunc @@ -859,27 +859,59 @@

Source code for dpnp.dpnp_iface_trigonometric

-[docs] -def deg2rad(x1): - """ - Convert angles from degrees to radians. +_DEG2RAD_DOCSTRING = """ +Convert angles from degrees to radians. - For full documentation refer to :obj:`numpy.deg2rad`. +For full documentation refer to :obj:`numpy.deg2rad`. - See Also - -------- - :obj:`dpnp.rad2deg` : Convert angles from radians to degrees. - :obj:`dpnp.unwrap` : Remove large jumps in angle by wrapping. +Parameters +---------- +x : {dpnp.ndarray, usm_ndarray} + Angles in degrees. +out : {None, dpnp.ndarray, usm_ndarray}, optional + Output array to populate. + Array must have the correct shape and the expected data type. + Default: ``None``. +order : {"C", "F", "A", "K"}, optional + Memory layout of the newly output array, if parameter `out` is ``None``. + Default: ``"K"``. - Notes - ----- - This function works exactly the same as :obj:`dpnp.radians`. +Returns +------- +out : dpnp.ndarray + The corresponding angle in radians. The data type of the returned array is + determined by the Type Promotion Rules. - """ +Limitations +----------- +Parameters `where` and `subok` are supported with their default values. +Keyword argument `kwargs` is currently unsupported. +Otherwise ``NotImplementedError`` exception will be raised. + +See Also +-------- +:obj:`dpnp.rad2deg` : Convert angles from radians to degrees. +:obj:`dpnp.unwrap` : Remove large jumps in angle by wrapping. +:obj:`dpnp.radians` : Equivalent function. + +Notes +----- +:obj:`dpnp.deg2rad(x)` is ``x * pi / 180``. - return radians(x1)
+Examples +-------- +>>> import dpnp as np +>>> x = np.array(180) +>>> np.deg2rad(x) +array(3.14159265) +""" +deg2rad = DPNPUnaryFunc( + "deg2rad", + ufi._radians_result_type, + ufi._radians, + _DEG2RAD_DOCSTRING, +)
@@ -1749,41 +1781,63 @@

Source code for dpnp.dpnp_iface_trigonometric

-[docs] -def radians(x1, **kwargs): - """ - Convert angles from degrees to radians. +_RADIANS_DOCSTRING = """ +Convert angles from degrees to radians. - For full documentation refer to :obj:`numpy.radians`. +For full documentation refer to :obj:`numpy.radians`. - Limitations - ----------- - Input array is supported as :obj:`dpnp.ndarray`. - Input array data types are limited by supported DPNP :ref:`Data types`. +Parameters +---------- +x : {dpnp.ndarray, usm_ndarray} + Input array in degrees. +out : {None, dpnp.ndarray, usm_ndarray}, optional + Output array to populate. + Array must have the correct shape and the expected data type. + Default: ``None``. +order : {"C", "F", "A", "K"}, optional + Memory layout of the newly output array, if parameter `out` is ``None``. + Default: ``"K"``. - .. seealso:: :obj:`dpnp.deg2rad` equivalent function. +Returns +------- +out : dpnp.ndarray + The corresponding radian values. The data type of the returned array is + determined by the Type Promotion Rules. - Examples - -------- - >>> import dpnp as np - >>> deg = np.arange(6.) * 30. - >>> out = np.radians(deg) - >>> [i for i in out] - [0.0, 0.52359878, 1.04719755, 1.57079633, 2.0943951, 2.61799388] +Limitations +----------- +Parameters `where` and `subok` are supported with their default values. +Keyword argument `kwargs` is currently unsupported. +Otherwise ``NotImplementedError`` exception will be raised. - """ +See Also +-------- +:obj:`dpnp.deg2rad` : Equivalent function. - x1_desc = dpnp.get_dpnp_descriptor( - x1, copy_when_strides=False, copy_when_nondefault_queue=False - ) - if kwargs: - pass - elif x1_desc: - return dpnp_radians(x1_desc).get_pyobj() +Examples +-------- +>>> import dpnp as np +>>> deg = np.arange(12.) * 30. - return call_origin(numpy.radians, x1, **kwargs)
+Convert a degree array to radians: +>>> np.radians(deg) +array([0. , 0.52359878, 1.04719755, 1.57079633, 2.0943951 , + 2.61799388, 3.14159265, 3.66519143, 4.1887902 , 4.71238898, + 5.23598776, 5.75958653]) + +>>> out = np.zeros_like(deg) +>>> ret = np.radians(deg, out) +>>> ret is out +True +""" + +radians = DPNPUnaryFunc( + "radians", + ufi._radians_result_type, + ufi._radians, + _RADIANS_DOCSTRING, +) _SIN_DOCSTRING = """ diff --git a/_modules/dpnp/dpnp_iface_types.html b/_modules/dpnp/dpnp_iface_types.html index 24d67ac0c8c..28afd2a9633 100644 --- a/_modules/dpnp/dpnp_iface_types.html +++ b/_modules/dpnp/dpnp_iface_types.html @@ -12,7 +12,7 @@ - dpnp.dpnp_iface_types — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_iface_types — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/fft/dpnp_iface_fft.html b/_modules/dpnp/fft/dpnp_iface_fft.html index e55ed4b78d0..8423bf87c42 100644 --- a/_modules/dpnp/fft/dpnp_iface_fft.html +++ b/_modules/dpnp/fft/dpnp_iface_fft.html @@ -12,7 +12,7 @@ - dpnp.fft.dpnp_iface_fft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.dpnp_iface_fft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/linalg/dpnp_iface_linalg.html b/_modules/dpnp/linalg/dpnp_iface_linalg.html index 20af329c685..48dcc30a79f 100644 --- a/_modules/dpnp/linalg/dpnp_iface_linalg.html +++ b/_modules/dpnp/linalg/dpnp_iface_linalg.html @@ -12,7 +12,7 @@ - dpnp.linalg.dpnp_iface_linalg — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.dpnp_iface_linalg — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/random/dpnp_iface_random.html b/_modules/dpnp/random/dpnp_iface_random.html index a0d8ac0d437..182bc3ca9cc 100644 --- a/_modules/dpnp/random/dpnp_iface_random.html +++ b/_modules/dpnp/random/dpnp_iface_random.html @@ -12,7 +12,7 @@ - dpnp.random.dpnp_iface_random — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.dpnp_iface_random — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/dpnp/random/dpnp_random_state.html b/_modules/dpnp/random/dpnp_random_state.html index ded77acd7ce..43167baa509 100644 --- a/_modules/dpnp/random/dpnp_random_state.html +++ b/_modules/dpnp/random/dpnp_random_state.html @@ -12,7 +12,7 @@ - dpnp.random.dpnp_random_state — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.dpnp_random_state — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_modules/index.html b/_modules/index.html index 475ed1db0e4..96d4b98ee54 100644 --- a/_modules/index.html +++ b/_modules/index.html @@ -12,7 +12,7 @@ - Overview: module code — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Overview: module code — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/_sources/reference/ufunc.rst.txt b/_sources/reference/ufunc.rst.txt index a5b64852bd4..bd1219117e0 100644 --- a/_sources/reference/ufunc.rst.txt +++ b/_sources/reference/ufunc.rst.txt @@ -54,6 +54,8 @@ Math operations Trigonometric functions ~~~~~~~~~~~~~~~~~~~~~~~ +All trigonometric functions use radians when an angle is called for. +The ratio of degrees to radians is :math:`180^{\circ}/\pi.` .. autosummary:: :toctree: generated/ @@ -73,6 +75,8 @@ Trigonometric functions dpnp.arcsinh dpnp.arccosh dpnp.arctanh + dpnp.degrees + dpnp.radians dpnp.deg2rad dpnp.rad2deg diff --git a/_static/documentation_options.js b/_static/documentation_options.js index dd680119772..08ff0f833c8 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: '0.16.0dev0+85.g8acbe64f99', + VERSION: '0.16.0dev0+86.ge33a82bd64', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/backend_doc/annotated.html b/backend_doc/annotated.html index d2f529e30c6..9afd4953602 100644 --- a/backend_doc/annotated.html +++ b/backend_doc/annotated.html @@ -188,6 +188,8 @@  CFminFunctor  Nfmod  CFmodFunctor + Nradians + CRadiansFunctor  Care_same  Cbackend_sycl  Cdpnp_less_comp"<" comparison with complex types support diff --git a/backend_doc/annotated_dup.js b/backend_doc/annotated_dup.js index 993589ed22f..52161e52138 100644 --- a/backend_doc/annotated_dup.js +++ b/backend_doc/annotated_dup.js @@ -106,6 +106,9 @@ var annotated_dup = ] ], [ "fmod", null, [ [ "FmodFunctor", "structdpnp_1_1kernels_1_1fmod_1_1_fmod_functor.html", null ] + ] ], + [ "radians", null, [ + [ "RadiansFunctor", "structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html", null ] ] ] ] ] ] ], diff --git a/backend_doc/classes.html b/backend_doc/classes.html index e91b3a63e36..54ce7ce58ec 100644 --- a/backend_doc/classes.html +++ b/backend_doc/classes.html @@ -136,7 +136,7 @@
pop_tuple_type (dpnp::backend::ext::sycl_ext)
pop_tuple_type< std::tuple< T, Args... > > (dpnp::backend::ext::sycl_ext)
populate_table (dpnp::backend::ext::sycl_ext)
populate_table< C, FnT, std::tuple< Args... > > (dpnp::backend::ext::sycl_ext)
populate_table< C, FnT, std::tuple< std::tuple< Args... > > > (dpnp::backend::ext::sycl_ext)
PotrfBatchTypePairSupportFactory (dpnp::extensions::lapack::types)
PotrfTypePairSupportFactory (dpnp::extensions::lapack::types)
python_constants
R
-
resolve_type (dpnp::backend::ext::sycl_ext)
resolve_type< C, std::tuple< Args... > > (dpnp::backend::ext::sycl_ext)
+
RadiansFunctor (dpnp::kernels::radians)
resolve_type (dpnp::backend::ext::sycl_ext)
resolve_type< C, std::tuple< Args... > > (dpnp::backend::ext::sycl_ext)
S
ScaleType (dpnp::extensions::fft)
ScaleType< mkl_dft::precision::DOUBLE > (dpnp::extensions::fft)
ScaleType< mkl_dft::precision::SINGLE > (dpnp::extensions::fft)
sum_mean (dpnp::backend::ext::sycl_ext)
SyevdTypePairSupportFactory (dpnp::extensions::lapack::types)
diff --git a/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.html b/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.html index f5c3cb793f9..63425498c0d 100644 --- a/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.html +++ b/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.html @@ -113,6 +113,8 @@    fmod.hpp   + radians.hpp
diff --git a/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.js b/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.js index c7df7fefe94..a8e6988ad68 100644 --- a/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.js +++ b/backend_doc/dir_2dc4cca66e7325a4fed455b9bcd79a3e.js @@ -3,5 +3,6 @@ var dir_2dc4cca66e7325a4fed455b9bcd79a3e = [ "fabs.hpp", "kernels_2elementwise__functions_2fabs_8hpp_source.html", null ], [ "fmax.hpp", "kernels_2elementwise__functions_2fmax_8hpp_source.html", null ], [ "fmin.hpp", "kernels_2elementwise__functions_2fmin_8hpp_source.html", null ], - [ "fmod.hpp", "kernels_2elementwise__functions_2fmod_8hpp_source.html", null ] + [ "fmod.hpp", "kernels_2elementwise__functions_2fmod_8hpp_source.html", null ], + [ "radians.hpp", "kernels_2elementwise__functions_2radians_8hpp_source.html", null ] ]; \ No newline at end of file diff --git a/backend_doc/dir_4f4d020a650a668743abea55668e1676.html b/backend_doc/dir_4f4d020a650a668743abea55668e1676.html index 653a30b33f2..bed5cba95d1 100644 --- a/backend_doc/dir_4f4d020a650a668743abea55668e1676.html +++ b/backend_doc/dir_4f4d020a650a668743abea55668e1676.html @@ -117,6 +117,8 @@    populate.hpp   + radians.hpp
diff --git a/backend_doc/dir_4f4d020a650a668743abea55668e1676.js b/backend_doc/dir_4f4d020a650a668743abea55668e1676.js index 151ca174ed9..46655732526 100644 --- a/backend_doc/dir_4f4d020a650a668743abea55668e1676.js +++ b/backend_doc/dir_4f4d020a650a668743abea55668e1676.js @@ -5,5 +5,6 @@ var dir_4f4d020a650a668743abea55668e1676 = [ "fmax.hpp", "extensions_2ufunc_2elementwise__functions_2fmax_8hpp_source.html", null ], [ "fmin.hpp", "extensions_2ufunc_2elementwise__functions_2fmin_8hpp_source.html", null ], [ "fmod.hpp", "extensions_2ufunc_2elementwise__functions_2fmod_8hpp_source.html", null ], - [ "populate.hpp", "populate_8hpp_source.html", null ] + [ "populate.hpp", "populate_8hpp_source.html", null ], + [ "radians.hpp", "extensions_2ufunc_2elementwise__functions_2radians_8hpp_source.html", null ] ]; \ No newline at end of file diff --git a/backend_doc/dpnp__fptr_8hpp_source.html b/backend_doc/dpnp__fptr_8hpp_source.html index 0ff43a561a0..4d65eb32322 100644 --- a/backend_doc/dpnp__fptr_8hpp_source.html +++ b/backend_doc/dpnp__fptr_8hpp_source.html @@ -355,7 +355,7 @@
340
341#endif // BACKEND_FPTR_H
"<" comparison with complex types support.
-
DPNPFuncType
Template types which are used in this interface.
+
DPNPFuncType
Template types which are used in this interface.
diff --git a/backend_doc/dpnp__gen__1arg__2type__tbl_8hpp_source.html b/backend_doc/dpnp__gen__1arg__2type__tbl_8hpp_source.html index 5ced2b1e7a6..445c7ac18a6 100644 --- a/backend_doc/dpnp__gen__1arg__2type__tbl_8hpp_source.html +++ b/backend_doc/dpnp__gen__1arg__2type__tbl_8hpp_source.html @@ -183,17 +183,13 @@
88MACRO_1ARG_2TYPES_OP(dpnp_copyto_c, input_elem, q.submit(kernel_func))
89MACRO_1ARG_2TYPES_OP(dpnp_degrees_c,
-
90 sycl::degrees(input_elem),
+
90 sycl::degrees(input_elem),
91 q.submit(kernel_func))
-
92MACRO_1ARG_2TYPES_OP(dpnp_radians_c,
-
93 sycl::radians(input_elem),
-
94 q.submit(kernel_func))
-
95MACRO_1ARG_2TYPES_OP(dpnp_sqrt_c,
-
96 sycl::sqrt(input_elem),
-
97 oneapi::mkl::vm::sqrt(q, input1_size, input1_data, result))
-
98
-
99#undef MACRO_1ARG_2TYPES_OP
-
DPCTLSyclEventRef dpnp_radians_c(DPCTLSyclQueueRef q_ref, void *result_out, const size_t result_size, const size_t result_ndim, const shape_elem_type *result_shape, const shape_elem_type *result_strides, const void *input1_in, const size_t input1_size, const size_t input1_ndim, const shape_elem_type *input1_shape, const shape_elem_type *input1_strides, const size_t *where, const DPCTLEventVectorRef dep_event_vec_ref)
Per element operation function dpnp_radians_c
+
92MACRO_1ARG_2TYPES_OP(dpnp_sqrt_c,
+
93 sycl::sqrt(input_elem),
+
94 oneapi::mkl::vm::sqrt(q, input1_size, input1_data, result))
+
95
+
96#undef MACRO_1ARG_2TYPES_OP
DPCTLSyclEventRef dpnp_sqrt_c(DPCTLSyclQueueRef q_ref, void *result_out, const size_t result_size, const size_t result_ndim, const shape_elem_type *result_shape, const shape_elem_type *result_strides, const void *input1_in, const size_t input1_size, const size_t input1_ndim, const shape_elem_type *input1_shape, const shape_elem_type *input1_strides, const size_t *where, const DPCTLEventVectorRef dep_event_vec_ref)
Per element operation function dpnp_sqrt_c
DPCTLSyclEventRef dpnp_degrees_c(DPCTLSyclQueueRef q_ref, void *result_out, const size_t result_size, const size_t result_ndim, const shape_elem_type *result_shape, const shape_elem_type *result_strides, const void *input1_in, const size_t input1_size, const size_t input1_ndim, const shape_elem_type *input1_shape, const shape_elem_type *input1_strides, const size_t *where, const DPCTLEventVectorRef dep_event_vec_ref)
Per element operation function dpnp_degrees_c
DPCTLSyclEventRef dpnp_copyto_c(DPCTLSyclQueueRef q_ref, void *result_out, const size_t result_size, const size_t result_ndim, const shape_elem_type *result_shape, const shape_elem_type *result_strides, const void *input1_in, const size_t input1_size, const size_t input1_ndim, const shape_elem_type *input1_shape, const shape_elem_type *input1_strides, const size_t *where, const DPCTLEventVectorRef dep_event_vec_ref)
Per element operation function dpnp_copyto_c
diff --git a/backend_doc/dpnp__iface__fptr_8hpp_source.html b/backend_doc/dpnp__iface__fptr_8hpp_source.html index fd8abac281c..d986b9ece86 100644 --- a/backend_doc/dpnp__iface__fptr_8hpp_source.html +++ b/backend_doc/dpnp__iface__fptr_8hpp_source.html @@ -189,150 +189,148 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
250};
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
247};
-
251
-
-
259enum class DPNPFuncType : size_t
-
260{
- - - - - - - - -
269};
+
248
+
+
256enum class DPNPFuncType : size_t
+
257{
+ + + + + + + + +
266};
-
270
-
276INP_DLLEXPORT
-
277size_t operator-(DPNPFuncType lhs, DPNPFuncType rhs);
-
278
-
-
286typedef struct DPNPFuncData
-
287{
-
288 DPNPFuncData(const DPNPFuncType gen_type,
-
289 void *gen_ptr,
-
290 const DPNPFuncType type_no_fp64,
-
291 void *ptr_no_fp64)
-
292 : return_type(gen_type), ptr(gen_ptr),
- -
294 {
-
295 }
-
296 DPNPFuncData(const DPNPFuncType gen_type, void *gen_ptr)
-
297 : DPNPFuncData(gen_type, gen_ptr, DPNPFuncType::DPNP_FT_NONE, nullptr)
-
298 {
-
299 }
- -
301
- -
304 void *ptr;
- - - +
267
+
273INP_DLLEXPORT
+
274size_t operator-(DPNPFuncType lhs, DPNPFuncType rhs);
+
275
+
+
283typedef struct DPNPFuncData
+
284{
+
285 DPNPFuncData(const DPNPFuncType gen_type,
+
286 void *gen_ptr,
+
287 const DPNPFuncType type_no_fp64,
+
288 void *ptr_no_fp64)
+
289 : return_type(gen_type), ptr(gen_ptr),
+ +
291 {
+
292 }
+
293 DPNPFuncData(const DPNPFuncType gen_type, void *gen_ptr)
+
294 : DPNPFuncData(gen_type, gen_ptr, DPNPFuncType::DPNP_FT_NONE, nullptr)
+
295 {
+
296 }
+ +
298
+ +
301 void *ptr;
+ + +
-
310
-
325INP_DLLEXPORT
- -
327 DPNPFuncName name,
-
328 DPNPFuncType first_type,
- -
330
-
346INP_DLLEXPORT
- -
348 DPNPFuncType &result_type,
-
349 DPNPFuncName name,
-
350 DPNPFuncType first_type,
- -
352
-
353#endif // BACKEND_IFACE_FPTR_H
+
307
+
322INP_DLLEXPORT
+ +
324 DPNPFuncName name,
+
325 DPNPFuncType first_type,
+ +
327
+
343INP_DLLEXPORT
+ +
345 DPNPFuncType &result_type,
+
346 DPNPFuncName name,
+
347 DPNPFuncType first_type,
+ +
349
+
350#endif // BACKEND_IFACE_FPTR_H
INP_DLLEXPORT DPNPFuncData_t get_dpnp_function_ptr(DPNPFuncName name, DPNPFuncType first_type, DPNPFuncType second_type=DPNPFuncType::DPNP_FT_NONE)
get runtime pointer to selected function
INP_DLLEXPORT void * get_dpnp_function_ptr1(DPNPFuncType &result_type, DPNPFuncName name, DPNPFuncType first_type, DPNPFuncType second_type=DPNPFuncType::DPNP_FT_NONE)
get runtime pointer to selected function
struct DPNPFuncData DPNPFuncData_t
Contains information about the C++ backend function.
DPNPFuncName
Function names to request via this interface.
-
DPNPFuncType
Template types which are used in this interface.
+
DPNPFuncType
Template types which are used in this interface.
@ DPNP_FN_RNG_MULTIVARIATE_NORMAL
@@ -382,7 +380,6 @@ -
@ DPNP_FN_RNG_SHUFFLE_EXT
@@ -451,7 +448,6 @@
@ DPNP_FN_RNG_PARETO_EXT
- @@ -466,11 +462,11 @@ -
Contains information about the C++ backend function.
-
DPNPFuncType return_type_no_fp64
-
DPNPFuncType return_type
- - +
Contains information about the C++ backend function.
+
DPNPFuncType return_type_no_fp64
+
DPNPFuncType return_type
+ +
diff --git a/backend_doc/dpnp__utils_8hpp_source.html b/backend_doc/dpnp__utils_8hpp_source.html index a573b2678be..0740041c7ce 100644 --- a/backend_doc/dpnp__utils_8hpp_source.html +++ b/backend_doc/dpnp__utils_8hpp_source.html @@ -454,7 +454,7 @@
526
527#endif // BACKEND_UTILS_H
-
DPNPFuncType
Template types which are used in this interface.
+
DPNPFuncType
Template types which are used in this interface.
size_t get_id_by_xyz_inkernel(const _DataType *xyz, size_t xyz_size, const _DataType *offsets)
Calculate linear index from ids array.
std::ostream & operator<<(std::ostream &out, const std::vector< T > &vec)
print std::vector to std::ostream.
void get_shape_offsets_inkernel(const _DataType *shape, size_t shape_size, _DataType *offsets)
Shape offset calculation used in kernels.
diff --git a/backend_doc/extensions_2ufunc_2elementwise__functions_2radians_8hpp_source.html b/backend_doc/extensions_2ufunc_2elementwise__functions_2radians_8hpp_source.html new file mode 100644 index 00000000000..f8c147fce2a --- /dev/null +++ b/backend_doc/extensions_2ufunc_2elementwise__functions_2radians_8hpp_source.html @@ -0,0 +1,146 @@ + + + + + + + +DPNP C++ backend kernel library: /github/workspace/dpnp/backend/extensions/ufunc/elementwise_functions/radians.hpp Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
DPNP C++ backend kernel library 0.16.0dev0 +
+
Data Parallel Extension for NumPy*
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
radians.hpp
+
+
+
1//*****************************************************************************
+
2// Copyright (c) 2024, Intel Corporation
+
3// All rights reserved.
+
4//
+
5// Redistribution and use in source and binary forms, with or without
+
6// modification, are permitted provided that the following conditions are met:
+
7// - Redistributions of source code must retain the above copyright notice,
+
8// this list of conditions and the following disclaimer.
+
9// - Redistributions in binary form must reproduce the above copyright notice,
+
10// this list of conditions and the following disclaimer in the documentation
+
11// and/or other materials provided with the distribution.
+
12//
+
13// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+
14// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+
15// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
16// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+
17// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+
18// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+
19// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+
20// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+
21// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+
22// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+
23// THE POSSIBILITY OF SUCH DAMAGE.
+
24//*****************************************************************************
+
25
+
26#pragma once
+
27
+
28#include <pybind11/pybind11.h>
+
29
+
30namespace py = pybind11;
+
31
+
32namespace dpnp::extensions::ufunc
+
33{
+
34void init_radians(py::module_ m);
+
35} // namespace dpnp::extensions::ufunc
+
+
+ + + + diff --git a/backend_doc/files.html b/backend_doc/files.html index b60e360d50d..4a49e8741b7 100644 --- a/backend_doc/files.html +++ b/backend_doc/files.html @@ -140,6 +140,7 @@  fmin.hpp  fmod.hpp  populate.hpp + radians.hpp   vm  abs.hpp  acos.hpp @@ -195,6 +196,7 @@  fmax.hpp  fmin.hpp  fmod.hpp + radians.hpp   src  constants.hpp  dpnp_fptr.hpp diff --git a/backend_doc/group___b_a_c_k_e_n_d___a_p_i.html b/backend_doc/group___b_a_c_k_e_n_d___a_p_i.html index 3b90c1603b7..aa555029659 100644 --- a/backend_doc/group___b_a_c_k_e_n_d___a_p_i.html +++ b/backend_doc/group___b_a_c_k_e_n_d___a_p_i.html @@ -108,11 +108,6 @@  Per element operation function dpnp_degrees_c

  -template<typename _DataType_input , typename _DataType_output > -DPCTLSyclEventRef dpnp_radians_c (DPCTLSyclQueueRef q_ref, void *result_out, const size_t result_size, const size_t result_ndim, const shape_elem_type *result_shape, const shape_elem_type *result_strides, const void *input1_in, const size_t input1_size, const size_t input1_ndim, const shape_elem_type *input1_shape, const shape_elem_type *input1_strides, const size_t *where, const DPCTLEventVectorRef dep_event_vec_ref) - Per element operation function dpnp_radians_c
-
-  template<typename _DataType_input , typename _DataType_output > DPCTLSyclEventRef dpnp_sqrt_c (DPCTLSyclQueueRef q_ref, void *result_out, const size_t result_size, const size_t result_ndim, const shape_elem_type *result_shape, const shape_elem_type *result_strides, const void *input1_in, const size_t input1_size, const size_t input1_ndim, const shape_elem_type *input1_shape, const shape_elem_type *input1_strides, const size_t *where, const DPCTLEventVectorRef dep_event_vec_ref)  Per element operation function dpnp_sqrt_c
@@ -2564,127 +2559,6 @@

-

◆ dpnp_radians_c()

- -
-
-
-template<typename _DataType_input , typename _DataType_output >
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
DPCTLSyclEventRef dpnp_radians_c (DPCTLSyclQueueRef q_ref,
void * result_out,
const size_t result_size,
const size_t result_ndim,
const shape_elem_type * result_shape,
const shape_elem_type * result_strides,
const void * input1_in,
const size_t input1_size,
const size_t input1_ndim,
const shape_elem_type * input1_shape,
const shape_elem_type * input1_strides,
const size_t * where,
const DPCTLEventVectorRef dep_event_vec_ref 
)
-
- -

Per element operation function dpnp_radians_c
-

-

Function "dpnp_radians_c" executes operator "sycl::radians(input_elem)" over each * element of the array
-

Parameters
- - - - - - - - - - - - - - -
[in]q_refReference to SYCL queue.
[out]result_outOutput array.
[in]result_sizeOutput array size.
[in]result_ndimNumber of output array dimensions.
-
[in]result_shapeOutput array shape.
[in]result_stridesOutput array strides.
[in]input1_inInput array 1.
[in]input1_sizeInput array 1 size.
[in]input1_ndimNumber of input array 1 dimensions.
-
[in]input1_shapeInput array 1 shape.
[in]input1_stridesInput array 1 strides.
[in]whereWhere condition.
[in]dep_event_vec_refReference to vector of SYCL events.
-
-
-
-
diff --git a/backend_doc/group___b_a_c_k_e_n_d___a_p_i.js b/backend_doc/group___b_a_c_k_e_n_d___a_p_i.js index 43426076cf8..654118d502a 100644 --- a/backend_doc/group___b_a_c_k_e_n_d___a_p_i.js +++ b/backend_doc/group___b_a_c_k_e_n_d___a_p_i.js @@ -29,7 +29,6 @@ var group___b_a_c_k_e_n_d___a_p_i = [ "dpnp_prod_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga6610de7cc5611443e025d9cd7d08b74c", null ], [ "dpnp_python_constants_initialize_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga96eabd32a2b65f49e715ccdbc33c45d4", null ], [ "dpnp_queue_is_cpu_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga2df766b3642aa4e94c8cef7927d6022d", null ], - [ "dpnp_radians_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga0dffbc87d5ab5ea413cf631a0d59ba77", null ], [ "dpnp_searchsorted_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713", null ], [ "dpnp_sort_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407", null ], [ "dpnp_sqrt_c", "group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0", null ], diff --git a/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html b/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html index 11bf16357a7..bc913b49e8e 100644 --- a/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html +++ b/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html @@ -168,107 +168,104 @@ , DPNPFuncName::DPNP_FN_PARTITION_EXT , DPNPFuncName::DPNP_FN_PROD ,
-  DPNPFuncName::DPNP_FN_RADIANS -, DPNPFuncName::DPNP_FN_RADIANS_EXT -, DPNPFuncName::DPNP_FN_RNG_BETA +  DPNPFuncName::DPNP_FN_RNG_BETA , DPNPFuncName::DPNP_FN_RNG_BETA_EXT -,
-  DPNPFuncName::DPNP_FN_RNG_BINOMIAL +, DPNPFuncName::DPNP_FN_RNG_BINOMIAL , DPNPFuncName::DPNP_FN_RNG_BINOMIAL_EXT -, DPNPFuncName::DPNP_FN_RNG_CHISQUARE -, DPNPFuncName::DPNP_FN_RNG_CHISQUARE_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_EXPONENTIAL +  DPNPFuncName::DPNP_FN_RNG_CHISQUARE +, DPNPFuncName::DPNP_FN_RNG_CHISQUARE_EXT +, DPNPFuncName::DPNP_FN_RNG_EXPONENTIAL , DPNPFuncName::DPNP_FN_RNG_EXPONENTIAL_EXT -, DPNPFuncName::DPNP_FN_RNG_F -, DPNPFuncName::DPNP_FN_RNG_F_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_GAMMA +  DPNPFuncName::DPNP_FN_RNG_F +, DPNPFuncName::DPNP_FN_RNG_F_EXT +, DPNPFuncName::DPNP_FN_RNG_GAMMA , DPNPFuncName::DPNP_FN_RNG_GAMMA_EXT -, DPNPFuncName::DPNP_FN_RNG_GAUSSIAN -, DPNPFuncName::DPNP_FN_RNG_GAUSSIAN_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_GEOMETRIC +  DPNPFuncName::DPNP_FN_RNG_GAUSSIAN +, DPNPFuncName::DPNP_FN_RNG_GAUSSIAN_EXT +, DPNPFuncName::DPNP_FN_RNG_GEOMETRIC , DPNPFuncName::DPNP_FN_RNG_GEOMETRIC_EXT -, DPNPFuncName::DPNP_FN_RNG_GUMBEL -, DPNPFuncName::DPNP_FN_RNG_GUMBEL_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_HYPERGEOMETRIC +  DPNPFuncName::DPNP_FN_RNG_GUMBEL +, DPNPFuncName::DPNP_FN_RNG_GUMBEL_EXT +, DPNPFuncName::DPNP_FN_RNG_HYPERGEOMETRIC , DPNPFuncName::DPNP_FN_RNG_HYPERGEOMETRIC_EXT -, DPNPFuncName::DPNP_FN_RNG_LAPLACE -, DPNPFuncName::DPNP_FN_RNG_LAPLACE_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_LOGISTIC +  DPNPFuncName::DPNP_FN_RNG_LAPLACE +, DPNPFuncName::DPNP_FN_RNG_LAPLACE_EXT +, DPNPFuncName::DPNP_FN_RNG_LOGISTIC , DPNPFuncName::DPNP_FN_RNG_LOGISTIC_EXT -, DPNPFuncName::DPNP_FN_RNG_LOGNORMAL -, DPNPFuncName::DPNP_FN_RNG_LOGNORMAL_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_MULTINOMIAL +  DPNPFuncName::DPNP_FN_RNG_LOGNORMAL +, DPNPFuncName::DPNP_FN_RNG_LOGNORMAL_EXT +, DPNPFuncName::DPNP_FN_RNG_MULTINOMIAL , DPNPFuncName::DPNP_FN_RNG_MULTINOMIAL_EXT -, DPNPFuncName::DPNP_FN_RNG_MULTIVARIATE_NORMAL -, DPNPFuncName::DPNP_FN_RNG_MULTIVARIATE_NORMAL_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_NEGATIVE_BINOMIAL +  DPNPFuncName::DPNP_FN_RNG_MULTIVARIATE_NORMAL +, DPNPFuncName::DPNP_FN_RNG_MULTIVARIATE_NORMAL_EXT +, DPNPFuncName::DPNP_FN_RNG_NEGATIVE_BINOMIAL , DPNPFuncName::DPNP_FN_RNG_NEGATIVE_BINOMIAL_EXT -, DPNPFuncName::DPNP_FN_RNG_NONCENTRAL_CHISQUARE -, DPNPFuncName::DPNP_FN_RNG_NONCENTRAL_CHISQUARE_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_NORMAL +  DPNPFuncName::DPNP_FN_RNG_NONCENTRAL_CHISQUARE +, DPNPFuncName::DPNP_FN_RNG_NONCENTRAL_CHISQUARE_EXT +, DPNPFuncName::DPNP_FN_RNG_NORMAL , DPNPFuncName::DPNP_FN_RNG_NORMAL_EXT -, DPNPFuncName::DPNP_FN_RNG_PARETO -, DPNPFuncName::DPNP_FN_RNG_PARETO_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_POISSON +  DPNPFuncName::DPNP_FN_RNG_PARETO +, DPNPFuncName::DPNP_FN_RNG_PARETO_EXT +, DPNPFuncName::DPNP_FN_RNG_POISSON , DPNPFuncName::DPNP_FN_RNG_POISSON_EXT -, DPNPFuncName::DPNP_FN_RNG_POWER -, DPNPFuncName::DPNP_FN_RNG_POWER_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_RAYLEIGH +  DPNPFuncName::DPNP_FN_RNG_POWER +, DPNPFuncName::DPNP_FN_RNG_POWER_EXT +, DPNPFuncName::DPNP_FN_RNG_RAYLEIGH , DPNPFuncName::DPNP_FN_RNG_RAYLEIGH_EXT -, DPNPFuncName::DPNP_FN_RNG_SRAND -, DPNPFuncName::DPNP_FN_RNG_SRAND_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_SHUFFLE +  DPNPFuncName::DPNP_FN_RNG_SRAND +, DPNPFuncName::DPNP_FN_RNG_SRAND_EXT +, DPNPFuncName::DPNP_FN_RNG_SHUFFLE , DPNPFuncName::DPNP_FN_RNG_SHUFFLE_EXT -, DPNPFuncName::DPNP_FN_RNG_STANDARD_CAUCHY -, DPNPFuncName::DPNP_FN_RNG_STANDARD_CAUCHY_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_STANDARD_EXPONENTIAL +  DPNPFuncName::DPNP_FN_RNG_STANDARD_CAUCHY +, DPNPFuncName::DPNP_FN_RNG_STANDARD_CAUCHY_EXT +, DPNPFuncName::DPNP_FN_RNG_STANDARD_EXPONENTIAL , DPNPFuncName::DPNP_FN_RNG_STANDARD_EXPONENTIAL_EXT -, DPNPFuncName::DPNP_FN_RNG_STANDARD_GAMMA -, DPNPFuncName::DPNP_FN_RNG_STANDARD_GAMMA_EXT ,
-  DPNPFuncName::DPNP_FN_RNG_STANDARD_NORMAL +  DPNPFuncName::DPNP_FN_RNG_STANDARD_GAMMA +, DPNPFuncName::DPNP_FN_RNG_STANDARD_GAMMA_EXT +, DPNPFuncName::DPNP_FN_RNG_STANDARD_NORMAL , DPNPFuncName::DPNP_FN_RNG_STANDARD_T -, DPNPFuncName::DPNP_FN_RNG_STANDARD_T_EXT -, DPNPFuncName::DPNP_FN_RNG_TRIANGULAR ,
-  DPNPFuncName::DPNP_FN_RNG_TRIANGULAR_EXT +  DPNPFuncName::DPNP_FN_RNG_STANDARD_T_EXT +, DPNPFuncName::DPNP_FN_RNG_TRIANGULAR +, DPNPFuncName::DPNP_FN_RNG_TRIANGULAR_EXT , DPNPFuncName::DPNP_FN_RNG_UNIFORM -, DPNPFuncName::DPNP_FN_RNG_UNIFORM_EXT -, DPNPFuncName::DPNP_FN_RNG_VONMISES ,
-  DPNPFuncName::DPNP_FN_RNG_VONMISES_EXT +  DPNPFuncName::DPNP_FN_RNG_UNIFORM_EXT +, DPNPFuncName::DPNP_FN_RNG_VONMISES +, DPNPFuncName::DPNP_FN_RNG_VONMISES_EXT , DPNPFuncName::DPNP_FN_RNG_WALD -, DPNPFuncName::DPNP_FN_RNG_WALD_EXT -, DPNPFuncName::DPNP_FN_RNG_WEIBULL ,
-  DPNPFuncName::DPNP_FN_RNG_WEIBULL_EXT +  DPNPFuncName::DPNP_FN_RNG_WALD_EXT +, DPNPFuncName::DPNP_FN_RNG_WEIBULL +, DPNPFuncName::DPNP_FN_RNG_WEIBULL_EXT , DPNPFuncName::DPNP_FN_RNG_ZIPF -, DPNPFuncName::DPNP_FN_RNG_ZIPF_EXT -, DPNPFuncName::DPNP_FN_SEARCHSORTED ,
-  DPNPFuncName::DPNP_FN_SORT +  DPNPFuncName::DPNP_FN_RNG_ZIPF_EXT +, DPNPFuncName::DPNP_FN_SEARCHSORTED +, DPNPFuncName::DPNP_FN_SORT , DPNPFuncName::DPNP_FN_SQRT -, DPNPFuncName::DPNP_FN_SQRT_EXT -, DPNPFuncName::DPNP_FN_STD ,
-  DPNPFuncName::DPNP_FN_SUM +  DPNPFuncName::DPNP_FN_SQRT_EXT +, DPNPFuncName::DPNP_FN_STD +, DPNPFuncName::DPNP_FN_SUM , DPNPFuncName::DPNP_FN_VAR -, DPNPFuncName::DPNP_FN_ZEROS -, DPNPFuncName::DPNP_FN_ZEROS_LIKE ,
-  DPNPFuncName::DPNP_FN_LAST +  DPNPFuncName::DPNP_FN_ZEROS +, DPNPFuncName::DPNP_FN_ZEROS_LIKE +, DPNPFuncName::DPNP_FN_LAST
}  Function names to request via this interface. More...
@@ -446,11 +443,6 @@

DPNP_FN_PROD 

Used in numpy.prod() impl

-DPNP_FN_RADIANS 

Used in numpy.radians() impl
-

- -DPNP_FN_RADIANS_EXT 

Used in numpy.radians() impl, requires extra parameters

- DPNP_FN_RNG_BETA 

Used in numpy.random.beta() impl

@@ -699,7 +691,7 @@

Definition at line 259 of file dpnp_iface_fptr.hpp.

+

Definition at line 256 of file dpnp_iface_fptr.hpp.

diff --git a/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.js b/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.js index 2f3445092de..c233403954f 100644 --- a/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.js +++ b/backend_doc/group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.js @@ -52,8 +52,6 @@ var group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i = [ "DPNPFuncName::DPNP_FN_PARTITION", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aca4a111afa2773a5dbac2f1f879d2029", null ], [ "DPNPFuncName::DPNP_FN_PARTITION_EXT", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558affc2163c69279951e165fb38fb98bb41", null ], [ "DPNPFuncName::DPNP_FN_PROD", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a72a62985c0bb7a38d58d9a8ab34ab19c", null ], - [ "DPNPFuncName::DPNP_FN_RADIANS", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae93db2c712f91a83ee9bcb56eb1fa74f", null ], - [ "DPNPFuncName::DPNP_FN_RADIANS_EXT", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a58553723bdf252b3b5cc6d609a578c88", null ], [ "DPNPFuncName::DPNP_FN_RNG_BETA", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e", null ], [ "DPNPFuncName::DPNP_FN_RNG_BETA_EXT", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5", null ], [ "DPNPFuncName::DPNP_FN_RNG_BINOMIAL", "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d", null ], diff --git a/backend_doc/hierarchy.html b/backend_doc/hierarchy.html index bf5cc2b1be5..0869c3fa8d6 100644 --- a/backend_doc/hierarchy.html +++ b/backend_doc/hierarchy.html @@ -174,26 +174,27 @@  Cdpnp::extensions::lapack::types::PotrfBatchTypePairSupportFactory< T >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::potrf<T> function  Cdpnp::extensions::lapack::types::PotrfTypePairSupportFactory< T >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::potrf<T> function  Cpython_constants - Cdpnp::backend::ext::sycl_ext::resolve_type< C, Tuple > - Cdpnp::backend::ext::sycl_ext::resolve_type< C, std::tuple< Args... > > - Cdpnp::extensions::fft::ScaleType< prec > - Cdpnp::extensions::fft::ScaleType< mkl_dft::precision::DOUBLE > - Cdpnp::extensions::fft::ScaleType< mkl_dft::precision::SINGLE > - Cdpnp::backend::ext::sycl_ext::sum_mean< InT, OutT, Mean > - Cdpnp::extensions::lapack::types::SyevdTypePairSupportFactory< T, RealT >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::syevd<T> function - Cdpnp::backend::ext::sycl_ext::tuple_of_n_elements< T, N > - Cdpnp::backend::ext::sycl_ext::tuple_of_n_elements< T, 0 > - Cdpnp::backend::ext::sycl_ext::tuple_of_n_elements< T, 1 > - Cdpnp::backend::ext::sycl_ext::tuple_of_tuples< Args > - Cdpnp::backend::ext::sycl_ext::tuple_of_tuples< std::tuple< Args... > > - Cdpnp::backend::ext::sycl_ext::tuple_of_tuples< std::tuple< T > > - Cdpnp::extensions::lapack::types::UngqrBatchTypePairSupportFactory< T >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::ungqr_batch<T> function - Cdpnp::extensions::lapack::types::UngqrTypePairSupportFactory< T >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::ungqr<T> function - Cdpnp::backend::ext::sycl_ext::UsmArrayMatcher - Cdpnp::extensions::lapack::helper::value_type_of< T > - Cdpnp::extensions::lapack::helper::value_type_of< std::complex< T > > - CPs - Cfunc_type_map_factory_t< Ps > + Cdpnp::kernels::radians::RadiansFunctor< argT, resT > + Cdpnp::backend::ext::sycl_ext::resolve_type< C, Tuple > + Cdpnp::backend::ext::sycl_ext::resolve_type< C, std::tuple< Args... > > + Cdpnp::extensions::fft::ScaleType< prec > + Cdpnp::extensions::fft::ScaleType< mkl_dft::precision::DOUBLE > + Cdpnp::extensions::fft::ScaleType< mkl_dft::precision::SINGLE > + Cdpnp::backend::ext::sycl_ext::sum_mean< InT, OutT, Mean > + Cdpnp::extensions::lapack::types::SyevdTypePairSupportFactory< T, RealT >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::syevd<T> function + Cdpnp::backend::ext::sycl_ext::tuple_of_n_elements< T, N > + Cdpnp::backend::ext::sycl_ext::tuple_of_n_elements< T, 0 > + Cdpnp::backend::ext::sycl_ext::tuple_of_n_elements< T, 1 > + Cdpnp::backend::ext::sycl_ext::tuple_of_tuples< Args > + Cdpnp::backend::ext::sycl_ext::tuple_of_tuples< std::tuple< Args... > > + Cdpnp::backend::ext::sycl_ext::tuple_of_tuples< std::tuple< T > > + Cdpnp::extensions::lapack::types::UngqrBatchTypePairSupportFactory< T >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::ungqr_batch<T> function + Cdpnp::extensions::lapack::types::UngqrTypePairSupportFactory< T >A factory to define pairs of supported types for which MKL LAPACK library provides support in oneapi::mkl::lapack::ungqr<T> function + Cdpnp::backend::ext::sycl_ext::UsmArrayMatcher + Cdpnp::extensions::lapack::helper::value_type_of< T > + Cdpnp::extensions::lapack::helper::value_type_of< std::complex< T > > + CPs + Cfunc_type_map_factory_t< Ps >
diff --git a/backend_doc/hierarchy.js b/backend_doc/hierarchy.js index 2074ee98f42..3356d00bf0e 100644 --- a/backend_doc/hierarchy.js +++ b/backend_doc/hierarchy.js @@ -82,6 +82,7 @@ var hierarchy = [ "dpnp::extensions::lapack::types::PotrfBatchTypePairSupportFactory< T >", "structdpnp_1_1extensions_1_1lapack_1_1types_1_1_potrf_batch_type_pair_support_factory.html", null ], [ "dpnp::extensions::lapack::types::PotrfTypePairSupportFactory< T >", "structdpnp_1_1extensions_1_1lapack_1_1types_1_1_potrf_type_pair_support_factory.html", null ], [ "python_constants", "structpython__constants.html", null ], + [ "dpnp::kernels::radians::RadiansFunctor< argT, resT >", "structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html", null ], [ "dpnp::backend::ext::sycl_ext::resolve_type< C, Tuple >", "structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type.html", null ], [ "dpnp::backend::ext::sycl_ext::resolve_type< C, std::tuple< Args... > >", "structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type_3_01_c_00_01std_1_1tuple_3_01_args_8_8_8_01_4_01_4.html", null ], [ "dpnp::extensions::fft::ScaleType< prec >", "structdpnp_1_1extensions_1_1fft_1_1_scale_type.html", null ], diff --git a/backend_doc/inherit_graph_77.map b/backend_doc/inherit_graph_77.map index 88cd1b77cab..e2ca8e6ca99 100644 --- a/backend_doc/inherit_graph_77.map +++ b/backend_doc/inherit_graph_77.map @@ -1,3 +1,3 @@ - + diff --git a/backend_doc/inherit_graph_77.md5 b/backend_doc/inherit_graph_77.md5 index 2049e467d1a..a3c622744ea 100644 --- a/backend_doc/inherit_graph_77.md5 +++ b/backend_doc/inherit_graph_77.md5 @@ -1 +1 @@ -e47d8c32223b152679c3a10a3b186482 \ No newline at end of file +d90913ac54ebce65fba3c51d3effc2b9 \ No newline at end of file diff --git a/backend_doc/inherit_graph_77.png b/backend_doc/inherit_graph_77.png index 3885e2d7cb4482592817b4498e96460ef0759d7c..7877d7063eee2129d9248cc0ce872a06c1ba570c 100644 GIT binary patch literal 3790 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 BWh(#x literal 1745 zcmV;?1}^!DP){ps(}>+U36jUybLOJ7yZC#*p2-GMVW=pR%RYs&6)d(wrLZ`7Mrfm_o6yqSMD_P zN8fKeudAKsb3V^`&a)5C9?mv^VHk#C80JT!?;B2?I+Y|6iIl%%FwDvzqORuV=D+8* z{q_AxB9TZb5{cSYZdlB3PzK=c+=d?t;hP&bZY=v~n3Y#mRW)zBc!kHo{711uU;wZ} zV7_97zyM%{zRBqiaE4 zuNPfiT`PXwKLPt_U;qd_SzL(m@p07E)nRC82z&PIK`0ag@MWns8jaYuZy(y)+7KHX z3ynsD($Z2scJ$~`G&eUR7z{$A(V)D%Trh7Trl+UT(9nPvFJ2%mEe&VRoPkUx0{}dE z@&t{IjhL92z|NgJQC(dPiA3_#m=KT0gZlbgsCb=H@Qhyv%3OD}vAG zLvC&^hKGkyR#wIj7WlGM-??)Kmo8mGX=y1G3I!@EDquF7;q`ja-rkOyni^=eS|}6> zoH%g;eSLj`dC{7gnSoNN#L&6G6sI06+Fc^eFp@7@%hS%%G z?c2A}-rf$qUXKqSK49Ut z#J8zbD$;7TWU*KX0KI(ql8;@zdX+LWGx^xa$Os?H$jG49)>gqhAr^~;Hf`EOL_{}l z-lXK@WSX6w<>QAA9ioPY2D*3e9!aHAa=BbYL^M1+OphNwCL$7y2{D;Wq);gMW1r7Q z<>lq%bUNw!_3M2$i|-@osRUJ*EsLqS0S#NvOu+P!->|5_rEATu+QKQ1gR#Ngl{hzRS~ zuSarnG9OD!OpGco8hw3z2nK^FDk_3XrGiSOg4JpT$8k7t-~ft?iy@QAP*_+9lgY$? zWC+EC^!N88FE5WjUbAKm%w{u^l9Ir29P;z?!_HSKmHdW!(;Hqz`#IQo5$nfU;F)j1OfrX#KiD1i9`aCNQ70ZRz>VrC@&gu zadA*8mAG={N?3b*d^}=fW6{#m0S*Mc!25{U#Zmn*F8!Gj0b zzI{6q5)$y{&6}{;)YKH#u3a0|z09@Pd5L7vE5iQ$`_a+S0jt#t0C@lYJz85^`FJQ4 zLVbNb03a9)qPDgcB_$<4?e|ynzEP{yc=YHIR-PJ3C=C8nJEL zHpIrpLakQg^y$;E*=+dq>62hgNJ&Wv?%%%;yWI`|=;`S}ad9#Hem@@@92^7yIGs+k zw6rYfewJ!pB3bl`uxr;YT)cP@`T6-sPfv%#;ebM+;NyvjiRkI+L3(;Rrl+TooSclt z#zu^fj|=u2DKAlRW{QXrK|;cz%$ zG#U{X7l)H4PezOhQ7V-St-l49p4ymcBNKH+}g$oyuot=#>TeiS% zw?nVjMxZz{cB zFLiZwh4o>zTFK>d3FZlzug|HeDeCU-rqR*Su=Y?WL<0i@)ZN`p9*-yL*w1)89_sGy zCb!!?Z>*=MhbAT_B97Vb_lIpx1AzcNeE5)v=$GeZu1K53B`bva%pLej - + diff --git a/backend_doc/inherit_graph_78.md5 b/backend_doc/inherit_graph_78.md5 index 3a3f816f0a9..2049e467d1a 100644 --- a/backend_doc/inherit_graph_78.md5 +++ b/backend_doc/inherit_graph_78.md5 @@ -1 +1 @@ -84bd7920a7639e33236f7eff9107e7b8 \ No newline at end of file +e47d8c32223b152679c3a10a3b186482 \ No newline at end of file diff --git a/backend_doc/inherit_graph_78.png b/backend_doc/inherit_graph_78.png index d2caa820521eae24ef3653fbd550e2c0eaf59584..3885e2d7cb4482592817b4498e96460ef0759d7c 100644 GIT binary patch literal 1745 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 diff --git a/backend_doc/inherit_graph_79.map b/backend_doc/inherit_graph_79.map index 62e5b7688f8..448d9ac5922 100644 --- a/backend_doc/inherit_graph_79.map +++ b/backend_doc/inherit_graph_79.map @@ -1,3 +1,3 @@ - + diff --git a/backend_doc/inherit_graph_79.md5 b/backend_doc/inherit_graph_79.md5 index b4e15c20a11..3a3f816f0a9 100644 --- a/backend_doc/inherit_graph_79.md5 +++ b/backend_doc/inherit_graph_79.md5 @@ -1 +1 @@ -f0862c54addbe7f1ebd6fc56b89cd065 \ No newline at end of file +84bd7920a7639e33236f7eff9107e7b8 \ No newline at end of file diff --git a/backend_doc/inherit_graph_79.png b/backend_doc/inherit_graph_79.png index f2816f44adf8baa00e62efd25fd10cd267fd19d8..d2caa820521eae24ef3653fbd550e2c0eaf59584 100644 GIT binary patch literal 2961 zcmXw52{e@58y_VxV;z-*d@+`2OtNH&!dS+h?1PciSTdLiS)#J9C2QFu%O^?J#!||j zFqW|ovSnYAWfcGGobP|%^S<}K_dMs`XZbz9=ZQ2n)MkU8gF+w>HjED11k5?$m0@NA z-@`+v128c;=xL)NheuC#eL(^Q0@K2v)l46zuVg$jHXYz=ye;r4 zcKBuS!c(C)6N}l^(43dP>8rB`hu(-YD5B^y8DL($NXixZsS~TFc)U#k!5Nky9&5?a z;rh={Mwn+%kiv5JT^|=Weqf%ql{ToKh82lNL2fhI#+`5nVg7ru4vh1d$Np7OvJx*F9-t8@@u{u z|9f$uZmU<1i3EB3_N`@^!wHwlSC|A*XVNtl6^yQKFJ+?E2gSz5mY0_oW9h2!DebCz z%h#_OVhzrHqWl5^kr5G)8=Q=B=T$m3rdyo}gccetbA8<-Gm!2qfFzMfL?UsEzPJ9B zV{f4#tF5!svGM5%4Z5?7ix2`4k`;8|Yq_=~ti{Wsr>pDX<0B?28Ws`3{I;Zog^g`? z+-E{AHP@ubSo~C8e*Oo~X|0U({(e&lNlC9Q6t1Cj@7KKc8@cp}sw(;Vhh}D{Q&2c+ z)m3*|C)T|_w4?-C`sqNaufPaD@UNL89>3%?J2yw%UbYe_IXDPZ{kwGw3WF^yE|N2;f%gW1dHuKrv^dX4mp#3`^Q)?;lT|dD-S*08czLjpnRKXD0(WB*7=#eF2r!@0SGv$6#1>+2u-`rgE1^+1eFicW>9t6{Nxwzjr2 z^Yh#S0Lf}xIK&q7sh90xqIw8Rjh`rt`b0?p48W?u&}To z5QrWc%}`et3Jm}Adk}Yx{xf$Z;Ef4JU!N6QO%M?i!#CwldYGD-0hd>#xIP{kvA)-t z`UF^$oSZzO{!+zX9*n{P7chPZk` z2m*-VD?!wB-${0_aSa1`JrP|-? zO2?2$<#u&NMUhtJ_ZW=L&9yu{E(3S!Ag&hJT3cC_-Dzc4J^Vwe7qY3k&%3g+^5idedGXp`+r14MEv$a zD5h3dyI`og$2L;)ZSlf?b|!+hc6OE)===K#DJiX?Fdj%@aq;x$C&x#oKb>}WcR$#j z=ID2kTUc1=%(|ZSOqCu%rBbB@rXgCAUxtP(ZES2TYdkL8DlmNW`t{QUF{3!=p-fq4 zc&+!!If`o><-Oaeyp64`r-z3==PSs3DVo%*>#joC+I@*~k8f zz*t%Hva=s^iy0c@aL*DF5*j5tQX`|Hta$_kkTGE|UchtSzc&`Ybm9%Ff(eH2r!|psBU+6sT`p9UUDZuU?(Ysjl{Et2FblZPlHe>6m?V6esZH+L3Im4 zLc%2jEu@I(dV5A%ULpyq#z|eH)%!d4?XQ_hNJtDdJlcOg3d#-Ob{`6*X-hV~W-ZEN zq4$j+4yFGc4gNU`h>@x3`vionJh+P~3w`q8O66e1txxDx)-vXBKwnQ&Q_s3#-_3n*qfKtEQ)?H@3IWZ?N*lPjN-}Fe5}nrlzJE0pN@@G>%7~ zLH@|_p*41N=!%ur)}{e0q_xd9X$D-DJ_d@Lu!2HrxL{za1@2K&IllYH%1X)A!LGqU zo+MpOGqa?~bVL0nAzApr!GWWrBPSfLZfAFX@SUwN3S}gQw|D6$do8VRY+O)Q9u-ee zU-LSWrO{|3S)kxhl+1p02<;KFWv^dhmzvC*f5Q7_A-ZN zXritN?98QXGWiu7pM2_<%@DN!C3!eB^l3q+A5>CO(#6$v4={OUG3!a7V$EWhf|SvHh#lL$kC1 literal 1992 zcmV;(2RHbMP)Tg~5)%+a1^b`^_bLyP5`#iQO;ut+`#`8N6}^I$Au_1YLf!Yl&~WJB zDU=K5p6~6fz4pJ>CTpLw*KPn;H^*l2aUy1E)Voz5c9g;G>hg!=k=o8wJQO`xdd-`7ql7L`hc zw6rvA-@YBw)6-~gZ--bcMpjl9u3o)r;X??4PNzd|ZZ5jIx=>tPZ1#El_%RM2K8*12 zaI?Nnr$cvlx7B#Iw7R>yap1rKY~H*XM~)nU(P)HRE=N^W6<)k}0e5$Io9l6Lae<$o zpUv?PA3i{<)h_C9HW#5#h`_)=0Kn6yPtnlOfTE%z^EiiNanZgqNKH-sGc7HRID)sg zH&G}QG~26JuZW9_3+d?Su<4VRmq)z3yl6VRcI_e&5fQ{>GMVi;IXUFy$&+^D&DV;G ziXs^q88jcgUQc*D9w{p;b7+0@k;!C4EEX?H!xrV`y9>)It`_0dKy&h7j6e5ubg@uJMnM`))&&PVPWX)?X@~KJv|M%T#m4?Fu1z9n(cf( zAH~JR$j;8jr%#_4#hI_A(P$796ofTv)>!xog+j!~$J^C27z|JmTm-@YL-G7^1# zeK>LA1UfrAQCL`Lb)H_YM}B@j)~{cWp`js0xiev6VgmQ>-9v6}E{+~OitzAoq@<*v zy1JU?S6^R`ZQHh?va%ABlao%1KZ{e&EVkhD`RM8CF+XQ!X2R3c6NC^93=DvxDAd;0 zTFgsIN`g=*gj6a;O-+qeZF^c{V`K34_IAn|?%ur%Pft(O*4BceD4aTVinb;IXlZFd zNl6KmN+rZ%F`hkphJb(or^KISYHA7(A3ns^ty=*A9v&W$$z(`QPB!}-KYknm0Rbp2 zEk#aF4#Z+HBoYZWY}nwG9G0|L`uqE_ZrwWbvqU06baXTTz}?*)VPRo5JCp0zuOl=x z6b%gxR>$pW1qKE}r_))Tr&6h)R;wYEN*S#|tJNYtKAzT%#Ky*=udffSt*uB;PX~|3 zgG3^MTrQ`*C7lVM&o>te@be9M_Uu^@LTCrzn3x#E#Kd55a1a$071+0L9|Qsc`sF!`2}^QjnVg)2L?XeeRjZJalCof(GiT0# z$K#>0veKb>-rnAjN~K6oPsj7;&&~F#swzBs^avRl8H}|K9Xf=%x;ngh^9BI${{4IN zr!g)r4qaVckVqsbE-pq$NC*lF3NSo8>`=Z;Fqup!C@28%b0f-RG8{a3(88~)s|)AO zokK`S2pSt3QBqQZmX;Q~R{>0M+E$o7LrhOkqqnygp`oE@YHC{4YnjXCqP)Buv9YlZ z&&|)z2bar*NF)M9Q6PlCWHRCQ?c0cpi({-46%~aG7cL+=IvT;j!O-b+v^yY*qL7%F zh{VK1ynFW!rKP0^4Gl$mdpp*yUF&e(w(#-sfm*FbaBwij$Hx&E7>HZ9Zqa-c3I(#V zvXGIH0gXnp=+DkCS;#$$N~I#r&CR5_xtS=HO7ijJN2@*~BO|}m85+4I4YppGxg~#JL6mKp80ReV9DSMrbmzURq<1%4MyP=gz zTU#4sGMUZsh=>TBKYxD3#B+0VqjiBNi{#`6D^ z$@1I477Ghw*kWN}4EujWER3-z7K)<&`SIh&!?w1z<;aI+g+Ni%Kg*p13kwSi3kwU& aLiiW{JP-r-ezr{j0000 - + diff --git a/backend_doc/inherit_graph_80.md5 b/backend_doc/inherit_graph_80.md5 index 685f5e21f6f..b4e15c20a11 100644 --- a/backend_doc/inherit_graph_80.md5 +++ b/backend_doc/inherit_graph_80.md5 @@ -1 +1 @@ -9b273eb68ad298544e0e6850069b3b7d \ No newline at end of file +f0862c54addbe7f1ebd6fc56b89cd065 \ No newline at end of file diff --git a/backend_doc/inherit_graph_80.png b/backend_doc/inherit_graph_80.png index 2aebffd29bc8eef116d5f7ed472e03dfc99f92f5..f2816f44adf8baa00e62efd25fd10cd267fd19d8 100644 GIT binary patch literal 1992 zcmV;(2RHbMP)Tg~5)%+a1^b`^_bLyP5`#iQO;ut+`#`8N6}^I$Au_1YLf!Yl&~WJB zDU=K5p6~6fz4pJ>CTpLw*KPn;H^*l2aUy1E)Voz5c9g;G>hg!=k=o8wJQO`xdd-`7ql7L`hc zw6rvA-@YBw)6-~gZ--bcMpjl9u3o)r;X??4PNzd|ZZ5jIx=>tPZ1#El_%RM2K8*12 zaI?Nnr$cvlx7B#Iw7R>yap1rKY~H*XM~)nU(P)HRE=N^W6<)k}0e5$Io9l6Lae<$o zpUv?PA3i{<)h_C9HW#5#h`_)=0Kn6yPtnlOfTE%z^EiiNanZgqNKH-sGc7HRID)sg zH&G}QG~26JuZW9_3+d?Su<4VRmq)z3yl6VRcI_e&5fQ{>GMVi;IXUFy$&+^D&DV;G ziXs^q88jcgUQc*D9w{p;b7+0@k;!C4EEX?H!xrV`y9>)It`_0dKy&h7j6e5ubg@uJMnM`))&&PVPWX)?X@~KJv|M%T#m4?Fu1z9n(cf( zAH~JR$j;8jr%#_4#hI_A(P$796ofTv)>!xog+j!~$J^C27z|JmTm-@YL-G7^1# zeK>LA1UfrAQCL`Lb)H_YM}B@j)~{cWp`js0xiev6VgmQ>-9v6}E{+~OitzAoq@<*v zy1JU?S6^R`ZQHh?va%ABlao%1KZ{e&EVkhD`RM8CF+XQ!X2R3c6NC^93=DvxDAd;0 zTFgsIN`g=*gj6a;O-+qeZF^c{V`K34_IAn|?%ur%Pft(O*4BceD4aTVinb;IXlZFd zNl6KmN+rZ%F`hkphJb(or^KISYHA7(A3ns^ty=*A9v&W$$z(`QPB!}-KYknm0Rbp2 zEk#aF4#Z+HBoYZWY}nwG9G0|L`uqE_ZrwWbvqU06baXTTz}?*)VPRo5JCp0zuOl=x z6b%gxR>$pW1qKE}r_))Tr&6h)R;wYEN*S#|tJNYtKAzT%#Ky*=udffSt*uB;PX~|3 zgG3^MTrQ`*C7lVM&o>te@be9M_Uu^@LTCrzn3x#E#Kd55a1a$071+0L9|Qsc`sF!`2}^QjnVg)2L?XeeRjZJalCof(GiT0# z$K#>0veKb>-rnAjN~K6oPsj7;&&~F#swzBs^avRl8H}|K9Xf=%x;ngh^9BI${{4IN zr!g)r4qaVckVqsbE-pq$NC*lF3NSo8>`=Z;Fqup!C@28%b0f-RG8{a3(88~)s|)AO zokK`S2pSt3QBqQZmX;Q~R{>0M+E$o7LrhOkqqnygp`oE@YHC{4YnjXCqP)Buv9YlZ z&&|)z2bar*NF)M9Q6PlCWHRCQ?c0cpi({-46%~aG7cL+=IvT;j!O-b+v^yY*qL7%F zh{VK1ynFW!rKP0^4Gl$mdpp*yUF&e(w(#-sfm*FbaBwij$Hx&E7>HZ9Zqa-c3I(#V zvXGIH0gXnp=+DkCS;#$$N~I#r&CR5_xtS=HO7ijJN2@*~BO|}m85+4I4YppGxg~#JL6mKp80ReV9DSMrbmzURq<1%4MyP=gz zTU#4sGMUZsh=>TBKYxD3#B+0VqjiBNi{#`6D^ z$@1I477Ghw*kWN}4EujWER3-z7K)<&`SIh&!?w1z<;aI+g+Ni%Kg*p13kwSi3kwU& aLiiW{JP-r-ezr{j0000FlOb&T8Or$YNf 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 - + diff --git a/backend_doc/inherit_graph_81.md5 b/backend_doc/inherit_graph_81.md5 index 151022b5252..685f5e21f6f 100644 --- a/backend_doc/inherit_graph_81.md5 +++ b/backend_doc/inherit_graph_81.md5 @@ -1 +1 @@ -3e2845d3fc7e351bcc585410f48dab41 \ No newline at end of file +9b273eb68ad298544e0e6850069b3b7d \ No newline at end of file diff --git a/backend_doc/inherit_graph_81.png b/backend_doc/inherit_graph_81.png index 4cde3bfdc9244ccfa47d011929c96c906fb1e4d5..2aebffd29bc8eef116d5f7ed472e03dfc99f92f5 100644 GIT binary patch literal 3149 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 - - - - - + diff --git a/backend_doc/inherit_graph_82.md5 b/backend_doc/inherit_graph_82.md5 index db166ee6bb3..151022b5252 100644 --- a/backend_doc/inherit_graph_82.md5 +++ b/backend_doc/inherit_graph_82.md5 @@ -1 +1 @@ -5180db2059a941810d106ebeb20bbd05 \ No newline at end of file +3e2845d3fc7e351bcc585410f48dab41 \ No newline at end of file diff --git a/backend_doc/inherit_graph_82.png b/backend_doc/inherit_graph_82.png index e6b52cfa611b21ea3024c60d3cadf94bb9fd47e9..4cde3bfdc9244ccfa47d011929c96c906fb1e4d5 100644 GIT binary patch literal 1660 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 Z3JUhD%>vx*z&{fpDhitNWlt?b{|9wkdQJcU diff --git a/backend_doc/inherit_graph_83.map b/backend_doc/inherit_graph_83.map index 968daefbb50..b43b8de83b2 100644 --- a/backend_doc/inherit_graph_83.map +++ b/backend_doc/inherit_graph_83.map @@ -1,3 +1,7 @@ - + + + + + diff --git a/backend_doc/inherit_graph_83.md5 b/backend_doc/inherit_graph_83.md5 index d3849905719..db166ee6bb3 100644 --- a/backend_doc/inherit_graph_83.md5 +++ b/backend_doc/inherit_graph_83.md5 @@ -1 +1 @@ -9a0f5e3a20a1216837329157b6b4ef2a \ No newline at end of file +5180db2059a941810d106ebeb20bbd05 \ No newline at end of file diff --git a/backend_doc/inherit_graph_83.png b/backend_doc/inherit_graph_83.png index 74033f10c5ce46be75c2cc30566ccf44966d6ed4..e6b52cfa611b21ea3024c60d3cadf94bb9fd47e9 100644 GIT binary patch literal 6266 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 Z3JUhD%>vx*z&{fpDhitNWlt?b{|9wkdQJcU literal 2450 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 E4RP$0`~Uy| diff --git a/backend_doc/inherit_graph_84.map b/backend_doc/inherit_graph_84.map index e828ef5d63b..968daefbb50 100644 --- a/backend_doc/inherit_graph_84.map +++ b/backend_doc/inherit_graph_84.map @@ -1,5 +1,3 @@ - - - + diff --git a/backend_doc/inherit_graph_84.md5 b/backend_doc/inherit_graph_84.md5 index e61d7d16309..d3849905719 100644 --- a/backend_doc/inherit_graph_84.md5 +++ b/backend_doc/inherit_graph_84.md5 @@ -1 +1 @@ -4977d7c8e25c55e1e8ca248db6b400f3 \ No newline at end of file +9a0f5e3a20a1216837329157b6b4ef2a \ No newline at end of file diff --git a/backend_doc/inherit_graph_84.png b/backend_doc/inherit_graph_84.png index 1a0e6ea92e51098a54c83f26ef122daef3bcc869..74033f10c5ce46be75c2cc30566ccf44966d6ed4 100644 GIT binary patch literal 2450 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 E4RP$0`~Uy| literal 3983 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 diff --git a/backend_doc/inherit_graph_85.map b/backend_doc/inherit_graph_85.map index 10caaf27ab6..e828ef5d63b 100644 --- a/backend_doc/inherit_graph_85.map +++ b/backend_doc/inherit_graph_85.map @@ -1,3 +1,5 @@ - + + + diff --git a/backend_doc/inherit_graph_85.md5 b/backend_doc/inherit_graph_85.md5 index 8772c89d7e3..e61d7d16309 100644 --- a/backend_doc/inherit_graph_85.md5 +++ b/backend_doc/inherit_graph_85.md5 @@ -1 +1 @@ -20c2a1896d7138636245ce543950a791 \ No newline at end of file +4977d7c8e25c55e1e8ca248db6b400f3 \ No newline at end of file diff --git a/backend_doc/inherit_graph_85.png b/backend_doc/inherit_graph_85.png index 3e107e13e956926ae53a2e8d305a7ba5d962cf0b..1a0e6ea92e51098a54c83f26ef122daef3bcc869 100644 GIT binary patch literal 3983 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 literal 1791 zcmV4i% ztwIYL2jV4o!C>ORpd^kQpn({PfgUMFWui_Tcp+(vC?NukSOTY_R@{{ehGJR&h<&KE zw6y$y=X}rXTkG5FU8{MUe%-qT7z_r3!C)|E9`5&mQmI_caa`hDG{cx1i0D;yb@hKH z#{T+!6UT9h9LN28_S$011O5fz-o(HpV~lh2=FNY+8^+vITwLrl?l;SQF#ZsjF&Iu^ z#$Y&w8H3>zW(31m!(cE#rBXqyR%6eeJ=nj0KOQ}L1OO;0 zDM4dnqp){iU;xR<$xtel=<4di#fukl@7{m!#J+j+21=z8xw*Nhudf&4X0sWkrKQ-l zYZppNO3>Te>!AJQ$rI$|%DyW5(qFE5AHY6SqCIdf*xysfRRC@d_5OeRBNVIf|>e(hGnSshoJzT&entX3=T-o1O^vX(p`ihzqocTV=@P=i!f^EHQKY7(0sy{!`-XGp z&LJl!2MGxYkjv$0Z*RxY&=BI{;$SkFAeYNwv)Le#NMJUbVYOPJ(P(hx$`u?ucn}ha z1P2ZrKwDeels%7(j37Qf9{v6O$j{G*(P%_!YAWn@yVrUKg8`|jsaUseo$%&3b?OuV z;KYd&4)gLnkDWVrA|N0D1qB7*I1b6l$*|dMQ)>KPXDZDZN2OBjEh;J^Ptoi31c2VY zeJjLn+_*t8F){Sv!v|WlXc1W~79t|rv112SRaFrYQCwUcJ$UdysKId@nM@|3#^%kN zNu$wFRaF(m#>P5mN~Kb|eEG7V-P_wMFJ^8&z}qXCeCXznW(zDTF4Cy3=qe0)YH@BcBYAS+-Z73 zQBe`8RH{iQ{~0-Bh(sd9#KZ{eq@*Ntc6K5>JRF-gZ9-F16MB1lq0{MHe*0LlVg*7% zLWK3wrAq+-9UUD=NJwzlo0yo0j*bohKu}N+LPJA^Twq|J+kV^I+Yuih@1Rv*Uys$R zS9`6OnVE^Sv@}FSL?9_C2{kn}h=_=Asvi;(f|V;*;@GicNJ&Y7OeO;n33*RvnvUjl znGs_Q4-aExWJFl=JP(mb1dij7mzRh8_wPfkRwE-L!{v|*7cO)fU%q@fc%FBNSu7ST zTefV<>!v~^5@B#~&>{Bh*)y2UX0P@9{ryo_SBL)oew3A!p{uJ4QmNGG-rCw)s8lLs zWo6;v!-vpnwOFuVfsprfrs-%-ml-jJ-EPOVYu5k(Hk%C<6%|NNPX_?x<>le=|J>U+a@&F=1Q0Dw-XLt0uIhKGl} z)~l?nL{wB1{QdnQl}d5^_;DBv2K@Z_Q`j>;Z(Ca%wr$&n?Cfj=1Oz~%(ZFuEV{B~9 zqyES1c%tboE`N_P9RdRbq0{LQ85xPe!9j$EhT_((TL6GHYt~@Hh7B+pjmXT*6s}pn zemzP{OJTR$5g8fjvUWm30xn#*fVj9gtX;bn-QC?NDk{S6-Mi7!(&AOWiHV6gd-g11 zV`Cu}i}C*bdtAMG6=Ja%VzJmOy(34CptiOaVPRni4i1LVXhdaYC6+8%GHG79T#l5K z6hucyP$pIFD8=8WRa;d9lhRYXM8-Q7(c9UWx1+a2~4 z6ckW#aj`>ebaa&TdOdyq{F$s)D>XMaJLFqiTghxT3u~U|NvG4%*RNlNnAK{fSFc`8 zx^Db1<_@0cNvqX5==h>%x7+F6yLY73YKiB0m-7-4{rK^Nv|25F`t*s2h%6QhwYIjp z)%d;6RGOaP>hL+E#&CwkVxgd*AbRoQ#k8Ad{PVanhR+`*ix)3OczC$e+?_jjaQgIV zWMpJu`}Xa=N_k96OA9J0DqQBbZrzH~($ZP$=TF3EV?;+syL`@}P$-~KD14QeHe0rA zK|@2stn2`T6yYjg4u%y?Mm=^YHWY>znHy h7z_r3!C?G<@Hf&3!FfoJJvaaW002ovPDHLkV1h@4YS{n) diff --git a/backend_doc/inherit_graph_86.map b/backend_doc/inherit_graph_86.map index 3a7bf4fdb44..10caaf27ab6 100644 --- a/backend_doc/inherit_graph_86.map +++ b/backend_doc/inherit_graph_86.map @@ -1,5 +1,3 @@ - - - + diff --git a/backend_doc/inherit_graph_86.md5 b/backend_doc/inherit_graph_86.md5 index 279994a60e4..8772c89d7e3 100644 --- a/backend_doc/inherit_graph_86.md5 +++ b/backend_doc/inherit_graph_86.md5 @@ -1 +1 @@ -c6c6ad0a66bf54b731819efd6fb7623a \ No newline at end of file +20c2a1896d7138636245ce543950a791 \ No newline at end of file diff --git a/backend_doc/inherit_graph_86.png b/backend_doc/inherit_graph_86.png index df89af053df48c6cf23a9f7386be1f1c56356c19..3e107e13e956926ae53a2e8d305a7ba5d962cf0b 100644 GIT binary patch literal 1791 zcmV4i% ztwIYL2jV4o!C>ORpd^kQpn({PfgUMFWui_Tcp+(vC?NukSOTY_R@{{ehGJR&h<&KE zw6y$y=X}rXTkG5FU8{MUe%-qT7z_r3!C)|E9`5&mQmI_caa`hDG{cx1i0D;yb@hKH z#{T+!6UT9h9LN28_S$011O5fz-o(HpV~lh2=FNY+8^+vITwLrl?l;SQF#ZsjF&Iu^ z#$Y&w8H3>zW(31m!(cE#rBXqyR%6eeJ=nj0KOQ}L1OO;0 zDM4dnqp){iU;xR<$xtel=<4di#fukl@7{m!#J+j+21=z8xw*Nhudf&4X0sWkrKQ-l zYZppNO3>Te>!AJQ$rI$|%DyW5(qFE5AHY6SqCIdf*xysfRRC@d_5OeRBNVIf|>e(hGnSshoJzT&entX3=T-o1O^vX(p`ihzqocTV=@P=i!f^EHQKY7(0sy{!`-XGp z&LJl!2MGxYkjv$0Z*RxY&=BI{;$SkFAeYNwv)Le#NMJUbVYOPJ(P(hx$`u?ucn}ha z1P2ZrKwDeels%7(j37Qf9{v6O$j{G*(P%_!YAWn@yVrUKg8`|jsaUseo$%&3b?OuV z;KYd&4)gLnkDWVrA|N0D1qB7*I1b6l$*|dMQ)>KPXDZDZN2OBjEh;J^Ptoi31c2VY zeJjLn+_*t8F){Sv!v|WlXc1W~79t|rv112SRaFrYQCwUcJ$UdysKId@nM@|3#^%kN zNu$wFRaF(m#>P5mN~Kb|eEG7V-P_wMFJ^8&z}qXCeCXznW(zDTF4Cy3=qe0)YH@BcBYAS+-Z73 zQBe`8RH{iQ{~0-Bh(sd9#KZ{eq@*Ntc6K5>JRF-gZ9-F16MB1lq0{MHe*0LlVg*7% zLWK3wrAq+-9UUD=NJwzlo0yo0j*bohKu}N+LPJA^Twq|J+kV^I+Yuih@1Rv*Uys$R zS9`6OnVE^Sv@}FSL?9_C2{kn}h=_=Asvi;(f|V;*;@GicNJ&Y7OeO;n33*RvnvUjl znGs_Q4-aExWJFl=JP(mb1dij7mzRh8_wPfkRwE-L!{v|*7cO)fU%q@fc%FBNSu7ST zTefV<>!v~^5@B#~&>{Bh*)y2UX0P@9{ryo_SBL)oew3A!p{uJ4QmNGG-rCw)s8lLs zWo6;v!-vpnwOFuVfsprfrs-%-ml-jJ-EPOVYu5k(Hk%C<6%|NNPX_?x<>le=|J>U+a@&F=1Q0Dw-XLt0uIhKGl} z)~l?nL{wB1{QdnQl}d5^_;DBv2K@Z_Q`j>;Z(Ca%wr$&n?Cfj=1Oz~%(ZFuEV{B~9 zqyES1c%tboE`N_P9RdRbq0{LQ85xPe!9j$EhT_((TL6GHYt~@Hh7B+pjmXT*6s}pn zemzP{OJTR$5g8fjvUWm30xn#*fVj9gtX;bn-QC?NDk{S6-Mi7!(&AOWiHV6gd-g11 zV`Cu}i}C*bdtAMG6=Ja%VzJmOy(34CptiOaVPRni4i1LVXhdaYC6+8%GHG79T#l5K z6hucyP$pIFD8=8WRa;d9lhRYXM8-Q7(c9UWx1+a2~4 z6ckW#aj`>ebaa&TdOdyq{F$s)D>XMaJLFqiTghxT3u~U|NvG4%*RNlNnAK{fSFc`8 zx^Db1<_@0cNvqX5==h>%x7+F6yLY73YKiB0m-7-4{rK^Nv|25F`t*s2h%6QhwYIjp z)%d;6RGOaP>hL+E#&CwkVxgd*AbRoQ#k8Ad{PVanhR+`*ix)3OczC$e+?_jjaQgIV zWMpJu`}Xa=N_k96OA9J0DqQBbZrzH~($ZP$=TF3EV?;+syL`@}P$-~KD14QeHe0rA zK|@2stn2`T6yYjg4u%y?Mm=^YHWY>znHy h7z_r3!C?G<@Hf&3!FfoJJvaaW002ovPDHLkV1h@4YS{n) literal 3540 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 Nrfqn?Sko^2{{XhB6q5h| diff --git a/backend_doc/inherit_graph_87.map b/backend_doc/inherit_graph_87.map index bbe8ebd6a00..3a7bf4fdb44 100644 --- a/backend_doc/inherit_graph_87.map +++ b/backend_doc/inherit_graph_87.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/backend_doc/inherit_graph_87.md5 b/backend_doc/inherit_graph_87.md5 index 9ebc2dd95f2..279994a60e4 100644 --- a/backend_doc/inherit_graph_87.md5 +++ b/backend_doc/inherit_graph_87.md5 @@ -1 +1 @@ -7b124f7ea71898abe0765bfefbb8e1c1 \ No newline at end of file +c6c6ad0a66bf54b731819efd6fb7623a \ No newline at end of file diff --git a/backend_doc/inherit_graph_87.png b/backend_doc/inherit_graph_87.png index da23fdeee9d795a0a29a7fbea6c11e4e19a3af32..df89af053df48c6cf23a9f7386be1f1c56356c19 100644 GIT binary patch literal 3540 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 Nrfqn?Sko^2{{XhB6q5h| literal 3397 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 diff --git a/backend_doc/inherit_graph_88.map b/backend_doc/inherit_graph_88.map index 36d404e7e4a..bbe8ebd6a00 100644 --- a/backend_doc/inherit_graph_88.map +++ b/backend_doc/inherit_graph_88.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/backend_doc/inherit_graph_88.md5 b/backend_doc/inherit_graph_88.md5 index f18d7091eda..9ebc2dd95f2 100644 --- a/backend_doc/inherit_graph_88.md5 +++ b/backend_doc/inherit_graph_88.md5 @@ -1 +1 @@ -7d308acfbd41138fdecf4225641f4268 \ No newline at end of file +7b124f7ea71898abe0765bfefbb8e1c1 \ No newline at end of file diff --git a/backend_doc/inherit_graph_88.png b/backend_doc/inherit_graph_88.png index 3819c8b54a69eb9e2d59692df42fd2e2fc1a9590..da23fdeee9d795a0a29a7fbea6c11e4e19a3af32 100644 GIT binary patch literal 3397 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 literal 5537 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 diff --git a/backend_doc/inherit_graph_89.map b/backend_doc/inherit_graph_89.map index a772bd46fe3..36d404e7e4a 100644 --- a/backend_doc/inherit_graph_89.map +++ b/backend_doc/inherit_graph_89.map @@ -1,5 +1,5 @@ - - - + + + diff --git a/backend_doc/inherit_graph_89.md5 b/backend_doc/inherit_graph_89.md5 index d6bd982ce69..f18d7091eda 100644 --- a/backend_doc/inherit_graph_89.md5 +++ b/backend_doc/inherit_graph_89.md5 @@ -1 +1 @@ -b53c8c8c866047c9c5c9014ad68107d8 \ No newline at end of file +7d308acfbd41138fdecf4225641f4268 \ No newline at end of file diff --git a/backend_doc/inherit_graph_89.png b/backend_doc/inherit_graph_89.png index 999fd2e14e85fa35d0423b954e5569041cdd112a..3819c8b54a69eb9e2d59692df42fd2e2fc1a9590 100644 GIT binary patch literal 5537 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 literal 4432 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 - + + + diff --git a/backend_doc/inherit_graph_90.md5 b/backend_doc/inherit_graph_90.md5 index 3ddd9a286f1..d6bd982ce69 100644 --- a/backend_doc/inherit_graph_90.md5 +++ b/backend_doc/inherit_graph_90.md5 @@ -1 +1 @@ -daf0d871f4c8d4c26d6cc8ed72090c4e \ No newline at end of file +b53c8c8c866047c9c5c9014ad68107d8 \ No newline at end of file diff --git a/backend_doc/inherit_graph_90.png b/backend_doc/inherit_graph_90.png index 2a27eae8743687737f50e922de1e1816be82ee98..999fd2e14e85fa35d0423b954e5569041cdd112a 100644 GIT binary patch literal 4432 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 - + + + + + + - + - + - + - + - + @@ -515,45 +520,45 @@ - + - + - + - + - + - + - + diff --git a/backend_doc/kernels_2elementwise__functions_2fabs_8hpp_source.html b/backend_doc/kernels_2elementwise__functions_2fabs_8hpp_source.html index 68197d3ae70..c26e6b095f1 100644 --- a/backend_doc/kernels_2elementwise__functions_2fabs_8hpp_source.html +++ b/backend_doc/kernels_2elementwise__functions_2fabs_8hpp_source.html @@ -139,7 +139,7 @@
38 // constexpr resT constant_value = resT{};
39 // is function defined for sycl::vec
40 using supports_vec = typename std::false_type;
-
41 // do both argT and resT support sugroup store/load operation
+
41 // do both argT and resT support subgroup store/load operation
42 using supports_sg_loadstore = typename std::true_type;
43
44 resT operator()(const argT &x) const
diff --git a/backend_doc/kernels_2elementwise__functions_2radians_8hpp_source.html b/backend_doc/kernels_2elementwise__functions_2radians_8hpp_source.html new file mode 100644 index 00000000000..3629a278370 --- /dev/null +++ b/backend_doc/kernels_2elementwise__functions_2radians_8hpp_source.html @@ -0,0 +1,169 @@ + + + + + + + +DPNP C++ backend kernel library: /github/workspace/dpnp/backend/kernels/elementwise_functions/radians.hpp Source File + + + + + + + + + + + + + +
+
+ + + + + + +
+
DPNP C++ backend kernel library 0.16.0dev0 +
+
Data Parallel Extension for NumPy*
+
+
+ + + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
radians.hpp
+
+
+
1//*****************************************************************************
+
2// Copyright (c) 2024, Intel Corporation
+
3// All rights reserved.
+
4//
+
5// Redistribution and use in source and binary forms, with or without
+
6// modification, are permitted provided that the following conditions are met:
+
7// - Redistributions of source code must retain the above copyright notice,
+
8// this list of conditions and the following disclaimer.
+
9// - Redistributions in binary form must reproduce the above copyright notice,
+
10// this list of conditions and the following disclaimer in the documentation
+
11// and/or other materials provided with the distribution.
+
12//
+
13// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+
14// AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+
15// IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+
16// ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+
17// LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+
18// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+
19// SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+
20// INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+
21// CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+
22// ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+
23// THE POSSIBILITY OF SUCH DAMAGE.
+
24//*****************************************************************************
+
25
+
26#pragma once
+
27
+
28#include <sycl/sycl.hpp>
+
29
+
30namespace dpnp::kernels::radians
+
31{
+
32template <typename argT, typename resT>
+
+ +
34{
+
35 // is function constant for given argT
+
36 using is_constant = typename std::false_type;
+
37 // constant value, if constant
+
38 // constexpr resT constant_value = resT{};
+
39 // is function defined for sycl::vec
+
40 using supports_vec = typename std::true_type;
+
41 // do both argT and resT support subgroup store/load operation
+
42 using supports_sg_loadstore = typename std::true_type;
+
43
+
44 resT operator()(const argT &x) const
+
45 {
+
46 return sycl::radians(x);
+
47 }
+
48
+
49 template <int vec_sz>
+
50 sycl::vec<resT, vec_sz> operator()(const sycl::vec<argT, vec_sz> &x) const
+
51 {
+
52 return sycl::radians(x);
+
53 }
+
54};
+
+
55} // namespace dpnp::kernels::radians
+ +
+
+ + + + diff --git a/backend_doc/navtreedata.js b/backend_doc/navtreedata.js index b52257261ef..502009e317e 100644 --- a/backend_doc/navtreedata.js +++ b/backend_doc/navtreedata.js @@ -46,7 +46,7 @@ var NAVTREE = var NAVTREEINDEX = [ "abs_8hpp_source.html", -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d" +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134" ]; var SYNCONMSG = 'click to disable panel synchronisation'; diff --git a/backend_doc/navtreeindex0.js b/backend_doc/navtreeindex0.js index 6d093d25501..bb106f264e0 100644 --- a/backend_doc/navtreeindex0.js +++ b/backend_doc/navtreeindex0.js @@ -77,6 +77,7 @@ var NAVTREEINDEX0 = "extensions_2ufunc_2elementwise__functions_2fmax_8hpp_source.html":[2,0,0,5,0,2], "extensions_2ufunc_2elementwise__functions_2fmin_8hpp_source.html":[2,0,0,5,0,3], "extensions_2ufunc_2elementwise__functions_2fmod_8hpp_source.html":[2,0,0,5,0,4], +"extensions_2ufunc_2elementwise__functions_2radians_8hpp_source.html":[2,0,0,5,0,6], "extensions_2vm_2fmax_8hpp_source.html":[2,0,0,6,20], "extensions_2vm_2fmin_8hpp_source.html":[2,0,0,6,21], "extensions_2vm_2fmod_8hpp_source.html":[2,0,0,6,22], @@ -97,32 +98,31 @@ var NAVTREEINDEX0 = "getri_8hpp_source.html":[2,0,0,3,6], "getrs_8hpp_source.html":[2,0,0,3,7], "group___b_a_c_k_e_n_d___a_p_i.html":[0,0], -"group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713":[0,0,30], +"group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713":[0,0,29], "group___b_a_c_k_e_n_d___a_p_i.html#ga09e5c5f507183e0dcd9153acdf970d61":[0,0,22], "group___b_a_c_k_e_n_d___a_p_i.html#ga0c91dcb81f3a0de00cf1c7326e8feb9c":[0,0,3], -"group___b_a_c_k_e_n_d___a_p_i.html#ga0dffbc87d5ab5ea413cf631a0d59ba77":[0,0,29], "group___b_a_c_k_e_n_d___a_p_i.html#ga1aec65af16a011e7ac26fb1cd2daf1eb":[0,0,17], -"group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407":[0,0,31], -"group___b_a_c_k_e_n_d___a_p_i.html#ga27e7a066bbe9e7bb42ea0bb4aa80fa5a":[0,0,43], +"group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407":[0,0,30], +"group___b_a_c_k_e_n_d___a_p_i.html#ga27e7a066bbe9e7bb42ea0bb4aa80fa5a":[0,0,42], "group___b_a_c_k_e_n_d___a_p_i.html#ga2c1f63f22354673088112c4f248c98a2":[0,0,14], "group___b_a_c_k_e_n_d___a_p_i.html#ga2df766b3642aa4e94c8cef7927d6022d":[0,0,28], -"group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0":[0,0,32], -"group___b_a_c_k_e_n_d___a_p_i.html#ga41839ae42b40874e5405889e50e13358":[0,0,33], +"group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0":[0,0,31], +"group___b_a_c_k_e_n_d___a_p_i.html#ga41839ae42b40874e5405889e50e13358":[0,0,32], "group___b_a_c_k_e_n_d___a_p_i.html#ga49f8dd90da75b44e6b733e944c6e7b33":[0,0,10], -"group___b_a_c_k_e_n_d___a_p_i.html#ga5aa43f73b2b057034fd5f29cd86ea246":[0,0,44], -"group___b_a_c_k_e_n_d___a_p_i.html#ga5d37203d4448c22f7b046710d639fd4e":[0,0,38], +"group___b_a_c_k_e_n_d___a_p_i.html#ga5aa43f73b2b057034fd5f29cd86ea246":[0,0,43], +"group___b_a_c_k_e_n_d___a_p_i.html#ga5d37203d4448c22f7b046710d639fd4e":[0,0,37], "group___b_a_c_k_e_n_d___a_p_i.html#ga65cea3f2936cb7bed613b51cebb74526":[0,0,13], "group___b_a_c_k_e_n_d___a_p_i.html#ga6610de7cc5611443e025d9cd7d08b74c":[0,0,26], -"group___b_a_c_k_e_n_d___a_p_i.html#ga701ba350a76dc444f53a7e7d59c7a143":[0,0,37], +"group___b_a_c_k_e_n_d___a_p_i.html#ga701ba350a76dc444f53a7e7d59c7a143":[0,0,36], "group___b_a_c_k_e_n_d___a_p_i.html#ga709d9a7ac1174112ecc6d807e0c0a1e4":[0,0,23], "group___b_a_c_k_e_n_d___a_p_i.html#ga720e05039ce0f0784c8a2e04f7f1c682":[0,0,9], -"group___b_a_c_k_e_n_d___a_p_i.html#ga77f60af228fba6ec73c66217bd7a4ee7":[0,0,39], +"group___b_a_c_k_e_n_d___a_p_i.html#ga77f60af228fba6ec73c66217bd7a4ee7":[0,0,38], "group___b_a_c_k_e_n_d___a_p_i.html#ga82436cd570953d8e730b2f963db327de":[0,0,15], "group___b_a_c_k_e_n_d___a_p_i.html#ga829a9f98330c569c4c6a42f2e5aa8642":[0,0,2], "group___b_a_c_k_e_n_d___a_p_i.html#ga84f52e821dd403abd8f2cf06f3086f2a":[0,0,1], "group___b_a_c_k_e_n_d___a_p_i.html#ga8ad335322042643d7f7cc865d58958a1":[0,0,11], -"group___b_a_c_k_e_n_d___a_p_i.html#ga8d41fc0affbac587992402c23ff9b930":[0,0,41], -"group___b_a_c_k_e_n_d___a_p_i.html#ga91baef74014e4e8b8ce22013cc361a66":[0,0,35], +"group___b_a_c_k_e_n_d___a_p_i.html#ga8d41fc0affbac587992402c23ff9b930":[0,0,40], +"group___b_a_c_k_e_n_d___a_p_i.html#ga91baef74014e4e8b8ce22013cc361a66":[0,0,34], "group___b_a_c_k_e_n_d___a_p_i.html#ga96eabd32a2b65f49e715ccdbc33c45d4":[0,0,27], "group___b_a_c_k_e_n_d___a_p_i.html#ga9ffb57d8d58fc2d3bc4c76fce7dd4fb4":[0,0,16], "group___b_a_c_k_e_n_d___a_p_i.html#gaada414343be2c637611ad7bc65a87871":[0,0,0], @@ -130,18 +130,18 @@ var NAVTREEINDEX0 = "group___b_a_c_k_e_n_d___a_p_i.html#gab577c1444f9e878b90162013bf2c4591":[0,0,18], "group___b_a_c_k_e_n_d___a_p_i.html#gab66364798efa3d954afdc1659383ee54":[0,0,20], "group___b_a_c_k_e_n_d___a_p_i.html#gab9df32dd9f7107c691c5972a86351d35":[0,0,4], -"group___b_a_c_k_e_n_d___a_p_i.html#gaba1f836500ed61109153fb4afef55c89":[0,0,34], +"group___b_a_c_k_e_n_d___a_p_i.html#gaba1f836500ed61109153fb4afef55c89":[0,0,33], "group___b_a_c_k_e_n_d___a_p_i.html#gabceea33ca918db1ba95b692dd0cf78a8":[0,0,7], "group___b_a_c_k_e_n_d___a_p_i.html#gac8a963ba01536cad42b8a42d8250314b":[0,0,8], "group___b_a_c_k_e_n_d___a_p_i.html#gac9fb583c42b950288b305efde244646e":[0,0,21], -"group___b_a_c_k_e_n_d___a_p_i.html#gacd17ba5828ba92fae45ab9c3b82419ae":[0,0,36], -"group___b_a_c_k_e_n_d___a_p_i.html#gad658fb513fc4ab24115573d8bdbf38df":[0,0,40], +"group___b_a_c_k_e_n_d___a_p_i.html#gacd17ba5828ba92fae45ab9c3b82419ae":[0,0,35], +"group___b_a_c_k_e_n_d___a_p_i.html#gad658fb513fc4ab24115573d8bdbf38df":[0,0,39], "group___b_a_c_k_e_n_d___a_p_i.html#gad6b710733eb11c4f51e92cab7e34dcb5":[0,0,25], "group___b_a_c_k_e_n_d___a_p_i.html#gad7ba17bf5aab9a319b59429718622322":[0,0,5], "group___b_a_c_k_e_n_d___a_p_i.html#gaddbabf7c091b81ba8ce90ebc54cdffc8":[0,0,12], "group___b_a_c_k_e_n_d___a_p_i.html#gade43dedf9297ae8a75c812cf1e59d2c1":[0,0,6], "group___b_a_c_k_e_n_d___a_p_i.html#gae183e59a05697d37ecfb659ef783224a":[0,0,19], -"group___b_a_c_k_e_n_d___a_p_i.html#gaff33ecfcdcc418196d3361d37c53f5f0":[0,0,42], +"group___b_a_c_k_e_n_d___a_p_i.html#gaff33ecfcdcc418196d3361d37c53f5f0":[0,0,41], "group___b_a_c_k_e_n_d___f_f_t___a_p_i.html":[0,1], "group___b_a_c_k_e_n_d___f_f_t___a_p_i.html#ga8b171f117ae2300eae50ff63004272b7":[0,1,1], "group___b_a_c_k_e_n_d___f_f_t___a_p_i.html#gab417579850ae1b4d62c50a7144d006e2":[0,1,0], @@ -149,105 +149,105 @@ var NAVTREEINDEX0 = "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ga52f631e01afd73cc5573f9e8f61bd78f":[0,2,1], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ga8b20590525bff7c7ce4f728d2021b558":[0,2,2], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gaec54569b58e937e84099479f078bce15":[0,2,3], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0064886d269433e4c5e54bf3ffb6eb71":[0,2,2,74], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0064886d269433e4c5e54bf3ffb6eb71":[0,2,2,72], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a01897799d4a0cba291db28a27e33cc24":[0,2,2,0], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a051aaed58a292f8a66357f883923973b":[0,2,2,37], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e":[0,2,2,46], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e":[0,2,2,44], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a07975db9b1b940b6d733b592af110e1a":[0,2,2,24], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0ba43c2e5702dd405cd40d405fe3ad46":[0,2,2,60], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0ba43c2e5702dd405cd40d405fe3ad46":[0,2,2,58], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a10e8c2f3d4b98e84040ba9793462c1d9":[0,2,2,38], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a11734477d3b7ad5b6905bad5417b454d":[0,2,2,79], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a11734477d3b7ad5b6905bad5417b454d":[0,2,2,77], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a125c30f857787e9bd19648b0beae9f5b":[0,2,2,36], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a17750205304e246fad783e631614cf48":[0,2,2,121], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a189c3bcc88dc1ab0c6b43911146d51fd":[0,2,2,69], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1989558074799d28289de9919eb55c48":[0,2,2,96], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1afb7e3342019b75330aba6e1a4abfca":[0,2,2,102], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a17750205304e246fad783e631614cf48":[0,2,2,119], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a189c3bcc88dc1ab0c6b43911146d51fd":[0,2,2,67], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1989558074799d28289de9919eb55c48":[0,2,2,94], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1afb7e3342019b75330aba6e1a4abfca":[0,2,2,100], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1b52092777d3af8b5929d28756be4461":[0,2,2,40], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1beebad63439e4d24242fad6185d1ffd":[0,2,2,65], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1d29beee5d3424e6aca222ed56e3f707":[0,2,2,95], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1f02e752405381ab74767a4b0b42cbaa":[0,2,2,97], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1fbafdcfb58875a7dd9b26f3acdf6600":[0,2,2,112], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1beebad63439e4d24242fad6185d1ffd":[0,2,2,63], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1d29beee5d3424e6aca222ed56e3f707":[0,2,2,93], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1f02e752405381ab74767a4b0b42cbaa":[0,2,2,95], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1fbafdcfb58875a7dd9b26f3acdf6600":[0,2,2,110], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a22087fff882a91b3eea483db4557066d":[0,2,2,20], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a220baac0d954f5e2d3a6c89c8f4bc2ad":[0,2,2,75], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a23ba5ff2630c0a58ea0839afd5909f76":[0,2,2,101], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a264ea5dbc7125d301af8b67aa6381ddb":[0,2,2,62], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a278cb0efcc0a1b7e85af3f2c60b8a80d":[0,2,2,87], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a220baac0d954f5e2d3a6c89c8f4bc2ad":[0,2,2,73], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a23ba5ff2630c0a58ea0839afd5909f76":[0,2,2,99], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a264ea5dbc7125d301af8b67aa6381ddb":[0,2,2,60], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a278cb0efcc0a1b7e85af3f2c60b8a80d":[0,2,2,85], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a282f41003de5330062fd236e8028f1a7":[0,2,2,10], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a2834d0a5ad758b989d781ddf55b50265":[0,2,2,49], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a30133f517664ed53ec5be1d7fc176b08":[0,2,2,55], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a2834d0a5ad758b989d781ddf55b50265":[0,2,2,47], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a30133f517664ed53ec5be1d7fc176b08":[0,2,2,53], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a33a515ed4d5cd48b8e755dc4d5525643":[0,2,2,7], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a360c72399ff4b3230a59d28005b618ae":[0,2,2,21], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3613e366d1d7a4f1d0a9029a5fab229f":[0,2,2,68], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a37bbbe3a9ed0f5af607ad31cb08946b3":[0,2,2,85], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a384557e466eb25ae484b32c1db45eb02":[0,2,2,57], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3613e366d1d7a4f1d0a9029a5fab229f":[0,2,2,66], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a37bbbe3a9ed0f5af607ad31cb08946b3":[0,2,2,83], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a384557e466eb25ae484b32c1db45eb02":[0,2,2,55], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3849a9470b35f70f8aee6528db759b86":[0,2,2,12], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a390dd8fed5f213b251eb2c92af0211c6":[0,2,2,111], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a390dd8fed5f213b251eb2c92af0211c6":[0,2,2,109], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a39d11c7f6e2ec8bff4ad3c0be9cefc13":[0,2,2,11], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3fd78fcac1e00c5c8ae1ba0eed23122d":[0,2,2,80], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a428a630017c0a128deb4642470f20efb":[0,2,2,73], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3fd78fcac1e00c5c8ae1ba0eed23122d":[0,2,2,78], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a428a630017c0a128deb4642470f20efb":[0,2,2,71], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a44ceec4f99af1bc08e8f5543b386180e":[0,2,2,32], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a4a4d73cc14f7681dd49a449c3bd10144":[0,2,2,14], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a4e3c9946978c0627bf39906da7804b3b":[0,2,2,15], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5":[0,2,2,47], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51216d8cda7e009964d71ddd8c7fbb1d":[0,2,2,122], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5":[0,2,2,45], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51216d8cda7e009964d71ddd8c7fbb1d":[0,2,2,120], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a512afdcfc770a0be3097a6b8f09d82d1":[0,2,2,33], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a513c3a4f4042cb6d5bbf4d77c6bc6d87":[0,2,2,59], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51b643c02f16bd79ce230d5da9411ed1":[0,2,2,82], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a52addc8e50547e5ed5829ec8cfb96b0b":[0,2,2,66], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a532b9c7944f9d6c4290d03bcb75d6fb8":[0,2,2,51], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a513c3a4f4042cb6d5bbf4d77c6bc6d87":[0,2,2,57], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51b643c02f16bd79ce230d5da9411ed1":[0,2,2,80], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a52addc8e50547e5ed5829ec8cfb96b0b":[0,2,2,64], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a532b9c7944f9d6c4290d03bcb75d6fb8":[0,2,2,49], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5333d3eb859da5bba7770ae8194ca5d2":[0,2,2,18], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a563f719d139a7d794b600213dccef1de":[0,2,2,6], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a56d7153c972b0be7b98a638b3e2bc953":[0,2,2,54], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a58553723bdf252b3b5cc6d609a578c88":[0,2,2,45], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a59f893fd340c0937b52941bf138d5b19":[0,2,2,113], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a05795744d8cfd0c99c3607540dc236":[0,2,2,93], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a5f78154de3845f234e34f22d870448":[0,2,2,120], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a7b6208bb084ce808682c6f1ef54387":[0,2,2,86], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a622d2445e61c9e3bbb48103f11a6ee9a":[0,2,2,61], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62eedd89940f85f26c37b97cc4f80bc6":[0,2,2,107], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a56d7153c972b0be7b98a638b3e2bc953":[0,2,2,52], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a59f893fd340c0937b52941bf138d5b19":[0,2,2,111], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a05795744d8cfd0c99c3607540dc236":[0,2,2,91], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a5f78154de3845f234e34f22d870448":[0,2,2,118], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a7b6208bb084ce808682c6f1ef54387":[0,2,2,84], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a622d2445e61c9e3bbb48103f11a6ee9a":[0,2,2,59], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62eedd89940f85f26c37b97cc4f80bc6":[0,2,2,105], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62f2665bbd701478639f3701b16a6cf1":[0,2,2,19], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6416887970ce60bfa9d8fc88b03e71d7":[0,2,2,77], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a673b312ec7e9a40fa18483ed02d3649d":[0,2,2,115], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6ba83001ce89ae9bea48277c027d0b64":[0,2,2,50], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6d9d980b8da13bdb0b5300fc4024cc90":[0,2,2,52], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a71e9d9eae39bfc079094c1244fb8bfbd":[0,2,2,70], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6416887970ce60bfa9d8fc88b03e71d7":[0,2,2,75], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a673b312ec7e9a40fa18483ed02d3649d":[0,2,2,113], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6ba83001ce89ae9bea48277c027d0b64":[0,2,2,48], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6d9d980b8da13bdb0b5300fc4024cc90":[0,2,2,50], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a71e9d9eae39bfc079094c1244fb8bfbd":[0,2,2,68], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a72a62985c0bb7a38d58d9a8ab34ab19c":[0,2,2,43], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a74c732efc8cea46d451c573b018e522d":[0,2,2,108], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a74c732efc8cea46d451c573b018e522d":[0,2,2,106], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a753a922dac7c8d4151b2f1c65b95f80f":[0,2,2,8], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a78256afce49f190fe5699d5c3be57176":[0,2,2,9], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7ec41e2f35f7e27424ce99a9d850a399":[0,2,2,63], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7ec41e2f35f7e27424ce99a9d850a399":[0,2,2,61], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7fdc6b2053d31144e2c19dd861ede010":[0,2,2,30], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8016179517e2ca1d7fa0b95b49a9130a":[0,2,2,17], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8c4218eb8e22d1868c0ac0165dac4f8e":[0,2,2,53], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8de6f56949b2201f0c99e3b34fd3760f":[0,2,2,64], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8f9b10a503f1c853fc633ce370e252d1":[0,2,2,98], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a96bdde1b80a9acff45e11ede77ece529":[0,2,2,110], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a99dd510a742f3c15b48092cef64f8aa3":[0,2,2,116], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a0b6b12ba1ee21d8561087ec15cf9b6":[0,2,2,78], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a2fb54e875d4c304e60e8747164df9e":[0,2,2,76], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9ac4119c5429b52649c38e290305a3bc":[0,2,2,58], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9b2be3e8c111f7d37813476b1bdb7e91":[0,2,2,109], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8c4218eb8e22d1868c0ac0165dac4f8e":[0,2,2,51], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8de6f56949b2201f0c99e3b34fd3760f":[0,2,2,62], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8f9b10a503f1c853fc633ce370e252d1":[0,2,2,96], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a96bdde1b80a9acff45e11ede77ece529":[0,2,2,108], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a99dd510a742f3c15b48092cef64f8aa3":[0,2,2,114], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a0b6b12ba1ee21d8561087ec15cf9b6":[0,2,2,76], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a2fb54e875d4c304e60e8747164df9e":[0,2,2,74], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9ac4119c5429b52649c38e290305a3bc":[0,2,2,56], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9b2be3e8c111f7d37813476b1bdb7e91":[0,2,2,107], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9bc9a51cda7b0d6ddb0ce5412c747a1e":[0,2,2,13], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9efe7aa7ce951e7a44180b3160bcfd01":[0,2,2,34], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9fdb85aaf89a9a23ade5fc73a6a60b4b":[0,2,2,90], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d":[0,2,2,48], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa14ca7c1b83bc295bebb629e28e80dfc":[0,2,2,94], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9fdb85aaf89a9a23ade5fc73a6a60b4b":[0,2,2,88], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d":[0,2,2,46], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa14ca7c1b83bc295bebb629e28e80dfc":[0,2,2,92], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa2d2bcea47c4e52a80ffbab34aa3eb68":[0,2,2,27], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa3e8a4061dcef64562a635d8a9870611":[0,2,2,28], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa43c5be689c64f6e058fee732c71d549":[0,2,2,105], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa47904a3ff27ca35a2c69d09d897c29d":[0,2,2,100], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa766585227c8613f083d62da1eb0d5f1":[0,2,2,67], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa43c5be689c64f6e058fee732c71d549":[0,2,2,103], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa47904a3ff27ca35a2c69d09d897c29d":[0,2,2,98], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa766585227c8613f083d62da1eb0d5f1":[0,2,2,65], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa8e5f8f3b90944e05d9c8e4183c23706":[0,2,2,22], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aadc54195a4c41ac24ed1aa10f8e6f6a4":[0,2,2,124], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ab03609e63992ac5aea8933f7310dae0f":[0,2,2,71], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558abcd6c3b24ddbbe69a1e776705b276dba":[0,2,2,89], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac0d3143bc0fd7a8f43501a3a8784a148":[0,2,2,119], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac932383a1104d78d3c137a8688de68a0":[0,2,2,84], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac988c55f9d110ee7ce575a59803dfe0d":[0,2,2,56], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aadc54195a4c41ac24ed1aa10f8e6f6a4":[0,2,2,122], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ab03609e63992ac5aea8933f7310dae0f":[0,2,2,69], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558abcd6c3b24ddbbe69a1e776705b276dba":[0,2,2,87], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac0d3143bc0fd7a8f43501a3a8784a148":[0,2,2,117], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac932383a1104d78d3c137a8688de68a0":[0,2,2,82], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac988c55f9d110ee7ce575a59803dfe0d":[0,2,2,54], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aca4a111afa2773a5dbac2f1f879d2029":[0,2,2,41], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acb2053b1a76c7b007f2aadfeb5f9dca7":[0,2,2,25], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acc272cc4ecbe0b0e5705041af58249c6":[0,2,2,88], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acc272cc4ecbe0b0e5705041af58249c6":[0,2,2,86], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558accd4f4f5361af9a38bca158550c4499a":[0,2,2,16], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad03cf027177961e1f272087606e38cb3":[0,2,2,3], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad0f1aef1d79b2de70e3d8b80f6ae408b":[0,2,2,1] +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad0f1aef1d79b2de70e3d8b80f6ae408b":[0,2,2,1], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d":[0,2,2,121] }; diff --git a/backend_doc/navtreeindex1.js b/backend_doc/navtreeindex1.js index f6939fb6cdc..f8a283a9eb5 100644 --- a/backend_doc/navtreeindex1.js +++ b/backend_doc/navtreeindex1.js @@ -1,28 +1,26 @@ var NAVTREEINDEX1 = { -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d":[0,2,2,123], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134":[0,2,2,103], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad5025dde08abd334429a67bddc1f864f":[0,2,2,106], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134":[0,2,2,101], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad5025dde08abd334429a67bddc1f864f":[0,2,2,104], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad7a30d5f1ef5f03e82d0ec4a06b2cfd3":[0,2,2,5], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad92488ea0c21568b202a717d59ff6439":[0,2,2,26], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad962b47912f922a4ec72f1aefe81fe64":[0,2,2,99], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad962b47912f922a4ec72f1aefe81fe64":[0,2,2,97], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada04013c85000b51cddcc23424c26bd0":[0,2,2,4], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada145b083ebd5704d9eb39ffb58387b1":[0,2,2,81], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada145b083ebd5704d9eb39ffb58387b1":[0,2,2,79], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada4b07c03838ec240fe821748c44601d":[0,2,2,39], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add30724342e9da4b6f49d4139c21a41e":[0,2,2,104], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add99122eaef926420c899b5509219aac":[0,2,2,72], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add30724342e9da4b6f49d4139c21a41e":[0,2,2,102], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add99122eaef926420c899b5509219aac":[0,2,2,70], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558addd017f3f6c6753bc796a1ee5e9e4dcb":[0,2,2,35], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558adddd48eebbd0f2d9af89499617eebe64":[0,2,2,29], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae06f0f1061ae92c48e28989841ab0b76":[0,2,2,2], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae0cf8c82c5a808c57953a90659c234b1":[0,2,2,91], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae57add61435f1fe27df7af416aacd162":[0,2,2,92], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae7cdf66fd8b623050ba1a0d26e12d1bd":[0,2,2,83], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae93db2c712f91a83ee9bcb56eb1fa74f":[0,2,2,44], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aece0d851a884f3b66f3d1e6c1f67a540":[0,2,2,118], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae0cf8c82c5a808c57953a90659c234b1":[0,2,2,89], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae57add61435f1fe27df7af416aacd162":[0,2,2,90], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae7cdf66fd8b623050ba1a0d26e12d1bd":[0,2,2,81], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aece0d851a884f3b66f3d1e6c1f67a540":[0,2,2,116], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af72fefd6d9811fc2e819650a5d592b60":[0,2,2,23], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af8187e64cd7661fbf4bf2fd04f339e5c":[0,2,2,117], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af8187e64cd7661fbf4bf2fd04f339e5c":[0,2,2,115], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af905d2372a52b6fb1b7a22b76010b6dd":[0,2,2,31], -"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558afca9175f1ea7f71a0cf585421ea66a27":[0,2,2,114], +"group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558afca9175f1ea7f71a0cf585421ea66a27":[0,2,2,112], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558affc2163c69279951e165fb38fb98bb41":[0,2,2,42], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a1d41c2373d33a46bb47a6791a876c103":[0,2,3,1], "group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a2ca75eef4ff62b379b29390b6efe736f":[0,2,3,2], @@ -89,6 +87,7 @@ var NAVTREEINDEX1 = "kernels_2elementwise__functions_2fmax_8hpp_source.html":[2,0,2,0,1], "kernels_2elementwise__functions_2fmin_8hpp_source.html":[2,0,2,0,2], "kernels_2elementwise__functions_2fmod_8hpp_source.html":[2,0,2,0,3], +"kernels_2elementwise__functions_2radians_8hpp_source.html":[2,0,2,0,4], "lapack_2types__matrix_8hpp_source.html":[2,0,0,3,13], "linalg__exceptions_8hpp_source.html":[2,0,0,3,9], "ln_8hpp_source.html":[2,0,0,6,24], @@ -191,6 +190,7 @@ var NAVTREEINDEX1 = "structdpnp_1_1kernels_1_1fmax_1_1_fmax_functor.html":[1,0,0,2,1,0], "structdpnp_1_1kernels_1_1fmin_1_1_fmin_functor.html":[1,0,0,2,2,0], "structdpnp_1_1kernels_1_1fmod_1_1_fmod_functor.html":[1,0,0,2,3,0], +"structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html":[1,0,0,2,4,0], "structengine__struct.html":[1,0,8], "structfunc__type__map__factory__t.html":[1,0,9], "structfunc__type__pair__t.html":[1,0,10], diff --git a/backend_doc/search/all_3.js b/backend_doc/search/all_3.js index 6d2e6fa6300..18c80c6a825 100644 --- a/backend_doc/search/all_3.js +++ b/backend_doc/search/all_3.js @@ -68,159 +68,156 @@ var searchData= ['dpnp_5ffn_5fpartition_65',['DPNP_FN_PARTITION',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aca4a111afa2773a5dbac2f1f879d2029',1,'dpnp_iface_fptr.hpp']]], ['dpnp_5ffn_5fpartition_5fext_66',['DPNP_FN_PARTITION_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558affc2163c69279951e165fb38fb98bb41',1,'dpnp_iface_fptr.hpp']]], ['dpnp_5ffn_5fprod_67',['DPNP_FN_PROD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a72a62985c0bb7a38d58d9a8ab34ab19c',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fradians_68',['DPNP_FN_RADIANS',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae93db2c712f91a83ee9bcb56eb1fa74f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fradians_5fext_69',['DPNP_FN_RADIANS_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a58553723bdf252b3b5cc6d609a578c88',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbeta_70',['DPNP_FN_RNG_BETA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbeta_5fext_71',['DPNP_FN_RNG_BETA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbinomial_72',['DPNP_FN_RNG_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbinomial_5fext_73',['DPNP_FN_RNG_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a2834d0a5ad758b989d781ddf55b50265',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fchisquare_74',['DPNP_FN_RNG_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6ba83001ce89ae9bea48277c027d0b64',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fchisquare_5fext_75',['DPNP_FN_RNG_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a532b9c7944f9d6c4290d03bcb75d6fb8',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fexponential_76',['DPNP_FN_RNG_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6d9d980b8da13bdb0b5300fc4024cc90',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fexponential_5fext_77',['DPNP_FN_RNG_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8c4218eb8e22d1868c0ac0165dac4f8e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ff_78',['DPNP_FN_RNG_F',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a56d7153c972b0be7b98a638b3e2bc953',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ff_5fext_79',['DPNP_FN_RNG_F_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a30133f517664ed53ec5be1d7fc176b08',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgamma_80',['DPNP_FN_RNG_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac988c55f9d110ee7ce575a59803dfe0d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgamma_5fext_81',['DPNP_FN_RNG_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a384557e466eb25ae484b32c1db45eb02',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgaussian_82',['DPNP_FN_RNG_GAUSSIAN',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9ac4119c5429b52649c38e290305a3bc',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgaussian_5fext_83',['DPNP_FN_RNG_GAUSSIAN_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a513c3a4f4042cb6d5bbf4d77c6bc6d87',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgeometric_84',['DPNP_FN_RNG_GEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0ba43c2e5702dd405cd40d405fe3ad46',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgeometric_5fext_85',['DPNP_FN_RNG_GEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a622d2445e61c9e3bbb48103f11a6ee9a',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgumbel_86',['DPNP_FN_RNG_GUMBEL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a264ea5dbc7125d301af8b67aa6381ddb',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgumbel_5fext_87',['DPNP_FN_RNG_GUMBEL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7ec41e2f35f7e27424ce99a9d850a399',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fhypergeometric_88',['DPNP_FN_RNG_HYPERGEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8de6f56949b2201f0c99e3b34fd3760f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fhypergeometric_5fext_89',['DPNP_FN_RNG_HYPERGEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1beebad63439e4d24242fad6185d1ffd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flaplace_90',['DPNP_FN_RNG_LAPLACE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a52addc8e50547e5ed5829ec8cfb96b0b',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flaplace_5fext_91',['DPNP_FN_RNG_LAPLACE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa766585227c8613f083d62da1eb0d5f1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flogistic_92',['DPNP_FN_RNG_LOGISTIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3613e366d1d7a4f1d0a9029a5fab229f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flogistic_5fext_93',['DPNP_FN_RNG_LOGISTIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a189c3bcc88dc1ab0c6b43911146d51fd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flognormal_94',['DPNP_FN_RNG_LOGNORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a71e9d9eae39bfc079094c1244fb8bfbd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flognormal_5fext_95',['DPNP_FN_RNG_LOGNORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ab03609e63992ac5aea8933f7310dae0f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultinomial_96',['DPNP_FN_RNG_MULTINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add99122eaef926420c899b5509219aac',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultinomial_5fext_97',['DPNP_FN_RNG_MULTINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a428a630017c0a128deb4642470f20efb',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_98',['DPNP_FN_RNG_MULTIVARIATE_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0064886d269433e4c5e54bf3ffb6eb71',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_5fext_99',['DPNP_FN_RNG_MULTIVARIATE_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a220baac0d954f5e2d3a6c89c8f4bc2ad',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnegative_5fbinomial_100',['DPNP_FN_RNG_NEGATIVE_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a2fb54e875d4c304e60e8747164df9e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnegative_5fbinomial_5fext_101',['DPNP_FN_RNG_NEGATIVE_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6416887970ce60bfa9d8fc88b03e71d7',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_102',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a0b6b12ba1ee21d8561087ec15cf9b6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_5fext_103',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a11734477d3b7ad5b6905bad5417b454d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnormal_104',['DPNP_FN_RNG_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3fd78fcac1e00c5c8ae1ba0eed23122d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnormal_5fext_105',['DPNP_FN_RNG_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada145b083ebd5704d9eb39ffb58387b1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpareto_106',['DPNP_FN_RNG_PARETO',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51b643c02f16bd79ce230d5da9411ed1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpareto_5fext_107',['DPNP_FN_RNG_PARETO_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae7cdf66fd8b623050ba1a0d26e12d1bd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpoisson_108',['DPNP_FN_RNG_POISSON',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac932383a1104d78d3c137a8688de68a0',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpoisson_5fext_109',['DPNP_FN_RNG_POISSON_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a37bbbe3a9ed0f5af607ad31cb08946b3',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpower_110',['DPNP_FN_RNG_POWER',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a7b6208bb084ce808682c6f1ef54387',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpower_5fext_111',['DPNP_FN_RNG_POWER_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a278cb0efcc0a1b7e85af3f2c60b8a80d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5frayleigh_112',['DPNP_FN_RNG_RAYLEIGH',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acc272cc4ecbe0b0e5705041af58249c6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5frayleigh_5fext_113',['DPNP_FN_RNG_RAYLEIGH_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558abcd6c3b24ddbbe69a1e776705b276dba',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fshuffle_114',['DPNP_FN_RNG_SHUFFLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae57add61435f1fe27df7af416aacd162',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fshuffle_5fext_115',['DPNP_FN_RNG_SHUFFLE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a05795744d8cfd0c99c3607540dc236',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fsrand_116',['DPNP_FN_RNG_SRAND',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9fdb85aaf89a9a23ade5fc73a6a60b4b',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fsrand_5fext_117',['DPNP_FN_RNG_SRAND_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae0cf8c82c5a808c57953a90659c234b1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fcauchy_118',['DPNP_FN_RNG_STANDARD_CAUCHY',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa14ca7c1b83bc295bebb629e28e80dfc',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fcauchy_5fext_119',['DPNP_FN_RNG_STANDARD_CAUCHY_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1d29beee5d3424e6aca222ed56e3f707',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fexponential_120',['DPNP_FN_RNG_STANDARD_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1989558074799d28289de9919eb55c48',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fexponential_5fext_121',['DPNP_FN_RNG_STANDARD_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1f02e752405381ab74767a4b0b42cbaa',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fgamma_122',['DPNP_FN_RNG_STANDARD_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8f9b10a503f1c853fc633ce370e252d1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fgamma_5fext_123',['DPNP_FN_RNG_STANDARD_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad962b47912f922a4ec72f1aefe81fe64',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fnormal_124',['DPNP_FN_RNG_STANDARD_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa47904a3ff27ca35a2c69d09d897c29d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5ft_125',['DPNP_FN_RNG_STANDARD_T',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a23ba5ff2630c0a58ea0839afd5909f76',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5ft_5fext_126',['DPNP_FN_RNG_STANDARD_T_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1afb7e3342019b75330aba6e1a4abfca',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ftriangular_127',['DPNP_FN_RNG_TRIANGULAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ftriangular_5fext_128',['DPNP_FN_RNG_TRIANGULAR_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add30724342e9da4b6f49d4139c21a41e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5funiform_129',['DPNP_FN_RNG_UNIFORM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa43c5be689c64f6e058fee732c71d549',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5funiform_5fext_130',['DPNP_FN_RNG_UNIFORM_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad5025dde08abd334429a67bddc1f864f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fvonmises_131',['DPNP_FN_RNG_VONMISES',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62eedd89940f85f26c37b97cc4f80bc6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fvonmises_5fext_132',['DPNP_FN_RNG_VONMISES_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a74c732efc8cea46d451c573b018e522d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fwald_133',['DPNP_FN_RNG_WALD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9b2be3e8c111f7d37813476b1bdb7e91',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fwald_5fext_134',['DPNP_FN_RNG_WALD_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a96bdde1b80a9acff45e11ede77ece529',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fweibull_135',['DPNP_FN_RNG_WEIBULL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a390dd8fed5f213b251eb2c92af0211c6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fweibull_5fext_136',['DPNP_FN_RNG_WEIBULL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1fbafdcfb58875a7dd9b26f3acdf6600',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fzipf_137',['DPNP_FN_RNG_ZIPF',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a59f893fd340c0937b52941bf138d5b19',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fzipf_5fext_138',['DPNP_FN_RNG_ZIPF_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558afca9175f1ea7f71a0cf585421ea66a27',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsearchsorted_139',['DPNP_FN_SEARCHSORTED',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a673b312ec7e9a40fa18483ed02d3649d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsort_140',['DPNP_FN_SORT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a99dd510a742f3c15b48092cef64f8aa3',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsqrt_141',['DPNP_FN_SQRT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af8187e64cd7661fbf4bf2fd04f339e5c',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsqrt_5fext_142',['DPNP_FN_SQRT_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aece0d851a884f3b66f3d1e6c1f67a540',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fstd_143',['DPNP_FN_STD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac0d3143bc0fd7a8f43501a3a8784a148',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsum_144',['DPNP_FN_SUM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a5f78154de3845f234e34f22d870448',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fvar_145',['DPNP_FN_VAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a17750205304e246fad783e631614cf48',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fzeros_146',['DPNP_FN_ZEROS',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51216d8cda7e009964d71ddd8c7fbb1d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fzeros_5flike_147',['DPNP_FN_ZEROS_LIKE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fbool_148',['DPNP_FT_BOOL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a1d41c2373d33a46bb47a6791a876c103',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fcmplx128_149',['DPNP_FT_CMPLX128',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a599b693823273a797188b9beb8018052',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fcmplx64_150',['DPNP_FT_CMPLX64',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15af186d251dc2c1d64ce7c7c03a7c6e2d5',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fdouble_151',['DPNP_FT_DOUBLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15ac84f19e1412dd40492153e4cb0e27739',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5ffloat_152',['DPNP_FT_FLOAT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15aea1ca4f8f623afaaf6072b0b6eb56c76',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fint_153',['DPNP_FT_INT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a2ca75eef4ff62b379b29390b6efe736f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5flong_154',['DPNP_FT_LONG',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a8160fd9c1c7bd64515ffa60b8140f208',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fnone_155',['DPNP_FT_NONE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a4dd2e447249c9f1ed5b4a01263bd8d06',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5finitval_5fc_156',['dpnp_initval_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2c1f63f22354673088112c4f248c98a2',1,'dpnp_iface.hpp']]], - ['dpnp_5fless_5fcomp_157',['dpnp_less_comp',['../classdpnp__less__comp.html',1,'']]], - ['dpnp_5fmax_5fc_158',['dpnp_max_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga82436cd570953d8e730b2f963db327de',1,'dpnp_iface.hpp']]], - ['dpnp_5fmean_5fc_159',['dpnp_mean_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga9ffb57d8d58fc2d3bc4c76fce7dd4fb4',1,'dpnp_iface.hpp']]], - ['dpnp_5fmedian_5fc_160',['dpnp_median_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga1aec65af16a011e7ac26fb1cd2daf1eb',1,'dpnp_iface.hpp']]], - ['dpnp_5fmemory_5falloc_5fc_161',['dpnp_memory_alloc_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gab577c1444f9e878b90162013bf2c4591',1,'dpnp_iface.hpp']]], - ['dpnp_5fmin_5fc_162',['dpnp_min_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gae183e59a05697d37ecfb659ef783224a',1,'dpnp_iface.hpp']]], - ['dpnp_5fmodf_5fc_163',['dpnp_modf_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gab66364798efa3d954afdc1659383ee54',1,'dpnp_iface.hpp']]], - ['dpnp_5fmultiply_5fc_164',['dpnp_multiply_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gac9fb583c42b950288b305efde244646e',1,'dpnp_gen_2arg_3type_tbl.hpp']]], - ['dpnp_5fnanvar_5fc_165',['dpnp_nanvar_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga09e5c5f507183e0dcd9153acdf970d61',1,'dpnp_iface.hpp']]], - ['dpnp_5fones_5fc_166',['dpnp_ones_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga709d9a7ac1174112ecc6d807e0c0a1e4',1,'dpnp_iface.hpp']]], - ['dpnp_5fones_5flike_5fc_167',['dpnp_ones_like_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gab27ed0161e18e2ff77dae7482fc67ceb',1,'dpnp_iface.hpp']]], - ['dpnp_5fpartition_5fc_168',['dpnp_partition_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gad6b710733eb11c4f51e92cab7e34dcb5',1,'dpnp_iface.hpp']]], - ['dpnp_5fprod_5fc_169',['dpnp_prod_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga6610de7cc5611443e025d9cd7d08b74c',1,'dpnp_iface.hpp']]], - ['dpnp_5fpython_5fconstants_5finitialize_5fc_170',['dpnp_python_constants_initialize_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga96eabd32a2b65f49e715ccdbc33c45d4',1,'constants.hpp']]], - ['dpnp_5fqueue_5fis_5fcpu_5fc_171',['dpnp_queue_is_cpu_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2df766b3642aa4e94c8cef7927d6022d',1,'dpnp_iface.hpp']]], - ['dpnp_5fradians_5fc_172',['dpnp_radians_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga0dffbc87d5ab5ea413cf631a0d59ba77',1,'dpnp_gen_1arg_2type_tbl.hpp']]], - ['dpnp_5frng_5fbeta_5fc_173',['dpnp_rng_beta_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga16bad12795c72adc5de076e129890a83',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fbinomial_5fc_174',['dpnp_rng_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga51221588325d576caf0f235739ef0718',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fchisquare_5fc_175',['dpnp_rng_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga97a25a9105c5332d83aae862e6d29d9f',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fexponential_5fc_176',['dpnp_rng_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga026b7f9552a6cb89e816071c41c43f26',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5ff_5fc_177',['dpnp_rng_f_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga841854c7f53246b62719074088bd0b5b',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgamma_5fc_178',['dpnp_rng_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad54d6118580ab6b1b2c4ff2ba6ef36ca',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgaussian_5fc_179',['dpnp_rng_gaussian_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga94731fce32598fffe43cb617a684c83a',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgeometric_5fc_180',['dpnp_rng_geometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga430f99caa9b1ce1497c0f6b26ebb4e85',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgumbel_5fc_181',['dpnp_rng_gumbel_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga78ffe853157e336c03a2773b0713eaa7',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fhypergeometric_5fc_182',['dpnp_rng_hypergeometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab67b8c98406fcacc0fddbb2407ef7755',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5flaplace_5fc_183',['dpnp_rng_laplace_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga31adf1930f42170d8f40d1bd25779e66',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5flogistic_5fc_184',['dpnp_rng_logistic_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac68d320b745cf0b7f008fc27ad29e38c',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5flognormal_5fc_185',['dpnp_rng_lognormal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa66de7492a2987bc5f61c87cbb1312c4',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fmultinomial_5fc_186',['dpnp_rng_multinomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga80937d0842dd407149ff8a21e5754c2c',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fmultivariate_5fnormal_5fc_187',['dpnp_rng_multivariate_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad8bd0801def7866f56f24a03cdff0ce7',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fnegative_5fbinomial_5fc_188',['dpnp_rng_negative_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga9ba783072be992cc228c281c9c5ce3f9',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fnoncentral_5fchisquare_5fc_189',['dpnp_rng_noncentral_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacad7ceee454319a21e31e985855a60f3',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fnormal_5fc_190',['dpnp_rng_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga225ae916386ae4ef6091b089b0dd1fe1',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fpareto_5fc_191',['dpnp_rng_pareto_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3335ff85936d6ecb6273eac430c73a4e',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fpoisson_5fc_192',['dpnp_rng_poisson_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaccbd86d29e501bdbac9f3b0bb6560d74',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fpower_5fc_193',['dpnp_rng_power_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac0b6211cd01634db4bbb4aca3ab88977',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5frayleigh_5fc_194',['dpnp_rng_rayleigh_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga2ce225aadf9b75ce024eb984e035ab4f',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fshuffle_5fc_195',['dpnp_rng_shuffle_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaeff910810c83051069c6929555429ed9',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fsrand_5fc_196',['dpnp_rng_srand_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga41dd03c85f901c2dee88e709170ee1a1',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fcauchy_5fc_197',['dpnp_rng_standard_cauchy_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3234f956d618f70bdbbc95e62085891d',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fexponential_5fc_198',['dpnp_rng_standard_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gafe6bbfe559a0b307f07add47ba1dfa0d',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fgamma_5fc_199',['dpnp_rng_standard_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab43bb4c4352d161a1ff20fb79eed1494',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fnormal_5fc_200',['dpnp_rng_standard_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga125082596bf7b57ccca5f245923e81a1',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5ft_5fc_201',['dpnp_rng_standard_t_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga1c20a0068cb5334be486b11dbbec3697',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5ftriangular_5fc_202',['dpnp_rng_triangular_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga35b32eec8a073d2d96551a8256bbcde7',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5funiform_5fc_203',['dpnp_rng_uniform_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga37e231ebdeec9fef8a56743a28770183',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fvonmises_5fc_204',['dpnp_rng_vonmises_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac1c75311828e64769fda7f49ba212232',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fwald_5fc_205',['dpnp_rng_wald_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacbdc26ae5f2e1a404d9ce2011613bd16',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fweibull_5fc_206',['dpnp_rng_weibull_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga8d3046514e4bccb6d869f1052c4f4406',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fzipf_5fc_207',['dpnp_rng_zipf_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa681bf7b3ffc6fdd431f1ec2f4dd6d64',1,'dpnp_iface_random.hpp']]], - ['dpnp_5fsearchsorted_5fc_208',['dpnp_searchsorted_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713',1,'dpnp_iface.hpp']]], - ['dpnp_5fsort_5fc_209',['dpnp_sort_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407',1,'dpnp_iface.hpp']]], - ['dpnp_5fsqrt_5fc_210',['dpnp_sqrt_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0',1,'dpnp_gen_1arg_2type_tbl.hpp']]], - ['dpnp_5fstd_5fc_211',['dpnp_std_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga41839ae42b40874e5405889e50e13358',1,'dpnp_iface.hpp']]], - ['dpnp_5fsum_5fc_212',['dpnp_sum_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gaba1f836500ed61109153fb4afef55c89',1,'dpnp_iface.hpp']]], - ['dpnp_5fusm_5fiterator_213',['DPNP_USM_iterator',['../class_d_p_n_p___u_s_m__iterator.html',1,'']]], - ['dpnp_5fvar_5fc_214',['dpnp_var_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga91baef74014e4e8b8ce22013cc361a66',1,'dpnp_iface.hpp']]], - ['dpnp_5fzeros_5fc_215',['dpnp_zeros_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gacd17ba5828ba92fae45ab9c3b82419ae',1,'dpnp_iface.hpp']]], - ['dpnp_5fzeros_5flike_5fc_216',['dpnp_zeros_like_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga701ba350a76dc444f53a7e7d59c7a143',1,'dpnp_iface.hpp']]], - ['dpnpc_5fid_217',['dpnpc_id',['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#ga1e1d9e72e8f1a92a6e25d7f563562b11',1,'DPNPC_id::DPNPC_id()'],['../class_d_p_n_p_c__id.html',1,'DPNPC_id< _Tp >'],['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#gae67edf544bf0edce8e1cd74d68d8dc76',1,'DPNPC_id::DPNPC_id()']]], - ['dpnpc_5fptr_5fadapter_218',['DPNPC_ptr_adapter',['../class_d_p_n_p_c__ptr__adapter.html',1,'']]], - ['dpnpfuncdata_219',['DPNPFuncData',['../struct_d_p_n_p_func_data.html',1,'']]], - ['dpnpfuncdata_5ft_220',['DPNPFuncData_t',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ga52f631e01afd73cc5573f9e8f61bd78f',1,'dpnp_iface_fptr.hpp']]], - ['dpnpfuncname_221',['DPNPFuncName',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ga8b20590525bff7c7ce4f728d2021b558',1,'dpnp_iface_fptr.hpp']]], - ['dpnpfunctype_222',['DPNPFuncType',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gaec54569b58e937e84099479f078bce15',1,'dpnp_iface_fptr.hpp']]] + ['dpnp_5ffn_5frng_5fbeta_68',['DPNP_FN_RNG_BETA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fbeta_5fext_69',['DPNP_FN_RNG_BETA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fbinomial_70',['DPNP_FN_RNG_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fbinomial_5fext_71',['DPNP_FN_RNG_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a2834d0a5ad758b989d781ddf55b50265',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fchisquare_72',['DPNP_FN_RNG_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6ba83001ce89ae9bea48277c027d0b64',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fchisquare_5fext_73',['DPNP_FN_RNG_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a532b9c7944f9d6c4290d03bcb75d6fb8',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fexponential_74',['DPNP_FN_RNG_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6d9d980b8da13bdb0b5300fc4024cc90',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fexponential_5fext_75',['DPNP_FN_RNG_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8c4218eb8e22d1868c0ac0165dac4f8e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ff_76',['DPNP_FN_RNG_F',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a56d7153c972b0be7b98a638b3e2bc953',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ff_5fext_77',['DPNP_FN_RNG_F_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a30133f517664ed53ec5be1d7fc176b08',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgamma_78',['DPNP_FN_RNG_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac988c55f9d110ee7ce575a59803dfe0d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgamma_5fext_79',['DPNP_FN_RNG_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a384557e466eb25ae484b32c1db45eb02',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgaussian_80',['DPNP_FN_RNG_GAUSSIAN',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9ac4119c5429b52649c38e290305a3bc',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgaussian_5fext_81',['DPNP_FN_RNG_GAUSSIAN_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a513c3a4f4042cb6d5bbf4d77c6bc6d87',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgeometric_82',['DPNP_FN_RNG_GEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0ba43c2e5702dd405cd40d405fe3ad46',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgeometric_5fext_83',['DPNP_FN_RNG_GEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a622d2445e61c9e3bbb48103f11a6ee9a',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgumbel_84',['DPNP_FN_RNG_GUMBEL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a264ea5dbc7125d301af8b67aa6381ddb',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgumbel_5fext_85',['DPNP_FN_RNG_GUMBEL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7ec41e2f35f7e27424ce99a9d850a399',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fhypergeometric_86',['DPNP_FN_RNG_HYPERGEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8de6f56949b2201f0c99e3b34fd3760f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fhypergeometric_5fext_87',['DPNP_FN_RNG_HYPERGEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1beebad63439e4d24242fad6185d1ffd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flaplace_88',['DPNP_FN_RNG_LAPLACE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a52addc8e50547e5ed5829ec8cfb96b0b',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flaplace_5fext_89',['DPNP_FN_RNG_LAPLACE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa766585227c8613f083d62da1eb0d5f1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flogistic_90',['DPNP_FN_RNG_LOGISTIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3613e366d1d7a4f1d0a9029a5fab229f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flogistic_5fext_91',['DPNP_FN_RNG_LOGISTIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a189c3bcc88dc1ab0c6b43911146d51fd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flognormal_92',['DPNP_FN_RNG_LOGNORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a71e9d9eae39bfc079094c1244fb8bfbd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flognormal_5fext_93',['DPNP_FN_RNG_LOGNORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ab03609e63992ac5aea8933f7310dae0f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultinomial_94',['DPNP_FN_RNG_MULTINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add99122eaef926420c899b5509219aac',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultinomial_5fext_95',['DPNP_FN_RNG_MULTINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a428a630017c0a128deb4642470f20efb',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_96',['DPNP_FN_RNG_MULTIVARIATE_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0064886d269433e4c5e54bf3ffb6eb71',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_5fext_97',['DPNP_FN_RNG_MULTIVARIATE_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a220baac0d954f5e2d3a6c89c8f4bc2ad',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnegative_5fbinomial_98',['DPNP_FN_RNG_NEGATIVE_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a2fb54e875d4c304e60e8747164df9e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnegative_5fbinomial_5fext_99',['DPNP_FN_RNG_NEGATIVE_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6416887970ce60bfa9d8fc88b03e71d7',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_100',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a0b6b12ba1ee21d8561087ec15cf9b6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_5fext_101',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a11734477d3b7ad5b6905bad5417b454d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnormal_102',['DPNP_FN_RNG_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3fd78fcac1e00c5c8ae1ba0eed23122d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnormal_5fext_103',['DPNP_FN_RNG_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada145b083ebd5704d9eb39ffb58387b1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpareto_104',['DPNP_FN_RNG_PARETO',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51b643c02f16bd79ce230d5da9411ed1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpareto_5fext_105',['DPNP_FN_RNG_PARETO_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae7cdf66fd8b623050ba1a0d26e12d1bd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpoisson_106',['DPNP_FN_RNG_POISSON',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac932383a1104d78d3c137a8688de68a0',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpoisson_5fext_107',['DPNP_FN_RNG_POISSON_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a37bbbe3a9ed0f5af607ad31cb08946b3',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpower_108',['DPNP_FN_RNG_POWER',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a7b6208bb084ce808682c6f1ef54387',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpower_5fext_109',['DPNP_FN_RNG_POWER_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a278cb0efcc0a1b7e85af3f2c60b8a80d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5frayleigh_110',['DPNP_FN_RNG_RAYLEIGH',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acc272cc4ecbe0b0e5705041af58249c6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5frayleigh_5fext_111',['DPNP_FN_RNG_RAYLEIGH_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558abcd6c3b24ddbbe69a1e776705b276dba',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fshuffle_112',['DPNP_FN_RNG_SHUFFLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae57add61435f1fe27df7af416aacd162',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fshuffle_5fext_113',['DPNP_FN_RNG_SHUFFLE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a05795744d8cfd0c99c3607540dc236',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fsrand_114',['DPNP_FN_RNG_SRAND',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9fdb85aaf89a9a23ade5fc73a6a60b4b',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fsrand_5fext_115',['DPNP_FN_RNG_SRAND_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae0cf8c82c5a808c57953a90659c234b1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fcauchy_116',['DPNP_FN_RNG_STANDARD_CAUCHY',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa14ca7c1b83bc295bebb629e28e80dfc',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fcauchy_5fext_117',['DPNP_FN_RNG_STANDARD_CAUCHY_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1d29beee5d3424e6aca222ed56e3f707',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fexponential_118',['DPNP_FN_RNG_STANDARD_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1989558074799d28289de9919eb55c48',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fexponential_5fext_119',['DPNP_FN_RNG_STANDARD_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1f02e752405381ab74767a4b0b42cbaa',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fgamma_120',['DPNP_FN_RNG_STANDARD_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8f9b10a503f1c853fc633ce370e252d1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fgamma_5fext_121',['DPNP_FN_RNG_STANDARD_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad962b47912f922a4ec72f1aefe81fe64',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fnormal_122',['DPNP_FN_RNG_STANDARD_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa47904a3ff27ca35a2c69d09d897c29d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5ft_123',['DPNP_FN_RNG_STANDARD_T',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a23ba5ff2630c0a58ea0839afd5909f76',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5ft_5fext_124',['DPNP_FN_RNG_STANDARD_T_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1afb7e3342019b75330aba6e1a4abfca',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ftriangular_125',['DPNP_FN_RNG_TRIANGULAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ftriangular_5fext_126',['DPNP_FN_RNG_TRIANGULAR_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add30724342e9da4b6f49d4139c21a41e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5funiform_127',['DPNP_FN_RNG_UNIFORM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa43c5be689c64f6e058fee732c71d549',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5funiform_5fext_128',['DPNP_FN_RNG_UNIFORM_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad5025dde08abd334429a67bddc1f864f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fvonmises_129',['DPNP_FN_RNG_VONMISES',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62eedd89940f85f26c37b97cc4f80bc6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fvonmises_5fext_130',['DPNP_FN_RNG_VONMISES_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a74c732efc8cea46d451c573b018e522d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fwald_131',['DPNP_FN_RNG_WALD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9b2be3e8c111f7d37813476b1bdb7e91',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fwald_5fext_132',['DPNP_FN_RNG_WALD_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a96bdde1b80a9acff45e11ede77ece529',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fweibull_133',['DPNP_FN_RNG_WEIBULL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a390dd8fed5f213b251eb2c92af0211c6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fweibull_5fext_134',['DPNP_FN_RNG_WEIBULL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1fbafdcfb58875a7dd9b26f3acdf6600',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fzipf_135',['DPNP_FN_RNG_ZIPF',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a59f893fd340c0937b52941bf138d5b19',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fzipf_5fext_136',['DPNP_FN_RNG_ZIPF_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558afca9175f1ea7f71a0cf585421ea66a27',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsearchsorted_137',['DPNP_FN_SEARCHSORTED',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a673b312ec7e9a40fa18483ed02d3649d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsort_138',['DPNP_FN_SORT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a99dd510a742f3c15b48092cef64f8aa3',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsqrt_139',['DPNP_FN_SQRT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af8187e64cd7661fbf4bf2fd04f339e5c',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsqrt_5fext_140',['DPNP_FN_SQRT_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aece0d851a884f3b66f3d1e6c1f67a540',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fstd_141',['DPNP_FN_STD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac0d3143bc0fd7a8f43501a3a8784a148',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsum_142',['DPNP_FN_SUM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a5f78154de3845f234e34f22d870448',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fvar_143',['DPNP_FN_VAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a17750205304e246fad783e631614cf48',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fzeros_144',['DPNP_FN_ZEROS',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51216d8cda7e009964d71ddd8c7fbb1d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fzeros_5flike_145',['DPNP_FN_ZEROS_LIKE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fbool_146',['DPNP_FT_BOOL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a1d41c2373d33a46bb47a6791a876c103',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fcmplx128_147',['DPNP_FT_CMPLX128',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a599b693823273a797188b9beb8018052',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fcmplx64_148',['DPNP_FT_CMPLX64',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15af186d251dc2c1d64ce7c7c03a7c6e2d5',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fdouble_149',['DPNP_FT_DOUBLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15ac84f19e1412dd40492153e4cb0e27739',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5ffloat_150',['DPNP_FT_FLOAT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15aea1ca4f8f623afaaf6072b0b6eb56c76',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fint_151',['DPNP_FT_INT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a2ca75eef4ff62b379b29390b6efe736f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5flong_152',['DPNP_FT_LONG',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a8160fd9c1c7bd64515ffa60b8140f208',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fnone_153',['DPNP_FT_NONE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a4dd2e447249c9f1ed5b4a01263bd8d06',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5finitval_5fc_154',['dpnp_initval_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2c1f63f22354673088112c4f248c98a2',1,'dpnp_iface.hpp']]], + ['dpnp_5fless_5fcomp_155',['dpnp_less_comp',['../classdpnp__less__comp.html',1,'']]], + ['dpnp_5fmax_5fc_156',['dpnp_max_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga82436cd570953d8e730b2f963db327de',1,'dpnp_iface.hpp']]], + ['dpnp_5fmean_5fc_157',['dpnp_mean_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga9ffb57d8d58fc2d3bc4c76fce7dd4fb4',1,'dpnp_iface.hpp']]], + ['dpnp_5fmedian_5fc_158',['dpnp_median_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga1aec65af16a011e7ac26fb1cd2daf1eb',1,'dpnp_iface.hpp']]], + ['dpnp_5fmemory_5falloc_5fc_159',['dpnp_memory_alloc_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gab577c1444f9e878b90162013bf2c4591',1,'dpnp_iface.hpp']]], + ['dpnp_5fmin_5fc_160',['dpnp_min_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gae183e59a05697d37ecfb659ef783224a',1,'dpnp_iface.hpp']]], + ['dpnp_5fmodf_5fc_161',['dpnp_modf_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gab66364798efa3d954afdc1659383ee54',1,'dpnp_iface.hpp']]], + ['dpnp_5fmultiply_5fc_162',['dpnp_multiply_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gac9fb583c42b950288b305efde244646e',1,'dpnp_gen_2arg_3type_tbl.hpp']]], + ['dpnp_5fnanvar_5fc_163',['dpnp_nanvar_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga09e5c5f507183e0dcd9153acdf970d61',1,'dpnp_iface.hpp']]], + ['dpnp_5fones_5fc_164',['dpnp_ones_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga709d9a7ac1174112ecc6d807e0c0a1e4',1,'dpnp_iface.hpp']]], + ['dpnp_5fones_5flike_5fc_165',['dpnp_ones_like_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gab27ed0161e18e2ff77dae7482fc67ceb',1,'dpnp_iface.hpp']]], + ['dpnp_5fpartition_5fc_166',['dpnp_partition_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gad6b710733eb11c4f51e92cab7e34dcb5',1,'dpnp_iface.hpp']]], + ['dpnp_5fprod_5fc_167',['dpnp_prod_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga6610de7cc5611443e025d9cd7d08b74c',1,'dpnp_iface.hpp']]], + ['dpnp_5fpython_5fconstants_5finitialize_5fc_168',['dpnp_python_constants_initialize_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga96eabd32a2b65f49e715ccdbc33c45d4',1,'constants.hpp']]], + ['dpnp_5fqueue_5fis_5fcpu_5fc_169',['dpnp_queue_is_cpu_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2df766b3642aa4e94c8cef7927d6022d',1,'dpnp_iface.hpp']]], + ['dpnp_5frng_5fbeta_5fc_170',['dpnp_rng_beta_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga16bad12795c72adc5de076e129890a83',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fbinomial_5fc_171',['dpnp_rng_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga51221588325d576caf0f235739ef0718',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fchisquare_5fc_172',['dpnp_rng_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga97a25a9105c5332d83aae862e6d29d9f',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fexponential_5fc_173',['dpnp_rng_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga026b7f9552a6cb89e816071c41c43f26',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5ff_5fc_174',['dpnp_rng_f_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga841854c7f53246b62719074088bd0b5b',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgamma_5fc_175',['dpnp_rng_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad54d6118580ab6b1b2c4ff2ba6ef36ca',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgaussian_5fc_176',['dpnp_rng_gaussian_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga94731fce32598fffe43cb617a684c83a',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgeometric_5fc_177',['dpnp_rng_geometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga430f99caa9b1ce1497c0f6b26ebb4e85',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgumbel_5fc_178',['dpnp_rng_gumbel_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga78ffe853157e336c03a2773b0713eaa7',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fhypergeometric_5fc_179',['dpnp_rng_hypergeometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab67b8c98406fcacc0fddbb2407ef7755',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5flaplace_5fc_180',['dpnp_rng_laplace_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga31adf1930f42170d8f40d1bd25779e66',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5flogistic_5fc_181',['dpnp_rng_logistic_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac68d320b745cf0b7f008fc27ad29e38c',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5flognormal_5fc_182',['dpnp_rng_lognormal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa66de7492a2987bc5f61c87cbb1312c4',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fmultinomial_5fc_183',['dpnp_rng_multinomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga80937d0842dd407149ff8a21e5754c2c',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fmultivariate_5fnormal_5fc_184',['dpnp_rng_multivariate_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad8bd0801def7866f56f24a03cdff0ce7',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fnegative_5fbinomial_5fc_185',['dpnp_rng_negative_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga9ba783072be992cc228c281c9c5ce3f9',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fnoncentral_5fchisquare_5fc_186',['dpnp_rng_noncentral_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacad7ceee454319a21e31e985855a60f3',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fnormal_5fc_187',['dpnp_rng_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga225ae916386ae4ef6091b089b0dd1fe1',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fpareto_5fc_188',['dpnp_rng_pareto_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3335ff85936d6ecb6273eac430c73a4e',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fpoisson_5fc_189',['dpnp_rng_poisson_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaccbd86d29e501bdbac9f3b0bb6560d74',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fpower_5fc_190',['dpnp_rng_power_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac0b6211cd01634db4bbb4aca3ab88977',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5frayleigh_5fc_191',['dpnp_rng_rayleigh_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga2ce225aadf9b75ce024eb984e035ab4f',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fshuffle_5fc_192',['dpnp_rng_shuffle_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaeff910810c83051069c6929555429ed9',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fsrand_5fc_193',['dpnp_rng_srand_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga41dd03c85f901c2dee88e709170ee1a1',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fcauchy_5fc_194',['dpnp_rng_standard_cauchy_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3234f956d618f70bdbbc95e62085891d',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fexponential_5fc_195',['dpnp_rng_standard_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gafe6bbfe559a0b307f07add47ba1dfa0d',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fgamma_5fc_196',['dpnp_rng_standard_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab43bb4c4352d161a1ff20fb79eed1494',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fnormal_5fc_197',['dpnp_rng_standard_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga125082596bf7b57ccca5f245923e81a1',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5ft_5fc_198',['dpnp_rng_standard_t_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga1c20a0068cb5334be486b11dbbec3697',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5ftriangular_5fc_199',['dpnp_rng_triangular_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga35b32eec8a073d2d96551a8256bbcde7',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5funiform_5fc_200',['dpnp_rng_uniform_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga37e231ebdeec9fef8a56743a28770183',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fvonmises_5fc_201',['dpnp_rng_vonmises_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac1c75311828e64769fda7f49ba212232',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fwald_5fc_202',['dpnp_rng_wald_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacbdc26ae5f2e1a404d9ce2011613bd16',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fweibull_5fc_203',['dpnp_rng_weibull_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga8d3046514e4bccb6d869f1052c4f4406',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fzipf_5fc_204',['dpnp_rng_zipf_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa681bf7b3ffc6fdd431f1ec2f4dd6d64',1,'dpnp_iface_random.hpp']]], + ['dpnp_5fsearchsorted_5fc_205',['dpnp_searchsorted_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713',1,'dpnp_iface.hpp']]], + ['dpnp_5fsort_5fc_206',['dpnp_sort_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407',1,'dpnp_iface.hpp']]], + ['dpnp_5fsqrt_5fc_207',['dpnp_sqrt_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0',1,'dpnp_gen_1arg_2type_tbl.hpp']]], + ['dpnp_5fstd_5fc_208',['dpnp_std_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga41839ae42b40874e5405889e50e13358',1,'dpnp_iface.hpp']]], + ['dpnp_5fsum_5fc_209',['dpnp_sum_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gaba1f836500ed61109153fb4afef55c89',1,'dpnp_iface.hpp']]], + ['dpnp_5fusm_5fiterator_210',['DPNP_USM_iterator',['../class_d_p_n_p___u_s_m__iterator.html',1,'']]], + ['dpnp_5fvar_5fc_211',['dpnp_var_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga91baef74014e4e8b8ce22013cc361a66',1,'dpnp_iface.hpp']]], + ['dpnp_5fzeros_5fc_212',['dpnp_zeros_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gacd17ba5828ba92fae45ab9c3b82419ae',1,'dpnp_iface.hpp']]], + ['dpnp_5fzeros_5flike_5fc_213',['dpnp_zeros_like_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga701ba350a76dc444f53a7e7d59c7a143',1,'dpnp_iface.hpp']]], + ['dpnpc_5fid_214',['dpnpc_id',['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#ga1e1d9e72e8f1a92a6e25d7f563562b11',1,'DPNPC_id::DPNPC_id()'],['../class_d_p_n_p_c__id.html',1,'DPNPC_id< _Tp >'],['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#gae67edf544bf0edce8e1cd74d68d8dc76',1,'DPNPC_id::DPNPC_id()']]], + ['dpnpc_5fptr_5fadapter_215',['DPNPC_ptr_adapter',['../class_d_p_n_p_c__ptr__adapter.html',1,'']]], + ['dpnpfuncdata_216',['DPNPFuncData',['../struct_d_p_n_p_func_data.html',1,'']]], + ['dpnpfuncdata_5ft_217',['DPNPFuncData_t',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ga52f631e01afd73cc5573f9e8f61bd78f',1,'dpnp_iface_fptr.hpp']]], + ['dpnpfuncname_218',['DPNPFuncName',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ga8b20590525bff7c7ce4f728d2021b558',1,'dpnp_iface_fptr.hpp']]], + ['dpnpfunctype_219',['DPNPFuncType',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gaec54569b58e937e84099479f078bce15',1,'dpnp_iface_fptr.hpp']]] ]; diff --git a/backend_doc/search/all_d.js b/backend_doc/search/all_d.js index 6aaff8be871..5029d337b72 100644 --- a/backend_doc/search/all_d.js +++ b/backend_doc/search/all_d.js @@ -1,9 +1,10 @@ var searchData= [ - ['random_20api_0',['Backend C++ library interface RANDOM API',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html',1,'']]], - ['resolve_5ftype_1',['resolve_type',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type.html',1,'dpnp::backend::ext::sycl_ext']]], - ['resolve_5ftype_3c_20c_2c_20std_3a_3atuple_3c_20args_2e_2e_2e_20_3e_20_3e_2',['resolve_type< C, std::tuple< Args... > >',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type_3_01_c_00_01std_1_1tuple_3_01_args_8_8_8_01_4_01_4.html',1,'dpnp::backend::ext::sycl_ext']]], - ['return_5ftype_3',['return_type',['../struct_d_p_n_p_func_data.html#a59c07232bc3830e89d5abe5447a24816',1,'DPNPFuncData']]], - ['return_5ftype_5fno_5ffp64_4',['return_type_no_fp64',['../struct_d_p_n_p_func_data.html#a591831d25d776b9ce6ef0a328bda9ddc',1,'DPNPFuncData']]], - ['runtime_20interface_20api_5',['Backend C++ library runtime interface API',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html',1,'']]] + ['radiansfunctor_0',['RadiansFunctor',['../structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html',1,'dpnp::kernels::radians']]], + ['random_20api_1',['Backend C++ library interface RANDOM API',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html',1,'']]], + ['resolve_5ftype_2',['resolve_type',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type.html',1,'dpnp::backend::ext::sycl_ext']]], + ['resolve_5ftype_3c_20c_2c_20std_3a_3atuple_3c_20args_2e_2e_2e_20_3e_20_3e_3',['resolve_type< C, std::tuple< Args... > >',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type_3_01_c_00_01std_1_1tuple_3_01_args_8_8_8_01_4_01_4.html',1,'dpnp::backend::ext::sycl_ext']]], + ['return_5ftype_4',['return_type',['../struct_d_p_n_p_func_data.html#a59c07232bc3830e89d5abe5447a24816',1,'DPNPFuncData']]], + ['return_5ftype_5fno_5ffp64_5',['return_type_no_fp64',['../struct_d_p_n_p_func_data.html#a591831d25d776b9ce6ef0a328bda9ddc',1,'DPNPFuncData']]], + ['runtime_20interface_20api_6',['Backend C++ library runtime interface API',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html',1,'']]] ]; diff --git a/backend_doc/search/classes_d.js b/backend_doc/search/classes_d.js index 4dd0550a437..2f4977af335 100644 --- a/backend_doc/search/classes_d.js +++ b/backend_doc/search/classes_d.js @@ -1,5 +1,6 @@ var searchData= [ - ['resolve_5ftype_0',['resolve_type',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type.html',1,'dpnp::backend::ext::sycl_ext']]], - ['resolve_5ftype_3c_20c_2c_20std_3a_3atuple_3c_20args_2e_2e_2e_20_3e_20_3e_1',['resolve_type< C, std::tuple< Args... > >',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type_3_01_c_00_01std_1_1tuple_3_01_args_8_8_8_01_4_01_4.html',1,'dpnp::backend::ext::sycl_ext']]] + ['radiansfunctor_0',['RadiansFunctor',['../structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html',1,'dpnp::kernels::radians']]], + ['resolve_5ftype_1',['resolve_type',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type.html',1,'dpnp::backend::ext::sycl_ext']]], + ['resolve_5ftype_3c_20c_2c_20std_3a_3atuple_3c_20args_2e_2e_2e_20_3e_20_3e_2',['resolve_type< C, std::tuple< Args... > >',['../structdpnp_1_1backend_1_1ext_1_1sycl__ext_1_1resolve__type_3_01_c_00_01std_1_1tuple_3_01_args_8_8_8_01_4_01_4.html',1,'dpnp::backend::ext::sycl_ext']]] ]; diff --git a/backend_doc/search/enumvalues_0.js b/backend_doc/search/enumvalues_0.js index e993f4b3f0d..88512a7f081 100644 --- a/backend_doc/search/enumvalues_0.js +++ b/backend_doc/search/enumvalues_0.js @@ -45,92 +45,90 @@ var searchData= ['dpnp_5ffn_5fpartition_42',['DPNP_FN_PARTITION',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aca4a111afa2773a5dbac2f1f879d2029',1,'dpnp_iface_fptr.hpp']]], ['dpnp_5ffn_5fpartition_5fext_43',['DPNP_FN_PARTITION_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558affc2163c69279951e165fb38fb98bb41',1,'dpnp_iface_fptr.hpp']]], ['dpnp_5ffn_5fprod_44',['DPNP_FN_PROD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a72a62985c0bb7a38d58d9a8ab34ab19c',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fradians_45',['DPNP_FN_RADIANS',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae93db2c712f91a83ee9bcb56eb1fa74f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fradians_5fext_46',['DPNP_FN_RADIANS_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a58553723bdf252b3b5cc6d609a578c88',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbeta_47',['DPNP_FN_RNG_BETA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbeta_5fext_48',['DPNP_FN_RNG_BETA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbinomial_49',['DPNP_FN_RNG_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fbinomial_5fext_50',['DPNP_FN_RNG_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a2834d0a5ad758b989d781ddf55b50265',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fchisquare_51',['DPNP_FN_RNG_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6ba83001ce89ae9bea48277c027d0b64',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fchisquare_5fext_52',['DPNP_FN_RNG_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a532b9c7944f9d6c4290d03bcb75d6fb8',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fexponential_53',['DPNP_FN_RNG_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6d9d980b8da13bdb0b5300fc4024cc90',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fexponential_5fext_54',['DPNP_FN_RNG_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8c4218eb8e22d1868c0ac0165dac4f8e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ff_55',['DPNP_FN_RNG_F',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a56d7153c972b0be7b98a638b3e2bc953',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ff_5fext_56',['DPNP_FN_RNG_F_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a30133f517664ed53ec5be1d7fc176b08',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgamma_57',['DPNP_FN_RNG_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac988c55f9d110ee7ce575a59803dfe0d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgamma_5fext_58',['DPNP_FN_RNG_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a384557e466eb25ae484b32c1db45eb02',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgaussian_59',['DPNP_FN_RNG_GAUSSIAN',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9ac4119c5429b52649c38e290305a3bc',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgaussian_5fext_60',['DPNP_FN_RNG_GAUSSIAN_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a513c3a4f4042cb6d5bbf4d77c6bc6d87',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgeometric_61',['DPNP_FN_RNG_GEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0ba43c2e5702dd405cd40d405fe3ad46',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgeometric_5fext_62',['DPNP_FN_RNG_GEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a622d2445e61c9e3bbb48103f11a6ee9a',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgumbel_63',['DPNP_FN_RNG_GUMBEL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a264ea5dbc7125d301af8b67aa6381ddb',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fgumbel_5fext_64',['DPNP_FN_RNG_GUMBEL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7ec41e2f35f7e27424ce99a9d850a399',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fhypergeometric_65',['DPNP_FN_RNG_HYPERGEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8de6f56949b2201f0c99e3b34fd3760f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fhypergeometric_5fext_66',['DPNP_FN_RNG_HYPERGEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1beebad63439e4d24242fad6185d1ffd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flaplace_67',['DPNP_FN_RNG_LAPLACE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a52addc8e50547e5ed5829ec8cfb96b0b',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flaplace_5fext_68',['DPNP_FN_RNG_LAPLACE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa766585227c8613f083d62da1eb0d5f1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flogistic_69',['DPNP_FN_RNG_LOGISTIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3613e366d1d7a4f1d0a9029a5fab229f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flogistic_5fext_70',['DPNP_FN_RNG_LOGISTIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a189c3bcc88dc1ab0c6b43911146d51fd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flognormal_71',['DPNP_FN_RNG_LOGNORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a71e9d9eae39bfc079094c1244fb8bfbd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5flognormal_5fext_72',['DPNP_FN_RNG_LOGNORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ab03609e63992ac5aea8933f7310dae0f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultinomial_73',['DPNP_FN_RNG_MULTINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add99122eaef926420c899b5509219aac',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultinomial_5fext_74',['DPNP_FN_RNG_MULTINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a428a630017c0a128deb4642470f20efb',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_75',['DPNP_FN_RNG_MULTIVARIATE_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0064886d269433e4c5e54bf3ffb6eb71',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_5fext_76',['DPNP_FN_RNG_MULTIVARIATE_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a220baac0d954f5e2d3a6c89c8f4bc2ad',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnegative_5fbinomial_77',['DPNP_FN_RNG_NEGATIVE_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a2fb54e875d4c304e60e8747164df9e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnegative_5fbinomial_5fext_78',['DPNP_FN_RNG_NEGATIVE_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6416887970ce60bfa9d8fc88b03e71d7',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_79',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a0b6b12ba1ee21d8561087ec15cf9b6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_5fext_80',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a11734477d3b7ad5b6905bad5417b454d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnormal_81',['DPNP_FN_RNG_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3fd78fcac1e00c5c8ae1ba0eed23122d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fnormal_5fext_82',['DPNP_FN_RNG_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada145b083ebd5704d9eb39ffb58387b1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpareto_83',['DPNP_FN_RNG_PARETO',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51b643c02f16bd79ce230d5da9411ed1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpareto_5fext_84',['DPNP_FN_RNG_PARETO_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae7cdf66fd8b623050ba1a0d26e12d1bd',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpoisson_85',['DPNP_FN_RNG_POISSON',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac932383a1104d78d3c137a8688de68a0',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpoisson_5fext_86',['DPNP_FN_RNG_POISSON_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a37bbbe3a9ed0f5af607ad31cb08946b3',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpower_87',['DPNP_FN_RNG_POWER',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a7b6208bb084ce808682c6f1ef54387',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fpower_5fext_88',['DPNP_FN_RNG_POWER_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a278cb0efcc0a1b7e85af3f2c60b8a80d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5frayleigh_89',['DPNP_FN_RNG_RAYLEIGH',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acc272cc4ecbe0b0e5705041af58249c6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5frayleigh_5fext_90',['DPNP_FN_RNG_RAYLEIGH_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558abcd6c3b24ddbbe69a1e776705b276dba',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fshuffle_91',['DPNP_FN_RNG_SHUFFLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae57add61435f1fe27df7af416aacd162',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fshuffle_5fext_92',['DPNP_FN_RNG_SHUFFLE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a05795744d8cfd0c99c3607540dc236',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fsrand_93',['DPNP_FN_RNG_SRAND',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9fdb85aaf89a9a23ade5fc73a6a60b4b',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fsrand_5fext_94',['DPNP_FN_RNG_SRAND_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae0cf8c82c5a808c57953a90659c234b1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fcauchy_95',['DPNP_FN_RNG_STANDARD_CAUCHY',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa14ca7c1b83bc295bebb629e28e80dfc',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fcauchy_5fext_96',['DPNP_FN_RNG_STANDARD_CAUCHY_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1d29beee5d3424e6aca222ed56e3f707',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fexponential_97',['DPNP_FN_RNG_STANDARD_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1989558074799d28289de9919eb55c48',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fexponential_5fext_98',['DPNP_FN_RNG_STANDARD_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1f02e752405381ab74767a4b0b42cbaa',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fgamma_99',['DPNP_FN_RNG_STANDARD_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8f9b10a503f1c853fc633ce370e252d1',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fgamma_5fext_100',['DPNP_FN_RNG_STANDARD_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad962b47912f922a4ec72f1aefe81fe64',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5fnormal_101',['DPNP_FN_RNG_STANDARD_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa47904a3ff27ca35a2c69d09d897c29d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5ft_102',['DPNP_FN_RNG_STANDARD_T',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a23ba5ff2630c0a58ea0839afd5909f76',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fstandard_5ft_5fext_103',['DPNP_FN_RNG_STANDARD_T_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1afb7e3342019b75330aba6e1a4abfca',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ftriangular_104',['DPNP_FN_RNG_TRIANGULAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5ftriangular_5fext_105',['DPNP_FN_RNG_TRIANGULAR_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add30724342e9da4b6f49d4139c21a41e',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5funiform_106',['DPNP_FN_RNG_UNIFORM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa43c5be689c64f6e058fee732c71d549',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5funiform_5fext_107',['DPNP_FN_RNG_UNIFORM_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad5025dde08abd334429a67bddc1f864f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fvonmises_108',['DPNP_FN_RNG_VONMISES',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62eedd89940f85f26c37b97cc4f80bc6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fvonmises_5fext_109',['DPNP_FN_RNG_VONMISES_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a74c732efc8cea46d451c573b018e522d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fwald_110',['DPNP_FN_RNG_WALD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9b2be3e8c111f7d37813476b1bdb7e91',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fwald_5fext_111',['DPNP_FN_RNG_WALD_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a96bdde1b80a9acff45e11ede77ece529',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fweibull_112',['DPNP_FN_RNG_WEIBULL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a390dd8fed5f213b251eb2c92af0211c6',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fweibull_5fext_113',['DPNP_FN_RNG_WEIBULL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1fbafdcfb58875a7dd9b26f3acdf6600',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fzipf_114',['DPNP_FN_RNG_ZIPF',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a59f893fd340c0937b52941bf138d5b19',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5frng_5fzipf_5fext_115',['DPNP_FN_RNG_ZIPF_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558afca9175f1ea7f71a0cf585421ea66a27',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsearchsorted_116',['DPNP_FN_SEARCHSORTED',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a673b312ec7e9a40fa18483ed02d3649d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsort_117',['DPNP_FN_SORT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a99dd510a742f3c15b48092cef64f8aa3',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsqrt_118',['DPNP_FN_SQRT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af8187e64cd7661fbf4bf2fd04f339e5c',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsqrt_5fext_119',['DPNP_FN_SQRT_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aece0d851a884f3b66f3d1e6c1f67a540',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fstd_120',['DPNP_FN_STD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac0d3143bc0fd7a8f43501a3a8784a148',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fsum_121',['DPNP_FN_SUM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a5f78154de3845f234e34f22d870448',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fvar_122',['DPNP_FN_VAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a17750205304e246fad783e631614cf48',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fzeros_123',['DPNP_FN_ZEROS',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51216d8cda7e009964d71ddd8c7fbb1d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5ffn_5fzeros_5flike_124',['DPNP_FN_ZEROS_LIKE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fbool_125',['DPNP_FT_BOOL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a1d41c2373d33a46bb47a6791a876c103',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fcmplx128_126',['DPNP_FT_CMPLX128',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a599b693823273a797188b9beb8018052',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fcmplx64_127',['DPNP_FT_CMPLX64',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15af186d251dc2c1d64ce7c7c03a7c6e2d5',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fdouble_128',['DPNP_FT_DOUBLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15ac84f19e1412dd40492153e4cb0e27739',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5ffloat_129',['DPNP_FT_FLOAT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15aea1ca4f8f623afaaf6072b0b6eb56c76',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fint_130',['DPNP_FT_INT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a2ca75eef4ff62b379b29390b6efe736f',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5flong_131',['DPNP_FT_LONG',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a8160fd9c1c7bd64515ffa60b8140f208',1,'dpnp_iface_fptr.hpp']]], - ['dpnp_5fft_5fnone_132',['DPNP_FT_NONE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a4dd2e447249c9f1ed5b4a01263bd8d06',1,'dpnp_iface_fptr.hpp']]] + ['dpnp_5ffn_5frng_5fbeta_45',['DPNP_FN_RNG_BETA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0668a283409d746cfa94256b7cdb850e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fbeta_5fext_46',['DPNP_FN_RNG_BETA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5021a4aeca89c89bf577dce589e760c5',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fbinomial_47',['DPNP_FN_RNG_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa07058cd0653319a5c14d660b0840c1d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fbinomial_5fext_48',['DPNP_FN_RNG_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a2834d0a5ad758b989d781ddf55b50265',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fchisquare_49',['DPNP_FN_RNG_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6ba83001ce89ae9bea48277c027d0b64',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fchisquare_5fext_50',['DPNP_FN_RNG_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a532b9c7944f9d6c4290d03bcb75d6fb8',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fexponential_51',['DPNP_FN_RNG_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6d9d980b8da13bdb0b5300fc4024cc90',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fexponential_5fext_52',['DPNP_FN_RNG_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8c4218eb8e22d1868c0ac0165dac4f8e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ff_53',['DPNP_FN_RNG_F',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a56d7153c972b0be7b98a638b3e2bc953',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ff_5fext_54',['DPNP_FN_RNG_F_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a30133f517664ed53ec5be1d7fc176b08',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgamma_55',['DPNP_FN_RNG_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac988c55f9d110ee7ce575a59803dfe0d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgamma_5fext_56',['DPNP_FN_RNG_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a384557e466eb25ae484b32c1db45eb02',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgaussian_57',['DPNP_FN_RNG_GAUSSIAN',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9ac4119c5429b52649c38e290305a3bc',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgaussian_5fext_58',['DPNP_FN_RNG_GAUSSIAN_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a513c3a4f4042cb6d5bbf4d77c6bc6d87',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgeometric_59',['DPNP_FN_RNG_GEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0ba43c2e5702dd405cd40d405fe3ad46',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgeometric_5fext_60',['DPNP_FN_RNG_GEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a622d2445e61c9e3bbb48103f11a6ee9a',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgumbel_61',['DPNP_FN_RNG_GUMBEL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a264ea5dbc7125d301af8b67aa6381ddb',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fgumbel_5fext_62',['DPNP_FN_RNG_GUMBEL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a7ec41e2f35f7e27424ce99a9d850a399',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fhypergeometric_63',['DPNP_FN_RNG_HYPERGEOMETRIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8de6f56949b2201f0c99e3b34fd3760f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fhypergeometric_5fext_64',['DPNP_FN_RNG_HYPERGEOMETRIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1beebad63439e4d24242fad6185d1ffd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flaplace_65',['DPNP_FN_RNG_LAPLACE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a52addc8e50547e5ed5829ec8cfb96b0b',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flaplace_5fext_66',['DPNP_FN_RNG_LAPLACE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa766585227c8613f083d62da1eb0d5f1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flogistic_67',['DPNP_FN_RNG_LOGISTIC',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3613e366d1d7a4f1d0a9029a5fab229f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flogistic_5fext_68',['DPNP_FN_RNG_LOGISTIC_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a189c3bcc88dc1ab0c6b43911146d51fd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flognormal_69',['DPNP_FN_RNG_LOGNORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a71e9d9eae39bfc079094c1244fb8bfbd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5flognormal_5fext_70',['DPNP_FN_RNG_LOGNORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ab03609e63992ac5aea8933f7310dae0f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultinomial_71',['DPNP_FN_RNG_MULTINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add99122eaef926420c899b5509219aac',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultinomial_5fext_72',['DPNP_FN_RNG_MULTINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a428a630017c0a128deb4642470f20efb',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_73',['DPNP_FN_RNG_MULTIVARIATE_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a0064886d269433e4c5e54bf3ffb6eb71',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fmultivariate_5fnormal_5fext_74',['DPNP_FN_RNG_MULTIVARIATE_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a220baac0d954f5e2d3a6c89c8f4bc2ad',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnegative_5fbinomial_75',['DPNP_FN_RNG_NEGATIVE_BINOMIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a2fb54e875d4c304e60e8747164df9e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnegative_5fbinomial_5fext_76',['DPNP_FN_RNG_NEGATIVE_BINOMIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a6416887970ce60bfa9d8fc88b03e71d7',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_77',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9a0b6b12ba1ee21d8561087ec15cf9b6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnoncentral_5fchisquare_5fext_78',['DPNP_FN_RNG_NONCENTRAL_CHISQUARE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a11734477d3b7ad5b6905bad5417b454d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnormal_79',['DPNP_FN_RNG_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a3fd78fcac1e00c5c8ae1ba0eed23122d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fnormal_5fext_80',['DPNP_FN_RNG_NORMAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ada145b083ebd5704d9eb39ffb58387b1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpareto_81',['DPNP_FN_RNG_PARETO',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51b643c02f16bd79ce230d5da9411ed1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpareto_5fext_82',['DPNP_FN_RNG_PARETO_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae7cdf66fd8b623050ba1a0d26e12d1bd',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpoisson_83',['DPNP_FN_RNG_POISSON',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac932383a1104d78d3c137a8688de68a0',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpoisson_5fext_84',['DPNP_FN_RNG_POISSON_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a37bbbe3a9ed0f5af607ad31cb08946b3',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpower_85',['DPNP_FN_RNG_POWER',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a7b6208bb084ce808682c6f1ef54387',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fpower_5fext_86',['DPNP_FN_RNG_POWER_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a278cb0efcc0a1b7e85af3f2c60b8a80d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5frayleigh_87',['DPNP_FN_RNG_RAYLEIGH',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558acc272cc4ecbe0b0e5705041af58249c6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5frayleigh_5fext_88',['DPNP_FN_RNG_RAYLEIGH_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558abcd6c3b24ddbbe69a1e776705b276dba',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fshuffle_89',['DPNP_FN_RNG_SHUFFLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae57add61435f1fe27df7af416aacd162',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fshuffle_5fext_90',['DPNP_FN_RNG_SHUFFLE_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a05795744d8cfd0c99c3607540dc236',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fsrand_91',['DPNP_FN_RNG_SRAND',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9fdb85aaf89a9a23ade5fc73a6a60b4b',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fsrand_5fext_92',['DPNP_FN_RNG_SRAND_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ae0cf8c82c5a808c57953a90659c234b1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fcauchy_93',['DPNP_FN_RNG_STANDARD_CAUCHY',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa14ca7c1b83bc295bebb629e28e80dfc',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fcauchy_5fext_94',['DPNP_FN_RNG_STANDARD_CAUCHY_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1d29beee5d3424e6aca222ed56e3f707',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fexponential_95',['DPNP_FN_RNG_STANDARD_EXPONENTIAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1989558074799d28289de9919eb55c48',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fexponential_5fext_96',['DPNP_FN_RNG_STANDARD_EXPONENTIAL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1f02e752405381ab74767a4b0b42cbaa',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fgamma_97',['DPNP_FN_RNG_STANDARD_GAMMA',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a8f9b10a503f1c853fc633ce370e252d1',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fgamma_5fext_98',['DPNP_FN_RNG_STANDARD_GAMMA_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad962b47912f922a4ec72f1aefe81fe64',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5fnormal_99',['DPNP_FN_RNG_STANDARD_NORMAL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa47904a3ff27ca35a2c69d09d897c29d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5ft_100',['DPNP_FN_RNG_STANDARD_T',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a23ba5ff2630c0a58ea0839afd5909f76',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fstandard_5ft_5fext_101',['DPNP_FN_RNG_STANDARD_T_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1afb7e3342019b75330aba6e1a4abfca',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ftriangular_102',['DPNP_FN_RNG_TRIANGULAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad2fb09fb4c0e41d29a76dffdf992c134',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5ftriangular_5fext_103',['DPNP_FN_RNG_TRIANGULAR_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558add30724342e9da4b6f49d4139c21a41e',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5funiform_104',['DPNP_FN_RNG_UNIFORM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aa43c5be689c64f6e058fee732c71d549',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5funiform_5fext_105',['DPNP_FN_RNG_UNIFORM_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad5025dde08abd334429a67bddc1f864f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fvonmises_106',['DPNP_FN_RNG_VONMISES',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a62eedd89940f85f26c37b97cc4f80bc6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fvonmises_5fext_107',['DPNP_FN_RNG_VONMISES_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a74c732efc8cea46d451c573b018e522d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fwald_108',['DPNP_FN_RNG_WALD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a9b2be3e8c111f7d37813476b1bdb7e91',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fwald_5fext_109',['DPNP_FN_RNG_WALD_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a96bdde1b80a9acff45e11ede77ece529',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fweibull_110',['DPNP_FN_RNG_WEIBULL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a390dd8fed5f213b251eb2c92af0211c6',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fweibull_5fext_111',['DPNP_FN_RNG_WEIBULL_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a1fbafdcfb58875a7dd9b26f3acdf6600',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fzipf_112',['DPNP_FN_RNG_ZIPF',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a59f893fd340c0937b52941bf138d5b19',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5frng_5fzipf_5fext_113',['DPNP_FN_RNG_ZIPF_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558afca9175f1ea7f71a0cf585421ea66a27',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsearchsorted_114',['DPNP_FN_SEARCHSORTED',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a673b312ec7e9a40fa18483ed02d3649d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsort_115',['DPNP_FN_SORT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a99dd510a742f3c15b48092cef64f8aa3',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsqrt_116',['DPNP_FN_SQRT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558af8187e64cd7661fbf4bf2fd04f339e5c',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsqrt_5fext_117',['DPNP_FN_SQRT_EXT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558aece0d851a884f3b66f3d1e6c1f67a540',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fstd_118',['DPNP_FN_STD',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ac0d3143bc0fd7a8f43501a3a8784a148',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fsum_119',['DPNP_FN_SUM',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a5a5f78154de3845f234e34f22d870448',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fvar_120',['DPNP_FN_VAR',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a17750205304e246fad783e631614cf48',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fzeros_121',['DPNP_FN_ZEROS',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558a51216d8cda7e009964d71ddd8c7fbb1d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5ffn_5fzeros_5flike_122',['DPNP_FN_ZEROS_LIKE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#gga8b20590525bff7c7ce4f728d2021b558ad22026553dca7a3084662acf657bba0d',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fbool_123',['DPNP_FT_BOOL',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a1d41c2373d33a46bb47a6791a876c103',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fcmplx128_124',['DPNP_FT_CMPLX128',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a599b693823273a797188b9beb8018052',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fcmplx64_125',['DPNP_FT_CMPLX64',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15af186d251dc2c1d64ce7c7c03a7c6e2d5',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fdouble_126',['DPNP_FT_DOUBLE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15ac84f19e1412dd40492153e4cb0e27739',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5ffloat_127',['DPNP_FT_FLOAT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15aea1ca4f8f623afaaf6072b0b6eb56c76',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fint_128',['DPNP_FT_INT',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a2ca75eef4ff62b379b29390b6efe736f',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5flong_129',['DPNP_FT_LONG',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a8160fd9c1c7bd64515ffa60b8140f208',1,'dpnp_iface_fptr.hpp']]], + ['dpnp_5fft_5fnone_130',['DPNP_FT_NONE',['../group___b_a_c_k_e_n_d___f_u_n_c___p_t_r___a_p_i.html#ggaec54569b58e937e84099479f078bce15a4dd2e447249c9f1ed5b4a01263bd8d06',1,'dpnp_iface_fptr.hpp']]] ]; diff --git a/backend_doc/search/functions_1.js b/backend_doc/search/functions_1.js index b5214477769..914c0b7cc7e 100644 --- a/backend_doc/search/functions_1.js +++ b/backend_doc/search/functions_1.js @@ -31,49 +31,48 @@ var searchData= ['dpnp_5fprod_5fc_28',['dpnp_prod_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga6610de7cc5611443e025d9cd7d08b74c',1,'dpnp_iface.hpp']]], ['dpnp_5fpython_5fconstants_5finitialize_5fc_29',['dpnp_python_constants_initialize_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga96eabd32a2b65f49e715ccdbc33c45d4',1,'constants.hpp']]], ['dpnp_5fqueue_5fis_5fcpu_5fc_30',['dpnp_queue_is_cpu_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2df766b3642aa4e94c8cef7927d6022d',1,'dpnp_iface.hpp']]], - ['dpnp_5fradians_5fc_31',['dpnp_radians_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga0dffbc87d5ab5ea413cf631a0d59ba77',1,'dpnp_gen_1arg_2type_tbl.hpp']]], - ['dpnp_5frng_5fbeta_5fc_32',['dpnp_rng_beta_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga16bad12795c72adc5de076e129890a83',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fbinomial_5fc_33',['dpnp_rng_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga51221588325d576caf0f235739ef0718',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fchisquare_5fc_34',['dpnp_rng_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga97a25a9105c5332d83aae862e6d29d9f',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fexponential_5fc_35',['dpnp_rng_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga026b7f9552a6cb89e816071c41c43f26',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5ff_5fc_36',['dpnp_rng_f_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga841854c7f53246b62719074088bd0b5b',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgamma_5fc_37',['dpnp_rng_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad54d6118580ab6b1b2c4ff2ba6ef36ca',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgaussian_5fc_38',['dpnp_rng_gaussian_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga94731fce32598fffe43cb617a684c83a',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgeometric_5fc_39',['dpnp_rng_geometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga430f99caa9b1ce1497c0f6b26ebb4e85',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fgumbel_5fc_40',['dpnp_rng_gumbel_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga78ffe853157e336c03a2773b0713eaa7',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fhypergeometric_5fc_41',['dpnp_rng_hypergeometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab67b8c98406fcacc0fddbb2407ef7755',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5flaplace_5fc_42',['dpnp_rng_laplace_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga31adf1930f42170d8f40d1bd25779e66',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5flogistic_5fc_43',['dpnp_rng_logistic_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac68d320b745cf0b7f008fc27ad29e38c',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5flognormal_5fc_44',['dpnp_rng_lognormal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa66de7492a2987bc5f61c87cbb1312c4',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fmultinomial_5fc_45',['dpnp_rng_multinomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga80937d0842dd407149ff8a21e5754c2c',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fmultivariate_5fnormal_5fc_46',['dpnp_rng_multivariate_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad8bd0801def7866f56f24a03cdff0ce7',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fnegative_5fbinomial_5fc_47',['dpnp_rng_negative_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga9ba783072be992cc228c281c9c5ce3f9',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fnoncentral_5fchisquare_5fc_48',['dpnp_rng_noncentral_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacad7ceee454319a21e31e985855a60f3',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fnormal_5fc_49',['dpnp_rng_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga225ae916386ae4ef6091b089b0dd1fe1',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fpareto_5fc_50',['dpnp_rng_pareto_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3335ff85936d6ecb6273eac430c73a4e',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fpoisson_5fc_51',['dpnp_rng_poisson_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaccbd86d29e501bdbac9f3b0bb6560d74',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fpower_5fc_52',['dpnp_rng_power_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac0b6211cd01634db4bbb4aca3ab88977',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5frayleigh_5fc_53',['dpnp_rng_rayleigh_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga2ce225aadf9b75ce024eb984e035ab4f',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fshuffle_5fc_54',['dpnp_rng_shuffle_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaeff910810c83051069c6929555429ed9',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fsrand_5fc_55',['dpnp_rng_srand_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga41dd03c85f901c2dee88e709170ee1a1',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fcauchy_5fc_56',['dpnp_rng_standard_cauchy_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3234f956d618f70bdbbc95e62085891d',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fexponential_5fc_57',['dpnp_rng_standard_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gafe6bbfe559a0b307f07add47ba1dfa0d',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fgamma_5fc_58',['dpnp_rng_standard_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab43bb4c4352d161a1ff20fb79eed1494',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5fnormal_5fc_59',['dpnp_rng_standard_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga125082596bf7b57ccca5f245923e81a1',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fstandard_5ft_5fc_60',['dpnp_rng_standard_t_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga1c20a0068cb5334be486b11dbbec3697',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5ftriangular_5fc_61',['dpnp_rng_triangular_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga35b32eec8a073d2d96551a8256bbcde7',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5funiform_5fc_62',['dpnp_rng_uniform_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga37e231ebdeec9fef8a56743a28770183',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fvonmises_5fc_63',['dpnp_rng_vonmises_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac1c75311828e64769fda7f49ba212232',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fwald_5fc_64',['dpnp_rng_wald_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacbdc26ae5f2e1a404d9ce2011613bd16',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fweibull_5fc_65',['dpnp_rng_weibull_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga8d3046514e4bccb6d869f1052c4f4406',1,'dpnp_iface_random.hpp']]], - ['dpnp_5frng_5fzipf_5fc_66',['dpnp_rng_zipf_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa681bf7b3ffc6fdd431f1ec2f4dd6d64',1,'dpnp_iface_random.hpp']]], - ['dpnp_5fsearchsorted_5fc_67',['dpnp_searchsorted_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713',1,'dpnp_iface.hpp']]], - ['dpnp_5fsort_5fc_68',['dpnp_sort_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407',1,'dpnp_iface.hpp']]], - ['dpnp_5fsqrt_5fc_69',['dpnp_sqrt_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0',1,'dpnp_gen_1arg_2type_tbl.hpp']]], - ['dpnp_5fstd_5fc_70',['dpnp_std_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga41839ae42b40874e5405889e50e13358',1,'dpnp_iface.hpp']]], - ['dpnp_5fsum_5fc_71',['dpnp_sum_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gaba1f836500ed61109153fb4afef55c89',1,'dpnp_iface.hpp']]], - ['dpnp_5fvar_5fc_72',['dpnp_var_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga91baef74014e4e8b8ce22013cc361a66',1,'dpnp_iface.hpp']]], - ['dpnp_5fzeros_5fc_73',['dpnp_zeros_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gacd17ba5828ba92fae45ab9c3b82419ae',1,'dpnp_iface.hpp']]], - ['dpnp_5fzeros_5flike_5fc_74',['dpnp_zeros_like_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga701ba350a76dc444f53a7e7d59c7a143',1,'dpnp_iface.hpp']]], - ['dpnpc_5fid_75',['dpnpc_id',['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#gae67edf544bf0edce8e1cd74d68d8dc76',1,'DPNPC_id::DPNPC_id(pointer __ptr, const std::vector< size_type > &__shape, const std::vector< size_type > &__strides)'],['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#ga1e1d9e72e8f1a92a6e25d7f563562b11',1,'DPNPC_id::DPNPC_id(DPCTLSyclQueueRef q_ref, pointer __ptr, const std::vector< size_type > &__shape)']]] + ['dpnp_5frng_5fbeta_5fc_31',['dpnp_rng_beta_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga16bad12795c72adc5de076e129890a83',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fbinomial_5fc_32',['dpnp_rng_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga51221588325d576caf0f235739ef0718',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fchisquare_5fc_33',['dpnp_rng_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga97a25a9105c5332d83aae862e6d29d9f',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fexponential_5fc_34',['dpnp_rng_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga026b7f9552a6cb89e816071c41c43f26',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5ff_5fc_35',['dpnp_rng_f_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga841854c7f53246b62719074088bd0b5b',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgamma_5fc_36',['dpnp_rng_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad54d6118580ab6b1b2c4ff2ba6ef36ca',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgaussian_5fc_37',['dpnp_rng_gaussian_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga94731fce32598fffe43cb617a684c83a',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgeometric_5fc_38',['dpnp_rng_geometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga430f99caa9b1ce1497c0f6b26ebb4e85',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fgumbel_5fc_39',['dpnp_rng_gumbel_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga78ffe853157e336c03a2773b0713eaa7',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fhypergeometric_5fc_40',['dpnp_rng_hypergeometric_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab67b8c98406fcacc0fddbb2407ef7755',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5flaplace_5fc_41',['dpnp_rng_laplace_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga31adf1930f42170d8f40d1bd25779e66',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5flogistic_5fc_42',['dpnp_rng_logistic_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac68d320b745cf0b7f008fc27ad29e38c',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5flognormal_5fc_43',['dpnp_rng_lognormal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa66de7492a2987bc5f61c87cbb1312c4',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fmultinomial_5fc_44',['dpnp_rng_multinomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga80937d0842dd407149ff8a21e5754c2c',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fmultivariate_5fnormal_5fc_45',['dpnp_rng_multivariate_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gad8bd0801def7866f56f24a03cdff0ce7',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fnegative_5fbinomial_5fc_46',['dpnp_rng_negative_binomial_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga9ba783072be992cc228c281c9c5ce3f9',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fnoncentral_5fchisquare_5fc_47',['dpnp_rng_noncentral_chisquare_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacad7ceee454319a21e31e985855a60f3',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fnormal_5fc_48',['dpnp_rng_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga225ae916386ae4ef6091b089b0dd1fe1',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fpareto_5fc_49',['dpnp_rng_pareto_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3335ff85936d6ecb6273eac430c73a4e',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fpoisson_5fc_50',['dpnp_rng_poisson_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaccbd86d29e501bdbac9f3b0bb6560d74',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fpower_5fc_51',['dpnp_rng_power_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac0b6211cd01634db4bbb4aca3ab88977',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5frayleigh_5fc_52',['dpnp_rng_rayleigh_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga2ce225aadf9b75ce024eb984e035ab4f',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fshuffle_5fc_53',['dpnp_rng_shuffle_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaeff910810c83051069c6929555429ed9',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fsrand_5fc_54',['dpnp_rng_srand_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga41dd03c85f901c2dee88e709170ee1a1',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fcauchy_5fc_55',['dpnp_rng_standard_cauchy_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga3234f956d618f70bdbbc95e62085891d',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fexponential_5fc_56',['dpnp_rng_standard_exponential_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gafe6bbfe559a0b307f07add47ba1dfa0d',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fgamma_5fc_57',['dpnp_rng_standard_gamma_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gab43bb4c4352d161a1ff20fb79eed1494',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5fnormal_5fc_58',['dpnp_rng_standard_normal_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga125082596bf7b57ccca5f245923e81a1',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fstandard_5ft_5fc_59',['dpnp_rng_standard_t_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga1c20a0068cb5334be486b11dbbec3697',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5ftriangular_5fc_60',['dpnp_rng_triangular_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga35b32eec8a073d2d96551a8256bbcde7',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5funiform_5fc_61',['dpnp_rng_uniform_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga37e231ebdeec9fef8a56743a28770183',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fvonmises_5fc_62',['dpnp_rng_vonmises_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gac1c75311828e64769fda7f49ba212232',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fwald_5fc_63',['dpnp_rng_wald_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gacbdc26ae5f2e1a404d9ce2011613bd16',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fweibull_5fc_64',['dpnp_rng_weibull_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#ga8d3046514e4bccb6d869f1052c4f4406',1,'dpnp_iface_random.hpp']]], + ['dpnp_5frng_5fzipf_5fc_65',['dpnp_rng_zipf_c',['../group___b_a_c_k_e_n_d___r_a_n_d_o_m___a_p_i.html#gaa681bf7b3ffc6fdd431f1ec2f4dd6d64',1,'dpnp_iface_random.hpp']]], + ['dpnp_5fsearchsorted_5fc_66',['dpnp_searchsorted_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga066e660d9841964898e1051cdd66f713',1,'dpnp_iface.hpp']]], + ['dpnp_5fsort_5fc_67',['dpnp_sort_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga26e5f6303907fe4b4496fb2cc0685407',1,'dpnp_iface.hpp']]], + ['dpnp_5fsqrt_5fc_68',['dpnp_sqrt_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga2e8ccd7745314eb662b47c41324076b0',1,'dpnp_gen_1arg_2type_tbl.hpp']]], + ['dpnp_5fstd_5fc_69',['dpnp_std_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga41839ae42b40874e5405889e50e13358',1,'dpnp_iface.hpp']]], + ['dpnp_5fsum_5fc_70',['dpnp_sum_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gaba1f836500ed61109153fb4afef55c89',1,'dpnp_iface.hpp']]], + ['dpnp_5fvar_5fc_71',['dpnp_var_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga91baef74014e4e8b8ce22013cc361a66',1,'dpnp_iface.hpp']]], + ['dpnp_5fzeros_5fc_72',['dpnp_zeros_c',['../group___b_a_c_k_e_n_d___a_p_i.html#gacd17ba5828ba92fae45ab9c3b82419ae',1,'dpnp_iface.hpp']]], + ['dpnp_5fzeros_5flike_5fc_73',['dpnp_zeros_like_c',['../group___b_a_c_k_e_n_d___a_p_i.html#ga701ba350a76dc444f53a7e7d59c7a143',1,'dpnp_iface.hpp']]], + ['dpnpc_5fid_74',['dpnpc_id',['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#gae67edf544bf0edce8e1cd74d68d8dc76',1,'DPNPC_id::DPNPC_id(pointer __ptr, const std::vector< size_type > &__shape, const std::vector< size_type > &__strides)'],['../group___b_a_c_k_e_n_d___u_t_i_l_s.html#ga1e1d9e72e8f1a92a6e25d7f563562b11',1,'DPNPC_id::DPNPC_id(DPCTLSyclQueueRef q_ref, pointer __ptr, const std::vector< size_type > &__shape)']]] ]; diff --git a/backend_doc/struct_d_p_n_p_func_data.html b/backend_doc/struct_d_p_n_p_func_data.html index 9ca11a6e59a..e311c8c83e1 100644 --- a/backend_doc/struct_d_p_n_p_func_data.html +++ b/backend_doc/struct_d_p_n_p_func_data.html @@ -125,7 +125,7 @@

Contains information about the C++ backend function.

The structure defines the types that are used by get_dpnp_function_ptr.

-

Definition at line 286 of file dpnp_iface_fptr.hpp.

+

Definition at line 283 of file dpnp_iface_fptr.hpp.

Constructor & Destructor Documentation

◆ DPNPFuncData() [1/3]

@@ -173,7 +173,7 @@

-

Definition at line 288 of file dpnp_iface_fptr.hpp.

+

Definition at line 285 of file dpnp_iface_fptr.hpp.

@@ -211,7 +211,7 @@

-

Definition at line 296 of file dpnp_iface_fptr.hpp.

+

Definition at line 293 of file dpnp_iface_fptr.hpp.

@@ -238,7 +238,7 @@

-

Definition at line 300 of file dpnp_iface_fptr.hpp.

+

Definition at line 297 of file dpnp_iface_fptr.hpp.

@@ -256,7 +256,7 @@

C++ backend function pointer

-

Definition at line 304 of file dpnp_iface_fptr.hpp.

+

Definition at line 301 of file dpnp_iface_fptr.hpp.

@@ -273,7 +273,7 @@

alternative C++ backend function pointer when no fp64 support by device

-

Definition at line 307 of file dpnp_iface_fptr.hpp.

+

Definition at line 304 of file dpnp_iface_fptr.hpp.

@@ -290,7 +290,7 @@

return type identifier which expected by the ptr function

-

Definition at line 302 of file dpnp_iface_fptr.hpp.

+

Definition at line 299 of file dpnp_iface_fptr.hpp.

@@ -307,7 +307,7 @@

alternative return type identifier when no fp64 support by device

-

Definition at line 305 of file dpnp_iface_fptr.hpp.

+

Definition at line 302 of file dpnp_iface_fptr.hpp.

diff --git a/backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor-members.html b/backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor-members.html new file mode 100644 index 00000000000..d8615f07de8 --- /dev/null +++ b/backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor-members.html @@ -0,0 +1,113 @@ + + + + + + + +DPNP C++ backend kernel library: Member List + + + + + + + + + + + + + +
+
+ + + + + + +
+
DPNP C++ backend kernel library 0.16.0dev0 +
+
Data Parallel Extension for NumPy*
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+
dpnp::kernels::radians::RadiansFunctor< argT, resT > Member List
+
+ +
+ + + + diff --git a/backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html b/backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html new file mode 100644 index 00000000000..a2226d696b7 --- /dev/null +++ b/backend_doc/structdpnp_1_1kernels_1_1radians_1_1_radians_functor.html @@ -0,0 +1,253 @@ + + + + + + + +DPNP C++ backend kernel library: dpnp::kernels::radians::RadiansFunctor< argT, resT > Struct Template Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
DPNP C++ backend kernel library 0.16.0dev0 +
+
Data Parallel Extension for NumPy*
+
+
+ + + + + + + +
+
+ +
+
+
+ +
+ +
+
+ + +
+
+
+
+
+
Loading...
+
Searching...
+
No Matches
+
+
+
+
+ +
+ +
dpnp::kernels::radians::RadiansFunctor< argT, resT > Struct Template Reference
+
+
+ + + + + + + + +

+Public Types

using is_constant = typename std::false_type
 
using supports_vec = typename std::true_type
 
using supports_sg_loadstore = typename std::true_type
 
+ + + + + + +

+Public Member Functions

resT operator() (const argT &x) const
 
template<int vec_sz>
sycl::vec< resT, vec_sz > operator() (const sycl::vec< argT, vec_sz > &x) const
 
+

Detailed Description

+
template<typename argT, typename resT>
+struct dpnp::kernels::radians::RadiansFunctor< argT, resT >
+

Definition at line 33 of file radians.hpp.

+

Member Typedef Documentation

+ +

◆ is_constant

+ +
+
+
+template<typename argT , typename resT >
+ + + + +
using dpnp::kernels::radians::RadiansFunctor< argT, resT >::is_constant = typename std::false_type
+
+ +

Definition at line 36 of file radians.hpp.

+ +
+
+ +

◆ supports_sg_loadstore

+ +
+
+
+template<typename argT , typename resT >
+ + + + +
using dpnp::kernels::radians::RadiansFunctor< argT, resT >::supports_sg_loadstore = typename std::true_type
+
+ +

Definition at line 42 of file radians.hpp.

+ +
+
+ +

◆ supports_vec

+ +
+
+
+template<typename argT , typename resT >
+ + + + +
using dpnp::kernels::radians::RadiansFunctor< argT, resT >::supports_vec = typename std::true_type
+
+ +

Definition at line 40 of file radians.hpp.

+ +
+
+

Member Function Documentation

+ +

◆ operator()() [1/2]

+ +
+
+
+template<typename argT , typename resT >
+ + + + + +
+ + + + + + + + +
resT dpnp::kernels::radians::RadiansFunctor< argT, resT >::operator() (const argT & x) const
+
+inline
+
+ +

Definition at line 44 of file radians.hpp.

+ +
+
+ +

◆ operator()() [2/2]

+ +
+
+
+template<typename argT , typename resT >
+
+template<int vec_sz>
+ + + + + +
+ + + + + + + + +
sycl::vec< resT, vec_sz > dpnp::kernels::radians::RadiansFunctor< argT, resT >::operator() (const sycl::vec< argT, vec_sz > & x) const
+
+inline
+
+ +

Definition at line 50 of file radians.hpp.

+ +
+
+
The documentation for this struct was generated from the following file:
    +
  • /github/workspace/dpnp/backend/kernels/elementwise_functions/radians.hpp
  • +
+
+
+ + + + diff --git a/dpctl.html b/dpctl.html index 10c71a97d2e..b5eb8249394 100644 --- a/dpctl.html +++ b/dpctl.html @@ -13,7 +13,7 @@ - Interplay with the Data Parallel Control Library — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Interplay with the Data Parallel Control Library — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -44,7 +44,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/dpnp_backend_api.html b/dpnp_backend_api.html index c81c60558ae..daf4ae7a7ef 100644 --- a/dpnp_backend_api.html +++ b/dpnp_backend_api.html @@ -13,7 +13,7 @@ - C++ backend API Reference — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + C++ backend API Reference — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -45,7 +45,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/genindex.html b/genindex.html index 66b9367c575..fde0629a85a 100644 --- a/genindex.html +++ b/genindex.html @@ -12,7 +12,7 @@ - Index — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Index — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -43,7 +43,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/index.html b/index.html index 08f09ac8134..dff600cc032 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,7 @@ - Data Parallel Extension for NumPy* — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Data Parallel Extension for NumPy* — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/objects.inv b/objects.inv index d26c548eb5495c3dfb2373497d81aefd936c9b25..34c70d7a597cfbbb3cf44ddd943e160040e79067 100644 GIT binary patch delta 24 fcmaFr|I~j%BCnZVdaAK;qJ>dXikZpAymEB_c7q7D delta 24 fcmaFr|I~j%BCn}lx - Overview — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Overview — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/py-modindex.html b/py-modindex.html index 5ae41d4a113..f16ff7228bb 100644 --- a/py-modindex.html +++ b/py-modindex.html @@ -12,7 +12,7 @@ - Python Module Index — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Python Module Index — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -23,7 +23,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/quick_start_guide.html b/quick_start_guide.html index 4a8adc3c6fa..75580b07cfa 100644 --- a/quick_start_guide.html +++ b/quick_start_guide.html @@ -13,7 +13,7 @@ - Quick Start Guide — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Quick Start Guide — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/binary.html b/reference/binary.html index 5b367d8028b..fd90689699a 100644 --- a/reference/binary.html +++ b/reference/binary.html @@ -13,7 +13,7 @@ - Binary Operations — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Binary Operations — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/comparison.html b/reference/comparison.html index ac77a1d6042..f00d5a63a6f 100644 --- a/reference/comparison.html +++ b/reference/comparison.html @@ -13,7 +13,7 @@ - Comparison Table NumPy/ DPNP/ CuPy — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Comparison Table NumPy/ DPNP/ CuPy — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
@@ -112,7 +112,7 @@

Comparison Table NumPy/ DPNP/ CuPy

Here is a list of NumPy and CuPy APIs and its corresponding DPNP implementations.

- in DPNP column means that DPNP implementation is not provided yet.

-

NumPy(v1.23.5) / DPNP(v0.16.0dev0+85.g8acbe64f99) / CuPy(v9.6.0) APIs

+

NumPy(v1.23.5) / DPNP(v0.16.0dev0+86.ge33a82bd64) / CuPy(v9.6.0) APIs

Summary

diff --git a/reference/creation.html b/reference/creation.html index 91a1d8f9ee0..8d3d8349020 100644 --- a/reference/creation.html +++ b/reference/creation.html @@ -13,7 +13,7 @@ - Array creation routines — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Array creation routines — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/dtype.html b/reference/dtype.html index 41370ba6d26..5daac2e8383 100644 --- a/reference/dtype.html +++ b/reference/dtype.html @@ -13,7 +13,7 @@ - Data type routines — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Data type routines — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/dtypes_table.html b/reference/dtypes_table.html index 402d8f73af5..d7ada8180da 100644 --- a/reference/dtypes_table.html +++ b/reference/dtypes_table.html @@ -13,7 +13,7 @@ - Available array data types — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Available array data types — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/fft.html b/reference/fft.html index 1f38012da7e..bbfc5a1d5db 100644 --- a/reference/fft.html +++ b/reference/fft.html @@ -13,7 +13,7 @@ - FFT Functions — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + FFT Functions — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -47,7 +47,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.abs.html b/reference/generated/dpnp.abs.html index b99c85d7151..e54b06f6bbc 100644 --- a/reference/generated/dpnp.abs.html +++ b/reference/generated/dpnp.abs.html @@ -13,7 +13,7 @@ - dpnp.abs — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.abs — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.absolute.html b/reference/generated/dpnp.absolute.html index 8e930af6916..13078c5e440 100644 --- a/reference/generated/dpnp.absolute.html +++ b/reference/generated/dpnp.absolute.html @@ -13,7 +13,7 @@ - dpnp.absolute — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.absolute — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.add.html b/reference/generated/dpnp.add.html index 08a88e9b772..fd9b50a563f 100644 --- a/reference/generated/dpnp.add.html +++ b/reference/generated/dpnp.add.html @@ -13,7 +13,7 @@ - dpnp.add — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.add — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.all.html b/reference/generated/dpnp.all.html index 47c4ac50bd5..b57649c66cd 100644 --- a/reference/generated/dpnp.all.html +++ b/reference/generated/dpnp.all.html @@ -13,7 +13,7 @@ - dpnp.all — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.all — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.allclose.html b/reference/generated/dpnp.allclose.html index 023a51f3be7..4c596be8604 100644 --- a/reference/generated/dpnp.allclose.html +++ b/reference/generated/dpnp.allclose.html @@ -13,7 +13,7 @@ - dpnp.allclose — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.allclose — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.amax.html b/reference/generated/dpnp.amax.html index f0d23e10ade..a488658646d 100644 --- a/reference/generated/dpnp.amax.html +++ b/reference/generated/dpnp.amax.html @@ -13,7 +13,7 @@ - dpnp.amax — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.amax — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.amin.html b/reference/generated/dpnp.amin.html index 2ecaab5924a..e37e4a2e35d 100644 --- a/reference/generated/dpnp.amin.html +++ b/reference/generated/dpnp.amin.html @@ -13,7 +13,7 @@ - dpnp.amin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.amin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.angle.html b/reference/generated/dpnp.angle.html index a9528f73325..cbfaaaeddaa 100644 --- a/reference/generated/dpnp.angle.html +++ b/reference/generated/dpnp.angle.html @@ -13,7 +13,7 @@ - dpnp.angle — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.angle — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.any.html b/reference/generated/dpnp.any.html index 378e026b02e..7406a5b8fc2 100644 --- a/reference/generated/dpnp.any.html +++ b/reference/generated/dpnp.any.html @@ -13,7 +13,7 @@ - dpnp.any — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.any — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arange.html b/reference/generated/dpnp.arange.html index ac8f36ad85d..e7ad3628bfa 100644 --- a/reference/generated/dpnp.arange.html +++ b/reference/generated/dpnp.arange.html @@ -13,7 +13,7 @@ - dpnp.arange — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arange — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arccos.html b/reference/generated/dpnp.arccos.html index e64acbefb55..dccc5685927 100644 --- a/reference/generated/dpnp.arccos.html +++ b/reference/generated/dpnp.arccos.html @@ -13,7 +13,7 @@ - dpnp.arccos — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arccos — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arccosh.html b/reference/generated/dpnp.arccosh.html index 408297d14db..7a3a165f705 100644 --- a/reference/generated/dpnp.arccosh.html +++ b/reference/generated/dpnp.arccosh.html @@ -13,7 +13,7 @@ - dpnp.arccosh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arccosh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arcsin.html b/reference/generated/dpnp.arcsin.html index 83c9bab8274..6ec7c1a1135 100644 --- a/reference/generated/dpnp.arcsin.html +++ b/reference/generated/dpnp.arcsin.html @@ -13,7 +13,7 @@ - dpnp.arcsin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arcsin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arcsinh.html b/reference/generated/dpnp.arcsinh.html index 48207eb255c..8bc0943c08b 100644 --- a/reference/generated/dpnp.arcsinh.html +++ b/reference/generated/dpnp.arcsinh.html @@ -13,7 +13,7 @@ - dpnp.arcsinh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arcsinh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arctan.html b/reference/generated/dpnp.arctan.html index d676576503f..989051db123 100644 --- a/reference/generated/dpnp.arctan.html +++ b/reference/generated/dpnp.arctan.html @@ -13,7 +13,7 @@ - dpnp.arctan — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arctan — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arctan2.html b/reference/generated/dpnp.arctan2.html index 8f675d44298..cde73e6ee1a 100644 --- a/reference/generated/dpnp.arctan2.html +++ b/reference/generated/dpnp.arctan2.html @@ -13,7 +13,7 @@ - dpnp.arctan2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arctan2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.arctanh.html b/reference/generated/dpnp.arctanh.html index 4468f29efc4..52861d68b2a 100644 --- a/reference/generated/dpnp.arctanh.html +++ b/reference/generated/dpnp.arctanh.html @@ -13,7 +13,7 @@ - dpnp.arctanh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.arctanh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,13 +24,13 @@ - + - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
@@ -171,7 +171,7 @@

dpnp.arctanh - +


diff --git a/reference/generated/dpnp.argmax.html b/reference/generated/dpnp.argmax.html index 309e1656f24..426c70905f0 100644 --- a/reference/generated/dpnp.argmax.html +++ b/reference/generated/dpnp.argmax.html @@ -13,7 +13,7 @@ - dpnp.argmax — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.argmax — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.argmin.html b/reference/generated/dpnp.argmin.html index b47f2e7c90d..df3a183635e 100644 --- a/reference/generated/dpnp.argmin.html +++ b/reference/generated/dpnp.argmin.html @@ -13,7 +13,7 @@ - dpnp.argmin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.argmin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.argsort.html b/reference/generated/dpnp.argsort.html index 7b3fd27ae56..977da29ff78 100644 --- a/reference/generated/dpnp.argsort.html +++ b/reference/generated/dpnp.argsort.html @@ -13,7 +13,7 @@ - dpnp.argsort — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.argsort — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.around.html b/reference/generated/dpnp.around.html index 80cf0dbc6e8..e1483f36269 100644 --- a/reference/generated/dpnp.around.html +++ b/reference/generated/dpnp.around.html @@ -13,7 +13,7 @@ - dpnp.around — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.around — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.array.html b/reference/generated/dpnp.array.html index 8752acaac1a..395a3df1f2c 100644 --- a/reference/generated/dpnp.array.html +++ b/reference/generated/dpnp.array.html @@ -13,7 +13,7 @@ - dpnp.array — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.array — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.array_equal.html b/reference/generated/dpnp.array_equal.html index 8d09684110a..26f73205ddc 100644 --- a/reference/generated/dpnp.array_equal.html +++ b/reference/generated/dpnp.array_equal.html @@ -13,7 +13,7 @@ - dpnp.array_equal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.array_equal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.asanyarray.html b/reference/generated/dpnp.asanyarray.html index f0dba314a24..2169a47315c 100644 --- a/reference/generated/dpnp.asanyarray.html +++ b/reference/generated/dpnp.asanyarray.html @@ -13,7 +13,7 @@ - dpnp.asanyarray — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.asanyarray — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.asarray.html b/reference/generated/dpnp.asarray.html index df26c180bf2..9a93db1bbfb 100644 --- a/reference/generated/dpnp.asarray.html +++ b/reference/generated/dpnp.asarray.html @@ -13,7 +13,7 @@ - dpnp.asarray — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.asarray — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.ascontiguousarray.html b/reference/generated/dpnp.ascontiguousarray.html index 1e88ec9085e..add3045c9b5 100644 --- a/reference/generated/dpnp.ascontiguousarray.html +++ b/reference/generated/dpnp.ascontiguousarray.html @@ -13,7 +13,7 @@ - dpnp.ascontiguousarray — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ascontiguousarray — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.asfarray.html b/reference/generated/dpnp.asfarray.html index c9001e1cddd..8af482ee3c7 100644 --- a/reference/generated/dpnp.asfarray.html +++ b/reference/generated/dpnp.asfarray.html @@ -13,7 +13,7 @@ - dpnp.asfarray — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.asfarray — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.asfortranarray.html b/reference/generated/dpnp.asfortranarray.html index 36843e650cf..14e990b9902 100644 --- a/reference/generated/dpnp.asfortranarray.html +++ b/reference/generated/dpnp.asfortranarray.html @@ -13,7 +13,7 @@ - dpnp.asfortranarray — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.asfortranarray — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.asnumpy.html b/reference/generated/dpnp.asnumpy.html index dec4908b9df..2fd0525a9c4 100644 --- a/reference/generated/dpnp.asnumpy.html +++ b/reference/generated/dpnp.asnumpy.html @@ -13,7 +13,7 @@ - dpnp.asnumpy — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.asnumpy — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.astype.html b/reference/generated/dpnp.astype.html index bc22c151779..08836d7c781 100644 --- a/reference/generated/dpnp.astype.html +++ b/reference/generated/dpnp.astype.html @@ -13,7 +13,7 @@ - dpnp.astype — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.astype — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.atleast_1d.html b/reference/generated/dpnp.atleast_1d.html index 4d04c915e35..7669dbb5e68 100644 --- a/reference/generated/dpnp.atleast_1d.html +++ b/reference/generated/dpnp.atleast_1d.html @@ -13,7 +13,7 @@ - dpnp.atleast_1d — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.atleast_1d — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.atleast_2d.html b/reference/generated/dpnp.atleast_2d.html index e695ebd95f2..3917d5d29de 100644 --- a/reference/generated/dpnp.atleast_2d.html +++ b/reference/generated/dpnp.atleast_2d.html @@ -13,7 +13,7 @@ - dpnp.atleast_2d — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.atleast_2d — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.atleast_3d.html b/reference/generated/dpnp.atleast_3d.html index 5ea7f792f95..8a2458eb929 100644 --- a/reference/generated/dpnp.atleast_3d.html +++ b/reference/generated/dpnp.atleast_3d.html @@ -13,7 +13,7 @@ - dpnp.atleast_3d — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.atleast_3d — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.average.html b/reference/generated/dpnp.average.html index 9e4a8ac5fbe..644b641c959 100644 --- a/reference/generated/dpnp.average.html +++ b/reference/generated/dpnp.average.html @@ -13,7 +13,7 @@ - dpnp.average — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.average — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.bincount.html b/reference/generated/dpnp.bincount.html index d8dc89c5855..ab95d9655c4 100644 --- a/reference/generated/dpnp.bincount.html +++ b/reference/generated/dpnp.bincount.html @@ -13,7 +13,7 @@ - dpnp.bincount — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.bincount — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.bitwise_and.html b/reference/generated/dpnp.bitwise_and.html index 8fb8af90498..1c397d68a8d 100644 --- a/reference/generated/dpnp.bitwise_and.html +++ b/reference/generated/dpnp.bitwise_and.html @@ -13,7 +13,7 @@ - dpnp.bitwise_and — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.bitwise_and — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.bitwise_not.html b/reference/generated/dpnp.bitwise_not.html index c73bc94054f..4926565ca34 100644 --- a/reference/generated/dpnp.bitwise_not.html +++ b/reference/generated/dpnp.bitwise_not.html @@ -13,7 +13,7 @@ - dpnp.bitwise_not — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.bitwise_not — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.bitwise_or.html b/reference/generated/dpnp.bitwise_or.html index 7e2261edcb1..f37b64b6198 100644 --- a/reference/generated/dpnp.bitwise_or.html +++ b/reference/generated/dpnp.bitwise_or.html @@ -13,7 +13,7 @@ - dpnp.bitwise_or — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.bitwise_or — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.bitwise_xor.html b/reference/generated/dpnp.bitwise_xor.html index a0a29436976..19fe51f22eb 100644 --- a/reference/generated/dpnp.bitwise_xor.html +++ b/reference/generated/dpnp.bitwise_xor.html @@ -13,7 +13,7 @@ - dpnp.bitwise_xor — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.bitwise_xor — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.broadcast_arrays.html b/reference/generated/dpnp.broadcast_arrays.html index 7ccab0bc1ae..09570865e17 100644 --- a/reference/generated/dpnp.broadcast_arrays.html +++ b/reference/generated/dpnp.broadcast_arrays.html @@ -13,7 +13,7 @@ - dpnp.broadcast_arrays — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.broadcast_arrays — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.broadcast_to.html b/reference/generated/dpnp.broadcast_to.html index 47bfa3a5afd..0129fca49b8 100644 --- a/reference/generated/dpnp.broadcast_to.html +++ b/reference/generated/dpnp.broadcast_to.html @@ -13,7 +13,7 @@ - dpnp.broadcast_to — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.broadcast_to — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.can_cast.html b/reference/generated/dpnp.can_cast.html index 8f7cb0cc87d..7ad0d6be511 100644 --- a/reference/generated/dpnp.can_cast.html +++ b/reference/generated/dpnp.can_cast.html @@ -13,7 +13,7 @@ - dpnp.can_cast — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.can_cast — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cbrt.html b/reference/generated/dpnp.cbrt.html index e8ec2b29593..3a3a983aef3 100644 --- a/reference/generated/dpnp.cbrt.html +++ b/reference/generated/dpnp.cbrt.html @@ -13,7 +13,7 @@ - dpnp.cbrt — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cbrt — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.ceil.html b/reference/generated/dpnp.ceil.html index 9c0969c5644..504e1e04977 100644 --- a/reference/generated/dpnp.ceil.html +++ b/reference/generated/dpnp.ceil.html @@ -13,7 +13,7 @@ - dpnp.ceil — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ceil — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.choose.html b/reference/generated/dpnp.choose.html index 2232d7d57a8..c755ee6d116 100644 --- a/reference/generated/dpnp.choose.html +++ b/reference/generated/dpnp.choose.html @@ -13,7 +13,7 @@ - dpnp.choose — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.choose — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.clip.html b/reference/generated/dpnp.clip.html index b19b86f5253..6b7e291d7f9 100644 --- a/reference/generated/dpnp.clip.html +++ b/reference/generated/dpnp.clip.html @@ -13,7 +13,7 @@ - dpnp.clip — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.clip — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.column_stack.html b/reference/generated/dpnp.column_stack.html index 258c7117053..1f181f99572 100644 --- a/reference/generated/dpnp.column_stack.html +++ b/reference/generated/dpnp.column_stack.html @@ -13,7 +13,7 @@ - dpnp.column_stack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.column_stack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.concatenate.html b/reference/generated/dpnp.concatenate.html index 715bbb31f87..5297442282a 100644 --- a/reference/generated/dpnp.concatenate.html +++ b/reference/generated/dpnp.concatenate.html @@ -13,7 +13,7 @@ - dpnp.concatenate — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.concatenate — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.conj.html b/reference/generated/dpnp.conj.html index 8786a5ef073..28060f7a9e9 100644 --- a/reference/generated/dpnp.conj.html +++ b/reference/generated/dpnp.conj.html @@ -13,7 +13,7 @@ - dpnp.conj — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.conj — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.conjugate.html b/reference/generated/dpnp.conjugate.html index 464eed0132f..f39ed4a1a04 100644 --- a/reference/generated/dpnp.conjugate.html +++ b/reference/generated/dpnp.conjugate.html @@ -13,7 +13,7 @@ - dpnp.conjugate — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.conjugate — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.convolve.html b/reference/generated/dpnp.convolve.html index 1e7167cc3f3..5647e5e85a3 100644 --- a/reference/generated/dpnp.convolve.html +++ b/reference/generated/dpnp.convolve.html @@ -13,7 +13,7 @@ - dpnp.convolve — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.convolve — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.copy.html b/reference/generated/dpnp.copy.html index 23d475bcf23..7f99e1f640b 100644 --- a/reference/generated/dpnp.copy.html +++ b/reference/generated/dpnp.copy.html @@ -13,7 +13,7 @@ - dpnp.copy — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.copy — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.copysign.html b/reference/generated/dpnp.copysign.html index f03df643aaa..50d38a907bd 100644 --- a/reference/generated/dpnp.copysign.html +++ b/reference/generated/dpnp.copysign.html @@ -13,7 +13,7 @@ - dpnp.copysign — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.copysign — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.copyto.html b/reference/generated/dpnp.copyto.html index bbf95a7bd87..d0b01c3a5b0 100644 --- a/reference/generated/dpnp.copyto.html +++ b/reference/generated/dpnp.copyto.html @@ -13,7 +13,7 @@ - dpnp.copyto — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.copyto — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.correlate.html b/reference/generated/dpnp.correlate.html index d957dd507a3..d75da498702 100644 --- a/reference/generated/dpnp.correlate.html +++ b/reference/generated/dpnp.correlate.html @@ -13,7 +13,7 @@ - dpnp.correlate — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.correlate — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cos.html b/reference/generated/dpnp.cos.html index dee2d3319b9..fa0b83ca3d0 100644 --- a/reference/generated/dpnp.cos.html +++ b/reference/generated/dpnp.cos.html @@ -13,7 +13,7 @@ - dpnp.cos — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cos — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cosh.html b/reference/generated/dpnp.cosh.html index 7a3ffb8c59e..830e424f5b8 100644 --- a/reference/generated/dpnp.cosh.html +++ b/reference/generated/dpnp.cosh.html @@ -13,7 +13,7 @@ - dpnp.cosh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cosh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.count_nonzero.html b/reference/generated/dpnp.count_nonzero.html index 15a43fb6019..4e0bcaef062 100644 --- a/reference/generated/dpnp.count_nonzero.html +++ b/reference/generated/dpnp.count_nonzero.html @@ -13,7 +13,7 @@ - dpnp.count_nonzero — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.count_nonzero — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cov.html b/reference/generated/dpnp.cov.html index 24f35ce09fe..24a25800e50 100644 --- a/reference/generated/dpnp.cov.html +++ b/reference/generated/dpnp.cov.html @@ -13,7 +13,7 @@ - dpnp.cov — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cov — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cross.html b/reference/generated/dpnp.cross.html index 56a8f63eb80..6f0a33e89bd 100644 --- a/reference/generated/dpnp.cross.html +++ b/reference/generated/dpnp.cross.html @@ -13,7 +13,7 @@ - dpnp.cross — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cross — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cumlogsumexp.html b/reference/generated/dpnp.cumlogsumexp.html index cb1df344768..8ed08ea3c42 100644 --- a/reference/generated/dpnp.cumlogsumexp.html +++ b/reference/generated/dpnp.cumlogsumexp.html @@ -13,7 +13,7 @@ - dpnp.cumlogsumexp — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cumlogsumexp — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cumprod.html b/reference/generated/dpnp.cumprod.html index 519b6aff765..646ff7b2c9e 100644 --- a/reference/generated/dpnp.cumprod.html +++ b/reference/generated/dpnp.cumprod.html @@ -13,7 +13,7 @@ - dpnp.cumprod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cumprod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.cumsum.html b/reference/generated/dpnp.cumsum.html index 2109f033d04..de6a5c14f6b 100644 --- a/reference/generated/dpnp.cumsum.html +++ b/reference/generated/dpnp.cumsum.html @@ -13,7 +13,7 @@ - dpnp.cumsum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.cumsum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
diff --git a/reference/generated/dpnp.deg2rad.html b/reference/generated/dpnp.deg2rad.html index 32a239788f0..2564f4ee24c 100644 --- a/reference/generated/dpnp.deg2rad.html +++ b/reference/generated/dpnp.deg2rad.html @@ -13,7 +13,7 @@ - dpnp.deg2rad — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.deg2rad — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,14 +24,14 @@ - + - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
@@ -115,9 +115,32 @@

dpnp.deg2rad

-dpnp.deg2rad(x1)[source]
+dpnp.deg2rad(x, out=None, where=True, order='K', dtype=None, subok=True, **kwargs)

Convert angles from degrees to radians.

For full documentation refer to numpy.deg2rad.

+
+
Parameters:
+
    +
  • x ({dpnp.ndarray, usm_ndarray}) -- Angles in degrees.

  • +
  • out ({None, dpnp.ndarray, usm_ndarray}, optional) -- Output array to populate. +Array must have the correct shape and the expected data type. +Default: None.

  • +
  • order ({"C", "F", "A", "K"}, optional) -- Memory layout of the newly output array, if parameter out is None. +Default: "K".

  • +
+
+
Returns:
+

out -- The corresponding angle in radians. The data type of the returned array is +determined by the Type Promotion Rules.

+
+
Return type:
+

dpnp.ndarray

+
+
+

Limitations

+

Parameters where and subok are supported with their default values. +Keyword argument kwargs is currently unsupported. +Otherwise NotImplementedError exception will be raised.

See also

@@ -125,10 +148,19 @@

dpnp.deg2raddpnp.unwrap

Remove large jumps in angle by wrapping.

+
dpnp.radians

Equivalent function.

+

Notes

-

This function works exactly the same as dpnp.radians.

+

dpnp.deg2rad(x) is x * pi / 180.

+

Examples

+
>>> import dpnp as np
+>>> x = np.array(180)
+>>> np.deg2rad(x)
+array(3.14159265)
+
+
@@ -137,7 +169,7 @@

dpnp.deg2rad - +

diff --git a/reference/generated/dpnp.degrees.html b/reference/generated/dpnp.degrees.html index 414ee32810a..0dc9089faae 100644 --- a/reference/generated/dpnp.degrees.html +++ b/reference/generated/dpnp.degrees.html @@ -13,7 +13,7 @@ - dpnp.degrees — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.degrees — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,14 +24,14 @@ - + - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
- 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
@@ -61,36 +61,18 @@
  • Quick Start Guide
  • API Reference
  • diff --git a/reference/generated/dpnp.diag.html b/reference/generated/dpnp.diag.html index 57b9f96b74b..c796bca7128 100644 --- a/reference/generated/dpnp.diag.html +++ b/reference/generated/dpnp.diag.html @@ -13,7 +13,7 @@ - dpnp.diag — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.diag — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.diag_indices.html b/reference/generated/dpnp.diag_indices.html index a5cceffe5bb..e532a9cb84b 100644 --- a/reference/generated/dpnp.diag_indices.html +++ b/reference/generated/dpnp.diag_indices.html @@ -13,7 +13,7 @@ - dpnp.diag_indices — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.diag_indices — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.diag_indices_from.html b/reference/generated/dpnp.diag_indices_from.html index 0b21fe37f49..791faf67384 100644 --- a/reference/generated/dpnp.diag_indices_from.html +++ b/reference/generated/dpnp.diag_indices_from.html @@ -13,7 +13,7 @@ - dpnp.diag_indices_from — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.diag_indices_from — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.diagflat.html b/reference/generated/dpnp.diagflat.html index 5807e0480b2..bf727d0362e 100644 --- a/reference/generated/dpnp.diagflat.html +++ b/reference/generated/dpnp.diagflat.html @@ -13,7 +13,7 @@ - dpnp.diagflat — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.diagflat — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.diagonal.html b/reference/generated/dpnp.diagonal.html index b24bdc7d1eb..6f65a543c04 100644 --- a/reference/generated/dpnp.diagonal.html +++ b/reference/generated/dpnp.diagonal.html @@ -13,7 +13,7 @@ - dpnp.diagonal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.diagonal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.diff.html b/reference/generated/dpnp.diff.html index 63dbdfddd20..e3dd5310062 100644 --- a/reference/generated/dpnp.diff.html +++ b/reference/generated/dpnp.diff.html @@ -13,7 +13,7 @@ - dpnp.diff — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.diff — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.digitize.html b/reference/generated/dpnp.digitize.html index f2f0438273d..611515af47a 100644 --- a/reference/generated/dpnp.digitize.html +++ b/reference/generated/dpnp.digitize.html @@ -13,7 +13,7 @@ - dpnp.digitize — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.digitize — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.divide.html b/reference/generated/dpnp.divide.html index fd26e52e7df..b68cbe45e8b 100644 --- a/reference/generated/dpnp.divide.html +++ b/reference/generated/dpnp.divide.html @@ -13,7 +13,7 @@ - dpnp.divide — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.divide — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.dot.html b/reference/generated/dpnp.dot.html index 9f94b5e833c..36815ff4d9b 100644 --- a/reference/generated/dpnp.dot.html +++ b/reference/generated/dpnp.dot.html @@ -13,7 +13,7 @@ - dpnp.dot — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dot — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.dpnp_array.dpnp_array.html b/reference/generated/dpnp.dpnp_array.dpnp_array.html index 1ca84887eef..011eb0be0df 100644 --- a/reference/generated/dpnp.dpnp_array.dpnp_array.html +++ b/reference/generated/dpnp.dpnp_array.dpnp_array.html @@ -13,7 +13,7 @@ - dpnp.dpnp_array.dpnp_array — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dpnp_array.dpnp_array — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.dstack.html b/reference/generated/dpnp.dstack.html index 15cb7fda363..16c09331336 100644 --- a/reference/generated/dpnp.dstack.html +++ b/reference/generated/dpnp.dstack.html @@ -13,7 +13,7 @@ - dpnp.dstack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dstack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.dtype.html b/reference/generated/dpnp.dtype.html index e8f1a85f900..38f2919ba82 100644 --- a/reference/generated/dpnp.dtype.html +++ b/reference/generated/dpnp.dtype.html @@ -13,7 +13,7 @@ - dpnp.dtype — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.dtype — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ediff1d.html b/reference/generated/dpnp.ediff1d.html index cbb0b23ee21..937142981ab 100644 --- a/reference/generated/dpnp.ediff1d.html +++ b/reference/generated/dpnp.ediff1d.html @@ -13,7 +13,7 @@ - dpnp.ediff1d — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ediff1d — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.einsum.html b/reference/generated/dpnp.einsum.html index e9b52bf1c5b..832a0f887f6 100644 --- a/reference/generated/dpnp.einsum.html +++ b/reference/generated/dpnp.einsum.html @@ -13,7 +13,7 @@ - dpnp.einsum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.einsum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.einsum_path.html b/reference/generated/dpnp.einsum_path.html index 4a64a855379..ff33688c049 100644 --- a/reference/generated/dpnp.einsum_path.html +++ b/reference/generated/dpnp.einsum_path.html @@ -13,7 +13,7 @@ - dpnp.einsum_path — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.einsum_path — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.empty.html b/reference/generated/dpnp.empty.html index b726490a90a..e78f8b48373 100644 --- a/reference/generated/dpnp.empty.html +++ b/reference/generated/dpnp.empty.html @@ -13,7 +13,7 @@ - dpnp.empty — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.empty — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.empty_like.html b/reference/generated/dpnp.empty_like.html index 9b68bfafd5a..965119bf621 100644 --- a/reference/generated/dpnp.empty_like.html +++ b/reference/generated/dpnp.empty_like.html @@ -13,7 +13,7 @@ - dpnp.empty_like — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.empty_like — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.equal.html b/reference/generated/dpnp.equal.html index 030f3382676..7bc7a6fec8b 100644 --- a/reference/generated/dpnp.equal.html +++ b/reference/generated/dpnp.equal.html @@ -13,7 +13,7 @@ - dpnp.equal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.equal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.erf.html b/reference/generated/dpnp.erf.html index 80a51de15e1..fe0efc3d770 100644 --- a/reference/generated/dpnp.erf.html +++ b/reference/generated/dpnp.erf.html @@ -13,7 +13,7 @@ - dpnp.erf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.erf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.exp.html b/reference/generated/dpnp.exp.html index 5120fd811f1..e2ba4d8afc8 100644 --- a/reference/generated/dpnp.exp.html +++ b/reference/generated/dpnp.exp.html @@ -13,7 +13,7 @@ - dpnp.exp — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.exp — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.exp2.html b/reference/generated/dpnp.exp2.html index 7411950f52e..33d7555c23f 100644 --- a/reference/generated/dpnp.exp2.html +++ b/reference/generated/dpnp.exp2.html @@ -13,7 +13,7 @@ - dpnp.exp2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.exp2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.expand_dims.html b/reference/generated/dpnp.expand_dims.html index 30cf53274e0..c5b09939b98 100644 --- a/reference/generated/dpnp.expand_dims.html +++ b/reference/generated/dpnp.expand_dims.html @@ -13,7 +13,7 @@ - dpnp.expand_dims — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.expand_dims — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.expm1.html b/reference/generated/dpnp.expm1.html index 73d7d709a91..208ee97c1fb 100644 --- a/reference/generated/dpnp.expm1.html +++ b/reference/generated/dpnp.expm1.html @@ -13,7 +13,7 @@ - dpnp.expm1 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.expm1 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.extract.html b/reference/generated/dpnp.extract.html index 99af0f1902f..44fed909314 100644 --- a/reference/generated/dpnp.extract.html +++ b/reference/generated/dpnp.extract.html @@ -13,7 +13,7 @@ - dpnp.extract — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.extract — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.eye.html b/reference/generated/dpnp.eye.html index b339c05b17a..60cc7c314de 100644 --- a/reference/generated/dpnp.eye.html +++ b/reference/generated/dpnp.eye.html @@ -13,7 +13,7 @@ - dpnp.eye — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.eye — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fabs.html b/reference/generated/dpnp.fabs.html index 8b8c9a8396d..6790f6ef64f 100644 --- a/reference/generated/dpnp.fabs.html +++ b/reference/generated/dpnp.fabs.html @@ -13,7 +13,7 @@ - dpnp.fabs — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fabs — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.fft.html b/reference/generated/dpnp.fft.fft.html index 639a03c2b0b..244bb022a1b 100644 --- a/reference/generated/dpnp.fft.fft.html +++ b/reference/generated/dpnp.fft.fft.html @@ -13,7 +13,7 @@ - dpnp.fft.fft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.fft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.fft2.html b/reference/generated/dpnp.fft.fft2.html index f39cabf7b25..49fc3bf5473 100644 --- a/reference/generated/dpnp.fft.fft2.html +++ b/reference/generated/dpnp.fft.fft2.html @@ -13,7 +13,7 @@ - dpnp.fft.fft2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.fft2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.fftfreq.html b/reference/generated/dpnp.fft.fftfreq.html index a324475ca11..7f95a20bfdf 100644 --- a/reference/generated/dpnp.fft.fftfreq.html +++ b/reference/generated/dpnp.fft.fftfreq.html @@ -13,7 +13,7 @@ - dpnp.fft.fftfreq — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.fftfreq — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.fftn.html b/reference/generated/dpnp.fft.fftn.html index c8382b51366..f72d4a907f3 100644 --- a/reference/generated/dpnp.fft.fftn.html +++ b/reference/generated/dpnp.fft.fftn.html @@ -13,7 +13,7 @@ - dpnp.fft.fftn — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.fftn — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.fftshift.html b/reference/generated/dpnp.fft.fftshift.html index 07af87a2a5b..dd7d2edf164 100644 --- a/reference/generated/dpnp.fft.fftshift.html +++ b/reference/generated/dpnp.fft.fftshift.html @@ -13,7 +13,7 @@ - dpnp.fft.fftshift — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.fftshift — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.hfft.html b/reference/generated/dpnp.fft.hfft.html index b1fbddaae84..81cf35a985b 100644 --- a/reference/generated/dpnp.fft.hfft.html +++ b/reference/generated/dpnp.fft.hfft.html @@ -13,7 +13,7 @@ - dpnp.fft.hfft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.hfft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.ifft.html b/reference/generated/dpnp.fft.ifft.html index 94190e4f474..5393bee51ea 100644 --- a/reference/generated/dpnp.fft.ifft.html +++ b/reference/generated/dpnp.fft.ifft.html @@ -13,7 +13,7 @@ - dpnp.fft.ifft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.ifft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.ifft2.html b/reference/generated/dpnp.fft.ifft2.html index bbcc5961fb2..902b6019f54 100644 --- a/reference/generated/dpnp.fft.ifft2.html +++ b/reference/generated/dpnp.fft.ifft2.html @@ -13,7 +13,7 @@ - dpnp.fft.ifft2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.ifft2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.ifftn.html b/reference/generated/dpnp.fft.ifftn.html index 19ba731d213..a566ccaecf1 100644 --- a/reference/generated/dpnp.fft.ifftn.html +++ b/reference/generated/dpnp.fft.ifftn.html @@ -13,7 +13,7 @@ - dpnp.fft.ifftn — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.ifftn — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.ifftshift.html b/reference/generated/dpnp.fft.ifftshift.html index b3c1b3a7387..15aea2a4b25 100644 --- a/reference/generated/dpnp.fft.ifftshift.html +++ b/reference/generated/dpnp.fft.ifftshift.html @@ -13,7 +13,7 @@ - dpnp.fft.ifftshift — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.ifftshift — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.ihfft.html b/reference/generated/dpnp.fft.ihfft.html index 0f2f351f16c..10b25a6b690 100644 --- a/reference/generated/dpnp.fft.ihfft.html +++ b/reference/generated/dpnp.fft.ihfft.html @@ -13,7 +13,7 @@ - dpnp.fft.ihfft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.ihfft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.irfft.html b/reference/generated/dpnp.fft.irfft.html index 63e4736aef7..cf7053253eb 100644 --- a/reference/generated/dpnp.fft.irfft.html +++ b/reference/generated/dpnp.fft.irfft.html @@ -13,7 +13,7 @@ - dpnp.fft.irfft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.irfft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.irfft2.html b/reference/generated/dpnp.fft.irfft2.html index a8df73c4eeb..8f435718486 100644 --- a/reference/generated/dpnp.fft.irfft2.html +++ b/reference/generated/dpnp.fft.irfft2.html @@ -13,7 +13,7 @@ - dpnp.fft.irfft2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.irfft2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.irfftn.html b/reference/generated/dpnp.fft.irfftn.html index 054e469b663..fefc90b78b2 100644 --- a/reference/generated/dpnp.fft.irfftn.html +++ b/reference/generated/dpnp.fft.irfftn.html @@ -13,7 +13,7 @@ - dpnp.fft.irfftn — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.irfftn — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.rfft.html b/reference/generated/dpnp.fft.rfft.html index f125513c6c4..0a0a721e8a5 100644 --- a/reference/generated/dpnp.fft.rfft.html +++ b/reference/generated/dpnp.fft.rfft.html @@ -13,7 +13,7 @@ - dpnp.fft.rfft — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.rfft — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.rfft2.html b/reference/generated/dpnp.fft.rfft2.html index be593c532ed..556d2c25a6f 100644 --- a/reference/generated/dpnp.fft.rfft2.html +++ b/reference/generated/dpnp.fft.rfft2.html @@ -13,7 +13,7 @@ - dpnp.fft.rfft2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.rfft2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.rfftfreq.html b/reference/generated/dpnp.fft.rfftfreq.html index 40352581042..1e47faff8aa 100644 --- a/reference/generated/dpnp.fft.rfftfreq.html +++ b/reference/generated/dpnp.fft.rfftfreq.html @@ -13,7 +13,7 @@ - dpnp.fft.rfftfreq — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.rfftfreq — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fft.rfftn.html b/reference/generated/dpnp.fft.rfftn.html index 872f7a903b4..a4845125d23 100644 --- a/reference/generated/dpnp.fft.rfftn.html +++ b/reference/generated/dpnp.fft.rfftn.html @@ -13,7 +13,7 @@ - dpnp.fft.rfftn — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fft.rfftn — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fill_diagonal.html b/reference/generated/dpnp.fill_diagonal.html index cbeeb908d1b..7d8b15b350e 100644 --- a/reference/generated/dpnp.fill_diagonal.html +++ b/reference/generated/dpnp.fill_diagonal.html @@ -13,7 +13,7 @@ - dpnp.fill_diagonal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fill_diagonal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.finfo.html b/reference/generated/dpnp.finfo.html index 5c692acd27b..abf1df8d3ef 100644 --- a/reference/generated/dpnp.finfo.html +++ b/reference/generated/dpnp.finfo.html @@ -13,7 +13,7 @@ - dpnp.finfo — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.finfo — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.flatiter.html b/reference/generated/dpnp.flatiter.html index e2170c76b65..e2f80092fc5 100644 --- a/reference/generated/dpnp.flatiter.html +++ b/reference/generated/dpnp.flatiter.html @@ -13,7 +13,7 @@ - dpnp.flatiter — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.flatiter — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.flip.html b/reference/generated/dpnp.flip.html index 190166b3ab7..c8bfea7a58e 100644 --- a/reference/generated/dpnp.flip.html +++ b/reference/generated/dpnp.flip.html @@ -13,7 +13,7 @@ - dpnp.flip — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.flip — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fliplr.html b/reference/generated/dpnp.fliplr.html index 0655217fbb0..d651defc279 100644 --- a/reference/generated/dpnp.fliplr.html +++ b/reference/generated/dpnp.fliplr.html @@ -13,7 +13,7 @@ - dpnp.fliplr — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fliplr — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.flipud.html b/reference/generated/dpnp.flipud.html index 5f28298e580..8f313202d29 100644 --- a/reference/generated/dpnp.flipud.html +++ b/reference/generated/dpnp.flipud.html @@ -13,7 +13,7 @@ - dpnp.flipud — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.flipud — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.floor.html b/reference/generated/dpnp.floor.html index b4ea3119899..daaf82484a3 100644 --- a/reference/generated/dpnp.floor.html +++ b/reference/generated/dpnp.floor.html @@ -13,7 +13,7 @@ - dpnp.floor — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.floor — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.floor_divide.html b/reference/generated/dpnp.floor_divide.html index 38f960ec4f7..31e01feb1ed 100644 --- a/reference/generated/dpnp.floor_divide.html +++ b/reference/generated/dpnp.floor_divide.html @@ -13,7 +13,7 @@ - dpnp.floor_divide — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.floor_divide — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fmax.html b/reference/generated/dpnp.fmax.html index 320bbdf3ef5..60f4b0f5b65 100644 --- a/reference/generated/dpnp.fmax.html +++ b/reference/generated/dpnp.fmax.html @@ -13,7 +13,7 @@ - dpnp.fmax — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fmax — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fmin.html b/reference/generated/dpnp.fmin.html index d668e5407c2..761ef8a9feb 100644 --- a/reference/generated/dpnp.fmin.html +++ b/reference/generated/dpnp.fmin.html @@ -13,7 +13,7 @@ - dpnp.fmin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fmin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fmod.html b/reference/generated/dpnp.fmod.html index 97eb4c35c37..5a8ae6fa391 100644 --- a/reference/generated/dpnp.fmod.html +++ b/reference/generated/dpnp.fmod.html @@ -13,7 +13,7 @@ - dpnp.fmod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fmod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.from_dlpack.html b/reference/generated/dpnp.from_dlpack.html index dbad66418ff..680deabf47a 100644 --- a/reference/generated/dpnp.from_dlpack.html +++ b/reference/generated/dpnp.from_dlpack.html @@ -13,7 +13,7 @@ - dpnp.from_dlpack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.from_dlpack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.frombuffer.html b/reference/generated/dpnp.frombuffer.html index c14dae7ab99..a25c8d3f455 100644 --- a/reference/generated/dpnp.frombuffer.html +++ b/reference/generated/dpnp.frombuffer.html @@ -13,7 +13,7 @@ - dpnp.frombuffer — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.frombuffer — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fromfile.html b/reference/generated/dpnp.fromfile.html index 3cb6ebb9fe3..07a7ce5d569 100644 --- a/reference/generated/dpnp.fromfile.html +++ b/reference/generated/dpnp.fromfile.html @@ -13,7 +13,7 @@ - dpnp.fromfile — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fromfile — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fromfunction.html b/reference/generated/dpnp.fromfunction.html index 166993a787d..58a223abfd7 100644 --- a/reference/generated/dpnp.fromfunction.html +++ b/reference/generated/dpnp.fromfunction.html @@ -13,7 +13,7 @@ - dpnp.fromfunction — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fromfunction — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fromiter.html b/reference/generated/dpnp.fromiter.html index 443fbe48851..14b9017b6bd 100644 --- a/reference/generated/dpnp.fromiter.html +++ b/reference/generated/dpnp.fromiter.html @@ -13,7 +13,7 @@ - dpnp.fromiter — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fromiter — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.fromstring.html b/reference/generated/dpnp.fromstring.html index d5e2bf6840b..bd193561271 100644 --- a/reference/generated/dpnp.fromstring.html +++ b/reference/generated/dpnp.fromstring.html @@ -13,7 +13,7 @@ - dpnp.fromstring — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.fromstring — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.full.html b/reference/generated/dpnp.full.html index e94ee914014..b0d28e60604 100644 --- a/reference/generated/dpnp.full.html +++ b/reference/generated/dpnp.full.html @@ -13,7 +13,7 @@ - dpnp.full — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.full — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.full_like.html b/reference/generated/dpnp.full_like.html index 4182c6d6c3f..892a8d0aef4 100644 --- a/reference/generated/dpnp.full_like.html +++ b/reference/generated/dpnp.full_like.html @@ -13,7 +13,7 @@ - dpnp.full_like — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.full_like — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.geomspace.html b/reference/generated/dpnp.geomspace.html index 520bf0c77d7..810d29a3c3a 100644 --- a/reference/generated/dpnp.geomspace.html +++ b/reference/generated/dpnp.geomspace.html @@ -13,7 +13,7 @@ - dpnp.geomspace — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.geomspace — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.get_include.html b/reference/generated/dpnp.get_include.html index b067301d63e..05d0eb44982 100644 --- a/reference/generated/dpnp.get_include.html +++ b/reference/generated/dpnp.get_include.html @@ -13,7 +13,7 @@ - dpnp.get_include — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.get_include — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.gradient.html b/reference/generated/dpnp.gradient.html index 5d7ce11b236..7ad6d111fe6 100644 --- a/reference/generated/dpnp.gradient.html +++ b/reference/generated/dpnp.gradient.html @@ -13,7 +13,7 @@ - dpnp.gradient — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.gradient — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.greater.html b/reference/generated/dpnp.greater.html index 551381a14ea..9956fdfbc9e 100644 --- a/reference/generated/dpnp.greater.html +++ b/reference/generated/dpnp.greater.html @@ -13,7 +13,7 @@ - dpnp.greater — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.greater — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.greater_equal.html b/reference/generated/dpnp.greater_equal.html index 7f893a13b22..d83fe82fecb 100644 --- a/reference/generated/dpnp.greater_equal.html +++ b/reference/generated/dpnp.greater_equal.html @@ -13,7 +13,7 @@ - dpnp.greater_equal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.greater_equal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.histogram.html b/reference/generated/dpnp.histogram.html index 5f7e068ecaf..a3e1517945f 100644 --- a/reference/generated/dpnp.histogram.html +++ b/reference/generated/dpnp.histogram.html @@ -13,7 +13,7 @@ - dpnp.histogram — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.histogram — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.histogram_bin_edges.html b/reference/generated/dpnp.histogram_bin_edges.html index 64cc26bceb2..2cc8f7b031e 100644 --- a/reference/generated/dpnp.histogram_bin_edges.html +++ b/reference/generated/dpnp.histogram_bin_edges.html @@ -13,7 +13,7 @@ - dpnp.histogram_bin_edges — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.histogram_bin_edges — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.hstack.html b/reference/generated/dpnp.hstack.html index 3987a5ac246..0e80e413475 100644 --- a/reference/generated/dpnp.hstack.html +++ b/reference/generated/dpnp.hstack.html @@ -13,7 +13,7 @@ - dpnp.hstack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.hstack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.hypot.html b/reference/generated/dpnp.hypot.html index 042be92e826..ff8c050fd7c 100644 --- a/reference/generated/dpnp.hypot.html +++ b/reference/generated/dpnp.hypot.html @@ -13,7 +13,7 @@ - dpnp.hypot — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.hypot — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.identity.html b/reference/generated/dpnp.identity.html index bb0c542394a..e7e9da41408 100644 --- a/reference/generated/dpnp.identity.html +++ b/reference/generated/dpnp.identity.html @@ -13,7 +13,7 @@ - dpnp.identity — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.identity — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.iinfo.html b/reference/generated/dpnp.iinfo.html index 11cb0ed2c3a..f9a147c4add 100644 --- a/reference/generated/dpnp.iinfo.html +++ b/reference/generated/dpnp.iinfo.html @@ -13,7 +13,7 @@ - dpnp.iinfo — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.iinfo — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.imag.html b/reference/generated/dpnp.imag.html index cb0f84aa1ec..f00eeb0bbbf 100644 --- a/reference/generated/dpnp.imag.html +++ b/reference/generated/dpnp.imag.html @@ -13,7 +13,7 @@ - dpnp.imag — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.imag — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.indices.html b/reference/generated/dpnp.indices.html index 40758ab27b0..263f75d17b8 100644 --- a/reference/generated/dpnp.indices.html +++ b/reference/generated/dpnp.indices.html @@ -13,7 +13,7 @@ - dpnp.indices — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.indices — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.inner.html b/reference/generated/dpnp.inner.html index b3a6ce524d4..7165912996c 100644 --- a/reference/generated/dpnp.inner.html +++ b/reference/generated/dpnp.inner.html @@ -13,7 +13,7 @@ - dpnp.inner — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.inner — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.invert.html b/reference/generated/dpnp.invert.html index 3e7ce799da5..415ed5e6a2d 100644 --- a/reference/generated/dpnp.invert.html +++ b/reference/generated/dpnp.invert.html @@ -13,7 +13,7 @@ - dpnp.invert — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.invert — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isclose.html b/reference/generated/dpnp.isclose.html index 6d2233c1bb3..ace9a678794 100644 --- a/reference/generated/dpnp.isclose.html +++ b/reference/generated/dpnp.isclose.html @@ -13,7 +13,7 @@ - dpnp.isclose — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isclose — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.iscomplex.html b/reference/generated/dpnp.iscomplex.html index f3d8bfe062b..ca6f24fa3b8 100644 --- a/reference/generated/dpnp.iscomplex.html +++ b/reference/generated/dpnp.iscomplex.html @@ -13,7 +13,7 @@ - dpnp.iscomplex — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.iscomplex — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.iscomplexobj.html b/reference/generated/dpnp.iscomplexobj.html index 9badef7bd36..75e0f8e2e12 100644 --- a/reference/generated/dpnp.iscomplexobj.html +++ b/reference/generated/dpnp.iscomplexobj.html @@ -13,7 +13,7 @@ - dpnp.iscomplexobj — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.iscomplexobj — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isfinite.html b/reference/generated/dpnp.isfinite.html index 4755c17994c..605888e43ee 100644 --- a/reference/generated/dpnp.isfinite.html +++ b/reference/generated/dpnp.isfinite.html @@ -13,7 +13,7 @@ - dpnp.isfinite — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isfinite — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isinf.html b/reference/generated/dpnp.isinf.html index 19661e8e0fe..052ee1fd99a 100644 --- a/reference/generated/dpnp.isinf.html +++ b/reference/generated/dpnp.isinf.html @@ -13,7 +13,7 @@ - dpnp.isinf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isinf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isnan.html b/reference/generated/dpnp.isnan.html index 22c773ecc56..2dde184a1ee 100644 --- a/reference/generated/dpnp.isnan.html +++ b/reference/generated/dpnp.isnan.html @@ -13,7 +13,7 @@ - dpnp.isnan — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isnan — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isneginf.html b/reference/generated/dpnp.isneginf.html index 46c183fa56a..bbaa21f8dc5 100644 --- a/reference/generated/dpnp.isneginf.html +++ b/reference/generated/dpnp.isneginf.html @@ -13,7 +13,7 @@ - dpnp.isneginf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isneginf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isposinf.html b/reference/generated/dpnp.isposinf.html index 2dd11d787da..c348738df9a 100644 --- a/reference/generated/dpnp.isposinf.html +++ b/reference/generated/dpnp.isposinf.html @@ -13,7 +13,7 @@ - dpnp.isposinf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isposinf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isreal.html b/reference/generated/dpnp.isreal.html index c5d73cc240c..67c28118097 100644 --- a/reference/generated/dpnp.isreal.html +++ b/reference/generated/dpnp.isreal.html @@ -13,7 +13,7 @@ - dpnp.isreal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isreal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isrealobj.html b/reference/generated/dpnp.isrealobj.html index a9f560d6bfd..703c031d807 100644 --- a/reference/generated/dpnp.isrealobj.html +++ b/reference/generated/dpnp.isrealobj.html @@ -13,7 +13,7 @@ - dpnp.isrealobj — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isrealobj — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.isscalar.html b/reference/generated/dpnp.isscalar.html index 7e4875672c8..699da18d8f1 100644 --- a/reference/generated/dpnp.isscalar.html +++ b/reference/generated/dpnp.isscalar.html @@ -13,7 +13,7 @@ - dpnp.isscalar — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.isscalar — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.issubdtype.html b/reference/generated/dpnp.issubdtype.html index 99eb272cc2e..c3193b8f61a 100644 --- a/reference/generated/dpnp.issubdtype.html +++ b/reference/generated/dpnp.issubdtype.html @@ -13,7 +13,7 @@ - dpnp.issubdtype — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.issubdtype — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.issubsctype.html b/reference/generated/dpnp.issubsctype.html index 80b3945de44..40187672f6b 100644 --- a/reference/generated/dpnp.issubsctype.html +++ b/reference/generated/dpnp.issubsctype.html @@ -13,7 +13,7 @@ - dpnp.issubsctype — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.issubsctype — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.kron.html b/reference/generated/dpnp.kron.html index d5b054d53bd..ac723d98842 100644 --- a/reference/generated/dpnp.kron.html +++ b/reference/generated/dpnp.kron.html @@ -13,7 +13,7 @@ - dpnp.kron — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.kron — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.left_shift.html b/reference/generated/dpnp.left_shift.html index 03237237426..6a2c7443519 100644 --- a/reference/generated/dpnp.left_shift.html +++ b/reference/generated/dpnp.left_shift.html @@ -13,7 +13,7 @@ - dpnp.left_shift — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.left_shift — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.less.html b/reference/generated/dpnp.less.html index f52471fca73..690d8f62c45 100644 --- a/reference/generated/dpnp.less.html +++ b/reference/generated/dpnp.less.html @@ -13,7 +13,7 @@ - dpnp.less — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.less — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.less_equal.html b/reference/generated/dpnp.less_equal.html index d52e58d4fbb..08799ffc4cd 100644 --- a/reference/generated/dpnp.less_equal.html +++ b/reference/generated/dpnp.less_equal.html @@ -13,7 +13,7 @@ - dpnp.less_equal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.less_equal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.cholesky.html b/reference/generated/dpnp.linalg.cholesky.html index 95ee7f81f27..83c34718ffe 100644 --- a/reference/generated/dpnp.linalg.cholesky.html +++ b/reference/generated/dpnp.linalg.cholesky.html @@ -13,7 +13,7 @@ - dpnp.linalg.cholesky — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.cholesky — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.cond.html b/reference/generated/dpnp.linalg.cond.html index 05c0402f378..599a1db71aa 100644 --- a/reference/generated/dpnp.linalg.cond.html +++ b/reference/generated/dpnp.linalg.cond.html @@ -13,7 +13,7 @@ - dpnp.linalg.cond — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.cond — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.det.html b/reference/generated/dpnp.linalg.det.html index d051d9c8034..fc78b4a8790 100644 --- a/reference/generated/dpnp.linalg.det.html +++ b/reference/generated/dpnp.linalg.det.html @@ -13,7 +13,7 @@ - dpnp.linalg.det — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.det — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.eig.html b/reference/generated/dpnp.linalg.eig.html index ea30ecbc410..d37572810bf 100644 --- a/reference/generated/dpnp.linalg.eig.html +++ b/reference/generated/dpnp.linalg.eig.html @@ -13,7 +13,7 @@ - dpnp.linalg.eig — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.eig — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.eigh.html b/reference/generated/dpnp.linalg.eigh.html index 8030bfe0981..c5efedc1fd1 100644 --- a/reference/generated/dpnp.linalg.eigh.html +++ b/reference/generated/dpnp.linalg.eigh.html @@ -13,7 +13,7 @@ - dpnp.linalg.eigh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.eigh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.eigvals.html b/reference/generated/dpnp.linalg.eigvals.html index 99d30ee0920..6949f7ad5f5 100644 --- a/reference/generated/dpnp.linalg.eigvals.html +++ b/reference/generated/dpnp.linalg.eigvals.html @@ -13,7 +13,7 @@ - dpnp.linalg.eigvals — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.eigvals — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.eigvalsh.html b/reference/generated/dpnp.linalg.eigvalsh.html index 65f4c62af37..87d395d7bb3 100644 --- a/reference/generated/dpnp.linalg.eigvalsh.html +++ b/reference/generated/dpnp.linalg.eigvalsh.html @@ -13,7 +13,7 @@ - dpnp.linalg.eigvalsh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.eigvalsh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.inv.html b/reference/generated/dpnp.linalg.inv.html index 18cdb99973a..f4a38837fe8 100644 --- a/reference/generated/dpnp.linalg.inv.html +++ b/reference/generated/dpnp.linalg.inv.html @@ -13,7 +13,7 @@ - dpnp.linalg.inv — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.inv — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.lstsq.html b/reference/generated/dpnp.linalg.lstsq.html index 55222f0a0a1..5522c79b24e 100644 --- a/reference/generated/dpnp.linalg.lstsq.html +++ b/reference/generated/dpnp.linalg.lstsq.html @@ -13,7 +13,7 @@ - dpnp.linalg.lstsq — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.lstsq — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.matrix_power.html b/reference/generated/dpnp.linalg.matrix_power.html index 3e1563a90a3..5c0a946b046 100644 --- a/reference/generated/dpnp.linalg.matrix_power.html +++ b/reference/generated/dpnp.linalg.matrix_power.html @@ -13,7 +13,7 @@ - dpnp.linalg.matrix_power — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.matrix_power — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.matrix_rank.html b/reference/generated/dpnp.linalg.matrix_rank.html index 008432fec4c..1130508cf8b 100644 --- a/reference/generated/dpnp.linalg.matrix_rank.html +++ b/reference/generated/dpnp.linalg.matrix_rank.html @@ -13,7 +13,7 @@ - dpnp.linalg.matrix_rank — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.matrix_rank — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.multi_dot.html b/reference/generated/dpnp.linalg.multi_dot.html index 7cf779a2499..44864cd6778 100644 --- a/reference/generated/dpnp.linalg.multi_dot.html +++ b/reference/generated/dpnp.linalg.multi_dot.html @@ -13,7 +13,7 @@ - dpnp.linalg.multi_dot — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.multi_dot — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.norm.html b/reference/generated/dpnp.linalg.norm.html index 1e6e3ff7c23..179d6b5c4af 100644 --- a/reference/generated/dpnp.linalg.norm.html +++ b/reference/generated/dpnp.linalg.norm.html @@ -13,7 +13,7 @@ - dpnp.linalg.norm — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.norm — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.pinv.html b/reference/generated/dpnp.linalg.pinv.html index 17cf8c4df13..994d69673bb 100644 --- a/reference/generated/dpnp.linalg.pinv.html +++ b/reference/generated/dpnp.linalg.pinv.html @@ -13,7 +13,7 @@ - dpnp.linalg.pinv — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.pinv — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.qr.html b/reference/generated/dpnp.linalg.qr.html index 5ac048d5a1a..73cc64b8a7b 100644 --- a/reference/generated/dpnp.linalg.qr.html +++ b/reference/generated/dpnp.linalg.qr.html @@ -13,7 +13,7 @@ - dpnp.linalg.qr — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.qr — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.slogdet.html b/reference/generated/dpnp.linalg.slogdet.html index a4f84bd2a17..06cc4017ab7 100644 --- a/reference/generated/dpnp.linalg.slogdet.html +++ b/reference/generated/dpnp.linalg.slogdet.html @@ -13,7 +13,7 @@ - dpnp.linalg.slogdet — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.slogdet — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.solve.html b/reference/generated/dpnp.linalg.solve.html index 7f0b360b574..4e3d13b0688 100644 --- a/reference/generated/dpnp.linalg.solve.html +++ b/reference/generated/dpnp.linalg.solve.html @@ -13,7 +13,7 @@ - dpnp.linalg.solve — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.solve — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.svd.html b/reference/generated/dpnp.linalg.svd.html index 6c1368a9be2..7804af7b90a 100644 --- a/reference/generated/dpnp.linalg.svd.html +++ b/reference/generated/dpnp.linalg.svd.html @@ -13,7 +13,7 @@ - dpnp.linalg.svd — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.svd — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.tensorinv.html b/reference/generated/dpnp.linalg.tensorinv.html index 4beced63a12..d49e94e56c6 100644 --- a/reference/generated/dpnp.linalg.tensorinv.html +++ b/reference/generated/dpnp.linalg.tensorinv.html @@ -13,7 +13,7 @@ - dpnp.linalg.tensorinv — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.tensorinv — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linalg.tensorsolve.html b/reference/generated/dpnp.linalg.tensorsolve.html index 738792038b6..59e82fcd5ac 100644 --- a/reference/generated/dpnp.linalg.tensorsolve.html +++ b/reference/generated/dpnp.linalg.tensorsolve.html @@ -13,7 +13,7 @@ - dpnp.linalg.tensorsolve — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linalg.tensorsolve — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.linspace.html b/reference/generated/dpnp.linspace.html index 42af9c5957c..490a8225bfb 100644 --- a/reference/generated/dpnp.linspace.html +++ b/reference/generated/dpnp.linspace.html @@ -13,7 +13,7 @@ - dpnp.linspace — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.linspace — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.loadtxt.html b/reference/generated/dpnp.loadtxt.html index 3e5d4e93f9b..6f5f91d4494 100644 --- a/reference/generated/dpnp.loadtxt.html +++ b/reference/generated/dpnp.loadtxt.html @@ -13,7 +13,7 @@ - dpnp.loadtxt — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.loadtxt — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.log.html b/reference/generated/dpnp.log.html index 60ba60b2d32..613a39199b6 100644 --- a/reference/generated/dpnp.log.html +++ b/reference/generated/dpnp.log.html @@ -13,7 +13,7 @@ - dpnp.log — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.log — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.log10.html b/reference/generated/dpnp.log10.html index 606eb870674..a7ba22291d3 100644 --- a/reference/generated/dpnp.log10.html +++ b/reference/generated/dpnp.log10.html @@ -13,7 +13,7 @@ - dpnp.log10 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.log10 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.log1p.html b/reference/generated/dpnp.log1p.html index de2ff5d47a9..dcac804b23b 100644 --- a/reference/generated/dpnp.log1p.html +++ b/reference/generated/dpnp.log1p.html @@ -13,7 +13,7 @@ - dpnp.log1p — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.log1p — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.log2.html b/reference/generated/dpnp.log2.html index 0fa0a53c79a..384ad56fe6b 100644 --- a/reference/generated/dpnp.log2.html +++ b/reference/generated/dpnp.log2.html @@ -13,7 +13,7 @@ - dpnp.log2 — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.log2 — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logaddexp.html b/reference/generated/dpnp.logaddexp.html index fbf374f66d1..8f21933d76a 100644 --- a/reference/generated/dpnp.logaddexp.html +++ b/reference/generated/dpnp.logaddexp.html @@ -13,7 +13,7 @@ - dpnp.logaddexp — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logaddexp — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logical_and.html b/reference/generated/dpnp.logical_and.html index 1dd20359e55..94d5da3e0d9 100644 --- a/reference/generated/dpnp.logical_and.html +++ b/reference/generated/dpnp.logical_and.html @@ -13,7 +13,7 @@ - dpnp.logical_and — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logical_and — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logical_not.html b/reference/generated/dpnp.logical_not.html index 1dccd504026..ba9d0167aee 100644 --- a/reference/generated/dpnp.logical_not.html +++ b/reference/generated/dpnp.logical_not.html @@ -13,7 +13,7 @@ - dpnp.logical_not — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logical_not — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logical_or.html b/reference/generated/dpnp.logical_or.html index 57e00d92bf7..ea08a1f4fe1 100644 --- a/reference/generated/dpnp.logical_or.html +++ b/reference/generated/dpnp.logical_or.html @@ -13,7 +13,7 @@ - dpnp.logical_or — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logical_or — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logical_xor.html b/reference/generated/dpnp.logical_xor.html index 7cab6ab060c..2d02f5e3fab 100644 --- a/reference/generated/dpnp.logical_xor.html +++ b/reference/generated/dpnp.logical_xor.html @@ -13,7 +13,7 @@ - dpnp.logical_xor — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logical_xor — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logspace.html b/reference/generated/dpnp.logspace.html index c069a177881..54661a60742 100644 --- a/reference/generated/dpnp.logspace.html +++ b/reference/generated/dpnp.logspace.html @@ -13,7 +13,7 @@ - dpnp.logspace — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logspace — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.logsumexp.html b/reference/generated/dpnp.logsumexp.html index 523e0b2b90c..2b8870f9f9e 100644 --- a/reference/generated/dpnp.logsumexp.html +++ b/reference/generated/dpnp.logsumexp.html @@ -13,7 +13,7 @@ - dpnp.logsumexp — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.logsumexp — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.mask_indices.html b/reference/generated/dpnp.mask_indices.html index cbc6efd8994..c6a078e59e8 100644 --- a/reference/generated/dpnp.mask_indices.html +++ b/reference/generated/dpnp.mask_indices.html @@ -13,7 +13,7 @@ - dpnp.mask_indices — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.mask_indices — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.matmul.html b/reference/generated/dpnp.matmul.html index 7930bbd7ec9..7883b0b9ccf 100644 --- a/reference/generated/dpnp.matmul.html +++ b/reference/generated/dpnp.matmul.html @@ -13,7 +13,7 @@ - dpnp.matmul — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.matmul — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.max.html b/reference/generated/dpnp.max.html index f2904177903..d304fcbef4f 100644 --- a/reference/generated/dpnp.max.html +++ b/reference/generated/dpnp.max.html @@ -13,7 +13,7 @@ - dpnp.max — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.max — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.maximum.html b/reference/generated/dpnp.maximum.html index 7c5bfed5d9d..a420d479785 100644 --- a/reference/generated/dpnp.maximum.html +++ b/reference/generated/dpnp.maximum.html @@ -13,7 +13,7 @@ - dpnp.maximum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.maximum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.mean.html b/reference/generated/dpnp.mean.html index f5c199009d5..82ef3e00146 100644 --- a/reference/generated/dpnp.mean.html +++ b/reference/generated/dpnp.mean.html @@ -13,7 +13,7 @@ - dpnp.mean — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.mean — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.median.html b/reference/generated/dpnp.median.html index 4e5b9b29c20..f234646f920 100644 --- a/reference/generated/dpnp.median.html +++ b/reference/generated/dpnp.median.html @@ -13,7 +13,7 @@ - dpnp.median — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.median — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.meshgrid.html b/reference/generated/dpnp.meshgrid.html index d592dc1ff11..51291f12aca 100644 --- a/reference/generated/dpnp.meshgrid.html +++ b/reference/generated/dpnp.meshgrid.html @@ -13,7 +13,7 @@ - dpnp.meshgrid — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.meshgrid — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.mgrid.html b/reference/generated/dpnp.mgrid.html index af2e867ab4d..514a143229a 100644 --- a/reference/generated/dpnp.mgrid.html +++ b/reference/generated/dpnp.mgrid.html @@ -13,7 +13,7 @@ - dpnp.mgrid — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.mgrid — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.min.html b/reference/generated/dpnp.min.html index 448d7f48fd3..e6efc346e9b 100644 --- a/reference/generated/dpnp.min.html +++ b/reference/generated/dpnp.min.html @@ -13,7 +13,7 @@ - dpnp.min — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.min — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.minimum.html b/reference/generated/dpnp.minimum.html index 0207df92cde..49921e8baa2 100644 --- a/reference/generated/dpnp.minimum.html +++ b/reference/generated/dpnp.minimum.html @@ -13,7 +13,7 @@ - dpnp.minimum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.minimum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.mod.html b/reference/generated/dpnp.mod.html index 71c8295d4a7..e1555b099cd 100644 --- a/reference/generated/dpnp.mod.html +++ b/reference/generated/dpnp.mod.html @@ -13,7 +13,7 @@ - dpnp.mod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.mod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.modf.html b/reference/generated/dpnp.modf.html index 66413a19e2e..e8e5855488c 100644 --- a/reference/generated/dpnp.modf.html +++ b/reference/generated/dpnp.modf.html @@ -13,7 +13,7 @@ - dpnp.modf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.modf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.moveaxis.html b/reference/generated/dpnp.moveaxis.html index 9fb46fda08d..a7596ff8cd9 100644 --- a/reference/generated/dpnp.moveaxis.html +++ b/reference/generated/dpnp.moveaxis.html @@ -13,7 +13,7 @@ - dpnp.moveaxis — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.moveaxis — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.multiply.html b/reference/generated/dpnp.multiply.html index b0ad6b08a97..8efadfddfe0 100644 --- a/reference/generated/dpnp.multiply.html +++ b/reference/generated/dpnp.multiply.html @@ -13,7 +13,7 @@ - dpnp.multiply — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.multiply — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanargmax.html b/reference/generated/dpnp.nanargmax.html index 4b7e1d027eb..615f38c5c1a 100644 --- a/reference/generated/dpnp.nanargmax.html +++ b/reference/generated/dpnp.nanargmax.html @@ -13,7 +13,7 @@ - dpnp.nanargmax — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanargmax — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanargmin.html b/reference/generated/dpnp.nanargmin.html index 80cb8b1863a..62ae23fe382 100644 --- a/reference/generated/dpnp.nanargmin.html +++ b/reference/generated/dpnp.nanargmin.html @@ -13,7 +13,7 @@ - dpnp.nanargmin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanargmin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nancumprod.html b/reference/generated/dpnp.nancumprod.html index 24dbfd4766c..ed361317367 100644 --- a/reference/generated/dpnp.nancumprod.html +++ b/reference/generated/dpnp.nancumprod.html @@ -13,7 +13,7 @@ - dpnp.nancumprod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nancumprod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nancumsum.html b/reference/generated/dpnp.nancumsum.html index 6ddd1930716..3efe0a126c1 100644 --- a/reference/generated/dpnp.nancumsum.html +++ b/reference/generated/dpnp.nancumsum.html @@ -13,7 +13,7 @@ - dpnp.nancumsum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nancumsum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanmax.html b/reference/generated/dpnp.nanmax.html index 6955bb90ba9..e49c6182aaa 100644 --- a/reference/generated/dpnp.nanmax.html +++ b/reference/generated/dpnp.nanmax.html @@ -13,7 +13,7 @@ - dpnp.nanmax — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanmax — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanmean.html b/reference/generated/dpnp.nanmean.html index 449a6c8994f..b9fc437d84f 100644 --- a/reference/generated/dpnp.nanmean.html +++ b/reference/generated/dpnp.nanmean.html @@ -13,7 +13,7 @@ - dpnp.nanmean — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanmean — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanmin.html b/reference/generated/dpnp.nanmin.html index 24fd492e375..fab0d59be41 100644 --- a/reference/generated/dpnp.nanmin.html +++ b/reference/generated/dpnp.nanmin.html @@ -13,7 +13,7 @@ - dpnp.nanmin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanmin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanprod.html b/reference/generated/dpnp.nanprod.html index 1be310faae2..4e1d36d1fcf 100644 --- a/reference/generated/dpnp.nanprod.html +++ b/reference/generated/dpnp.nanprod.html @@ -13,7 +13,7 @@ - dpnp.nanprod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanprod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanstd.html b/reference/generated/dpnp.nanstd.html index c324558fed0..be0a1d37c87 100644 --- a/reference/generated/dpnp.nanstd.html +++ b/reference/generated/dpnp.nanstd.html @@ -13,7 +13,7 @@ - dpnp.nanstd — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanstd — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nansum.html b/reference/generated/dpnp.nansum.html index 51c0ab2fef8..387066c6764 100644 --- a/reference/generated/dpnp.nansum.html +++ b/reference/generated/dpnp.nansum.html @@ -13,7 +13,7 @@ - dpnp.nansum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nansum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nanvar.html b/reference/generated/dpnp.nanvar.html index b2cdc720ef8..f2cbfe9877a 100644 --- a/reference/generated/dpnp.nanvar.html +++ b/reference/generated/dpnp.nanvar.html @@ -13,7 +13,7 @@ - dpnp.nanvar — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nanvar — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.T.html b/reference/generated/dpnp.ndarray.T.html index 56572d117e1..aac01b384f5 100644 --- a/reference/generated/dpnp.ndarray.T.html +++ b/reference/generated/dpnp.ndarray.T.html @@ -13,7 +13,7 @@ - dpnp.ndarray.T — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.T — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__abs__.html b/reference/generated/dpnp.ndarray.__abs__.html index b2ccc497f45..1b1730e763c 100644 --- a/reference/generated/dpnp.ndarray.__abs__.html +++ b/reference/generated/dpnp.ndarray.__abs__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__abs__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__abs__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__add__.html b/reference/generated/dpnp.ndarray.__add__.html index 6f9ad4abb47..58a3f2f0415 100644 --- a/reference/generated/dpnp.ndarray.__add__.html +++ b/reference/generated/dpnp.ndarray.__add__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__add__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__add__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__and__.html b/reference/generated/dpnp.ndarray.__and__.html index d5843c1976b..39ce676a6a0 100644 --- a/reference/generated/dpnp.ndarray.__and__.html +++ b/reference/generated/dpnp.ndarray.__and__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__and__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__and__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__bool__.html b/reference/generated/dpnp.ndarray.__bool__.html index 9660f4b23ac..7584c57828a 100644 --- a/reference/generated/dpnp.ndarray.__bool__.html +++ b/reference/generated/dpnp.ndarray.__bool__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__bool__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__bool__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__complex__.html b/reference/generated/dpnp.ndarray.__complex__.html index b69f66e1c03..bd3c738ef97 100644 --- a/reference/generated/dpnp.ndarray.__complex__.html +++ b/reference/generated/dpnp.ndarray.__complex__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__complex__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__complex__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__copy__.html b/reference/generated/dpnp.ndarray.__copy__.html index 5fe3a1f7863..5246a722827 100644 --- a/reference/generated/dpnp.ndarray.__copy__.html +++ b/reference/generated/dpnp.ndarray.__copy__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__copy__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__copy__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__eq__.html b/reference/generated/dpnp.ndarray.__eq__.html index a541966a803..39233129486 100644 --- a/reference/generated/dpnp.ndarray.__eq__.html +++ b/reference/generated/dpnp.ndarray.__eq__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__eq__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__eq__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__float__.html b/reference/generated/dpnp.ndarray.__float__.html index ef8153fb647..59bd7d8abdc 100644 --- a/reference/generated/dpnp.ndarray.__float__.html +++ b/reference/generated/dpnp.ndarray.__float__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__float__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__float__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__floordiv__.html b/reference/generated/dpnp.ndarray.__floordiv__.html index 88de286f485..bb15a61905a 100644 --- a/reference/generated/dpnp.ndarray.__floordiv__.html +++ b/reference/generated/dpnp.ndarray.__floordiv__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__floordiv__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__floordiv__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ge__.html b/reference/generated/dpnp.ndarray.__ge__.html index 7d9ee6f5c21..d53124492f3 100644 --- a/reference/generated/dpnp.ndarray.__ge__.html +++ b/reference/generated/dpnp.ndarray.__ge__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ge__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ge__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__getitem__.html b/reference/generated/dpnp.ndarray.__getitem__.html index 48efd4c5fba..645a60458ff 100644 --- a/reference/generated/dpnp.ndarray.__getitem__.html +++ b/reference/generated/dpnp.ndarray.__getitem__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__getitem__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__getitem__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__gt__.html b/reference/generated/dpnp.ndarray.__gt__.html index 64785644d6f..c02470d5ac7 100644 --- a/reference/generated/dpnp.ndarray.__gt__.html +++ b/reference/generated/dpnp.ndarray.__gt__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__gt__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__gt__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__iadd__.html b/reference/generated/dpnp.ndarray.__iadd__.html index d1943b9724a..2e590d531bd 100644 --- a/reference/generated/dpnp.ndarray.__iadd__.html +++ b/reference/generated/dpnp.ndarray.__iadd__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__iadd__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__iadd__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__iand__.html b/reference/generated/dpnp.ndarray.__iand__.html index 1de3f56f0b1..f1770334336 100644 --- a/reference/generated/dpnp.ndarray.__iand__.html +++ b/reference/generated/dpnp.ndarray.__iand__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__iand__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__iand__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ifloordiv__.html b/reference/generated/dpnp.ndarray.__ifloordiv__.html index 8ea5362594d..3cef836c892 100644 --- a/reference/generated/dpnp.ndarray.__ifloordiv__.html +++ b/reference/generated/dpnp.ndarray.__ifloordiv__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ifloordiv__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ifloordiv__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ilshift__.html b/reference/generated/dpnp.ndarray.__ilshift__.html index 38b3c7bcd89..e412d99f88d 100644 --- a/reference/generated/dpnp.ndarray.__ilshift__.html +++ b/reference/generated/dpnp.ndarray.__ilshift__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ilshift__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ilshift__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__imod__.html b/reference/generated/dpnp.ndarray.__imod__.html index f0a619d5f76..856f070ba03 100644 --- a/reference/generated/dpnp.ndarray.__imod__.html +++ b/reference/generated/dpnp.ndarray.__imod__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__imod__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__imod__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__imul__.html b/reference/generated/dpnp.ndarray.__imul__.html index f817f63201a..3c6092626b5 100644 --- a/reference/generated/dpnp.ndarray.__imul__.html +++ b/reference/generated/dpnp.ndarray.__imul__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__imul__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__imul__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__int__.html b/reference/generated/dpnp.ndarray.__int__.html index 5229e85a5d7..496e67069ee 100644 --- a/reference/generated/dpnp.ndarray.__int__.html +++ b/reference/generated/dpnp.ndarray.__int__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__int__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__int__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__invert__.html b/reference/generated/dpnp.ndarray.__invert__.html index fde1fb44cbc..0b4bd18fc7d 100644 --- a/reference/generated/dpnp.ndarray.__invert__.html +++ b/reference/generated/dpnp.ndarray.__invert__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__invert__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__invert__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ior__.html b/reference/generated/dpnp.ndarray.__ior__.html index 6bc9cbcf170..aaa4d1a5457 100644 --- a/reference/generated/dpnp.ndarray.__ior__.html +++ b/reference/generated/dpnp.ndarray.__ior__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ior__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ior__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ipow__.html b/reference/generated/dpnp.ndarray.__ipow__.html index 96b44afff83..116befca2d5 100644 --- a/reference/generated/dpnp.ndarray.__ipow__.html +++ b/reference/generated/dpnp.ndarray.__ipow__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ipow__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ipow__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__irshift__.html b/reference/generated/dpnp.ndarray.__irshift__.html index 2ce5e988372..db55e2bc0ad 100644 --- a/reference/generated/dpnp.ndarray.__irshift__.html +++ b/reference/generated/dpnp.ndarray.__irshift__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__irshift__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__irshift__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__isub__.html b/reference/generated/dpnp.ndarray.__isub__.html index 0c860e17661..2a045260970 100644 --- a/reference/generated/dpnp.ndarray.__isub__.html +++ b/reference/generated/dpnp.ndarray.__isub__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__isub__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__isub__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__itruediv__.html b/reference/generated/dpnp.ndarray.__itruediv__.html index 40d53f7bd88..c634d1e92bf 100644 --- a/reference/generated/dpnp.ndarray.__itruediv__.html +++ b/reference/generated/dpnp.ndarray.__itruediv__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__itruediv__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__itruediv__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ixor__.html b/reference/generated/dpnp.ndarray.__ixor__.html index 80f6ee04797..813827dafca 100644 --- a/reference/generated/dpnp.ndarray.__ixor__.html +++ b/reference/generated/dpnp.ndarray.__ixor__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ixor__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ixor__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__le__.html b/reference/generated/dpnp.ndarray.__le__.html index 5b9eb865bdf..98df0438d58 100644 --- a/reference/generated/dpnp.ndarray.__le__.html +++ b/reference/generated/dpnp.ndarray.__le__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__le__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__le__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__len__.html b/reference/generated/dpnp.ndarray.__len__.html index 907b659079f..b41741fe9cf 100644 --- a/reference/generated/dpnp.ndarray.__len__.html +++ b/reference/generated/dpnp.ndarray.__len__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__len__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__len__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__lshift__.html b/reference/generated/dpnp.ndarray.__lshift__.html index a9dbc9b76a5..4b12788a260 100644 --- a/reference/generated/dpnp.ndarray.__lshift__.html +++ b/reference/generated/dpnp.ndarray.__lshift__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__lshift__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__lshift__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__lt__.html b/reference/generated/dpnp.ndarray.__lt__.html index 027e2887523..215ed5a284f 100644 --- a/reference/generated/dpnp.ndarray.__lt__.html +++ b/reference/generated/dpnp.ndarray.__lt__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__lt__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__lt__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__matmul__.html b/reference/generated/dpnp.ndarray.__matmul__.html index 7670d35f874..7047c30f6fc 100644 --- a/reference/generated/dpnp.ndarray.__matmul__.html +++ b/reference/generated/dpnp.ndarray.__matmul__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__matmul__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__matmul__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__mod__.html b/reference/generated/dpnp.ndarray.__mod__.html index 26f235c4ead..910de35e65b 100644 --- a/reference/generated/dpnp.ndarray.__mod__.html +++ b/reference/generated/dpnp.ndarray.__mod__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__mod__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__mod__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__mul__.html b/reference/generated/dpnp.ndarray.__mul__.html index 58c328084a6..b3e799b8e41 100644 --- a/reference/generated/dpnp.ndarray.__mul__.html +++ b/reference/generated/dpnp.ndarray.__mul__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__mul__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__mul__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__ne__.html b/reference/generated/dpnp.ndarray.__ne__.html index 70259a7070c..a732f131a33 100644 --- a/reference/generated/dpnp.ndarray.__ne__.html +++ b/reference/generated/dpnp.ndarray.__ne__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__ne__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__ne__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__neg__.html b/reference/generated/dpnp.ndarray.__neg__.html index 1f2141d326b..7d3853595bd 100644 --- a/reference/generated/dpnp.ndarray.__neg__.html +++ b/reference/generated/dpnp.ndarray.__neg__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__neg__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__neg__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__new__.html b/reference/generated/dpnp.ndarray.__new__.html index 211c069445d..f1bae0f02b8 100644 --- a/reference/generated/dpnp.ndarray.__new__.html +++ b/reference/generated/dpnp.ndarray.__new__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__new__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__new__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__or__.html b/reference/generated/dpnp.ndarray.__or__.html index b52a5b10383..c41b05e3391 100644 --- a/reference/generated/dpnp.ndarray.__or__.html +++ b/reference/generated/dpnp.ndarray.__or__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__or__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__or__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__pos__.html b/reference/generated/dpnp.ndarray.__pos__.html index 315ec1f3877..5b3504a339c 100644 --- a/reference/generated/dpnp.ndarray.__pos__.html +++ b/reference/generated/dpnp.ndarray.__pos__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__pos__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__pos__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__pow__.html b/reference/generated/dpnp.ndarray.__pow__.html index a8481d6375a..610cd78842d 100644 --- a/reference/generated/dpnp.ndarray.__pow__.html +++ b/reference/generated/dpnp.ndarray.__pow__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__pow__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__pow__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__repr__.html b/reference/generated/dpnp.ndarray.__repr__.html index f76c253df24..a34926067ef 100644 --- a/reference/generated/dpnp.ndarray.__repr__.html +++ b/reference/generated/dpnp.ndarray.__repr__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__repr__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__repr__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__rshift__.html b/reference/generated/dpnp.ndarray.__rshift__.html index ff50d2f4c26..a0014654667 100644 --- a/reference/generated/dpnp.ndarray.__rshift__.html +++ b/reference/generated/dpnp.ndarray.__rshift__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__rshift__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__rshift__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__setitem__.html b/reference/generated/dpnp.ndarray.__setitem__.html index f70ecf1c371..2d5170f943b 100644 --- a/reference/generated/dpnp.ndarray.__setitem__.html +++ b/reference/generated/dpnp.ndarray.__setitem__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__setitem__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__setitem__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__str__.html b/reference/generated/dpnp.ndarray.__str__.html index 5948c980657..26ef3745d25 100644 --- a/reference/generated/dpnp.ndarray.__str__.html +++ b/reference/generated/dpnp.ndarray.__str__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__str__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__str__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__sub__.html b/reference/generated/dpnp.ndarray.__sub__.html index cbbc773ac63..0eda7cef846 100644 --- a/reference/generated/dpnp.ndarray.__sub__.html +++ b/reference/generated/dpnp.ndarray.__sub__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__sub__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__sub__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__truediv__.html b/reference/generated/dpnp.ndarray.__truediv__.html index 1474714ab7e..6f1135bf0b2 100644 --- a/reference/generated/dpnp.ndarray.__truediv__.html +++ b/reference/generated/dpnp.ndarray.__truediv__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__truediv__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__truediv__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.__xor__.html b/reference/generated/dpnp.ndarray.__xor__.html index e94cda60b0e..ac4170b7294 100644 --- a/reference/generated/dpnp.ndarray.__xor__.html +++ b/reference/generated/dpnp.ndarray.__xor__.html @@ -13,7 +13,7 @@ - dpnp.ndarray.__xor__ — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.__xor__ — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.all.html b/reference/generated/dpnp.ndarray.all.html index 21c728720c0..b8beae2bdf8 100644 --- a/reference/generated/dpnp.ndarray.all.html +++ b/reference/generated/dpnp.ndarray.all.html @@ -13,7 +13,7 @@ - dpnp.ndarray.all — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.all — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.any.html b/reference/generated/dpnp.ndarray.any.html index e18a1e64c95..b1e5388a9ea 100644 --- a/reference/generated/dpnp.ndarray.any.html +++ b/reference/generated/dpnp.ndarray.any.html @@ -13,7 +13,7 @@ - dpnp.ndarray.any — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.any — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.argmax.html b/reference/generated/dpnp.ndarray.argmax.html index 0eef0e361da..e82dfa27e2f 100644 --- a/reference/generated/dpnp.ndarray.argmax.html +++ b/reference/generated/dpnp.ndarray.argmax.html @@ -13,7 +13,7 @@ - dpnp.ndarray.argmax — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.argmax — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.argmin.html b/reference/generated/dpnp.ndarray.argmin.html index de9acf837c9..51008533ed0 100644 --- a/reference/generated/dpnp.ndarray.argmin.html +++ b/reference/generated/dpnp.ndarray.argmin.html @@ -13,7 +13,7 @@ - dpnp.ndarray.argmin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.argmin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.argsort.html b/reference/generated/dpnp.ndarray.argsort.html index 8e45831f925..7fcc658882c 100644 --- a/reference/generated/dpnp.ndarray.argsort.html +++ b/reference/generated/dpnp.ndarray.argsort.html @@ -13,7 +13,7 @@ - dpnp.ndarray.argsort — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.argsort — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.astype.html b/reference/generated/dpnp.ndarray.astype.html index ce413a31f24..3923c035762 100644 --- a/reference/generated/dpnp.ndarray.astype.html +++ b/reference/generated/dpnp.ndarray.astype.html @@ -13,7 +13,7 @@ - dpnp.ndarray.astype — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.astype — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.choose.html b/reference/generated/dpnp.ndarray.choose.html index f4e9a8c622b..58076a4e95e 100644 --- a/reference/generated/dpnp.ndarray.choose.html +++ b/reference/generated/dpnp.ndarray.choose.html @@ -13,7 +13,7 @@ - dpnp.ndarray.choose — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.choose — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.clip.html b/reference/generated/dpnp.ndarray.clip.html index 49f0be799da..6ff7d1936be 100644 --- a/reference/generated/dpnp.ndarray.clip.html +++ b/reference/generated/dpnp.ndarray.clip.html @@ -13,7 +13,7 @@ - dpnp.ndarray.clip — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.clip — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.conj.html b/reference/generated/dpnp.ndarray.conj.html index a13fa64b169..0d6ad36f962 100644 --- a/reference/generated/dpnp.ndarray.conj.html +++ b/reference/generated/dpnp.ndarray.conj.html @@ -13,7 +13,7 @@ - dpnp.ndarray.conj — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.conj — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.conjugate.html b/reference/generated/dpnp.ndarray.conjugate.html index 691f0566507..1c69b2cf74e 100644 --- a/reference/generated/dpnp.ndarray.conjugate.html +++ b/reference/generated/dpnp.ndarray.conjugate.html @@ -13,7 +13,7 @@ - dpnp.ndarray.conjugate — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.conjugate — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.copy.html b/reference/generated/dpnp.ndarray.copy.html index a429898f460..e4b9004df31 100644 --- a/reference/generated/dpnp.ndarray.copy.html +++ b/reference/generated/dpnp.ndarray.copy.html @@ -13,7 +13,7 @@ - dpnp.ndarray.copy — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.copy — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.cumprod.html b/reference/generated/dpnp.ndarray.cumprod.html index 6ca26eccc95..472720a1f46 100644 --- a/reference/generated/dpnp.ndarray.cumprod.html +++ b/reference/generated/dpnp.ndarray.cumprod.html @@ -13,7 +13,7 @@ - dpnp.ndarray.cumprod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.cumprod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.cumsum.html b/reference/generated/dpnp.ndarray.cumsum.html index 950907fa019..9712a86f97b 100644 --- a/reference/generated/dpnp.ndarray.cumsum.html +++ b/reference/generated/dpnp.ndarray.cumsum.html @@ -13,7 +13,7 @@ - dpnp.ndarray.cumsum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.cumsum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.diagonal.html b/reference/generated/dpnp.ndarray.diagonal.html index 4b49f6e2ec9..de1ac430ab3 100644 --- a/reference/generated/dpnp.ndarray.diagonal.html +++ b/reference/generated/dpnp.ndarray.diagonal.html @@ -13,7 +13,7 @@ - dpnp.ndarray.diagonal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.diagonal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.dtype.html b/reference/generated/dpnp.ndarray.dtype.html index bccdf198494..6663d2a42c0 100644 --- a/reference/generated/dpnp.ndarray.dtype.html +++ b/reference/generated/dpnp.ndarray.dtype.html @@ -13,7 +13,7 @@ - dpnp.ndarray.dtype — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.dtype — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.fill.html b/reference/generated/dpnp.ndarray.fill.html index a64b1111b09..c9f5c6903c3 100644 --- a/reference/generated/dpnp.ndarray.fill.html +++ b/reference/generated/dpnp.ndarray.fill.html @@ -13,7 +13,7 @@ - dpnp.ndarray.fill — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.fill — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.flags.html b/reference/generated/dpnp.ndarray.flags.html index 30c162d8925..d3afa958ae9 100644 --- a/reference/generated/dpnp.ndarray.flags.html +++ b/reference/generated/dpnp.ndarray.flags.html @@ -13,7 +13,7 @@ - dpnp.ndarray.flags — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.flags — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.flat.html b/reference/generated/dpnp.ndarray.flat.html index 4b46ac79ab4..f4f569eb2a3 100644 --- a/reference/generated/dpnp.ndarray.flat.html +++ b/reference/generated/dpnp.ndarray.flat.html @@ -13,7 +13,7 @@ - dpnp.ndarray.flat — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.flat — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.flatten.html b/reference/generated/dpnp.ndarray.flatten.html index d31f3bdb6fd..6e68cfc8c49 100644 --- a/reference/generated/dpnp.ndarray.flatten.html +++ b/reference/generated/dpnp.ndarray.flatten.html @@ -13,7 +13,7 @@ - dpnp.ndarray.flatten — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.flatten — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.html b/reference/generated/dpnp.ndarray.html index fe053ddf324..adfd00b2018 100644 --- a/reference/generated/dpnp.ndarray.html +++ b/reference/generated/dpnp.ndarray.html @@ -13,7 +13,7 @@ - dpnp.ndarray — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.imag.html b/reference/generated/dpnp.ndarray.imag.html index ec98bb558a8..75292c1b294 100644 --- a/reference/generated/dpnp.ndarray.imag.html +++ b/reference/generated/dpnp.ndarray.imag.html @@ -13,7 +13,7 @@ - dpnp.ndarray.imag — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.imag — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.item.html b/reference/generated/dpnp.ndarray.item.html index 3a9f3b9a668..49e2ad7296b 100644 --- a/reference/generated/dpnp.ndarray.item.html +++ b/reference/generated/dpnp.ndarray.item.html @@ -13,7 +13,7 @@ - dpnp.ndarray.item — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.item — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.itemsize.html b/reference/generated/dpnp.ndarray.itemsize.html index fa48ba17d9d..c29e7a08b60 100644 --- a/reference/generated/dpnp.ndarray.itemsize.html +++ b/reference/generated/dpnp.ndarray.itemsize.html @@ -13,7 +13,7 @@ - dpnp.ndarray.itemsize — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.itemsize — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.max.html b/reference/generated/dpnp.ndarray.max.html index 57912a05517..a24255d8088 100644 --- a/reference/generated/dpnp.ndarray.max.html +++ b/reference/generated/dpnp.ndarray.max.html @@ -13,7 +13,7 @@ - dpnp.ndarray.max — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.max — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.mean.html b/reference/generated/dpnp.ndarray.mean.html index 8361afe1835..1ab42990536 100644 --- a/reference/generated/dpnp.ndarray.mean.html +++ b/reference/generated/dpnp.ndarray.mean.html @@ -13,7 +13,7 @@ - dpnp.ndarray.mean — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.mean — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.min.html b/reference/generated/dpnp.ndarray.min.html index a1489ebaef8..f041b1b550e 100644 --- a/reference/generated/dpnp.ndarray.min.html +++ b/reference/generated/dpnp.ndarray.min.html @@ -13,7 +13,7 @@ - dpnp.ndarray.min — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.min — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.nbytes.html b/reference/generated/dpnp.ndarray.nbytes.html index 45ae4fbb6d4..d6776693924 100644 --- a/reference/generated/dpnp.ndarray.nbytes.html +++ b/reference/generated/dpnp.ndarray.nbytes.html @@ -13,7 +13,7 @@ - dpnp.ndarray.nbytes — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.nbytes — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.ndim.html b/reference/generated/dpnp.ndarray.ndim.html index af46e72cf50..a6640ff5f4f 100644 --- a/reference/generated/dpnp.ndarray.ndim.html +++ b/reference/generated/dpnp.ndarray.ndim.html @@ -13,7 +13,7 @@ - dpnp.ndarray.ndim — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.ndim — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.nonzero.html b/reference/generated/dpnp.ndarray.nonzero.html index b84fd532b3f..00b0a1b6a34 100644 --- a/reference/generated/dpnp.ndarray.nonzero.html +++ b/reference/generated/dpnp.ndarray.nonzero.html @@ -13,7 +13,7 @@ - dpnp.ndarray.nonzero — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.nonzero — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.partition.html b/reference/generated/dpnp.ndarray.partition.html index 1cab8a57afe..ff5cb261e70 100644 --- a/reference/generated/dpnp.ndarray.partition.html +++ b/reference/generated/dpnp.ndarray.partition.html @@ -13,7 +13,7 @@ - dpnp.ndarray.partition — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.partition — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.prod.html b/reference/generated/dpnp.ndarray.prod.html index a2013d5f76d..294d3955530 100644 --- a/reference/generated/dpnp.ndarray.prod.html +++ b/reference/generated/dpnp.ndarray.prod.html @@ -13,7 +13,7 @@ - dpnp.ndarray.prod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.prod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.put.html b/reference/generated/dpnp.ndarray.put.html index d0cc6225a15..d831dc922d6 100644 --- a/reference/generated/dpnp.ndarray.put.html +++ b/reference/generated/dpnp.ndarray.put.html @@ -13,7 +13,7 @@ - dpnp.ndarray.put — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.put — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.ravel.html b/reference/generated/dpnp.ndarray.ravel.html index d6685f4760f..50052344053 100644 --- a/reference/generated/dpnp.ndarray.ravel.html +++ b/reference/generated/dpnp.ndarray.ravel.html @@ -13,7 +13,7 @@ - dpnp.ndarray.ravel — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.ravel — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.real.html b/reference/generated/dpnp.ndarray.real.html index 5a5b8f462b8..a0689766c1b 100644 --- a/reference/generated/dpnp.ndarray.real.html +++ b/reference/generated/dpnp.ndarray.real.html @@ -13,7 +13,7 @@ - dpnp.ndarray.real — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.real — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.repeat.html b/reference/generated/dpnp.ndarray.repeat.html index aaafc601289..3a1bd320613 100644 --- a/reference/generated/dpnp.ndarray.repeat.html +++ b/reference/generated/dpnp.ndarray.repeat.html @@ -13,7 +13,7 @@ - dpnp.ndarray.repeat — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.repeat — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.reshape.html b/reference/generated/dpnp.ndarray.reshape.html index e8bdcc99f3d..6d4af4f536b 100644 --- a/reference/generated/dpnp.ndarray.reshape.html +++ b/reference/generated/dpnp.ndarray.reshape.html @@ -13,7 +13,7 @@ - dpnp.ndarray.reshape — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.reshape — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.round.html b/reference/generated/dpnp.ndarray.round.html index b7b60112b39..23e76f98eb7 100644 --- a/reference/generated/dpnp.ndarray.round.html +++ b/reference/generated/dpnp.ndarray.round.html @@ -13,7 +13,7 @@ - dpnp.ndarray.round — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.round — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.searchsorted.html b/reference/generated/dpnp.ndarray.searchsorted.html index 572613d20a7..2656aa06c6e 100644 --- a/reference/generated/dpnp.ndarray.searchsorted.html +++ b/reference/generated/dpnp.ndarray.searchsorted.html @@ -13,7 +13,7 @@ - dpnp.ndarray.searchsorted — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.searchsorted — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.shape.html b/reference/generated/dpnp.ndarray.shape.html index 06b913f1efa..926c7332148 100644 --- a/reference/generated/dpnp.ndarray.shape.html +++ b/reference/generated/dpnp.ndarray.shape.html @@ -13,7 +13,7 @@ - dpnp.ndarray.shape — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.shape — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.size.html b/reference/generated/dpnp.ndarray.size.html index 6e89d3da304..86c293a6636 100644 --- a/reference/generated/dpnp.ndarray.size.html +++ b/reference/generated/dpnp.ndarray.size.html @@ -13,7 +13,7 @@ - dpnp.ndarray.size — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.size — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.sort.html b/reference/generated/dpnp.ndarray.sort.html index b3b1b921049..7129fb54d4b 100644 --- a/reference/generated/dpnp.ndarray.sort.html +++ b/reference/generated/dpnp.ndarray.sort.html @@ -13,7 +13,7 @@ - dpnp.ndarray.sort — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.sort — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.squeeze.html b/reference/generated/dpnp.ndarray.squeeze.html index 2a01a1c0744..dfd1821e792 100644 --- a/reference/generated/dpnp.ndarray.squeeze.html +++ b/reference/generated/dpnp.ndarray.squeeze.html @@ -13,7 +13,7 @@ - dpnp.ndarray.squeeze — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.squeeze — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.std.html b/reference/generated/dpnp.ndarray.std.html index 9737132fd3e..76447e8e6e4 100644 --- a/reference/generated/dpnp.ndarray.std.html +++ b/reference/generated/dpnp.ndarray.std.html @@ -13,7 +13,7 @@ - dpnp.ndarray.std — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.std — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.strides.html b/reference/generated/dpnp.ndarray.strides.html index 4efe5e230bb..b9155d989e4 100644 --- a/reference/generated/dpnp.ndarray.strides.html +++ b/reference/generated/dpnp.ndarray.strides.html @@ -13,7 +13,7 @@ - dpnp.ndarray.strides — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.strides — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.sum.html b/reference/generated/dpnp.ndarray.sum.html index 7885fe29eae..0e0c617da95 100644 --- a/reference/generated/dpnp.ndarray.sum.html +++ b/reference/generated/dpnp.ndarray.sum.html @@ -13,7 +13,7 @@ - dpnp.ndarray.sum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.sum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.swapaxes.html b/reference/generated/dpnp.ndarray.swapaxes.html index 7b08f578c58..0360aa85751 100644 --- a/reference/generated/dpnp.ndarray.swapaxes.html +++ b/reference/generated/dpnp.ndarray.swapaxes.html @@ -13,7 +13,7 @@ - dpnp.ndarray.swapaxes — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.swapaxes — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.take.html b/reference/generated/dpnp.ndarray.take.html index 288ef181634..b8d6f93afd3 100644 --- a/reference/generated/dpnp.ndarray.take.html +++ b/reference/generated/dpnp.ndarray.take.html @@ -13,7 +13,7 @@ - dpnp.ndarray.take — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.take — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.trace.html b/reference/generated/dpnp.ndarray.trace.html index 0ebccc57c2f..47c61450474 100644 --- a/reference/generated/dpnp.ndarray.trace.html +++ b/reference/generated/dpnp.ndarray.trace.html @@ -13,7 +13,7 @@ - dpnp.ndarray.trace — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.trace — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.transpose.html b/reference/generated/dpnp.ndarray.transpose.html index 5c8bad05562..22bdab53ffc 100644 --- a/reference/generated/dpnp.ndarray.transpose.html +++ b/reference/generated/dpnp.ndarray.transpose.html @@ -13,7 +13,7 @@ - dpnp.ndarray.transpose — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.transpose — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ndarray.var.html b/reference/generated/dpnp.ndarray.var.html index d9e46efac22..b909cafe99f 100644 --- a/reference/generated/dpnp.ndarray.var.html +++ b/reference/generated/dpnp.ndarray.var.html @@ -13,7 +13,7 @@ - dpnp.ndarray.var — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ndarray.var — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.negative.html b/reference/generated/dpnp.negative.html index 207dd8a4209..3093f773bb5 100644 --- a/reference/generated/dpnp.negative.html +++ b/reference/generated/dpnp.negative.html @@ -13,7 +13,7 @@ - dpnp.negative — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.negative — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nextafter.html b/reference/generated/dpnp.nextafter.html index 0038723b42d..6703e8d26d2 100644 --- a/reference/generated/dpnp.nextafter.html +++ b/reference/generated/dpnp.nextafter.html @@ -13,7 +13,7 @@ - dpnp.nextafter — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nextafter — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.nonzero.html b/reference/generated/dpnp.nonzero.html index 9f5b17cc030..0e839c2d257 100644 --- a/reference/generated/dpnp.nonzero.html +++ b/reference/generated/dpnp.nonzero.html @@ -13,7 +13,7 @@ - dpnp.nonzero — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.nonzero — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.not_equal.html b/reference/generated/dpnp.not_equal.html index aa80d3d82ac..bd924f03b4b 100644 --- a/reference/generated/dpnp.not_equal.html +++ b/reference/generated/dpnp.not_equal.html @@ -13,7 +13,7 @@ - dpnp.not_equal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.not_equal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ogrid.html b/reference/generated/dpnp.ogrid.html index 905c68aca8d..db934e5d73b 100644 --- a/reference/generated/dpnp.ogrid.html +++ b/reference/generated/dpnp.ogrid.html @@ -13,7 +13,7 @@ - dpnp.ogrid — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ogrid — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ones.html b/reference/generated/dpnp.ones.html index 0c62f2756d2..39b5fcd9cb8 100644 --- a/reference/generated/dpnp.ones.html +++ b/reference/generated/dpnp.ones.html @@ -13,7 +13,7 @@ - dpnp.ones — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ones — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ones_like.html b/reference/generated/dpnp.ones_like.html index 5a07628c5b5..a90d47707e8 100644 --- a/reference/generated/dpnp.ones_like.html +++ b/reference/generated/dpnp.ones_like.html @@ -13,7 +13,7 @@ - dpnp.ones_like — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ones_like — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.outer.html b/reference/generated/dpnp.outer.html index 394f7263cee..9cc61b044ed 100644 --- a/reference/generated/dpnp.outer.html +++ b/reference/generated/dpnp.outer.html @@ -13,7 +13,7 @@ - dpnp.outer — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.outer — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.partition.html b/reference/generated/dpnp.partition.html index 2e8fba082d6..b30167acefb 100644 --- a/reference/generated/dpnp.partition.html +++ b/reference/generated/dpnp.partition.html @@ -13,7 +13,7 @@ - dpnp.partition — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.partition — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.place.html b/reference/generated/dpnp.place.html index e8465e1dde8..34da3370761 100644 --- a/reference/generated/dpnp.place.html +++ b/reference/generated/dpnp.place.html @@ -13,7 +13,7 @@ - dpnp.place — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.place — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.positive.html b/reference/generated/dpnp.positive.html index 2b272e749e4..fffd7831ce6 100644 --- a/reference/generated/dpnp.positive.html +++ b/reference/generated/dpnp.positive.html @@ -13,7 +13,7 @@ - dpnp.positive — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.positive — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.power.html b/reference/generated/dpnp.power.html index 6310fc5154a..7db749bba72 100644 --- a/reference/generated/dpnp.power.html +++ b/reference/generated/dpnp.power.html @@ -13,7 +13,7 @@ - dpnp.power — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.power — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.prod.html b/reference/generated/dpnp.prod.html index ba9812f05f8..d83c7506546 100644 --- a/reference/generated/dpnp.prod.html +++ b/reference/generated/dpnp.prod.html @@ -13,7 +13,7 @@ - dpnp.prod — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.prod — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.proj.html b/reference/generated/dpnp.proj.html index 951a0144a80..cda28421dd5 100644 --- a/reference/generated/dpnp.proj.html +++ b/reference/generated/dpnp.proj.html @@ -13,7 +13,7 @@ - dpnp.proj — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.proj — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ptp.html b/reference/generated/dpnp.ptp.html index 8533ddd66c0..a4e5e8d8002 100644 --- a/reference/generated/dpnp.ptp.html +++ b/reference/generated/dpnp.ptp.html @@ -13,7 +13,7 @@ - dpnp.ptp — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ptp — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.put.html b/reference/generated/dpnp.put.html index cad0dd6fa24..8c11b799723 100644 --- a/reference/generated/dpnp.put.html +++ b/reference/generated/dpnp.put.html @@ -13,7 +13,7 @@ - dpnp.put — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.put — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.put_along_axis.html b/reference/generated/dpnp.put_along_axis.html index 04d6a428673..55201a8aaed 100644 --- a/reference/generated/dpnp.put_along_axis.html +++ b/reference/generated/dpnp.put_along_axis.html @@ -13,7 +13,7 @@ - dpnp.put_along_axis — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.put_along_axis — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.putmask.html b/reference/generated/dpnp.putmask.html index dcbf0856e45..473605750e0 100644 --- a/reference/generated/dpnp.putmask.html +++ b/reference/generated/dpnp.putmask.html @@ -13,7 +13,7 @@ - dpnp.putmask — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.putmask — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.rad2deg.html b/reference/generated/dpnp.rad2deg.html index 3b1db09bcd6..87a088f70bd 100644 --- a/reference/generated/dpnp.rad2deg.html +++ b/reference/generated/dpnp.rad2deg.html @@ -13,7 +13,7 @@ - dpnp.rad2deg — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.rad2deg — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.radians.html b/reference/generated/dpnp.radians.html index 4c1a4bd2aa3..0492dea028c 100644 --- a/reference/generated/dpnp.radians.html +++ b/reference/generated/dpnp.radians.html @@ -13,7 +13,7 @@ - dpnp.radians — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.radians — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,13 +24,13 @@ - + - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    @@ -61,36 +61,18 @@
  • Quick Start Guide
  • API Reference

  • diff --git a/reference/generated/dpnp.random.RandomState.html b/reference/generated/dpnp.random.RandomState.html index e1d256a03d8..b4a743032f5 100644 --- a/reference/generated/dpnp.random.RandomState.html +++ b/reference/generated/dpnp.random.RandomState.html @@ -13,7 +13,7 @@ - dpnp.random.RandomState — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.RandomState — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.beta.html b/reference/generated/dpnp.random.beta.html index 697f80ba6fa..a1e40286597 100644 --- a/reference/generated/dpnp.random.beta.html +++ b/reference/generated/dpnp.random.beta.html @@ -13,7 +13,7 @@ - dpnp.random.beta — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.beta — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.binomial.html b/reference/generated/dpnp.random.binomial.html index ef851aa920a..4bf88ffb9d8 100644 --- a/reference/generated/dpnp.random.binomial.html +++ b/reference/generated/dpnp.random.binomial.html @@ -13,7 +13,7 @@ - dpnp.random.binomial — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.binomial — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.bytes.html b/reference/generated/dpnp.random.bytes.html index 718e84cf613..22e0cb7f561 100644 --- a/reference/generated/dpnp.random.bytes.html +++ b/reference/generated/dpnp.random.bytes.html @@ -13,7 +13,7 @@ - dpnp.random.bytes — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.bytes — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.chisquare.html b/reference/generated/dpnp.random.chisquare.html index 2e4281cfd97..a9547949155 100644 --- a/reference/generated/dpnp.random.chisquare.html +++ b/reference/generated/dpnp.random.chisquare.html @@ -13,7 +13,7 @@ - dpnp.random.chisquare — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.chisquare — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.choice.html b/reference/generated/dpnp.random.choice.html index 5a86ef4e0b2..d4df08fda92 100644 --- a/reference/generated/dpnp.random.choice.html +++ b/reference/generated/dpnp.random.choice.html @@ -13,7 +13,7 @@ - dpnp.random.choice — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.choice — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.dirichlet.html b/reference/generated/dpnp.random.dirichlet.html index 5f665989593..3afa91ebaae 100644 --- a/reference/generated/dpnp.random.dirichlet.html +++ b/reference/generated/dpnp.random.dirichlet.html @@ -13,7 +13,7 @@ - dpnp.random.dirichlet — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.dirichlet — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.exponential.html b/reference/generated/dpnp.random.exponential.html index f0bbd8dd240..9587e01b9ba 100644 --- a/reference/generated/dpnp.random.exponential.html +++ b/reference/generated/dpnp.random.exponential.html @@ -13,7 +13,7 @@ - dpnp.random.exponential — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.exponential — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.f.html b/reference/generated/dpnp.random.f.html index b5511cd79f7..e82c82eed4f 100644 --- a/reference/generated/dpnp.random.f.html +++ b/reference/generated/dpnp.random.f.html @@ -13,7 +13,7 @@ - dpnp.random.f — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.f — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.gamma.html b/reference/generated/dpnp.random.gamma.html index a8dcb67147c..2dccf942138 100644 --- a/reference/generated/dpnp.random.gamma.html +++ b/reference/generated/dpnp.random.gamma.html @@ -13,7 +13,7 @@ - dpnp.random.gamma — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.gamma — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.geometric.html b/reference/generated/dpnp.random.geometric.html index 80542b18649..47505a22201 100644 --- a/reference/generated/dpnp.random.geometric.html +++ b/reference/generated/dpnp.random.geometric.html @@ -13,7 +13,7 @@ - dpnp.random.geometric — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.geometric — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.gumbel.html b/reference/generated/dpnp.random.gumbel.html index afe3e03d97d..85a58256562 100644 --- a/reference/generated/dpnp.random.gumbel.html +++ b/reference/generated/dpnp.random.gumbel.html @@ -13,7 +13,7 @@ - dpnp.random.gumbel — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.gumbel — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.hypergeometric.html b/reference/generated/dpnp.random.hypergeometric.html index 31c2a40e68f..818674d2d6b 100644 --- a/reference/generated/dpnp.random.hypergeometric.html +++ b/reference/generated/dpnp.random.hypergeometric.html @@ -13,7 +13,7 @@ - dpnp.random.hypergeometric — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.hypergeometric — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.laplace.html b/reference/generated/dpnp.random.laplace.html index 4643d6908fb..7957fd2a64d 100644 --- a/reference/generated/dpnp.random.laplace.html +++ b/reference/generated/dpnp.random.laplace.html @@ -13,7 +13,7 @@ - dpnp.random.laplace — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.laplace — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.logistic.html b/reference/generated/dpnp.random.logistic.html index 463d7171681..de2a20fc04d 100644 --- a/reference/generated/dpnp.random.logistic.html +++ b/reference/generated/dpnp.random.logistic.html @@ -13,7 +13,7 @@ - dpnp.random.logistic — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.logistic — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.lognormal.html b/reference/generated/dpnp.random.lognormal.html index 203249dca8b..1b65d6b230e 100644 --- a/reference/generated/dpnp.random.lognormal.html +++ b/reference/generated/dpnp.random.lognormal.html @@ -13,7 +13,7 @@ - dpnp.random.lognormal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.lognormal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.logseries.html b/reference/generated/dpnp.random.logseries.html index ee1f3ace4db..b143257d2d1 100644 --- a/reference/generated/dpnp.random.logseries.html +++ b/reference/generated/dpnp.random.logseries.html @@ -13,7 +13,7 @@ - dpnp.random.logseries — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.logseries — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.multinomial.html b/reference/generated/dpnp.random.multinomial.html index 41aafcdd995..f18fbda025f 100644 --- a/reference/generated/dpnp.random.multinomial.html +++ b/reference/generated/dpnp.random.multinomial.html @@ -13,7 +13,7 @@ - dpnp.random.multinomial — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.multinomial — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.multivariate_normal.html b/reference/generated/dpnp.random.multivariate_normal.html index e7b33363639..344bcc8add6 100644 --- a/reference/generated/dpnp.random.multivariate_normal.html +++ b/reference/generated/dpnp.random.multivariate_normal.html @@ -13,7 +13,7 @@ - dpnp.random.multivariate_normal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.multivariate_normal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.negative_binomial.html b/reference/generated/dpnp.random.negative_binomial.html index 49dc51429e5..d33cc54e8c8 100644 --- a/reference/generated/dpnp.random.negative_binomial.html +++ b/reference/generated/dpnp.random.negative_binomial.html @@ -13,7 +13,7 @@ - dpnp.random.negative_binomial — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.negative_binomial — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.noncentral_chisquare.html b/reference/generated/dpnp.random.noncentral_chisquare.html index 0615358d8a1..65d8b6dbd9f 100644 --- a/reference/generated/dpnp.random.noncentral_chisquare.html +++ b/reference/generated/dpnp.random.noncentral_chisquare.html @@ -13,7 +13,7 @@ - dpnp.random.noncentral_chisquare — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.noncentral_chisquare — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.noncentral_f.html b/reference/generated/dpnp.random.noncentral_f.html index 9ddccff91cd..585fc02b626 100644 --- a/reference/generated/dpnp.random.noncentral_f.html +++ b/reference/generated/dpnp.random.noncentral_f.html @@ -13,7 +13,7 @@ - dpnp.random.noncentral_f — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.noncentral_f — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.normal.html b/reference/generated/dpnp.random.normal.html index b09907b8e8d..4785834f44a 100644 --- a/reference/generated/dpnp.random.normal.html +++ b/reference/generated/dpnp.random.normal.html @@ -13,7 +13,7 @@ - dpnp.random.normal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.normal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.pareto.html b/reference/generated/dpnp.random.pareto.html index 8e3cb91b2ba..debfd5a57be 100644 --- a/reference/generated/dpnp.random.pareto.html +++ b/reference/generated/dpnp.random.pareto.html @@ -13,7 +13,7 @@ - dpnp.random.pareto — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.pareto — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.permutation.html b/reference/generated/dpnp.random.permutation.html index 132a4ad8e07..c851ffa4370 100644 --- a/reference/generated/dpnp.random.permutation.html +++ b/reference/generated/dpnp.random.permutation.html @@ -13,7 +13,7 @@ - dpnp.random.permutation — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.permutation — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.poisson.html b/reference/generated/dpnp.random.poisson.html index 6e2e919d6ee..07d71a964de 100644 --- a/reference/generated/dpnp.random.poisson.html +++ b/reference/generated/dpnp.random.poisson.html @@ -13,7 +13,7 @@ - dpnp.random.poisson — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.poisson — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.power.html b/reference/generated/dpnp.random.power.html index 5f06bf2b965..00aa967aa04 100644 --- a/reference/generated/dpnp.random.power.html +++ b/reference/generated/dpnp.random.power.html @@ -13,7 +13,7 @@ - dpnp.random.power — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.power — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.rand.html b/reference/generated/dpnp.random.rand.html index 3d9983d11d9..fb9dbbe33e3 100644 --- a/reference/generated/dpnp.random.rand.html +++ b/reference/generated/dpnp.random.rand.html @@ -13,7 +13,7 @@ - dpnp.random.rand — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.rand — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.randint.html b/reference/generated/dpnp.random.randint.html index eb76a19a524..dc270dfdc44 100644 --- a/reference/generated/dpnp.random.randint.html +++ b/reference/generated/dpnp.random.randint.html @@ -13,7 +13,7 @@ - dpnp.random.randint — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.randint — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.randn.html b/reference/generated/dpnp.random.randn.html index 6fd7756899a..16f79369b8a 100644 --- a/reference/generated/dpnp.random.randn.html +++ b/reference/generated/dpnp.random.randn.html @@ -13,7 +13,7 @@ - dpnp.random.randn — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.randn — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.random.html b/reference/generated/dpnp.random.random.html index 150cff7c52e..222ab33c722 100644 --- a/reference/generated/dpnp.random.random.html +++ b/reference/generated/dpnp.random.random.html @@ -13,7 +13,7 @@ - dpnp.random.random — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.random — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.random_integers.html b/reference/generated/dpnp.random.random_integers.html index ce6e3b90b73..af68692c820 100644 --- a/reference/generated/dpnp.random.random_integers.html +++ b/reference/generated/dpnp.random.random_integers.html @@ -13,7 +13,7 @@ - dpnp.random.random_integers — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.random_integers — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.random_sample.html b/reference/generated/dpnp.random.random_sample.html index f294f663245..0843453871d 100644 --- a/reference/generated/dpnp.random.random_sample.html +++ b/reference/generated/dpnp.random.random_sample.html @@ -13,7 +13,7 @@ - dpnp.random.random_sample — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.random_sample — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.ranf.html b/reference/generated/dpnp.random.ranf.html index 103a7fc57bf..ab744e9059e 100644 --- a/reference/generated/dpnp.random.ranf.html +++ b/reference/generated/dpnp.random.ranf.html @@ -13,7 +13,7 @@ - dpnp.random.ranf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.ranf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.rayleigh.html b/reference/generated/dpnp.random.rayleigh.html index 8144b780a1b..8bdbfe969e6 100644 --- a/reference/generated/dpnp.random.rayleigh.html +++ b/reference/generated/dpnp.random.rayleigh.html @@ -13,7 +13,7 @@ - dpnp.random.rayleigh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.rayleigh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.sample.html b/reference/generated/dpnp.random.sample.html index 127218fcfb2..7d967f415bd 100644 --- a/reference/generated/dpnp.random.sample.html +++ b/reference/generated/dpnp.random.sample.html @@ -13,7 +13,7 @@ - dpnp.random.sample — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.sample — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.seed.html b/reference/generated/dpnp.random.seed.html index 97d744bfb9d..28a79eddaed 100644 --- a/reference/generated/dpnp.random.seed.html +++ b/reference/generated/dpnp.random.seed.html @@ -13,7 +13,7 @@ - dpnp.random.seed — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.seed — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.shuffle.html b/reference/generated/dpnp.random.shuffle.html index 504ad3158a1..cde4d87782c 100644 --- a/reference/generated/dpnp.random.shuffle.html +++ b/reference/generated/dpnp.random.shuffle.html @@ -13,7 +13,7 @@ - dpnp.random.shuffle — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.shuffle — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.standard_cauchy.html b/reference/generated/dpnp.random.standard_cauchy.html index a94296a3804..49e54aed29d 100644 --- a/reference/generated/dpnp.random.standard_cauchy.html +++ b/reference/generated/dpnp.random.standard_cauchy.html @@ -13,7 +13,7 @@ - dpnp.random.standard_cauchy — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.standard_cauchy — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.standard_exponential.html b/reference/generated/dpnp.random.standard_exponential.html index 003a235b817..ffd07ca89ec 100644 --- a/reference/generated/dpnp.random.standard_exponential.html +++ b/reference/generated/dpnp.random.standard_exponential.html @@ -13,7 +13,7 @@ - dpnp.random.standard_exponential — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.standard_exponential — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.standard_gamma.html b/reference/generated/dpnp.random.standard_gamma.html index d6f9fa96927..5fe3609bce4 100644 --- a/reference/generated/dpnp.random.standard_gamma.html +++ b/reference/generated/dpnp.random.standard_gamma.html @@ -13,7 +13,7 @@ - dpnp.random.standard_gamma — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.standard_gamma — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.standard_normal.html b/reference/generated/dpnp.random.standard_normal.html index 5204fa24e38..6a0302d2e2d 100644 --- a/reference/generated/dpnp.random.standard_normal.html +++ b/reference/generated/dpnp.random.standard_normal.html @@ -13,7 +13,7 @@ - dpnp.random.standard_normal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.standard_normal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.standard_t.html b/reference/generated/dpnp.random.standard_t.html index d8f25709d5f..47b3f8e1ab7 100644 --- a/reference/generated/dpnp.random.standard_t.html +++ b/reference/generated/dpnp.random.standard_t.html @@ -13,7 +13,7 @@ - dpnp.random.standard_t — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.standard_t — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.triangular.html b/reference/generated/dpnp.random.triangular.html index 7d17673d3b2..a62d1c87680 100644 --- a/reference/generated/dpnp.random.triangular.html +++ b/reference/generated/dpnp.random.triangular.html @@ -13,7 +13,7 @@ - dpnp.random.triangular — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.triangular — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.uniform.html b/reference/generated/dpnp.random.uniform.html index d0e05f7fd00..0ad343d4f85 100644 --- a/reference/generated/dpnp.random.uniform.html +++ b/reference/generated/dpnp.random.uniform.html @@ -13,7 +13,7 @@ - dpnp.random.uniform — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.uniform — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.vonmises.html b/reference/generated/dpnp.random.vonmises.html index c0b9c3b804a..c6a4fea24af 100644 --- a/reference/generated/dpnp.random.vonmises.html +++ b/reference/generated/dpnp.random.vonmises.html @@ -13,7 +13,7 @@ - dpnp.random.vonmises — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.vonmises — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.wald.html b/reference/generated/dpnp.random.wald.html index 1bb6210ff76..e2827c2e316 100644 --- a/reference/generated/dpnp.random.wald.html +++ b/reference/generated/dpnp.random.wald.html @@ -13,7 +13,7 @@ - dpnp.random.wald — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.wald — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.weibull.html b/reference/generated/dpnp.random.weibull.html index a19688edc8d..5e91eb6b594 100644 --- a/reference/generated/dpnp.random.weibull.html +++ b/reference/generated/dpnp.random.weibull.html @@ -13,7 +13,7 @@ - dpnp.random.weibull — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.weibull — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.random.zipf.html b/reference/generated/dpnp.random.zipf.html index 99b5bc57a3e..323281246dc 100644 --- a/reference/generated/dpnp.random.zipf.html +++ b/reference/generated/dpnp.random.zipf.html @@ -13,7 +13,7 @@ - dpnp.random.zipf — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.random.zipf — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.ravel.html b/reference/generated/dpnp.ravel.html index 02f65f1e005..a312e65a8ea 100644 --- a/reference/generated/dpnp.ravel.html +++ b/reference/generated/dpnp.ravel.html @@ -13,7 +13,7 @@ - dpnp.ravel — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.ravel — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.real.html b/reference/generated/dpnp.real.html index 0f8944b6056..00022bd0b9e 100644 --- a/reference/generated/dpnp.real.html +++ b/reference/generated/dpnp.real.html @@ -13,7 +13,7 @@ - dpnp.real — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.real — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.reciprocal.html b/reference/generated/dpnp.reciprocal.html index 90c18e31273..afb77735055 100644 --- a/reference/generated/dpnp.reciprocal.html +++ b/reference/generated/dpnp.reciprocal.html @@ -13,7 +13,7 @@ - dpnp.reciprocal — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.reciprocal — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.reduce_hypot.html b/reference/generated/dpnp.reduce_hypot.html index ef2aabb6537..0b52c00e6de 100644 --- a/reference/generated/dpnp.reduce_hypot.html +++ b/reference/generated/dpnp.reduce_hypot.html @@ -13,7 +13,7 @@ - dpnp.reduce_hypot — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.reduce_hypot — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.remainder.html b/reference/generated/dpnp.remainder.html index 8c58feb2f44..aa8c3fe14e3 100644 --- a/reference/generated/dpnp.remainder.html +++ b/reference/generated/dpnp.remainder.html @@ -13,7 +13,7 @@ - dpnp.remainder — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.remainder — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.repeat.html b/reference/generated/dpnp.repeat.html index 54e123e6b1c..a288e4734c8 100644 --- a/reference/generated/dpnp.repeat.html +++ b/reference/generated/dpnp.repeat.html @@ -13,7 +13,7 @@ - dpnp.repeat — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.repeat — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.reshape.html b/reference/generated/dpnp.reshape.html index 7431966efe7..764c464d78c 100644 --- a/reference/generated/dpnp.reshape.html +++ b/reference/generated/dpnp.reshape.html @@ -13,7 +13,7 @@ - dpnp.reshape — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.reshape — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.result_type.html b/reference/generated/dpnp.result_type.html index 564c869275b..a8ea139c6bd 100644 --- a/reference/generated/dpnp.result_type.html +++ b/reference/generated/dpnp.result_type.html @@ -13,7 +13,7 @@ - dpnp.result_type — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.result_type — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.right_shift.html b/reference/generated/dpnp.right_shift.html index ad88dee7715..4510e6bf62e 100644 --- a/reference/generated/dpnp.right_shift.html +++ b/reference/generated/dpnp.right_shift.html @@ -13,7 +13,7 @@ - dpnp.right_shift — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.right_shift — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.rint.html b/reference/generated/dpnp.rint.html index 3d493d6b2b6..f8edca440d7 100644 --- a/reference/generated/dpnp.rint.html +++ b/reference/generated/dpnp.rint.html @@ -13,7 +13,7 @@ - dpnp.rint — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.rint — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.roll.html b/reference/generated/dpnp.roll.html index b6b7431910f..7eb23989094 100644 --- a/reference/generated/dpnp.roll.html +++ b/reference/generated/dpnp.roll.html @@ -13,7 +13,7 @@ - dpnp.roll — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.roll — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.rollaxis.html b/reference/generated/dpnp.rollaxis.html index a478cd028f1..3cea59e1b1b 100644 --- a/reference/generated/dpnp.rollaxis.html +++ b/reference/generated/dpnp.rollaxis.html @@ -13,7 +13,7 @@ - dpnp.rollaxis — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.rollaxis — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.round.html b/reference/generated/dpnp.round.html index ffea3f7073a..09d7a61ed5b 100644 --- a/reference/generated/dpnp.round.html +++ b/reference/generated/dpnp.round.html @@ -13,7 +13,7 @@ - dpnp.round — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.round — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.row_stack.html b/reference/generated/dpnp.row_stack.html index 63627f3f1dd..a9cffdcbaae 100644 --- a/reference/generated/dpnp.row_stack.html +++ b/reference/generated/dpnp.row_stack.html @@ -13,7 +13,7 @@ - dpnp.row_stack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.row_stack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.rsqrt.html b/reference/generated/dpnp.rsqrt.html index 2d4c5576f3f..ffeffebe9a4 100644 --- a/reference/generated/dpnp.rsqrt.html +++ b/reference/generated/dpnp.rsqrt.html @@ -13,7 +13,7 @@ - dpnp.rsqrt — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.rsqrt — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.searchsorted.html b/reference/generated/dpnp.searchsorted.html index 6ae8f1a1f47..57650b3791e 100644 --- a/reference/generated/dpnp.searchsorted.html +++ b/reference/generated/dpnp.searchsorted.html @@ -13,7 +13,7 @@ - dpnp.searchsorted — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.searchsorted — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.select.html b/reference/generated/dpnp.select.html index a814366b3eb..15b8abb3ac9 100644 --- a/reference/generated/dpnp.select.html +++ b/reference/generated/dpnp.select.html @@ -13,7 +13,7 @@ - dpnp.select — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.select — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.shape.html b/reference/generated/dpnp.shape.html index 3fa03becaa3..ceeeb2fe8ad 100644 --- a/reference/generated/dpnp.shape.html +++ b/reference/generated/dpnp.shape.html @@ -13,7 +13,7 @@ - dpnp.shape — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.shape — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sign.html b/reference/generated/dpnp.sign.html index 4b21b8aeb1d..da7ee33f26a 100644 --- a/reference/generated/dpnp.sign.html +++ b/reference/generated/dpnp.sign.html @@ -13,7 +13,7 @@ - dpnp.sign — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sign — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.signbit.html b/reference/generated/dpnp.signbit.html index b9473b088b6..8e24a4155b4 100644 --- a/reference/generated/dpnp.signbit.html +++ b/reference/generated/dpnp.signbit.html @@ -13,7 +13,7 @@ - dpnp.signbit — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.signbit — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sin.html b/reference/generated/dpnp.sin.html index 859ec668b9e..88dc38df125 100644 --- a/reference/generated/dpnp.sin.html +++ b/reference/generated/dpnp.sin.html @@ -13,7 +13,7 @@ - dpnp.sin — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sin — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sinh.html b/reference/generated/dpnp.sinh.html index 82ab597dda8..f7186c1b61e 100644 --- a/reference/generated/dpnp.sinh.html +++ b/reference/generated/dpnp.sinh.html @@ -13,7 +13,7 @@ - dpnp.sinh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sinh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sort.html b/reference/generated/dpnp.sort.html index 528dea89e69..c818bb20142 100644 --- a/reference/generated/dpnp.sort.html +++ b/reference/generated/dpnp.sort.html @@ -13,7 +13,7 @@ - dpnp.sort — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sort — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sort_complex.html b/reference/generated/dpnp.sort_complex.html index b6680b24a13..da6e9be58b2 100644 --- a/reference/generated/dpnp.sort_complex.html +++ b/reference/generated/dpnp.sort_complex.html @@ -13,7 +13,7 @@ - dpnp.sort_complex — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sort_complex — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sqrt.html b/reference/generated/dpnp.sqrt.html index 752d70d0dea..b9c0cd32ad2 100644 --- a/reference/generated/dpnp.sqrt.html +++ b/reference/generated/dpnp.sqrt.html @@ -13,7 +13,7 @@ - dpnp.sqrt — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sqrt — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.square.html b/reference/generated/dpnp.square.html index feaf52d2514..c75ca528916 100644 --- a/reference/generated/dpnp.square.html +++ b/reference/generated/dpnp.square.html @@ -13,7 +13,7 @@ - dpnp.square — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.square — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.squeeze.html b/reference/generated/dpnp.squeeze.html index 5f59b5e2f05..fba87aef4e9 100644 --- a/reference/generated/dpnp.squeeze.html +++ b/reference/generated/dpnp.squeeze.html @@ -13,7 +13,7 @@ - dpnp.squeeze — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.squeeze — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.stack.html b/reference/generated/dpnp.stack.html index 487ac558b75..7291dcdd28d 100644 --- a/reference/generated/dpnp.stack.html +++ b/reference/generated/dpnp.stack.html @@ -13,7 +13,7 @@ - dpnp.stack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.stack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.std.html b/reference/generated/dpnp.std.html index 66d522f73e6..bc4568ce3e9 100644 --- a/reference/generated/dpnp.std.html +++ b/reference/generated/dpnp.std.html @@ -13,7 +13,7 @@ - dpnp.std — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.std — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.subtract.html b/reference/generated/dpnp.subtract.html index c2370de8c6c..62ca933d4b1 100644 --- a/reference/generated/dpnp.subtract.html +++ b/reference/generated/dpnp.subtract.html @@ -13,7 +13,7 @@ - dpnp.subtract — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.subtract — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.sum.html b/reference/generated/dpnp.sum.html index b6ea86d8632..2f7b1de0cb2 100644 --- a/reference/generated/dpnp.sum.html +++ b/reference/generated/dpnp.sum.html @@ -13,7 +13,7 @@ - dpnp.sum — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.sum — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.swapaxes.html b/reference/generated/dpnp.swapaxes.html index fec4265a042..8f562a3606a 100644 --- a/reference/generated/dpnp.swapaxes.html +++ b/reference/generated/dpnp.swapaxes.html @@ -13,7 +13,7 @@ - dpnp.swapaxes — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.swapaxes — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.take.html b/reference/generated/dpnp.take.html index acc5c0afe0f..d103e1fa753 100644 --- a/reference/generated/dpnp.take.html +++ b/reference/generated/dpnp.take.html @@ -13,7 +13,7 @@ - dpnp.take — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.take — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.take_along_axis.html b/reference/generated/dpnp.take_along_axis.html index 32600678301..1fefb09eac2 100644 --- a/reference/generated/dpnp.take_along_axis.html +++ b/reference/generated/dpnp.take_along_axis.html @@ -13,7 +13,7 @@ - dpnp.take_along_axis — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.take_along_axis — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tan.html b/reference/generated/dpnp.tan.html index 54c03092b09..9e414c02f06 100644 --- a/reference/generated/dpnp.tan.html +++ b/reference/generated/dpnp.tan.html @@ -13,7 +13,7 @@ - dpnp.tan — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tan — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tanh.html b/reference/generated/dpnp.tanh.html index 11c40645c1a..205eee0c100 100644 --- a/reference/generated/dpnp.tanh.html +++ b/reference/generated/dpnp.tanh.html @@ -13,7 +13,7 @@ - dpnp.tanh — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tanh — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tensordot.html b/reference/generated/dpnp.tensordot.html index d2d757f19fb..b0edacaf765 100644 --- a/reference/generated/dpnp.tensordot.html +++ b/reference/generated/dpnp.tensordot.html @@ -13,7 +13,7 @@ - dpnp.tensordot — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tensordot — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -47,7 +47,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tile.html b/reference/generated/dpnp.tile.html index 2842c3ad927..ba35b53f813 100644 --- a/reference/generated/dpnp.tile.html +++ b/reference/generated/dpnp.tile.html @@ -13,7 +13,7 @@ - dpnp.tile — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tile — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.trace.html b/reference/generated/dpnp.trace.html index 1eebaf9b273..415b266fffd 100644 --- a/reference/generated/dpnp.trace.html +++ b/reference/generated/dpnp.trace.html @@ -13,7 +13,7 @@ - dpnp.trace — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.trace — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.transpose.html b/reference/generated/dpnp.transpose.html index acb386418d8..aafe03ca79a 100644 --- a/reference/generated/dpnp.transpose.html +++ b/reference/generated/dpnp.transpose.html @@ -13,7 +13,7 @@ - dpnp.transpose — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.transpose — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.trapz.html b/reference/generated/dpnp.trapz.html index a4d178dfc10..beb48aab8a4 100644 --- a/reference/generated/dpnp.trapz.html +++ b/reference/generated/dpnp.trapz.html @@ -13,7 +13,7 @@ - dpnp.trapz — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.trapz — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tri.html b/reference/generated/dpnp.tri.html index 25090389891..aa52526d6a1 100644 --- a/reference/generated/dpnp.tri.html +++ b/reference/generated/dpnp.tri.html @@ -13,7 +13,7 @@ - dpnp.tri — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tri — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tril.html b/reference/generated/dpnp.tril.html index 7822a9906af..8ec2ec39d87 100644 --- a/reference/generated/dpnp.tril.html +++ b/reference/generated/dpnp.tril.html @@ -13,7 +13,7 @@ - dpnp.tril — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tril — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tril_indices.html b/reference/generated/dpnp.tril_indices.html index 6bee0c66500..5e16bfe5356 100644 --- a/reference/generated/dpnp.tril_indices.html +++ b/reference/generated/dpnp.tril_indices.html @@ -13,7 +13,7 @@ - dpnp.tril_indices — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tril_indices — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.tril_indices_from.html b/reference/generated/dpnp.tril_indices_from.html index f84342c24ff..0e4e28a4bfa 100644 --- a/reference/generated/dpnp.tril_indices_from.html +++ b/reference/generated/dpnp.tril_indices_from.html @@ -13,7 +13,7 @@ - dpnp.tril_indices_from — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.tril_indices_from — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.trim_zeros.html b/reference/generated/dpnp.trim_zeros.html index 147bc34800a..1c3d3cfc3ea 100644 --- a/reference/generated/dpnp.trim_zeros.html +++ b/reference/generated/dpnp.trim_zeros.html @@ -13,7 +13,7 @@ - dpnp.trim_zeros — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.trim_zeros — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.triu.html b/reference/generated/dpnp.triu.html index 78b7112fe81..f0b86e88b23 100644 --- a/reference/generated/dpnp.triu.html +++ b/reference/generated/dpnp.triu.html @@ -13,7 +13,7 @@ - dpnp.triu — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.triu — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.triu_indices.html b/reference/generated/dpnp.triu_indices.html index 8607344b050..6cda525e13c 100644 --- a/reference/generated/dpnp.triu_indices.html +++ b/reference/generated/dpnp.triu_indices.html @@ -13,7 +13,7 @@ - dpnp.triu_indices — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.triu_indices — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.triu_indices_from.html b/reference/generated/dpnp.triu_indices_from.html index d2e17fe2b29..02b5e7ff7b2 100644 --- a/reference/generated/dpnp.triu_indices_from.html +++ b/reference/generated/dpnp.triu_indices_from.html @@ -13,7 +13,7 @@ - dpnp.triu_indices_from — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.triu_indices_from — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.true_divide.html b/reference/generated/dpnp.true_divide.html index 7987c015eb0..dbd13b1b107 100644 --- a/reference/generated/dpnp.true_divide.html +++ b/reference/generated/dpnp.true_divide.html @@ -13,7 +13,7 @@ - dpnp.true_divide — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.true_divide — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.trunc.html b/reference/generated/dpnp.trunc.html index ec4162431a5..9780904fb37 100644 --- a/reference/generated/dpnp.trunc.html +++ b/reference/generated/dpnp.trunc.html @@ -13,7 +13,7 @@ - dpnp.trunc — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.trunc — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.unique.html b/reference/generated/dpnp.unique.html index 68a5e7ba601..5a7503e6c58 100644 --- a/reference/generated/dpnp.unique.html +++ b/reference/generated/dpnp.unique.html @@ -13,7 +13,7 @@ - dpnp.unique — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.unique — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.unwrap.html b/reference/generated/dpnp.unwrap.html index 2d5953ed4f1..2743acca791 100644 --- a/reference/generated/dpnp.unwrap.html +++ b/reference/generated/dpnp.unwrap.html @@ -13,7 +13,7 @@ - dpnp.unwrap — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.unwrap — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,14 +24,14 @@ - + - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    @@ -167,7 +167,7 @@

    dpnp.unwrap - +

    diff --git a/reference/generated/dpnp.vander.html b/reference/generated/dpnp.vander.html index 09badcd0391..c3b39a7f652 100644 --- a/reference/generated/dpnp.vander.html +++ b/reference/generated/dpnp.vander.html @@ -13,7 +13,7 @@ - dpnp.vander — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.vander — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.var.html b/reference/generated/dpnp.var.html index 9982e8474c1..000573001f7 100644 --- a/reference/generated/dpnp.var.html +++ b/reference/generated/dpnp.var.html @@ -13,7 +13,7 @@ - dpnp.var — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.var — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.vdot.html b/reference/generated/dpnp.vdot.html index 22de8659bcc..135ad7b18be 100644 --- a/reference/generated/dpnp.vdot.html +++ b/reference/generated/dpnp.vdot.html @@ -13,7 +13,7 @@ - dpnp.vdot — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.vdot — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.vstack.html b/reference/generated/dpnp.vstack.html index 31e73fe0704..20d787f437e 100644 --- a/reference/generated/dpnp.vstack.html +++ b/reference/generated/dpnp.vstack.html @@ -13,7 +13,7 @@ - dpnp.vstack — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.vstack — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.where.html b/reference/generated/dpnp.where.html index 58e7bd9dafb..ceb340c01ae 100644 --- a/reference/generated/dpnp.where.html +++ b/reference/generated/dpnp.where.html @@ -13,7 +13,7 @@ - dpnp.where — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.where — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.zeros.html b/reference/generated/dpnp.zeros.html index a73afa6f68f..b8320a1c470 100644 --- a/reference/generated/dpnp.zeros.html +++ b/reference/generated/dpnp.zeros.html @@ -13,7 +13,7 @@ - dpnp.zeros — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.zeros — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/generated/dpnp.zeros_like.html b/reference/generated/dpnp.zeros_like.html index e50d6d6b9ac..aa968e0e845 100644 --- a/reference/generated/dpnp.zeros_like.html +++ b/reference/generated/dpnp.zeros_like.html @@ -13,7 +13,7 @@ - dpnp.zeros_like — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + dpnp.zeros_like — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/index.html b/reference/index.html index d52eca18a60..e51015a0649 100644 --- a/reference/index.html +++ b/reference/index.html @@ -13,7 +13,7 @@ - API Reference — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + API Reference — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -47,7 +47,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/indexing.html b/reference/indexing.html index 99ff21e24da..3b9ee547c67 100644 --- a/reference/indexing.html +++ b/reference/indexing.html @@ -13,7 +13,7 @@ - Array Indexing Routines — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Array Indexing Routines — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/linalg.html b/reference/linalg.html index 31fc68785f2..73c2a2d2d43 100644 --- a/reference/linalg.html +++ b/reference/linalg.html @@ -13,7 +13,7 @@ - Linear Algebra — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Linear Algebra — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -47,7 +47,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/logic.html b/reference/logic.html index e63579d3d7e..016061fa870 100644 --- a/reference/logic.html +++ b/reference/logic.html @@ -13,7 +13,7 @@ - Logic Functions — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Logic Functions — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/manipulation.html b/reference/manipulation.html index 42492534b5f..2808c85e200 100644 --- a/reference/manipulation.html +++ b/reference/manipulation.html @@ -13,7 +13,7 @@ - Array Manipulation Routines — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Array Manipulation Routines — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/math.html b/reference/math.html index ddb1de68f25..d31a9a9c809 100644 --- a/reference/math.html +++ b/reference/math.html @@ -13,7 +13,7 @@ - Mathematical Functions — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Mathematical Functions — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,13 +24,13 @@ - + - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    @@ -498,7 +498,7 @@

    Miscellaneous - +


    diff --git a/reference/misc.html b/reference/misc.html index d74fdc7b66a..a0e75377713 100644 --- a/reference/misc.html +++ b/reference/misc.html @@ -13,7 +13,7 @@ - Miscellaneous routines — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Miscellaneous routines — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/ndarray.html b/reference/ndarray.html index 8db3c376d8a..749a315381c 100644 --- a/reference/ndarray.html +++ b/reference/ndarray.html @@ -13,7 +13,7 @@ - Multi-Dimensional Array (ndarray) — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Multi-Dimensional Array (ndarray) — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/pad.html b/reference/pad.html index 45d19e65ec3..6e323172e7f 100644 --- a/reference/pad.html +++ b/reference/pad.html @@ -13,7 +13,7 @@ - Padding — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Padding — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -44,7 +44,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/polynomials.html b/reference/polynomials.html index 626ddbcdf93..2c03e2500f5 100644 --- a/reference/polynomials.html +++ b/reference/polynomials.html @@ -13,7 +13,7 @@ - Polynomials — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Polynomials — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -44,7 +44,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/random.html b/reference/random.html index 0d24791a7a4..2fbcf122d5e 100644 --- a/reference/random.html +++ b/reference/random.html @@ -13,7 +13,7 @@ - Random Sampling (dpnp.random) — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Random Sampling (dpnp.random) — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/routines.html b/reference/routines.html index 5aaf71045ad..2358aabc87c 100644 --- a/reference/routines.html +++ b/reference/routines.html @@ -13,7 +13,7 @@ - Routines — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Routines — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -47,7 +47,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/sorting.html b/reference/sorting.html index f45726f01cc..07173195919 100644 --- a/reference/sorting.html +++ b/reference/sorting.html @@ -13,7 +13,7 @@ - Sorting, Searching, and Counting — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Sorting, Searching, and Counting — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/special.html b/reference/special.html index 44de269e074..9ed1fec1ca6 100644 --- a/reference/special.html +++ b/reference/special.html @@ -13,7 +13,7 @@ - Special Functions — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Special Functions — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/statistics.html b/reference/statistics.html index 1464c432246..f8a377f851f 100644 --- a/reference/statistics.html +++ b/reference/statistics.html @@ -13,7 +13,7 @@ - Statistical Functions — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Statistical Functions — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/reference/ufunc.html b/reference/ufunc.html index 718a7049062..a52c1456cb4 100644 --- a/reference/ufunc.html +++ b/reference/ufunc.html @@ -13,7 +13,7 @@ - Universal Functions (ufunc) — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Universal Functions (ufunc) — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,9 +24,10 @@ - + + @@ -46,7 +47,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    @@ -214,6 +215,8 @@

    Math operations

    Trigonometric functions

    +

    All trigonometric functions use radians when an angle is called for. +The ratio of degrees to radians is \(180^{\circ}/\pi.\)

    @@ -258,6 +261,12 @@

    Trigonometric functions

    + + + + + + diff --git a/search.html b/search.html index 3ff997ba847..c9e35ec0628 100644 --- a/search.html +++ b/search.html @@ -12,7 +12,7 @@ - Search — Data Parallel Extension for NumPy 0.16.0dev0+85.g8acbe64f99 documentation + Search — Data Parallel Extension for NumPy 0.16.0dev0+86.ge33a82bd64 documentation @@ -24,7 +24,7 @@ - + @@ -46,7 +46,7 @@ Data Parallel Extension for NumPy
    - 0.16.0dev0+85.g8acbe64f99 + 0.16.0dev0+86.ge33a82bd64
    diff --git a/searchindex.js b/searchindex.js index 81abe59dcd9..713d88c52eb 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"alltitles": {"API Reference": [[455, null]], "Adding and removing elements": [[459, "adding-and-removing-elements"]], "Arithmetic": [[464, "arithmetic"]], "Arithmetic operations": [[460, "arithmetic-operations"]], "Arithmetic, matrix multiplication, and comparison operations": [[462, "arithmetic-matrix-multiplication-and-comparison-operations"]], "Array Indexing Routines": [[456, null]], "Array Manipulation Routines": [[459, null]], "Array attributes": [[462, "array-attributes"]], "Array conversion": [[462, "array-conversion"]], "Array creation routines": [[7, null]], "Array methods": [[462, "array-methods"]], "Array type testing": [[458, "array-type-testing"]], "Available array data types": [[9, null]], "Available ufuncs": [[470, "available-ufuncs"]], "Averages and variances": [[469, "averages-and-variances"]], "Background information": [[10, "background-information"]], "Basic operations": [[459, "basic-operations"]], "Basics": [[464, "basics"]], "Binary Operations": [[5, null]], "Bit packing": [[5, "bit-packing"]], "Bit-twiddling functions": [[470, "bit-twiddling-functions"]], "Build and Install Conda Package": [[4, "build-and-install-conda-package"]], "Build and Install with scikit-build": [[4, "build-and-install-with-scikit-build"]], "Building matrices": [[7, "building-matrices"]], "C++ backend API Reference": [[1, null]], "Calculation": [[462, "calculation"]], "Changing array shape": [[459, "changing-array-shape"]], "Changing kind of array": [[459, "changing-kind-of-array"]], "Changing number of dimensions": [[459, "changing-number-of-dimensions"]], "Comparison": [[458, "comparison"]], "Comparison Table NumPy/ DPNP/ CuPy": [[6, null]], "Comparison functions": [[470, "comparison-functions"]], "Constructing arrays": [[462, "constructing-arrays"]], "Correlations": [[469, "correlations"]], "Counting": [[467, "counting"]], "Creating data types": [[8, "creating-data-types"]], "Data Parallel Extension for NumPy*": [[2, null]], "Data type": [[462, "data-type"]], "Data type information": [[8, "data-type-information"]], "Data type routines": [[8, null]], "Data type testing": [[8, "data-type-testing"]], "Decompositions": [[457, "decompositions"]], "Development information": [[2, null]], "Device Drivers": [[4, "device-drivers"]], "Discrete Fourier Transform": [[6, "discrete-fourier-transform"]], "Distributions": [[465, "distributions"]], "Element-wise bit operations": [[5, "element-wise-bit-operations"]], "Error Function": [[468, "error-function"]], "Example": [[0, "example"]], "Examples": [[4, "examples"]], "Exponents and logarithms": [[460, "exponents-and-logarithms"]], "Extrema Finding": [[460, "extrema-finding"]], "FFT Functions": [[10, null]], "Floating functions": [[470, "floating-functions"]], "Floating point routines": [[460, "floating-point-routines"]], "From existing data": [[7, "from-existing-data"]], "From shape or value": [[7, "from-shape-or-value"]], "Generating index arrays": [[456, "generating-index-arrays"]], "Handling complex numbers": [[460, "handling-complex-numbers"]], "Helper routines": [[10, "helper-routines"]], "Hermitian FFTs": [[10, "hermitian-ffts"]], "Higher dimensions": [[10, "higher-dimensions"]], "Histograms": [[469, "histograms"]], "Hyperbolic functions": [[460, "hyperbolic-functions"]], "Implementation details": [[10, "implementation-details"]], "Indexing arrays": [[462, "indexing-arrays"]], "Indexing-like operations": [[456, "indexing-like-operations"]], "Infinities and NaNs": [[458, "infinities-and-nans"]], "Inserting data into arrays": [[456, "inserting-data-into-arrays"]], "Install Package from Intel(R) channel": [[4, "install-package-from-intel-r-channel"]], "Installation": [[4, "installation"]], "Interplay with the Data Parallel Control Library": [[0, null]], "Item selection and manipulation": [[462, "item-selection-and-manipulation"]], "Iterating over arrays": [[456, "iterating-over-arrays"]], "Joining arrays": [[459, "joining-arrays"]], "Linear Algebra": [[6, "linear-algebra"], [457, null]], "Logic Functions": [[458, null]], "Logic operations": [[458, "logic-operations"]], "Math operations": [[470, "math-operations"]], "Mathematical Functions": [[460, null]], "Matrix and vector products": [[457, "matrix-and-vector-products"]], "Matrix eigenvalues": [[457, "matrix-eigenvalues"]], "Memory layout": [[462, "memory-layout"]], "Miscellaneous": [[8, "miscellaneous"], [460, "miscellaneous"]], "Miscellaneous routines": [[461, null]], "Module-Level": [[6, "module-level"]], "Multi-Dimensional Array": [[6, "multi-dimensional-array"]], "Multi-Dimensional Array (ndarray)": [[462, null]], "Normalization": [[10, "normalization"]], "Norms and other numbers": [[457, "norms-and-other-numbers"]], "Numerical ranges": [[7, "numerical-ranges"]], "Order statistics": [[469, "order-statistics"]], "Other attributes": [[462, "other-attributes"]], "Other special functions": [[460, "other-special-functions"]], "Output formatting": [[5, "output-formatting"]], "Overview": [[3, null]], "Padding": [[463, null]], "Permutations": [[465, "permutations"]], "Poly1d": [[464, "poly1d"]], "Polynomial Module": [[464, "polynomial-module"]], "Polynomial Package": [[464, "polynomial-package"]], "Polynomials": [[464, null]], "Polyutils": [[464, "polyutils"]], "Python Interpreter": [[4, "python-interpreter"]], "Quick Start Guide": [[4, null]], "Random Sampling": [[6, "random-sampling"]], "Random Sampling (dpnp.random)": [[465, null]], "Random generator": [[465, "random-generator"]], "Rational routines": [[460, "rational-routines"]], "Real FFTs": [[10, "real-ffts"]], "Real and Hermitian transforms": [[10, "real-and-hermitian-transforms"]], "Rearranging elements": [[459, "rearranging-elements"]], "Rounding": [[460, "rounding"]], "Routines": [[466, null]], "Searching": [[467, "searching"]], "Shape manipulation": [[462, "shape-manipulation"]], "Simple random data": [[465, "simple-random-data"]], "Solving linear equations": [[457, "solving-linear-equations"]], "Sorting": [[467, "sorting"]], "Sorting, Searching, and Counting": [[467, null]], "Special Functions": [[468, null]], "Special methods": [[462, "special-methods"]], "Splitting arrays": [[459, "splitting-arrays"]], "Standard FFTs": [[10, "standard-ffts"]], "Statistical Functions": [[469, null]], "Summary": [[6, "summary"]], "Sums, products, differences": [[460, "sums-products-differences"]], "Testing": [[4, "testing"]], "The Matrix class": [[7, "the-matrix-class"]], "Tiling arrays": [[459, "tiling-arrays"]], "Transpose-like operations": [[459, "transpose-like-operations"]], "Trigonometric functions": [[460, "trigonometric-functions"], [470, "trigonometric-functions"]], "Truth value testing": [[458, "truth-value-testing"]], "Type Promotion": [[10, "type-promotion"]], "Universal Functions (ufunc)": [[470, null]], "Utility": [[461, "utility"]], "dpnp.abs": [[11, null]], "dpnp.absolute": [[12, null]], "dpnp.add": [[13, null]], "dpnp.all": [[14, null]], "dpnp.allclose": [[15, null]], "dpnp.amax": [[16, null]], "dpnp.amin": [[17, null]], "dpnp.angle": [[18, null]], "dpnp.any": [[19, null]], "dpnp.arange": [[20, null]], "dpnp.arccos": [[21, null]], "dpnp.arccosh": [[22, null]], "dpnp.arcsin": [[23, null]], "dpnp.arcsinh": [[24, null]], "dpnp.arctan": [[25, null]], "dpnp.arctan2": [[26, null]], "dpnp.arctanh": [[27, null]], "dpnp.argmax": [[28, null]], "dpnp.argmin": [[29, null]], "dpnp.argsort": [[30, null]], "dpnp.around": [[31, null]], "dpnp.array": [[32, null]], "dpnp.array_equal": [[33, null]], "dpnp.asanyarray": [[34, null]], "dpnp.asarray": [[35, null]], "dpnp.ascontiguousarray": [[36, null]], "dpnp.asfarray": [[37, null]], "dpnp.asfortranarray": [[38, null]], "dpnp.asnumpy": [[39, null]], "dpnp.astype": [[40, null]], "dpnp.atleast_1d": [[41, null]], "dpnp.atleast_2d": [[42, null]], "dpnp.atleast_3d": [[43, null]], "dpnp.average": [[44, null]], "dpnp.bincount": [[45, null]], "dpnp.bitwise_and": [[46, null]], "dpnp.bitwise_not": [[47, null]], "dpnp.bitwise_or": [[48, null]], "dpnp.bitwise_xor": [[49, null]], "dpnp.broadcast_arrays": [[50, null]], "dpnp.broadcast_to": [[51, null]], "dpnp.can_cast": [[52, null]], "dpnp.cbrt": [[53, null]], "dpnp.ceil": [[54, null]], "dpnp.choose": [[55, null]], "dpnp.clip": [[56, null]], "dpnp.column_stack": [[57, null]], "dpnp.concatenate": [[58, null]], "dpnp.conj": [[59, null]], "dpnp.conjugate": [[60, null]], "dpnp.convolve": [[61, null]], "dpnp.copy": [[62, null]], "dpnp.copysign": [[63, null]], "dpnp.copyto": [[64, null]], "dpnp.correlate": [[65, null]], "dpnp.cos": [[66, null]], "dpnp.cosh": [[67, null]], "dpnp.count_nonzero": [[68, null]], "dpnp.cov": [[69, null]], "dpnp.cross": [[70, null]], "dpnp.cumlogsumexp": [[71, null]], "dpnp.cumprod": [[72, null]], "dpnp.cumsum": [[73, null]], "dpnp.deg2rad": [[74, null]], "dpnp.degrees": [[75, null]], "dpnp.diag": [[76, null]], "dpnp.diag_indices": [[77, null]], "dpnp.diag_indices_from": [[78, null]], "dpnp.diagflat": [[79, null]], "dpnp.diagonal": [[80, null]], "dpnp.diff": [[81, null]], "dpnp.digitize": [[82, null]], "dpnp.divide": [[83, null]], "dpnp.dot": [[84, null]], "dpnp.dpnp_array.dpnp_array": [[85, null]], "dpnp.dstack": [[86, null]], "dpnp.dtype": [[87, null]], "dpnp.ediff1d": [[88, null]], "dpnp.einsum": [[89, null]], "dpnp.einsum_path": [[90, null]], "dpnp.empty": [[91, null]], "dpnp.empty_like": [[92, null]], "dpnp.equal": [[93, null]], "dpnp.erf": [[94, null]], "dpnp.exp": [[95, null]], "dpnp.exp2": [[96, null]], "dpnp.expand_dims": [[97, null]], "dpnp.expm1": [[98, null]], "dpnp.extract": [[99, null]], "dpnp.eye": [[100, null]], "dpnp.fabs": [[101, null]], "dpnp.fft.fft": [[102, null]], "dpnp.fft.fft2": [[103, null]], "dpnp.fft.fftfreq": [[104, null]], "dpnp.fft.fftn": [[105, null]], "dpnp.fft.fftshift": [[106, null]], "dpnp.fft.hfft": [[107, null]], "dpnp.fft.ifft": [[108, null]], "dpnp.fft.ifft2": [[109, null]], "dpnp.fft.ifftn": [[110, null]], "dpnp.fft.ifftshift": [[111, null]], "dpnp.fft.ihfft": [[112, null]], "dpnp.fft.irfft": [[113, null]], "dpnp.fft.irfft2": [[114, null]], "dpnp.fft.irfftn": [[115, null]], "dpnp.fft.rfft": [[116, null]], "dpnp.fft.rfft2": [[117, null]], "dpnp.fft.rfftfreq": [[118, null]], "dpnp.fft.rfftn": [[119, null]], "dpnp.fill_diagonal": [[120, null]], "dpnp.finfo": [[121, null]], "dpnp.flatiter": [[122, null]], "dpnp.flip": [[123, null]], "dpnp.fliplr": [[124, null]], "dpnp.flipud": [[125, null]], "dpnp.floor": [[126, null]], "dpnp.floor_divide": [[127, null]], "dpnp.fmax": [[128, null]], "dpnp.fmin": [[129, null]], "dpnp.fmod": [[130, null]], "dpnp.from_dlpack": [[131, null]], "dpnp.frombuffer": [[132, null]], "dpnp.fromfile": [[133, null]], "dpnp.fromfunction": [[134, null]], "dpnp.fromiter": [[135, null]], "dpnp.fromstring": [[136, null]], "dpnp.full": [[137, null]], "dpnp.full_like": [[138, null]], "dpnp.geomspace": [[139, null]], "dpnp.get_include": [[140, null]], "dpnp.gradient": [[141, null]], "dpnp.greater": [[142, null]], "dpnp.greater_equal": [[143, null]], "dpnp.histogram": [[144, null]], "dpnp.histogram_bin_edges": [[145, null]], "dpnp.hstack": [[146, null]], "dpnp.hypot": [[147, null]], "dpnp.identity": [[148, null]], "dpnp.iinfo": [[149, null]], "dpnp.imag": [[150, null]], "dpnp.indices": [[151, null]], "dpnp.inner": [[152, null]], "dpnp.invert": [[153, null]], "dpnp.isclose": [[154, null]], "dpnp.iscomplex": [[155, null]], "dpnp.iscomplexobj": [[156, null]], "dpnp.isfinite": [[157, null]], "dpnp.isinf": [[158, null]], "dpnp.isnan": [[159, null]], "dpnp.isneginf": [[160, null]], "dpnp.isposinf": [[161, null]], "dpnp.isreal": [[162, null]], "dpnp.isrealobj": [[163, null]], "dpnp.isscalar": [[164, null]], "dpnp.issubdtype": [[165, null]], "dpnp.issubsctype": [[166, null]], "dpnp.kron": [[167, null]], "dpnp.left_shift": [[168, null]], "dpnp.less": [[169, null]], "dpnp.less_equal": [[170, null]], "dpnp.linalg.cholesky": [[171, null]], "dpnp.linalg.cond": [[172, null]], "dpnp.linalg.det": [[173, null]], "dpnp.linalg.eig": [[174, null]], "dpnp.linalg.eigh": [[175, null]], "dpnp.linalg.eigvals": [[176, null]], "dpnp.linalg.eigvalsh": [[177, null]], "dpnp.linalg.inv": [[178, null]], "dpnp.linalg.lstsq": [[179, null]], "dpnp.linalg.matrix_power": [[180, null]], "dpnp.linalg.matrix_rank": [[181, null]], "dpnp.linalg.multi_dot": [[182, null]], "dpnp.linalg.norm": [[183, null]], "dpnp.linalg.pinv": [[184, null]], "dpnp.linalg.qr": [[185, null]], "dpnp.linalg.slogdet": [[186, null]], "dpnp.linalg.solve": [[187, null]], "dpnp.linalg.svd": [[188, null]], "dpnp.linalg.tensorinv": [[189, null]], "dpnp.linalg.tensorsolve": [[190, null]], "dpnp.linspace": [[191, null]], "dpnp.loadtxt": [[192, null]], "dpnp.log": [[193, null]], "dpnp.log10": [[194, null]], "dpnp.log1p": [[195, null]], "dpnp.log2": [[196, null]], "dpnp.logaddexp": [[197, null]], "dpnp.logical_and": [[198, null]], "dpnp.logical_not": [[199, null]], "dpnp.logical_or": [[200, null]], "dpnp.logical_xor": [[201, null]], "dpnp.logspace": [[202, null]], "dpnp.logsumexp": [[203, null]], "dpnp.mask_indices": [[204, null]], "dpnp.matmul": [[205, null]], "dpnp.max": [[206, null]], "dpnp.maximum": [[207, null]], "dpnp.mean": [[208, null]], "dpnp.median": [[209, null]], "dpnp.meshgrid": [[210, null]], "dpnp.mgrid": [[211, null]], "dpnp.min": [[212, null]], "dpnp.minimum": [[213, null]], "dpnp.mod": [[214, null]], "dpnp.modf": [[215, null]], "dpnp.moveaxis": [[216, null]], "dpnp.multiply": [[217, null]], "dpnp.nanargmax": [[218, null]], "dpnp.nanargmin": [[219, null]], "dpnp.nancumprod": [[220, null]], "dpnp.nancumsum": [[221, null]], "dpnp.nanmax": [[222, null]], "dpnp.nanmean": [[223, null]], "dpnp.nanmin": [[224, null]], "dpnp.nanprod": [[225, null]], "dpnp.nanstd": [[226, null]], "dpnp.nansum": [[227, null]], "dpnp.nanvar": [[228, null]], "dpnp.ndarray": [[229, null]], "dpnp.ndarray.T": [[230, null]], "dpnp.ndarray.__abs__": [[231, null]], "dpnp.ndarray.__add__": [[232, null]], "dpnp.ndarray.__and__": [[233, null]], "dpnp.ndarray.__bool__": [[234, null]], "dpnp.ndarray.__complex__": [[235, null]], "dpnp.ndarray.__copy__": [[236, null]], "dpnp.ndarray.__eq__": [[237, null]], "dpnp.ndarray.__float__": [[238, null]], "dpnp.ndarray.__floordiv__": [[239, null]], "dpnp.ndarray.__ge__": [[240, null]], "dpnp.ndarray.__getitem__": [[241, null]], "dpnp.ndarray.__gt__": [[242, null]], "dpnp.ndarray.__iadd__": [[243, null]], "dpnp.ndarray.__iand__": [[244, null]], "dpnp.ndarray.__ifloordiv__": [[245, null]], "dpnp.ndarray.__ilshift__": [[246, null]], "dpnp.ndarray.__imod__": [[247, null]], "dpnp.ndarray.__imul__": [[248, null]], "dpnp.ndarray.__int__": [[249, null]], "dpnp.ndarray.__invert__": [[250, null]], "dpnp.ndarray.__ior__": [[251, null]], "dpnp.ndarray.__ipow__": [[252, null]], "dpnp.ndarray.__irshift__": [[253, null]], "dpnp.ndarray.__isub__": [[254, null]], "dpnp.ndarray.__itruediv__": [[255, null]], "dpnp.ndarray.__ixor__": [[256, null]], "dpnp.ndarray.__le__": [[257, null]], "dpnp.ndarray.__len__": [[258, null]], "dpnp.ndarray.__lshift__": [[259, null]], "dpnp.ndarray.__lt__": [[260, null]], "dpnp.ndarray.__matmul__": [[261, null]], "dpnp.ndarray.__mod__": [[262, null]], "dpnp.ndarray.__mul__": [[263, null]], "dpnp.ndarray.__ne__": [[264, null]], "dpnp.ndarray.__neg__": [[265, null]], "dpnp.ndarray.__new__": [[266, null]], "dpnp.ndarray.__or__": [[267, null]], "dpnp.ndarray.__pos__": [[268, null]], "dpnp.ndarray.__pow__": [[269, null]], "dpnp.ndarray.__repr__": [[270, null]], "dpnp.ndarray.__rshift__": [[271, null]], "dpnp.ndarray.__setitem__": [[272, null]], "dpnp.ndarray.__str__": [[273, null]], "dpnp.ndarray.__sub__": [[274, null]], "dpnp.ndarray.__truediv__": [[275, null]], "dpnp.ndarray.__xor__": [[276, null]], "dpnp.ndarray.all": [[277, null]], "dpnp.ndarray.any": [[278, null]], "dpnp.ndarray.argmax": [[279, null]], "dpnp.ndarray.argmin": [[280, null]], "dpnp.ndarray.argsort": [[281, null]], "dpnp.ndarray.astype": [[282, null]], "dpnp.ndarray.choose": [[283, null]], "dpnp.ndarray.clip": [[284, null]], "dpnp.ndarray.conj": [[285, null]], "dpnp.ndarray.conjugate": [[286, null]], "dpnp.ndarray.copy": [[287, null]], "dpnp.ndarray.cumprod": [[288, null]], "dpnp.ndarray.cumsum": [[289, null]], "dpnp.ndarray.diagonal": [[290, null]], "dpnp.ndarray.dtype": [[291, null]], "dpnp.ndarray.fill": [[292, null]], "dpnp.ndarray.flags": [[293, null]], "dpnp.ndarray.flat": [[294, null]], "dpnp.ndarray.flatten": [[295, null]], "dpnp.ndarray.imag": [[296, null]], "dpnp.ndarray.item": [[297, null]], "dpnp.ndarray.itemsize": [[298, null]], "dpnp.ndarray.max": [[299, null]], "dpnp.ndarray.mean": [[300, null]], "dpnp.ndarray.min": [[301, null]], "dpnp.ndarray.nbytes": [[302, null]], "dpnp.ndarray.ndim": [[303, null]], "dpnp.ndarray.nonzero": [[304, null]], "dpnp.ndarray.partition": [[305, null]], "dpnp.ndarray.prod": [[306, null]], "dpnp.ndarray.put": [[307, null]], "dpnp.ndarray.ravel": [[308, null]], "dpnp.ndarray.real": [[309, null]], "dpnp.ndarray.repeat": [[310, null]], "dpnp.ndarray.reshape": [[311, null]], "dpnp.ndarray.round": [[312, null]], "dpnp.ndarray.searchsorted": [[313, null]], "dpnp.ndarray.shape": [[314, null]], "dpnp.ndarray.size": [[315, null]], "dpnp.ndarray.sort": [[316, null]], "dpnp.ndarray.squeeze": [[317, null]], "dpnp.ndarray.std": [[318, null]], "dpnp.ndarray.strides": [[319, null]], "dpnp.ndarray.sum": [[320, null]], "dpnp.ndarray.swapaxes": [[321, null]], "dpnp.ndarray.take": [[322, null]], "dpnp.ndarray.trace": [[323, null]], "dpnp.ndarray.transpose": [[324, null]], "dpnp.ndarray.var": [[325, null]], "dpnp.negative": [[326, null]], "dpnp.nextafter": [[327, null]], "dpnp.nonzero": [[328, null]], "dpnp.not_equal": [[329, null]], "dpnp.ogrid": [[330, null]], "dpnp.ones": [[331, null]], "dpnp.ones_like": [[332, null]], "dpnp.outer": [[333, null]], "dpnp.partition": [[334, null]], "dpnp.place": [[335, null]], "dpnp.positive": [[336, null]], "dpnp.power": [[337, null]], "dpnp.prod": [[338, null]], "dpnp.proj": [[339, null]], "dpnp.ptp": [[340, null]], "dpnp.put": [[341, null]], "dpnp.put_along_axis": [[342, null]], "dpnp.putmask": [[343, null]], "dpnp.rad2deg": [[344, null]], "dpnp.radians": [[345, null]], "dpnp.random.RandomState": [[346, null]], "dpnp.random.beta": [[347, null]], "dpnp.random.binomial": [[348, null]], "dpnp.random.bytes": [[349, null]], "dpnp.random.chisquare": [[350, null]], "dpnp.random.choice": [[351, null]], "dpnp.random.dirichlet": [[352, null]], "dpnp.random.exponential": [[353, null]], "dpnp.random.f": [[354, null]], "dpnp.random.gamma": [[355, null]], "dpnp.random.geometric": [[356, null]], "dpnp.random.gumbel": [[357, null]], "dpnp.random.hypergeometric": [[358, null]], "dpnp.random.laplace": [[359, null]], "dpnp.random.logistic": [[360, null]], "dpnp.random.lognormal": [[361, null]], "dpnp.random.logseries": [[362, null]], "dpnp.random.multinomial": [[363, null]], "dpnp.random.multivariate_normal": [[364, null]], "dpnp.random.negative_binomial": [[365, null]], "dpnp.random.noncentral_chisquare": [[366, null]], "dpnp.random.noncentral_f": [[367, null]], "dpnp.random.normal": [[368, null]], "dpnp.random.pareto": [[369, null]], "dpnp.random.permutation": [[370, null]], "dpnp.random.poisson": [[371, null]], "dpnp.random.power": [[372, null]], "dpnp.random.rand": [[373, null]], "dpnp.random.randint": [[374, null]], "dpnp.random.randn": [[375, null]], "dpnp.random.random": [[376, null]], "dpnp.random.random_integers": [[377, null]], "dpnp.random.random_sample": [[378, null]], "dpnp.random.ranf": [[379, null]], "dpnp.random.rayleigh": [[380, null]], "dpnp.random.sample": [[381, null]], "dpnp.random.seed": [[382, null]], "dpnp.random.shuffle": [[383, null]], "dpnp.random.standard_cauchy": [[384, null]], "dpnp.random.standard_exponential": [[385, null]], "dpnp.random.standard_gamma": [[386, null]], "dpnp.random.standard_normal": [[387, null]], "dpnp.random.standard_t": [[388, null]], "dpnp.random.triangular": [[389, null]], "dpnp.random.uniform": [[390, null]], "dpnp.random.vonmises": [[391, null]], "dpnp.random.wald": [[392, null]], "dpnp.random.weibull": [[393, null]], "dpnp.random.zipf": [[394, null]], "dpnp.ravel": [[395, null]], "dpnp.real": [[396, null]], "dpnp.reciprocal": [[397, null]], "dpnp.reduce_hypot": [[398, null]], "dpnp.remainder": [[399, null]], "dpnp.repeat": [[400, null]], "dpnp.reshape": [[401, null]], "dpnp.result_type": [[402, null]], "dpnp.right_shift": [[403, null]], "dpnp.rint": [[404, null]], "dpnp.roll": [[405, null]], "dpnp.rollaxis": [[406, null]], "dpnp.round": [[407, null]], "dpnp.row_stack": [[408, null]], "dpnp.rsqrt": [[409, null]], "dpnp.searchsorted": [[410, null]], "dpnp.select": [[411, null]], "dpnp.shape": [[412, null]], "dpnp.sign": [[413, null]], "dpnp.signbit": [[414, null]], "dpnp.sin": [[415, null]], "dpnp.sinh": [[416, null]], "dpnp.sort": [[417, null]], "dpnp.sort_complex": [[418, null]], "dpnp.sqrt": [[419, null]], "dpnp.square": [[420, null]], "dpnp.squeeze": [[421, null]], "dpnp.stack": [[422, null]], "dpnp.std": [[423, null]], "dpnp.subtract": [[424, null]], "dpnp.sum": [[425, null]], "dpnp.swapaxes": [[426, null]], "dpnp.take": [[427, null]], "dpnp.take_along_axis": [[428, null]], "dpnp.tan": [[429, null]], "dpnp.tanh": [[430, null]], "dpnp.tensordot": [[431, null]], "dpnp.tile": [[432, null]], "dpnp.trace": [[433, null]], "dpnp.transpose": [[434, null]], "dpnp.trapz": [[435, null]], "dpnp.tri": [[436, null]], "dpnp.tril": [[437, null]], "dpnp.tril_indices": [[438, null]], "dpnp.tril_indices_from": [[439, null]], "dpnp.trim_zeros": [[440, null]], "dpnp.triu": [[441, null]], "dpnp.triu_indices": [[442, null]], "dpnp.triu_indices_from": [[443, null]], "dpnp.true_divide": [[444, null]], "dpnp.trunc": [[445, null]], "dpnp.unique": [[446, null]], "dpnp.unwrap": [[447, null]], "dpnp.vander": [[448, null]], "dpnp.var": [[449, null]], "dpnp.vdot": [[450, null]], "dpnp.vstack": [[451, null]], "dpnp.where": [[452, null]], "dpnp.zeros": [[453, null]], "dpnp.zeros_like": [[454, null]]}, "docnames": ["dpctl", "dpnp_backend_api", "index", "overview", "quick_start_guide", "reference/binary", "reference/comparison", "reference/creation", "reference/dtype", "reference/dtypes_table", "reference/fft", "reference/generated/dpnp.abs", "reference/generated/dpnp.absolute", "reference/generated/dpnp.add", "reference/generated/dpnp.all", "reference/generated/dpnp.allclose", "reference/generated/dpnp.amax", "reference/generated/dpnp.amin", "reference/generated/dpnp.angle", "reference/generated/dpnp.any", "reference/generated/dpnp.arange", "reference/generated/dpnp.arccos", "reference/generated/dpnp.arccosh", "reference/generated/dpnp.arcsin", "reference/generated/dpnp.arcsinh", "reference/generated/dpnp.arctan", "reference/generated/dpnp.arctan2", "reference/generated/dpnp.arctanh", "reference/generated/dpnp.argmax", "reference/generated/dpnp.argmin", "reference/generated/dpnp.argsort", "reference/generated/dpnp.around", "reference/generated/dpnp.array", "reference/generated/dpnp.array_equal", "reference/generated/dpnp.asanyarray", "reference/generated/dpnp.asarray", "reference/generated/dpnp.ascontiguousarray", "reference/generated/dpnp.asfarray", "reference/generated/dpnp.asfortranarray", "reference/generated/dpnp.asnumpy", "reference/generated/dpnp.astype", "reference/generated/dpnp.atleast_1d", "reference/generated/dpnp.atleast_2d", "reference/generated/dpnp.atleast_3d", "reference/generated/dpnp.average", "reference/generated/dpnp.bincount", "reference/generated/dpnp.bitwise_and", "reference/generated/dpnp.bitwise_not", "reference/generated/dpnp.bitwise_or", "reference/generated/dpnp.bitwise_xor", "reference/generated/dpnp.broadcast_arrays", "reference/generated/dpnp.broadcast_to", "reference/generated/dpnp.can_cast", "reference/generated/dpnp.cbrt", "reference/generated/dpnp.ceil", "reference/generated/dpnp.choose", "reference/generated/dpnp.clip", "reference/generated/dpnp.column_stack", "reference/generated/dpnp.concatenate", "reference/generated/dpnp.conj", "reference/generated/dpnp.conjugate", "reference/generated/dpnp.convolve", "reference/generated/dpnp.copy", "reference/generated/dpnp.copysign", "reference/generated/dpnp.copyto", "reference/generated/dpnp.correlate", "reference/generated/dpnp.cos", "reference/generated/dpnp.cosh", "reference/generated/dpnp.count_nonzero", "reference/generated/dpnp.cov", "reference/generated/dpnp.cross", "reference/generated/dpnp.cumlogsumexp", "reference/generated/dpnp.cumprod", "reference/generated/dpnp.cumsum", "reference/generated/dpnp.deg2rad", "reference/generated/dpnp.degrees", "reference/generated/dpnp.diag", "reference/generated/dpnp.diag_indices", "reference/generated/dpnp.diag_indices_from", "reference/generated/dpnp.diagflat", "reference/generated/dpnp.diagonal", "reference/generated/dpnp.diff", "reference/generated/dpnp.digitize", "reference/generated/dpnp.divide", "reference/generated/dpnp.dot", "reference/generated/dpnp.dpnp_array.dpnp_array", "reference/generated/dpnp.dstack", "reference/generated/dpnp.dtype", "reference/generated/dpnp.ediff1d", "reference/generated/dpnp.einsum", "reference/generated/dpnp.einsum_path", "reference/generated/dpnp.empty", "reference/generated/dpnp.empty_like", "reference/generated/dpnp.equal", "reference/generated/dpnp.erf", "reference/generated/dpnp.exp", "reference/generated/dpnp.exp2", "reference/generated/dpnp.expand_dims", "reference/generated/dpnp.expm1", "reference/generated/dpnp.extract", "reference/generated/dpnp.eye", "reference/generated/dpnp.fabs", "reference/generated/dpnp.fft.fft", "reference/generated/dpnp.fft.fft2", "reference/generated/dpnp.fft.fftfreq", "reference/generated/dpnp.fft.fftn", "reference/generated/dpnp.fft.fftshift", "reference/generated/dpnp.fft.hfft", "reference/generated/dpnp.fft.ifft", "reference/generated/dpnp.fft.ifft2", "reference/generated/dpnp.fft.ifftn", "reference/generated/dpnp.fft.ifftshift", "reference/generated/dpnp.fft.ihfft", "reference/generated/dpnp.fft.irfft", "reference/generated/dpnp.fft.irfft2", "reference/generated/dpnp.fft.irfftn", "reference/generated/dpnp.fft.rfft", "reference/generated/dpnp.fft.rfft2", "reference/generated/dpnp.fft.rfftfreq", "reference/generated/dpnp.fft.rfftn", "reference/generated/dpnp.fill_diagonal", "reference/generated/dpnp.finfo", "reference/generated/dpnp.flatiter", "reference/generated/dpnp.flip", "reference/generated/dpnp.fliplr", "reference/generated/dpnp.flipud", "reference/generated/dpnp.floor", "reference/generated/dpnp.floor_divide", "reference/generated/dpnp.fmax", "reference/generated/dpnp.fmin", "reference/generated/dpnp.fmod", "reference/generated/dpnp.from_dlpack", "reference/generated/dpnp.frombuffer", "reference/generated/dpnp.fromfile", "reference/generated/dpnp.fromfunction", "reference/generated/dpnp.fromiter", "reference/generated/dpnp.fromstring", "reference/generated/dpnp.full", "reference/generated/dpnp.full_like", "reference/generated/dpnp.geomspace", "reference/generated/dpnp.get_include", "reference/generated/dpnp.gradient", "reference/generated/dpnp.greater", "reference/generated/dpnp.greater_equal", "reference/generated/dpnp.histogram", "reference/generated/dpnp.histogram_bin_edges", "reference/generated/dpnp.hstack", "reference/generated/dpnp.hypot", "reference/generated/dpnp.identity", "reference/generated/dpnp.iinfo", "reference/generated/dpnp.imag", "reference/generated/dpnp.indices", "reference/generated/dpnp.inner", "reference/generated/dpnp.invert", "reference/generated/dpnp.isclose", "reference/generated/dpnp.iscomplex", "reference/generated/dpnp.iscomplexobj", "reference/generated/dpnp.isfinite", "reference/generated/dpnp.isinf", "reference/generated/dpnp.isnan", "reference/generated/dpnp.isneginf", "reference/generated/dpnp.isposinf", "reference/generated/dpnp.isreal", "reference/generated/dpnp.isrealobj", "reference/generated/dpnp.isscalar", "reference/generated/dpnp.issubdtype", "reference/generated/dpnp.issubsctype", "reference/generated/dpnp.kron", "reference/generated/dpnp.left_shift", "reference/generated/dpnp.less", "reference/generated/dpnp.less_equal", "reference/generated/dpnp.linalg.cholesky", "reference/generated/dpnp.linalg.cond", "reference/generated/dpnp.linalg.det", "reference/generated/dpnp.linalg.eig", "reference/generated/dpnp.linalg.eigh", "reference/generated/dpnp.linalg.eigvals", "reference/generated/dpnp.linalg.eigvalsh", "reference/generated/dpnp.linalg.inv", "reference/generated/dpnp.linalg.lstsq", "reference/generated/dpnp.linalg.matrix_power", "reference/generated/dpnp.linalg.matrix_rank", "reference/generated/dpnp.linalg.multi_dot", "reference/generated/dpnp.linalg.norm", "reference/generated/dpnp.linalg.pinv", "reference/generated/dpnp.linalg.qr", "reference/generated/dpnp.linalg.slogdet", "reference/generated/dpnp.linalg.solve", "reference/generated/dpnp.linalg.svd", "reference/generated/dpnp.linalg.tensorinv", "reference/generated/dpnp.linalg.tensorsolve", "reference/generated/dpnp.linspace", "reference/generated/dpnp.loadtxt", "reference/generated/dpnp.log", "reference/generated/dpnp.log10", "reference/generated/dpnp.log1p", "reference/generated/dpnp.log2", "reference/generated/dpnp.logaddexp", "reference/generated/dpnp.logical_and", "reference/generated/dpnp.logical_not", "reference/generated/dpnp.logical_or", "reference/generated/dpnp.logical_xor", "reference/generated/dpnp.logspace", "reference/generated/dpnp.logsumexp", "reference/generated/dpnp.mask_indices", "reference/generated/dpnp.matmul", "reference/generated/dpnp.max", "reference/generated/dpnp.maximum", "reference/generated/dpnp.mean", "reference/generated/dpnp.median", "reference/generated/dpnp.meshgrid", "reference/generated/dpnp.mgrid", "reference/generated/dpnp.min", "reference/generated/dpnp.minimum", "reference/generated/dpnp.mod", "reference/generated/dpnp.modf", "reference/generated/dpnp.moveaxis", "reference/generated/dpnp.multiply", "reference/generated/dpnp.nanargmax", "reference/generated/dpnp.nanargmin", "reference/generated/dpnp.nancumprod", "reference/generated/dpnp.nancumsum", "reference/generated/dpnp.nanmax", "reference/generated/dpnp.nanmean", "reference/generated/dpnp.nanmin", "reference/generated/dpnp.nanprod", "reference/generated/dpnp.nanstd", "reference/generated/dpnp.nansum", "reference/generated/dpnp.nanvar", "reference/generated/dpnp.ndarray", "reference/generated/dpnp.ndarray.T", "reference/generated/dpnp.ndarray.__abs__", "reference/generated/dpnp.ndarray.__add__", "reference/generated/dpnp.ndarray.__and__", "reference/generated/dpnp.ndarray.__bool__", "reference/generated/dpnp.ndarray.__complex__", "reference/generated/dpnp.ndarray.__copy__", "reference/generated/dpnp.ndarray.__eq__", "reference/generated/dpnp.ndarray.__float__", "reference/generated/dpnp.ndarray.__floordiv__", "reference/generated/dpnp.ndarray.__ge__", "reference/generated/dpnp.ndarray.__getitem__", "reference/generated/dpnp.ndarray.__gt__", "reference/generated/dpnp.ndarray.__iadd__", "reference/generated/dpnp.ndarray.__iand__", "reference/generated/dpnp.ndarray.__ifloordiv__", "reference/generated/dpnp.ndarray.__ilshift__", "reference/generated/dpnp.ndarray.__imod__", "reference/generated/dpnp.ndarray.__imul__", "reference/generated/dpnp.ndarray.__int__", "reference/generated/dpnp.ndarray.__invert__", "reference/generated/dpnp.ndarray.__ior__", "reference/generated/dpnp.ndarray.__ipow__", "reference/generated/dpnp.ndarray.__irshift__", "reference/generated/dpnp.ndarray.__isub__", "reference/generated/dpnp.ndarray.__itruediv__", "reference/generated/dpnp.ndarray.__ixor__", "reference/generated/dpnp.ndarray.__le__", "reference/generated/dpnp.ndarray.__len__", "reference/generated/dpnp.ndarray.__lshift__", "reference/generated/dpnp.ndarray.__lt__", "reference/generated/dpnp.ndarray.__matmul__", "reference/generated/dpnp.ndarray.__mod__", "reference/generated/dpnp.ndarray.__mul__", "reference/generated/dpnp.ndarray.__ne__", "reference/generated/dpnp.ndarray.__neg__", "reference/generated/dpnp.ndarray.__new__", "reference/generated/dpnp.ndarray.__or__", "reference/generated/dpnp.ndarray.__pos__", "reference/generated/dpnp.ndarray.__pow__", "reference/generated/dpnp.ndarray.__repr__", "reference/generated/dpnp.ndarray.__rshift__", "reference/generated/dpnp.ndarray.__setitem__", "reference/generated/dpnp.ndarray.__str__", "reference/generated/dpnp.ndarray.__sub__", "reference/generated/dpnp.ndarray.__truediv__", "reference/generated/dpnp.ndarray.__xor__", "reference/generated/dpnp.ndarray.all", "reference/generated/dpnp.ndarray.any", "reference/generated/dpnp.ndarray.argmax", "reference/generated/dpnp.ndarray.argmin", "reference/generated/dpnp.ndarray.argsort", "reference/generated/dpnp.ndarray.astype", "reference/generated/dpnp.ndarray.choose", "reference/generated/dpnp.ndarray.clip", "reference/generated/dpnp.ndarray.conj", "reference/generated/dpnp.ndarray.conjugate", "reference/generated/dpnp.ndarray.copy", "reference/generated/dpnp.ndarray.cumprod", "reference/generated/dpnp.ndarray.cumsum", "reference/generated/dpnp.ndarray.diagonal", "reference/generated/dpnp.ndarray.dtype", "reference/generated/dpnp.ndarray.fill", "reference/generated/dpnp.ndarray.flags", "reference/generated/dpnp.ndarray.flat", "reference/generated/dpnp.ndarray.flatten", "reference/generated/dpnp.ndarray.imag", "reference/generated/dpnp.ndarray.item", "reference/generated/dpnp.ndarray.itemsize", "reference/generated/dpnp.ndarray.max", "reference/generated/dpnp.ndarray.mean", "reference/generated/dpnp.ndarray.min", "reference/generated/dpnp.ndarray.nbytes", "reference/generated/dpnp.ndarray.ndim", "reference/generated/dpnp.ndarray.nonzero", "reference/generated/dpnp.ndarray.partition", "reference/generated/dpnp.ndarray.prod", "reference/generated/dpnp.ndarray.put", "reference/generated/dpnp.ndarray.ravel", "reference/generated/dpnp.ndarray.real", "reference/generated/dpnp.ndarray.repeat", "reference/generated/dpnp.ndarray.reshape", "reference/generated/dpnp.ndarray.round", "reference/generated/dpnp.ndarray.searchsorted", "reference/generated/dpnp.ndarray.shape", "reference/generated/dpnp.ndarray.size", "reference/generated/dpnp.ndarray.sort", "reference/generated/dpnp.ndarray.squeeze", "reference/generated/dpnp.ndarray.std", "reference/generated/dpnp.ndarray.strides", "reference/generated/dpnp.ndarray.sum", "reference/generated/dpnp.ndarray.swapaxes", "reference/generated/dpnp.ndarray.take", "reference/generated/dpnp.ndarray.trace", "reference/generated/dpnp.ndarray.transpose", "reference/generated/dpnp.ndarray.var", "reference/generated/dpnp.negative", "reference/generated/dpnp.nextafter", "reference/generated/dpnp.nonzero", "reference/generated/dpnp.not_equal", "reference/generated/dpnp.ogrid", "reference/generated/dpnp.ones", "reference/generated/dpnp.ones_like", "reference/generated/dpnp.outer", "reference/generated/dpnp.partition", "reference/generated/dpnp.place", "reference/generated/dpnp.positive", "reference/generated/dpnp.power", "reference/generated/dpnp.prod", "reference/generated/dpnp.proj", "reference/generated/dpnp.ptp", "reference/generated/dpnp.put", "reference/generated/dpnp.put_along_axis", "reference/generated/dpnp.putmask", "reference/generated/dpnp.rad2deg", "reference/generated/dpnp.radians", "reference/generated/dpnp.random.RandomState", "reference/generated/dpnp.random.beta", "reference/generated/dpnp.random.binomial", "reference/generated/dpnp.random.bytes", "reference/generated/dpnp.random.chisquare", "reference/generated/dpnp.random.choice", "reference/generated/dpnp.random.dirichlet", "reference/generated/dpnp.random.exponential", "reference/generated/dpnp.random.f", "reference/generated/dpnp.random.gamma", "reference/generated/dpnp.random.geometric", "reference/generated/dpnp.random.gumbel", "reference/generated/dpnp.random.hypergeometric", "reference/generated/dpnp.random.laplace", "reference/generated/dpnp.random.logistic", "reference/generated/dpnp.random.lognormal", "reference/generated/dpnp.random.logseries", "reference/generated/dpnp.random.multinomial", "reference/generated/dpnp.random.multivariate_normal", "reference/generated/dpnp.random.negative_binomial", "reference/generated/dpnp.random.noncentral_chisquare", "reference/generated/dpnp.random.noncentral_f", "reference/generated/dpnp.random.normal", "reference/generated/dpnp.random.pareto", "reference/generated/dpnp.random.permutation", "reference/generated/dpnp.random.poisson", "reference/generated/dpnp.random.power", "reference/generated/dpnp.random.rand", "reference/generated/dpnp.random.randint", "reference/generated/dpnp.random.randn", "reference/generated/dpnp.random.random", "reference/generated/dpnp.random.random_integers", "reference/generated/dpnp.random.random_sample", "reference/generated/dpnp.random.ranf", "reference/generated/dpnp.random.rayleigh", "reference/generated/dpnp.random.sample", "reference/generated/dpnp.random.seed", "reference/generated/dpnp.random.shuffle", "reference/generated/dpnp.random.standard_cauchy", "reference/generated/dpnp.random.standard_exponential", "reference/generated/dpnp.random.standard_gamma", "reference/generated/dpnp.random.standard_normal", "reference/generated/dpnp.random.standard_t", "reference/generated/dpnp.random.triangular", "reference/generated/dpnp.random.uniform", "reference/generated/dpnp.random.vonmises", "reference/generated/dpnp.random.wald", "reference/generated/dpnp.random.weibull", "reference/generated/dpnp.random.zipf", "reference/generated/dpnp.ravel", "reference/generated/dpnp.real", "reference/generated/dpnp.reciprocal", "reference/generated/dpnp.reduce_hypot", "reference/generated/dpnp.remainder", "reference/generated/dpnp.repeat", "reference/generated/dpnp.reshape", "reference/generated/dpnp.result_type", "reference/generated/dpnp.right_shift", "reference/generated/dpnp.rint", "reference/generated/dpnp.roll", "reference/generated/dpnp.rollaxis", "reference/generated/dpnp.round", "reference/generated/dpnp.row_stack", "reference/generated/dpnp.rsqrt", "reference/generated/dpnp.searchsorted", "reference/generated/dpnp.select", "reference/generated/dpnp.shape", "reference/generated/dpnp.sign", "reference/generated/dpnp.signbit", "reference/generated/dpnp.sin", "reference/generated/dpnp.sinh", "reference/generated/dpnp.sort", "reference/generated/dpnp.sort_complex", "reference/generated/dpnp.sqrt", "reference/generated/dpnp.square", "reference/generated/dpnp.squeeze", "reference/generated/dpnp.stack", "reference/generated/dpnp.std", "reference/generated/dpnp.subtract", "reference/generated/dpnp.sum", "reference/generated/dpnp.swapaxes", "reference/generated/dpnp.take", "reference/generated/dpnp.take_along_axis", "reference/generated/dpnp.tan", "reference/generated/dpnp.tanh", "reference/generated/dpnp.tensordot", "reference/generated/dpnp.tile", "reference/generated/dpnp.trace", "reference/generated/dpnp.transpose", "reference/generated/dpnp.trapz", "reference/generated/dpnp.tri", "reference/generated/dpnp.tril", "reference/generated/dpnp.tril_indices", "reference/generated/dpnp.tril_indices_from", "reference/generated/dpnp.trim_zeros", "reference/generated/dpnp.triu", "reference/generated/dpnp.triu_indices", "reference/generated/dpnp.triu_indices_from", "reference/generated/dpnp.true_divide", "reference/generated/dpnp.trunc", "reference/generated/dpnp.unique", "reference/generated/dpnp.unwrap", "reference/generated/dpnp.vander", "reference/generated/dpnp.var", "reference/generated/dpnp.vdot", "reference/generated/dpnp.vstack", "reference/generated/dpnp.where", "reference/generated/dpnp.zeros", "reference/generated/dpnp.zeros_like", "reference/index", "reference/indexing", "reference/linalg", "reference/logic", "reference/manipulation", "reference/math", "reference/misc", "reference/ndarray", "reference/pad", "reference/polynomials", "reference/random", "reference/routines", "reference/sorting", "reference/special", "reference/statistics", "reference/ufunc"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["dpctl.rst", "dpnp_backend_api.rst", "index.rst", "overview.rst", "quick_start_guide.rst", "reference/binary.rst", "reference/comparison.rst", "reference/creation.rst", "reference/dtype.rst", "reference/dtypes_table.rst", "reference/fft.rst", "reference/generated/dpnp.abs.rst", "reference/generated/dpnp.absolute.rst", "reference/generated/dpnp.add.rst", "reference/generated/dpnp.all.rst", "reference/generated/dpnp.allclose.rst", "reference/generated/dpnp.amax.rst", "reference/generated/dpnp.amin.rst", "reference/generated/dpnp.angle.rst", "reference/generated/dpnp.any.rst", "reference/generated/dpnp.arange.rst", "reference/generated/dpnp.arccos.rst", "reference/generated/dpnp.arccosh.rst", "reference/generated/dpnp.arcsin.rst", "reference/generated/dpnp.arcsinh.rst", "reference/generated/dpnp.arctan.rst", "reference/generated/dpnp.arctan2.rst", "reference/generated/dpnp.arctanh.rst", "reference/generated/dpnp.argmax.rst", "reference/generated/dpnp.argmin.rst", "reference/generated/dpnp.argsort.rst", "reference/generated/dpnp.around.rst", "reference/generated/dpnp.array.rst", "reference/generated/dpnp.array_equal.rst", "reference/generated/dpnp.asanyarray.rst", "reference/generated/dpnp.asarray.rst", "reference/generated/dpnp.ascontiguousarray.rst", "reference/generated/dpnp.asfarray.rst", "reference/generated/dpnp.asfortranarray.rst", "reference/generated/dpnp.asnumpy.rst", "reference/generated/dpnp.astype.rst", "reference/generated/dpnp.atleast_1d.rst", "reference/generated/dpnp.atleast_2d.rst", "reference/generated/dpnp.atleast_3d.rst", "reference/generated/dpnp.average.rst", "reference/generated/dpnp.bincount.rst", "reference/generated/dpnp.bitwise_and.rst", "reference/generated/dpnp.bitwise_not.rst", "reference/generated/dpnp.bitwise_or.rst", "reference/generated/dpnp.bitwise_xor.rst", "reference/generated/dpnp.broadcast_arrays.rst", "reference/generated/dpnp.broadcast_to.rst", "reference/generated/dpnp.can_cast.rst", "reference/generated/dpnp.cbrt.rst", "reference/generated/dpnp.ceil.rst", "reference/generated/dpnp.choose.rst", "reference/generated/dpnp.clip.rst", "reference/generated/dpnp.column_stack.rst", "reference/generated/dpnp.concatenate.rst", "reference/generated/dpnp.conj.rst", "reference/generated/dpnp.conjugate.rst", "reference/generated/dpnp.convolve.rst", "reference/generated/dpnp.copy.rst", "reference/generated/dpnp.copysign.rst", "reference/generated/dpnp.copyto.rst", "reference/generated/dpnp.correlate.rst", "reference/generated/dpnp.cos.rst", "reference/generated/dpnp.cosh.rst", "reference/generated/dpnp.count_nonzero.rst", "reference/generated/dpnp.cov.rst", "reference/generated/dpnp.cross.rst", "reference/generated/dpnp.cumlogsumexp.rst", "reference/generated/dpnp.cumprod.rst", "reference/generated/dpnp.cumsum.rst", "reference/generated/dpnp.deg2rad.rst", "reference/generated/dpnp.degrees.rst", "reference/generated/dpnp.diag.rst", "reference/generated/dpnp.diag_indices.rst", "reference/generated/dpnp.diag_indices_from.rst", "reference/generated/dpnp.diagflat.rst", "reference/generated/dpnp.diagonal.rst", "reference/generated/dpnp.diff.rst", "reference/generated/dpnp.digitize.rst", "reference/generated/dpnp.divide.rst", "reference/generated/dpnp.dot.rst", "reference/generated/dpnp.dpnp_array.dpnp_array.rst", "reference/generated/dpnp.dstack.rst", "reference/generated/dpnp.dtype.rst", "reference/generated/dpnp.ediff1d.rst", "reference/generated/dpnp.einsum.rst", "reference/generated/dpnp.einsum_path.rst", "reference/generated/dpnp.empty.rst", "reference/generated/dpnp.empty_like.rst", "reference/generated/dpnp.equal.rst", "reference/generated/dpnp.erf.rst", "reference/generated/dpnp.exp.rst", "reference/generated/dpnp.exp2.rst", "reference/generated/dpnp.expand_dims.rst", "reference/generated/dpnp.expm1.rst", "reference/generated/dpnp.extract.rst", "reference/generated/dpnp.eye.rst", "reference/generated/dpnp.fabs.rst", "reference/generated/dpnp.fft.fft.rst", "reference/generated/dpnp.fft.fft2.rst", "reference/generated/dpnp.fft.fftfreq.rst", "reference/generated/dpnp.fft.fftn.rst", "reference/generated/dpnp.fft.fftshift.rst", "reference/generated/dpnp.fft.hfft.rst", "reference/generated/dpnp.fft.ifft.rst", "reference/generated/dpnp.fft.ifft2.rst", "reference/generated/dpnp.fft.ifftn.rst", "reference/generated/dpnp.fft.ifftshift.rst", "reference/generated/dpnp.fft.ihfft.rst", "reference/generated/dpnp.fft.irfft.rst", "reference/generated/dpnp.fft.irfft2.rst", "reference/generated/dpnp.fft.irfftn.rst", "reference/generated/dpnp.fft.rfft.rst", "reference/generated/dpnp.fft.rfft2.rst", "reference/generated/dpnp.fft.rfftfreq.rst", "reference/generated/dpnp.fft.rfftn.rst", "reference/generated/dpnp.fill_diagonal.rst", "reference/generated/dpnp.finfo.rst", "reference/generated/dpnp.flatiter.rst", "reference/generated/dpnp.flip.rst", "reference/generated/dpnp.fliplr.rst", "reference/generated/dpnp.flipud.rst", "reference/generated/dpnp.floor.rst", "reference/generated/dpnp.floor_divide.rst", "reference/generated/dpnp.fmax.rst", "reference/generated/dpnp.fmin.rst", "reference/generated/dpnp.fmod.rst", "reference/generated/dpnp.from_dlpack.rst", "reference/generated/dpnp.frombuffer.rst", "reference/generated/dpnp.fromfile.rst", "reference/generated/dpnp.fromfunction.rst", "reference/generated/dpnp.fromiter.rst", "reference/generated/dpnp.fromstring.rst", "reference/generated/dpnp.full.rst", "reference/generated/dpnp.full_like.rst", "reference/generated/dpnp.geomspace.rst", "reference/generated/dpnp.get_include.rst", "reference/generated/dpnp.gradient.rst", "reference/generated/dpnp.greater.rst", "reference/generated/dpnp.greater_equal.rst", "reference/generated/dpnp.histogram.rst", "reference/generated/dpnp.histogram_bin_edges.rst", "reference/generated/dpnp.hstack.rst", "reference/generated/dpnp.hypot.rst", "reference/generated/dpnp.identity.rst", "reference/generated/dpnp.iinfo.rst", "reference/generated/dpnp.imag.rst", "reference/generated/dpnp.indices.rst", "reference/generated/dpnp.inner.rst", "reference/generated/dpnp.invert.rst", "reference/generated/dpnp.isclose.rst", "reference/generated/dpnp.iscomplex.rst", "reference/generated/dpnp.iscomplexobj.rst", "reference/generated/dpnp.isfinite.rst", "reference/generated/dpnp.isinf.rst", "reference/generated/dpnp.isnan.rst", "reference/generated/dpnp.isneginf.rst", "reference/generated/dpnp.isposinf.rst", "reference/generated/dpnp.isreal.rst", "reference/generated/dpnp.isrealobj.rst", "reference/generated/dpnp.isscalar.rst", "reference/generated/dpnp.issubdtype.rst", "reference/generated/dpnp.issubsctype.rst", "reference/generated/dpnp.kron.rst", "reference/generated/dpnp.left_shift.rst", "reference/generated/dpnp.less.rst", "reference/generated/dpnp.less_equal.rst", "reference/generated/dpnp.linalg.cholesky.rst", "reference/generated/dpnp.linalg.cond.rst", "reference/generated/dpnp.linalg.det.rst", "reference/generated/dpnp.linalg.eig.rst", "reference/generated/dpnp.linalg.eigh.rst", "reference/generated/dpnp.linalg.eigvals.rst", "reference/generated/dpnp.linalg.eigvalsh.rst", "reference/generated/dpnp.linalg.inv.rst", "reference/generated/dpnp.linalg.lstsq.rst", "reference/generated/dpnp.linalg.matrix_power.rst", "reference/generated/dpnp.linalg.matrix_rank.rst", "reference/generated/dpnp.linalg.multi_dot.rst", "reference/generated/dpnp.linalg.norm.rst", "reference/generated/dpnp.linalg.pinv.rst", "reference/generated/dpnp.linalg.qr.rst", "reference/generated/dpnp.linalg.slogdet.rst", "reference/generated/dpnp.linalg.solve.rst", "reference/generated/dpnp.linalg.svd.rst", "reference/generated/dpnp.linalg.tensorinv.rst", "reference/generated/dpnp.linalg.tensorsolve.rst", "reference/generated/dpnp.linspace.rst", "reference/generated/dpnp.loadtxt.rst", "reference/generated/dpnp.log.rst", "reference/generated/dpnp.log10.rst", "reference/generated/dpnp.log1p.rst", "reference/generated/dpnp.log2.rst", "reference/generated/dpnp.logaddexp.rst", "reference/generated/dpnp.logical_and.rst", "reference/generated/dpnp.logical_not.rst", "reference/generated/dpnp.logical_or.rst", "reference/generated/dpnp.logical_xor.rst", "reference/generated/dpnp.logspace.rst", "reference/generated/dpnp.logsumexp.rst", "reference/generated/dpnp.mask_indices.rst", "reference/generated/dpnp.matmul.rst", "reference/generated/dpnp.max.rst", "reference/generated/dpnp.maximum.rst", "reference/generated/dpnp.mean.rst", "reference/generated/dpnp.median.rst", "reference/generated/dpnp.meshgrid.rst", "reference/generated/dpnp.mgrid.rst", "reference/generated/dpnp.min.rst", "reference/generated/dpnp.minimum.rst", "reference/generated/dpnp.mod.rst", "reference/generated/dpnp.modf.rst", "reference/generated/dpnp.moveaxis.rst", "reference/generated/dpnp.multiply.rst", "reference/generated/dpnp.nanargmax.rst", "reference/generated/dpnp.nanargmin.rst", "reference/generated/dpnp.nancumprod.rst", "reference/generated/dpnp.nancumsum.rst", "reference/generated/dpnp.nanmax.rst", "reference/generated/dpnp.nanmean.rst", "reference/generated/dpnp.nanmin.rst", "reference/generated/dpnp.nanprod.rst", "reference/generated/dpnp.nanstd.rst", "reference/generated/dpnp.nansum.rst", "reference/generated/dpnp.nanvar.rst", "reference/generated/dpnp.ndarray.rst", "reference/generated/dpnp.ndarray.T.rst", "reference/generated/dpnp.ndarray.__abs__.rst", "reference/generated/dpnp.ndarray.__add__.rst", "reference/generated/dpnp.ndarray.__and__.rst", "reference/generated/dpnp.ndarray.__bool__.rst", "reference/generated/dpnp.ndarray.__complex__.rst", "reference/generated/dpnp.ndarray.__copy__.rst", "reference/generated/dpnp.ndarray.__eq__.rst", "reference/generated/dpnp.ndarray.__float__.rst", "reference/generated/dpnp.ndarray.__floordiv__.rst", "reference/generated/dpnp.ndarray.__ge__.rst", "reference/generated/dpnp.ndarray.__getitem__.rst", "reference/generated/dpnp.ndarray.__gt__.rst", "reference/generated/dpnp.ndarray.__iadd__.rst", "reference/generated/dpnp.ndarray.__iand__.rst", "reference/generated/dpnp.ndarray.__ifloordiv__.rst", "reference/generated/dpnp.ndarray.__ilshift__.rst", "reference/generated/dpnp.ndarray.__imod__.rst", "reference/generated/dpnp.ndarray.__imul__.rst", "reference/generated/dpnp.ndarray.__int__.rst", "reference/generated/dpnp.ndarray.__invert__.rst", "reference/generated/dpnp.ndarray.__ior__.rst", "reference/generated/dpnp.ndarray.__ipow__.rst", "reference/generated/dpnp.ndarray.__irshift__.rst", "reference/generated/dpnp.ndarray.__isub__.rst", "reference/generated/dpnp.ndarray.__itruediv__.rst", "reference/generated/dpnp.ndarray.__ixor__.rst", "reference/generated/dpnp.ndarray.__le__.rst", "reference/generated/dpnp.ndarray.__len__.rst", "reference/generated/dpnp.ndarray.__lshift__.rst", "reference/generated/dpnp.ndarray.__lt__.rst", "reference/generated/dpnp.ndarray.__matmul__.rst", "reference/generated/dpnp.ndarray.__mod__.rst", "reference/generated/dpnp.ndarray.__mul__.rst", "reference/generated/dpnp.ndarray.__ne__.rst", "reference/generated/dpnp.ndarray.__neg__.rst", "reference/generated/dpnp.ndarray.__new__.rst", "reference/generated/dpnp.ndarray.__or__.rst", "reference/generated/dpnp.ndarray.__pos__.rst", "reference/generated/dpnp.ndarray.__pow__.rst", "reference/generated/dpnp.ndarray.__repr__.rst", "reference/generated/dpnp.ndarray.__rshift__.rst", "reference/generated/dpnp.ndarray.__setitem__.rst", "reference/generated/dpnp.ndarray.__str__.rst", "reference/generated/dpnp.ndarray.__sub__.rst", "reference/generated/dpnp.ndarray.__truediv__.rst", "reference/generated/dpnp.ndarray.__xor__.rst", "reference/generated/dpnp.ndarray.all.rst", "reference/generated/dpnp.ndarray.any.rst", "reference/generated/dpnp.ndarray.argmax.rst", "reference/generated/dpnp.ndarray.argmin.rst", "reference/generated/dpnp.ndarray.argsort.rst", "reference/generated/dpnp.ndarray.astype.rst", "reference/generated/dpnp.ndarray.choose.rst", "reference/generated/dpnp.ndarray.clip.rst", "reference/generated/dpnp.ndarray.conj.rst", "reference/generated/dpnp.ndarray.conjugate.rst", "reference/generated/dpnp.ndarray.copy.rst", "reference/generated/dpnp.ndarray.cumprod.rst", "reference/generated/dpnp.ndarray.cumsum.rst", "reference/generated/dpnp.ndarray.diagonal.rst", "reference/generated/dpnp.ndarray.dtype.rst", "reference/generated/dpnp.ndarray.fill.rst", "reference/generated/dpnp.ndarray.flags.rst", "reference/generated/dpnp.ndarray.flat.rst", "reference/generated/dpnp.ndarray.flatten.rst", "reference/generated/dpnp.ndarray.imag.rst", "reference/generated/dpnp.ndarray.item.rst", "reference/generated/dpnp.ndarray.itemsize.rst", "reference/generated/dpnp.ndarray.max.rst", "reference/generated/dpnp.ndarray.mean.rst", "reference/generated/dpnp.ndarray.min.rst", "reference/generated/dpnp.ndarray.nbytes.rst", "reference/generated/dpnp.ndarray.ndim.rst", "reference/generated/dpnp.ndarray.nonzero.rst", "reference/generated/dpnp.ndarray.partition.rst", "reference/generated/dpnp.ndarray.prod.rst", "reference/generated/dpnp.ndarray.put.rst", "reference/generated/dpnp.ndarray.ravel.rst", "reference/generated/dpnp.ndarray.real.rst", "reference/generated/dpnp.ndarray.repeat.rst", "reference/generated/dpnp.ndarray.reshape.rst", "reference/generated/dpnp.ndarray.round.rst", "reference/generated/dpnp.ndarray.searchsorted.rst", "reference/generated/dpnp.ndarray.shape.rst", "reference/generated/dpnp.ndarray.size.rst", "reference/generated/dpnp.ndarray.sort.rst", "reference/generated/dpnp.ndarray.squeeze.rst", "reference/generated/dpnp.ndarray.std.rst", "reference/generated/dpnp.ndarray.strides.rst", "reference/generated/dpnp.ndarray.sum.rst", "reference/generated/dpnp.ndarray.swapaxes.rst", "reference/generated/dpnp.ndarray.take.rst", "reference/generated/dpnp.ndarray.trace.rst", "reference/generated/dpnp.ndarray.transpose.rst", "reference/generated/dpnp.ndarray.var.rst", "reference/generated/dpnp.negative.rst", "reference/generated/dpnp.nextafter.rst", "reference/generated/dpnp.nonzero.rst", "reference/generated/dpnp.not_equal.rst", "reference/generated/dpnp.ogrid.rst", "reference/generated/dpnp.ones.rst", "reference/generated/dpnp.ones_like.rst", "reference/generated/dpnp.outer.rst", "reference/generated/dpnp.partition.rst", "reference/generated/dpnp.place.rst", "reference/generated/dpnp.positive.rst", "reference/generated/dpnp.power.rst", "reference/generated/dpnp.prod.rst", "reference/generated/dpnp.proj.rst", "reference/generated/dpnp.ptp.rst", "reference/generated/dpnp.put.rst", "reference/generated/dpnp.put_along_axis.rst", "reference/generated/dpnp.putmask.rst", "reference/generated/dpnp.rad2deg.rst", "reference/generated/dpnp.radians.rst", "reference/generated/dpnp.random.RandomState.rst", "reference/generated/dpnp.random.beta.rst", "reference/generated/dpnp.random.binomial.rst", "reference/generated/dpnp.random.bytes.rst", "reference/generated/dpnp.random.chisquare.rst", "reference/generated/dpnp.random.choice.rst", "reference/generated/dpnp.random.dirichlet.rst", "reference/generated/dpnp.random.exponential.rst", "reference/generated/dpnp.random.f.rst", "reference/generated/dpnp.random.gamma.rst", "reference/generated/dpnp.random.geometric.rst", "reference/generated/dpnp.random.gumbel.rst", "reference/generated/dpnp.random.hypergeometric.rst", "reference/generated/dpnp.random.laplace.rst", "reference/generated/dpnp.random.logistic.rst", "reference/generated/dpnp.random.lognormal.rst", "reference/generated/dpnp.random.logseries.rst", "reference/generated/dpnp.random.multinomial.rst", "reference/generated/dpnp.random.multivariate_normal.rst", "reference/generated/dpnp.random.negative_binomial.rst", "reference/generated/dpnp.random.noncentral_chisquare.rst", "reference/generated/dpnp.random.noncentral_f.rst", "reference/generated/dpnp.random.normal.rst", "reference/generated/dpnp.random.pareto.rst", "reference/generated/dpnp.random.permutation.rst", "reference/generated/dpnp.random.poisson.rst", "reference/generated/dpnp.random.power.rst", "reference/generated/dpnp.random.rand.rst", "reference/generated/dpnp.random.randint.rst", "reference/generated/dpnp.random.randn.rst", "reference/generated/dpnp.random.random.rst", "reference/generated/dpnp.random.random_integers.rst", "reference/generated/dpnp.random.random_sample.rst", "reference/generated/dpnp.random.ranf.rst", "reference/generated/dpnp.random.rayleigh.rst", "reference/generated/dpnp.random.sample.rst", "reference/generated/dpnp.random.seed.rst", "reference/generated/dpnp.random.shuffle.rst", "reference/generated/dpnp.random.standard_cauchy.rst", "reference/generated/dpnp.random.standard_exponential.rst", "reference/generated/dpnp.random.standard_gamma.rst", "reference/generated/dpnp.random.standard_normal.rst", "reference/generated/dpnp.random.standard_t.rst", "reference/generated/dpnp.random.triangular.rst", "reference/generated/dpnp.random.uniform.rst", "reference/generated/dpnp.random.vonmises.rst", "reference/generated/dpnp.random.wald.rst", "reference/generated/dpnp.random.weibull.rst", "reference/generated/dpnp.random.zipf.rst", "reference/generated/dpnp.ravel.rst", "reference/generated/dpnp.real.rst", "reference/generated/dpnp.reciprocal.rst", "reference/generated/dpnp.reduce_hypot.rst", "reference/generated/dpnp.remainder.rst", "reference/generated/dpnp.repeat.rst", "reference/generated/dpnp.reshape.rst", "reference/generated/dpnp.result_type.rst", "reference/generated/dpnp.right_shift.rst", "reference/generated/dpnp.rint.rst", "reference/generated/dpnp.roll.rst", "reference/generated/dpnp.rollaxis.rst", "reference/generated/dpnp.round.rst", "reference/generated/dpnp.row_stack.rst", "reference/generated/dpnp.rsqrt.rst", "reference/generated/dpnp.searchsorted.rst", "reference/generated/dpnp.select.rst", "reference/generated/dpnp.shape.rst", "reference/generated/dpnp.sign.rst", "reference/generated/dpnp.signbit.rst", "reference/generated/dpnp.sin.rst", "reference/generated/dpnp.sinh.rst", "reference/generated/dpnp.sort.rst", "reference/generated/dpnp.sort_complex.rst", "reference/generated/dpnp.sqrt.rst", "reference/generated/dpnp.square.rst", "reference/generated/dpnp.squeeze.rst", "reference/generated/dpnp.stack.rst", "reference/generated/dpnp.std.rst", "reference/generated/dpnp.subtract.rst", "reference/generated/dpnp.sum.rst", "reference/generated/dpnp.swapaxes.rst", "reference/generated/dpnp.take.rst", "reference/generated/dpnp.take_along_axis.rst", "reference/generated/dpnp.tan.rst", "reference/generated/dpnp.tanh.rst", "reference/generated/dpnp.tensordot.rst", "reference/generated/dpnp.tile.rst", "reference/generated/dpnp.trace.rst", "reference/generated/dpnp.transpose.rst", "reference/generated/dpnp.trapz.rst", "reference/generated/dpnp.tri.rst", "reference/generated/dpnp.tril.rst", "reference/generated/dpnp.tril_indices.rst", "reference/generated/dpnp.tril_indices_from.rst", "reference/generated/dpnp.trim_zeros.rst", "reference/generated/dpnp.triu.rst", "reference/generated/dpnp.triu_indices.rst", "reference/generated/dpnp.triu_indices_from.rst", "reference/generated/dpnp.true_divide.rst", "reference/generated/dpnp.trunc.rst", "reference/generated/dpnp.unique.rst", "reference/generated/dpnp.unwrap.rst", "reference/generated/dpnp.vander.rst", "reference/generated/dpnp.var.rst", "reference/generated/dpnp.vdot.rst", "reference/generated/dpnp.vstack.rst", "reference/generated/dpnp.where.rst", "reference/generated/dpnp.zeros.rst", "reference/generated/dpnp.zeros_like.rst", "reference/index.rst", "reference/indexing.rst", "reference/linalg.rst", "reference/logic.rst", "reference/manipulation.rst", "reference/math.rst", "reference/misc.rst", "reference/ndarray.rst", "reference/pad.rst", "reference/polynomials.rst", "reference/random.rst", "reference/routines.rst", "reference/sorting.rst", "reference/special.rst", "reference/statistics.rst", "reference/ufunc.rst"], "indexentries": {"__abs__() (dpnp.ndarray method)": [[231, "dpnp.ndarray.__abs__", false]], "__add__() (dpnp.ndarray method)": [[232, "dpnp.ndarray.__add__", false]], "__and__() (dpnp.ndarray method)": [[233, "dpnp.ndarray.__and__", false]], "__bool__() (dpnp.ndarray method)": [[234, "dpnp.ndarray.__bool__", false]], "__complex__() (dpnp.ndarray method)": [[235, "dpnp.ndarray.__complex__", false]], "__copy__() (dpnp.ndarray method)": [[236, "dpnp.ndarray.__copy__", false]], "__eq__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__eq__", false]], "__eq__() (dpnp.dtype method)": [[87, "dpnp.dtype.__eq__", false]], "__eq__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__eq__", false]], "__eq__() (dpnp.ndarray method)": [[237, "dpnp.ndarray.__eq__", false]], "__eq__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__eq__", false]], "__float__() (dpnp.ndarray method)": [[238, "dpnp.ndarray.__float__", false]], "__floordiv__() (dpnp.ndarray method)": [[239, "dpnp.ndarray.__floordiv__", false]], "__ge__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__ge__", false]], "__ge__() (dpnp.dtype method)": [[87, "dpnp.dtype.__ge__", false]], "__ge__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__ge__", false]], "__ge__() (dpnp.ndarray method)": [[240, "dpnp.ndarray.__ge__", false]], "__ge__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__ge__", false]], "__getitem__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__getitem__", false]], "__getitem__() (dpnp.dtype method)": [[87, "dpnp.dtype.__getitem__", false]], "__getitem__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__getitem__", false]], "__getitem__() (dpnp.ndarray method)": [[241, "dpnp.ndarray.__getitem__", false]], "__gt__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__gt__", false]], "__gt__() (dpnp.dtype method)": [[87, "dpnp.dtype.__gt__", false]], "__gt__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__gt__", false]], "__gt__() (dpnp.ndarray method)": [[242, "dpnp.ndarray.__gt__", false]], "__gt__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__gt__", false]], "__iadd__() (dpnp.ndarray method)": [[243, "dpnp.ndarray.__iadd__", false]], "__iand__() (dpnp.ndarray method)": [[244, "dpnp.ndarray.__iand__", false]], "__ifloordiv__() (dpnp.ndarray method)": [[245, "dpnp.ndarray.__ifloordiv__", false]], "__ilshift__() (dpnp.ndarray method)": [[246, "dpnp.ndarray.__ilshift__", false]], "__imod__() (dpnp.ndarray method)": [[247, "dpnp.ndarray.__imod__", false]], "__imul__() (dpnp.ndarray method)": [[248, "dpnp.ndarray.__imul__", false]], "__int__() (dpnp.ndarray method)": [[249, "dpnp.ndarray.__int__", false]], "__invert__() (dpnp.ndarray method)": [[250, "dpnp.ndarray.__invert__", false]], "__ior__() (dpnp.ndarray method)": [[251, "dpnp.ndarray.__ior__", false]], "__ipow__() (dpnp.ndarray method)": [[252, "dpnp.ndarray.__ipow__", false]], "__irshift__() (dpnp.ndarray method)": [[253, "dpnp.ndarray.__irshift__", false]], "__isub__() (dpnp.ndarray method)": [[254, "dpnp.ndarray.__isub__", false]], "__iter__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__iter__", false]], "__itruediv__() (dpnp.ndarray method)": [[255, "dpnp.ndarray.__itruediv__", false]], "__ixor__() (dpnp.ndarray method)": [[256, "dpnp.ndarray.__ixor__", false]], "__le__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__le__", false]], "__le__() (dpnp.dtype method)": [[87, "dpnp.dtype.__le__", false]], "__le__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__le__", false]], "__le__() (dpnp.ndarray method)": [[257, "dpnp.ndarray.__le__", false]], "__le__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__le__", false]], "__len__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__len__", false]], "__len__() (dpnp.dtype method)": [[87, "dpnp.dtype.__len__", false]], "__len__() (dpnp.ndarray method)": [[258, "dpnp.ndarray.__len__", false]], "__lshift__() (dpnp.ndarray method)": [[259, "dpnp.ndarray.__lshift__", false]], "__lt__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__lt__", false]], "__lt__() (dpnp.dtype method)": [[87, "dpnp.dtype.__lt__", false]], "__lt__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__lt__", false]], "__lt__() (dpnp.ndarray method)": [[260, "dpnp.ndarray.__lt__", false]], "__lt__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__lt__", false]], "__matmul__() (dpnp.ndarray method)": [[261, "dpnp.ndarray.__matmul__", false]], "__mod__() (dpnp.ndarray method)": [[262, "dpnp.ndarray.__mod__", false]], "__mul__() (dpnp.ndarray method)": [[263, "dpnp.ndarray.__mul__", false]], "__ne__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__ne__", false]], "__ne__() (dpnp.dtype method)": [[87, "dpnp.dtype.__ne__", false]], "__ne__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__ne__", false]], "__ne__() (dpnp.ndarray method)": [[264, "dpnp.ndarray.__ne__", false]], "__ne__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__ne__", false]], "__neg__() (dpnp.ndarray method)": [[265, "dpnp.ndarray.__neg__", false]], "__new__() (dpnp.ndarray method)": [[266, "dpnp.ndarray.__new__", false]], "__next__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__next__", false]], "__or__() (dpnp.ndarray method)": [[267, "dpnp.ndarray.__or__", false]], "__pos__() (dpnp.ndarray method)": [[268, "dpnp.ndarray.__pos__", false]], "__pow__() (dpnp.ndarray method)": [[269, "dpnp.ndarray.__pow__", false]], "__repr__() (dpnp.ndarray method)": [[270, "dpnp.ndarray.__repr__", false]], "__rshift__() (dpnp.ndarray method)": [[271, "dpnp.ndarray.__rshift__", false]], "__setitem__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__setitem__", false]], "__setitem__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__setitem__", false]], "__setitem__() (dpnp.ndarray method)": [[272, "dpnp.ndarray.__setitem__", false]], "__str__() (dpnp.ndarray method)": [[273, "dpnp.ndarray.__str__", false]], "__sub__() (dpnp.ndarray method)": [[274, "dpnp.ndarray.__sub__", false]], "__truediv__() (dpnp.ndarray method)": [[275, "dpnp.ndarray.__truediv__", false]], "__xor__() (dpnp.ndarray method)": [[276, "dpnp.ndarray.__xor__", false]], "abs() (in module dpnp)": [[11, "dpnp.abs", false]], "absolute() (in module dpnp)": [[12, "dpnp.absolute", false]], "add() (in module dpnp)": [[13, "dpnp.add", false]], "alignment (dpnp.dtype attribute)": [[87, "dpnp.dtype.alignment", false]], "all() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.all", false]], "all() (dpnp.ndarray method)": [[277, "dpnp.ndarray.all", false]], "all() (in module dpnp)": [[14, "dpnp.all", false]], "allclose() (in module dpnp)": [[15, "dpnp.allclose", false]], "amax() (in module dpnp)": [[16, "dpnp.amax", false]], "amin() (in module dpnp)": [[17, "dpnp.amin", false]], "angle() (in module dpnp)": [[18, "dpnp.angle", false]], "any() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.any", false]], "any() (dpnp.ndarray method)": [[278, "dpnp.ndarray.any", false]], "any() (in module dpnp)": [[19, "dpnp.any", false]], "arange() (in module dpnp)": [[20, "dpnp.arange", false]], "arccos() (in module dpnp)": [[21, "dpnp.arccos", false]], "arccosh() (in module dpnp)": [[22, "dpnp.arccosh", false]], "arcsin() (in module dpnp)": [[23, "dpnp.arcsin", false]], "arcsinh() (in module dpnp)": [[24, "dpnp.arcsinh", false]], "arctan() (in module dpnp)": [[25, "dpnp.arctan", false]], "arctan2() (in module dpnp)": [[26, "dpnp.arctan2", false]], "arctanh() (in module dpnp)": [[27, "dpnp.arctanh", false]], "argmax() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.argmax", false]], "argmax() (dpnp.ndarray method)": [[279, "dpnp.ndarray.argmax", false]], "argmax() (in module dpnp)": [[28, "dpnp.argmax", false]], "argmin() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.argmin", false]], "argmin() (dpnp.ndarray method)": [[280, "dpnp.ndarray.argmin", false]], "argmin() (in module dpnp)": [[29, "dpnp.argmin", false]], "argsort() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.argsort", false]], "argsort() (dpnp.ndarray method)": [[281, "dpnp.ndarray.argsort", false]], "argsort() (in module dpnp)": [[30, "dpnp.argsort", false]], "around() (in module dpnp)": [[31, "dpnp.around", false]], "array() (in module dpnp)": [[32, "dpnp.array", false]], "array_equal() (in module dpnp)": [[33, "dpnp.array_equal", false]], "asanyarray() (in module dpnp)": [[34, "dpnp.asanyarray", false]], "asarray() (in module dpnp)": [[35, "dpnp.asarray", false]], "ascontiguousarray() (in module dpnp)": [[36, "dpnp.ascontiguousarray", false]], "asfarray() (in module dpnp)": [[37, "dpnp.asfarray", false]], "asfortranarray() (in module dpnp)": [[38, "dpnp.asfortranarray", false]], "asnumpy() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.asnumpy", false]], "asnumpy() (in module dpnp)": [[39, "dpnp.asnumpy", false]], "astype() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.astype", false]], "astype() (dpnp.ndarray method)": [[282, "dpnp.ndarray.astype", false]], "astype() (in module dpnp)": [[40, "dpnp.astype", false]], "atleast_1d() (in module dpnp)": [[41, "dpnp.atleast_1d", false]], "atleast_2d() (in module dpnp)": [[42, "dpnp.atleast_2d", false]], "atleast_3d() (in module dpnp)": [[43, "dpnp.atleast_3d", false]], "average() (in module dpnp)": [[44, "dpnp.average", false]], "base (dpnp.dtype attribute)": [[87, "dpnp.dtype.base", false]], "beta() (in module dpnp.random)": [[347, "dpnp.random.beta", false]], "bincount() (in module dpnp)": [[45, "dpnp.bincount", false]], "binomial() (in module dpnp.random)": [[348, "dpnp.random.binomial", false]], "bitwise_and() (in module dpnp)": [[46, "dpnp.bitwise_and", false]], "bitwise_not() (in module dpnp)": [[47, "dpnp.bitwise_not", false]], "bitwise_or() (in module dpnp)": [[48, "dpnp.bitwise_or", false]], "bitwise_xor() (in module dpnp)": [[49, "dpnp.bitwise_xor", false]], "broadcast_arrays() (in module dpnp)": [[50, "dpnp.broadcast_arrays", false]], "broadcast_to() (in module dpnp)": [[51, "dpnp.broadcast_to", false]], "byteorder (dpnp.dtype attribute)": [[87, "dpnp.dtype.byteorder", false]], "bytes() (in module dpnp.random)": [[349, "dpnp.random.bytes", false]], "can_cast() (in module dpnp)": [[52, "dpnp.can_cast", false]], "cbrt() (in module dpnp)": [[53, "dpnp.cbrt", false]], "ceil() (in module dpnp)": [[54, "dpnp.ceil", false]], "char (dpnp.dtype attribute)": [[87, "dpnp.dtype.char", false]], "chisquare() (in module dpnp.random)": [[350, "dpnp.random.chisquare", false]], "choice() (in module dpnp.random)": [[351, "dpnp.random.choice", false]], "cholesky() (in module dpnp.linalg)": [[171, "dpnp.linalg.cholesky", false]], "choose() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.choose", false]], "choose() (dpnp.ndarray method)": [[283, "dpnp.ndarray.choose", false]], "choose() (in module dpnp)": [[55, "dpnp.choose", false]], "clip() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.clip", false]], "clip() (dpnp.ndarray method)": [[284, "dpnp.ndarray.clip", false]], "clip() (in module dpnp)": [[56, "dpnp.clip", false]], "column_stack() (in module dpnp)": [[57, "dpnp.column_stack", false]], "concatenate() (in module dpnp)": [[58, "dpnp.concatenate", false]], "cond() (in module dpnp.linalg)": [[172, "dpnp.linalg.cond", false]], "conj() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.conj", false]], "conj() (dpnp.ndarray method)": [[285, "dpnp.ndarray.conj", false]], "conj() (in module dpnp)": [[59, "dpnp.conj", false]], "conjugate() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.conjugate", false]], "conjugate() (dpnp.ndarray method)": [[286, "dpnp.ndarray.conjugate", false]], "conjugate() (in module dpnp)": [[60, "dpnp.conjugate", false]], "convolve() (in module dpnp)": [[61, "dpnp.convolve", false]], "copy() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.copy", false]], "copy() (dpnp.ndarray method)": [[287, "dpnp.ndarray.copy", false]], "copy() (in module dpnp)": [[62, "dpnp.copy", false]], "copysign() (in module dpnp)": [[63, "dpnp.copysign", false]], "copyto() (in module dpnp)": [[64, "dpnp.copyto", false]], "correlate() (in module dpnp)": [[65, "dpnp.correlate", false]], "cos() (in module dpnp)": [[66, "dpnp.cos", false]], "cosh() (in module dpnp)": [[67, "dpnp.cosh", false]], "count_nonzero() (in module dpnp)": [[68, "dpnp.count_nonzero", false]], "cov() (in module dpnp)": [[69, "dpnp.cov", false]], "cross() (in module dpnp)": [[70, "dpnp.cross", false]], "cumlogsumexp() (in module dpnp)": [[71, "dpnp.cumlogsumexp", false]], "cumprod() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.cumprod", false]], "cumprod() (dpnp.ndarray method)": [[288, "dpnp.ndarray.cumprod", false]], "cumprod() (in module dpnp)": [[72, "dpnp.cumprod", false]], "cumsum() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.cumsum", false]], "cumsum() (dpnp.ndarray method)": [[289, "dpnp.ndarray.cumsum", false]], "cumsum() (in module dpnp)": [[73, "dpnp.cumsum", false]], "deg2rad() (in module dpnp)": [[74, "dpnp.deg2rad", false]], "degrees() (in module dpnp)": [[75, "dpnp.degrees", false]], "descr (dpnp.dtype attribute)": [[87, "dpnp.dtype.descr", false]], "det() (in module dpnp.linalg)": [[173, "dpnp.linalg.det", false]], "device (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.device", false]], "diag() (in module dpnp)": [[76, "dpnp.diag", false]], "diag_indices() (in module dpnp)": [[77, "dpnp.diag_indices", false]], "diag_indices_from() (in module dpnp)": [[78, "dpnp.diag_indices_from", false]], "diagflat() (in module dpnp)": [[79, "dpnp.diagflat", false]], "diagonal() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.diagonal", false]], "diagonal() (dpnp.ndarray method)": [[290, "dpnp.ndarray.diagonal", false]], "diagonal() (in module dpnp)": [[80, "dpnp.diagonal", false]], "diff() (in module dpnp)": [[81, "dpnp.diff", false]], "digitize() (in module dpnp)": [[82, "dpnp.digitize", false]], "dirichlet() (in module dpnp.random)": [[352, "dpnp.random.dirichlet", false]], "divide() (in module dpnp)": [[83, "dpnp.divide", false]], "dot() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.dot", false]], "dot() (in module dpnp)": [[84, "dpnp.dot", false]], "dpnp": [[2, "module-dpnp", false], [3, "module-dpnp", false]], "dpnp.fft": [[10, "module-0", false], [10, "module-dpnp.fft", false]], "dpnp.random": [[465, "module-dpnp.random", false]], "dpnp_array (class in dpnp.dpnp_array)": [[85, "dpnp.dpnp_array.dpnp_array", false]], "dstack() (in module dpnp)": [[86, "dpnp.dstack", false]], "dtype (class in dpnp)": [[87, "dpnp.dtype", false]], "dtype (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.dtype", false]], "dtype (dpnp.ndarray property)": [[291, "dpnp.ndarray.dtype", false]], "ediff1d() (in module dpnp)": [[88, "dpnp.ediff1d", false]], "eig() (in module dpnp.linalg)": [[174, "dpnp.linalg.eig", false]], "eigh() (in module dpnp.linalg)": [[175, "dpnp.linalg.eigh", false]], "eigvals() (in module dpnp.linalg)": [[176, "dpnp.linalg.eigvals", false]], "eigvalsh() (in module dpnp.linalg)": [[177, "dpnp.linalg.eigvalsh", false]], "einsum() (in module dpnp)": [[89, "dpnp.einsum", false]], "einsum_path() (in module dpnp)": [[90, "dpnp.einsum_path", false]], "empty() (in module dpnp)": [[91, "dpnp.empty", false]], "empty_like() (in module dpnp)": [[92, "dpnp.empty_like", false]], "equal() (in module dpnp)": [[93, "dpnp.equal", false]], "erf() (in module dpnp)": [[94, "dpnp.erf", false]], "exp() (in module dpnp)": [[95, "dpnp.exp", false]], "exp2() (in module dpnp)": [[96, "dpnp.exp2", false]], "expand_dims() (in module dpnp)": [[97, "dpnp.expand_dims", false]], "expm1() (in module dpnp)": [[98, "dpnp.expm1", false]], "exponential() (in module dpnp.random)": [[353, "dpnp.random.exponential", false]], "extract() (in module dpnp)": [[99, "dpnp.extract", false]], "eye() (in module dpnp)": [[100, "dpnp.eye", false]], "f() (in module dpnp.random)": [[354, "dpnp.random.f", false]], "fabs() (in module dpnp)": [[101, "dpnp.fabs", false]], "fft() (in module dpnp.fft)": [[102, "dpnp.fft.fft", false]], "fft2() (in module dpnp.fft)": [[103, "dpnp.fft.fft2", false]], "fftfreq() (in module dpnp.fft)": [[104, "dpnp.fft.fftfreq", false]], "fftn() (in module dpnp.fft)": [[105, "dpnp.fft.fftn", false]], "fftshift() (in module dpnp.fft)": [[106, "dpnp.fft.fftshift", false]], "fields (dpnp.dtype attribute)": [[87, "dpnp.dtype.fields", false]], "fill() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.fill", false]], "fill() (dpnp.ndarray method)": [[292, "dpnp.ndarray.fill", false]], "fill_diagonal() (in module dpnp)": [[120, "dpnp.fill_diagonal", false]], "finfo() (in module dpnp)": [[121, "dpnp.finfo", false]], "flags (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.flags", false]], "flags (dpnp.dtype attribute)": [[87, "dpnp.dtype.flags", false]], "flags (dpnp.ndarray property)": [[293, "dpnp.ndarray.flags", false]], "flat (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.flat", false]], "flat (dpnp.ndarray property)": [[294, "dpnp.ndarray.flat", false]], "flatiter (class in dpnp)": [[122, "dpnp.flatiter", false]], "flatten() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.flatten", false]], "flatten() (dpnp.ndarray method)": [[295, "dpnp.ndarray.flatten", false]], "flip() (in module dpnp)": [[123, "dpnp.flip", false]], "fliplr() (in module dpnp)": [[124, "dpnp.fliplr", false]], "flipud() (in module dpnp)": [[125, "dpnp.flipud", false]], "floor() (in module dpnp)": [[126, "dpnp.floor", false]], "floor_divide() (in module dpnp)": [[127, "dpnp.floor_divide", false]], "fmax() (in module dpnp)": [[128, "dpnp.fmax", false]], "fmin() (in module dpnp)": [[129, "dpnp.fmin", false]], "fmod() (in module dpnp)": [[130, "dpnp.fmod", false]], "from_dlpack() (in module dpnp)": [[131, "dpnp.from_dlpack", false]], "frombuffer() (in module dpnp)": [[132, "dpnp.frombuffer", false]], "fromfile() (in module dpnp)": [[133, "dpnp.fromfile", false]], "fromfunction() (in module dpnp)": [[134, "dpnp.fromfunction", false]], "fromiter() (in module dpnp)": [[135, "dpnp.fromiter", false]], "fromstring() (in module dpnp)": [[136, "dpnp.fromstring", false]], "full() (in module dpnp)": [[137, "dpnp.full", false]], "full_like() (in module dpnp)": [[138, "dpnp.full_like", false]], "gamma() (in module dpnp.random)": [[355, "dpnp.random.gamma", false]], "geometric() (in module dpnp.random)": [[356, "dpnp.random.geometric", false]], "geomspace() (in module dpnp)": [[139, "dpnp.geomspace", false]], "get_array() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.get_array", false]], "get_include() (in module dpnp)": [[140, "dpnp.get_include", false]], "get_state() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.get_state", false]], "get_sycl_device() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.get_sycl_device", false]], "get_sycl_queue() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.get_sycl_queue", false]], "gradient() (in module dpnp)": [[141, "dpnp.gradient", false]], "greater() (in module dpnp)": [[142, "dpnp.greater", false]], "greater_equal() (in module dpnp)": [[143, "dpnp.greater_equal", false]], "gumbel() (in module dpnp.random)": [[357, "dpnp.random.gumbel", false]], "hasobject (dpnp.dtype attribute)": [[87, "dpnp.dtype.hasobject", false]], "hfft() (in module dpnp.fft)": [[107, "dpnp.fft.hfft", false]], "histogram() (in module dpnp)": [[144, "dpnp.histogram", false]], "histogram_bin_edges() (in module dpnp)": [[145, "dpnp.histogram_bin_edges", false]], "hstack() (in module dpnp)": [[146, "dpnp.hstack", false]], "hypergeometric() (in module dpnp.random)": [[358, "dpnp.random.hypergeometric", false]], "hypot() (in module dpnp)": [[147, "dpnp.hypot", false]], "identity() (in module dpnp)": [[148, "dpnp.identity", false]], "ifft() (in module dpnp.fft)": [[108, "dpnp.fft.ifft", false]], "ifft2() (in module dpnp.fft)": [[109, "dpnp.fft.ifft2", false]], "ifftn() (in module dpnp.fft)": [[110, "dpnp.fft.ifftn", false]], "ifftshift() (in module dpnp.fft)": [[111, "dpnp.fft.ifftshift", false]], "ihfft() (in module dpnp.fft)": [[112, "dpnp.fft.ihfft", false]], "iinfo() (in module dpnp)": [[149, "dpnp.iinfo", false]], "imag (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.imag", false]], "imag (dpnp.ndarray property)": [[296, "dpnp.ndarray.imag", false]], "imag() (in module dpnp)": [[150, "dpnp.imag", false]], "indices() (in module dpnp)": [[151, "dpnp.indices", false]], "inner() (in module dpnp)": [[152, "dpnp.inner", false]], "inv() (in module dpnp.linalg)": [[178, "dpnp.linalg.inv", false]], "invert() (in module dpnp)": [[153, "dpnp.invert", false]], "irfft() (in module dpnp.fft)": [[113, "dpnp.fft.irfft", false]], "irfft2() (in module dpnp.fft)": [[114, "dpnp.fft.irfft2", false]], "irfftn() (in module dpnp.fft)": [[115, "dpnp.fft.irfftn", false]], "isalignedstruct (dpnp.dtype attribute)": [[87, "dpnp.dtype.isalignedstruct", false]], "isbuiltin (dpnp.dtype attribute)": [[87, "dpnp.dtype.isbuiltin", false]], "isclose() (in module dpnp)": [[154, "dpnp.isclose", false]], "iscomplex() (in module dpnp)": [[155, "dpnp.iscomplex", false]], "iscomplexobj() (in module dpnp)": [[156, "dpnp.iscomplexobj", false]], "isfinite() (in module dpnp)": [[157, "dpnp.isfinite", false]], "isinf() (in module dpnp)": [[158, "dpnp.isinf", false]], "isnan() (in module dpnp)": [[159, "dpnp.isnan", false]], "isnative (dpnp.dtype attribute)": [[87, "dpnp.dtype.isnative", false]], "isneginf() (in module dpnp)": [[160, "dpnp.isneginf", false]], "isposinf() (in module dpnp)": [[161, "dpnp.isposinf", false]], "isreal() (in module dpnp)": [[162, "dpnp.isreal", false]], "isrealobj() (in module dpnp)": [[163, "dpnp.isrealobj", false]], "isscalar() (in module dpnp)": [[164, "dpnp.isscalar", false]], "issubdtype() (in module dpnp)": [[165, "dpnp.issubdtype", false]], "issubsctype() (in module dpnp)": [[166, "dpnp.issubsctype", false]], "item() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.item", false]], "item() (dpnp.ndarray method)": [[297, "dpnp.ndarray.item", false]], "itemsize (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.itemsize", false]], "itemsize (dpnp.dtype attribute)": [[87, "dpnp.dtype.itemsize", false]], "itemsize (dpnp.ndarray property)": [[298, "dpnp.ndarray.itemsize", false]], "kind (dpnp.dtype attribute)": [[87, "dpnp.dtype.kind", false]], "kron() (in module dpnp)": [[167, "dpnp.kron", false]], "laplace() (in module dpnp.random)": [[359, "dpnp.random.laplace", false]], "left_shift() (in module dpnp)": [[168, "dpnp.left_shift", false]], "less() (in module dpnp)": [[169, "dpnp.less", false]], "less_equal() (in module dpnp)": [[170, "dpnp.less_equal", false]], "linspace() (in module dpnp)": [[191, "dpnp.linspace", false]], "loadtxt() (in module dpnp)": [[192, "dpnp.loadtxt", false]], "log() (in module dpnp)": [[193, "dpnp.log", false]], "log10() (in module dpnp)": [[194, "dpnp.log10", false]], "log1p() (in module dpnp)": [[195, "dpnp.log1p", false]], "log2() (in module dpnp)": [[196, "dpnp.log2", false]], "logaddexp() (in module dpnp)": [[197, "dpnp.logaddexp", false]], "logical_and() (in module dpnp)": [[198, "dpnp.logical_and", false]], "logical_not() (in module dpnp)": [[199, "dpnp.logical_not", false]], "logical_or() (in module dpnp)": [[200, "dpnp.logical_or", false]], "logical_xor() (in module dpnp)": [[201, "dpnp.logical_xor", false]], "logistic() (in module dpnp.random)": [[360, "dpnp.random.logistic", false]], "lognormal() (in module dpnp.random)": [[361, "dpnp.random.lognormal", false]], "logseries() (in module dpnp.random)": [[362, "dpnp.random.logseries", false]], "logspace() (in module dpnp)": [[202, "dpnp.logspace", false]], "logsumexp() (in module dpnp)": [[203, "dpnp.logsumexp", false]], "lstsq() (in module dpnp.linalg)": [[179, "dpnp.linalg.lstsq", false]], "mask_indices() (in module dpnp)": [[204, "dpnp.mask_indices", false]], "matmul() (in module dpnp)": [[205, "dpnp.matmul", false]], "matrix_power() (in module dpnp.linalg)": [[180, "dpnp.linalg.matrix_power", false]], "matrix_rank() (in module dpnp.linalg)": [[181, "dpnp.linalg.matrix_rank", false]], "max() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.max", false]], "max() (dpnp.ndarray method)": [[299, "dpnp.ndarray.max", false]], "max() (in module dpnp)": [[206, "dpnp.max", false]], "maximum() (in module dpnp)": [[207, "dpnp.maximum", false]], "mean() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.mean", false]], "mean() (dpnp.ndarray method)": [[300, "dpnp.ndarray.mean", false]], "mean() (in module dpnp)": [[208, "dpnp.mean", false]], "median() (in module dpnp)": [[209, "dpnp.median", false]], "meshgrid() (in module dpnp)": [[210, "dpnp.meshgrid", false]], "metadata (dpnp.dtype attribute)": [[87, "dpnp.dtype.metadata", false]], "mgrid (in module dpnp)": [[211, "dpnp.mgrid", false]], "min() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.min", false]], "min() (dpnp.ndarray method)": [[301, "dpnp.ndarray.min", false]], "min() (in module dpnp)": [[212, "dpnp.min", false]], "minimum() (in module dpnp)": [[213, "dpnp.minimum", false]], "mod() (in module dpnp)": [[214, "dpnp.mod", false]], "modf() (in module dpnp)": [[215, "dpnp.modf", false]], "module": [[2, "module-dpnp", false], [3, "module-dpnp", false], [10, "module-0", false], [10, "module-dpnp.fft", false], [465, "module-dpnp.random", false]], "moveaxis() (in module dpnp)": [[216, "dpnp.moveaxis", false]], "multi_dot() (in module dpnp.linalg)": [[182, "dpnp.linalg.multi_dot", false]], "multinomial() (in module dpnp.random)": [[363, "dpnp.random.multinomial", false]], "multiply() (in module dpnp)": [[217, "dpnp.multiply", false]], "multivariate_normal() (in module dpnp.random)": [[364, "dpnp.random.multivariate_normal", false]], "name (dpnp.dtype attribute)": [[87, "dpnp.dtype.name", false]], "names (dpnp.dtype attribute)": [[87, "dpnp.dtype.names", false]], "nanargmax() (in module dpnp)": [[218, "dpnp.nanargmax", false]], "nanargmin() (in module dpnp)": [[219, "dpnp.nanargmin", false]], "nancumprod() (in module dpnp)": [[220, "dpnp.nancumprod", false]], "nancumsum() (in module dpnp)": [[221, "dpnp.nancumsum", false]], "nanmax() (in module dpnp)": [[222, "dpnp.nanmax", false]], "nanmean() (in module dpnp)": [[223, "dpnp.nanmean", false]], "nanmin() (in module dpnp)": [[224, "dpnp.nanmin", false]], "nanprod() (in module dpnp)": [[225, "dpnp.nanprod", false]], "nanstd() (in module dpnp)": [[226, "dpnp.nanstd", false]], "nansum() (in module dpnp)": [[227, "dpnp.nansum", false]], "nanvar() (in module dpnp)": [[228, "dpnp.nanvar", false]], "nbytes (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.nbytes", false]], "nbytes (dpnp.ndarray property)": [[302, "dpnp.ndarray.nbytes", false]], "ndarray (in module dpnp)": [[229, "dpnp.ndarray", false]], "ndim (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.ndim", false]], "ndim (dpnp.dtype attribute)": [[87, "dpnp.dtype.ndim", false]], "ndim (dpnp.ndarray property)": [[303, "dpnp.ndarray.ndim", false]], "negative() (in module dpnp)": [[326, "dpnp.negative", false]], "negative_binomial() (in module dpnp.random)": [[365, "dpnp.random.negative_binomial", false]], "newbyteorder() (dpnp.dtype method)": [[87, "dpnp.dtype.newbyteorder", false]], "nextafter() (in module dpnp)": [[327, "dpnp.nextafter", false]], "noncentral_chisquare() (in module dpnp.random)": [[366, "dpnp.random.noncentral_chisquare", false]], "noncentral_f() (in module dpnp.random)": [[367, "dpnp.random.noncentral_f", false]], "nonzero() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.nonzero", false]], "nonzero() (dpnp.ndarray method)": [[304, "dpnp.ndarray.nonzero", false]], "nonzero() (in module dpnp)": [[328, "dpnp.nonzero", false]], "norm() (in module dpnp.linalg)": [[183, "dpnp.linalg.norm", false]], "normal() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.normal", false]], "normal() (in module dpnp.random)": [[368, "dpnp.random.normal", false]], "not_equal() (in module dpnp)": [[329, "dpnp.not_equal", false]], "num (dpnp.dtype attribute)": [[87, "dpnp.dtype.num", false]], "ogrid (in module dpnp)": [[330, "dpnp.ogrid", false]], "ones() (in module dpnp)": [[331, "dpnp.ones", false]], "ones_like() (in module dpnp)": [[332, "dpnp.ones_like", false]], "outer() (in module dpnp)": [[333, "dpnp.outer", false]], "pareto() (in module dpnp.random)": [[369, "dpnp.random.pareto", false]], "partition() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.partition", false]], "partition() (dpnp.ndarray method)": [[305, "dpnp.ndarray.partition", false]], "partition() (in module dpnp)": [[334, "dpnp.partition", false]], "permutation() (in module dpnp.random)": [[370, "dpnp.random.permutation", false]], "pinv() (in module dpnp.linalg)": [[184, "dpnp.linalg.pinv", false]], "place() (in module dpnp)": [[335, "dpnp.place", false]], "poisson() (in module dpnp.random)": [[371, "dpnp.random.poisson", false]], "positive() (in module dpnp)": [[336, "dpnp.positive", false]], "power() (in module dpnp)": [[337, "dpnp.power", false]], "power() (in module dpnp.random)": [[372, "dpnp.random.power", false]], "prod() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.prod", false]], "prod() (dpnp.ndarray method)": [[306, "dpnp.ndarray.prod", false]], "prod() (in module dpnp)": [[338, "dpnp.prod", false]], "proj() (in module dpnp)": [[339, "dpnp.proj", false]], "ptp() (in module dpnp)": [[340, "dpnp.ptp", false]], "put() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.put", false]], "put() (dpnp.ndarray method)": [[307, "dpnp.ndarray.put", false]], "put() (in module dpnp)": [[341, "dpnp.put", false]], "put_along_axis() (in module dpnp)": [[342, "dpnp.put_along_axis", false]], "putmask() (in module dpnp)": [[343, "dpnp.putmask", false]], "qr() (in module dpnp.linalg)": [[185, "dpnp.linalg.qr", false]], "rad2deg() (in module dpnp)": [[344, "dpnp.rad2deg", false]], "radians() (in module dpnp)": [[345, "dpnp.radians", false]], "rand() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.rand", false]], "rand() (in module dpnp.random)": [[373, "dpnp.random.rand", false]], "randint() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.randint", false]], "randint() (in module dpnp.random)": [[374, "dpnp.random.randint", false]], "randn() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.randn", false]], "randn() (in module dpnp.random)": [[375, "dpnp.random.randn", false]], "random() (in module dpnp.random)": [[376, "dpnp.random.random", false]], "random_integers() (in module dpnp.random)": [[377, "dpnp.random.random_integers", false]], "random_sample() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.random_sample", false]], "random_sample() (in module dpnp.random)": [[378, "dpnp.random.random_sample", false]], "randomstate (class in dpnp.random)": [[346, "dpnp.random.RandomState", false]], "ranf() (in module dpnp.random)": [[379, "dpnp.random.ranf", false]], "ravel() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.ravel", false]], "ravel() (dpnp.ndarray method)": [[308, "dpnp.ndarray.ravel", false]], "ravel() (in module dpnp)": [[395, "dpnp.ravel", false]], "rayleigh() (in module dpnp.random)": [[380, "dpnp.random.rayleigh", false]], "real (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.real", false]], "real (dpnp.ndarray property)": [[309, "dpnp.ndarray.real", false]], "real() (in module dpnp)": [[396, "dpnp.real", false]], "reciprocal() (in module dpnp)": [[397, "dpnp.reciprocal", false]], "reduce_hypot() (in module dpnp)": [[398, "dpnp.reduce_hypot", false]], "remainder() (in module dpnp)": [[399, "dpnp.remainder", false]], "repeat() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.repeat", false]], "repeat() (dpnp.ndarray method)": [[310, "dpnp.ndarray.repeat", false]], "repeat() (in module dpnp)": [[400, "dpnp.repeat", false]], "reshape() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.reshape", false]], "reshape() (dpnp.ndarray method)": [[311, "dpnp.ndarray.reshape", false]], "reshape() (in module dpnp)": [[401, "dpnp.reshape", false]], "result_type() (in module dpnp)": [[402, "dpnp.result_type", false]], "rfft() (in module dpnp.fft)": [[116, "dpnp.fft.rfft", false]], "rfft2() (in module dpnp.fft)": [[117, "dpnp.fft.rfft2", false]], "rfftfreq() (in module dpnp.fft)": [[118, "dpnp.fft.rfftfreq", false]], "rfftn() (in module dpnp.fft)": [[119, "dpnp.fft.rfftn", false]], "right_shift() (in module dpnp)": [[403, "dpnp.right_shift", false]], "rint() (in module dpnp)": [[404, "dpnp.rint", false]], "roll() (in module dpnp)": [[405, "dpnp.roll", false]], "rollaxis() (in module dpnp)": [[406, "dpnp.rollaxis", false]], "round() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.round", false]], "round() (dpnp.ndarray method)": [[312, "dpnp.ndarray.round", false]], "round() (in module dpnp)": [[407, "dpnp.round", false]], "row_stack() (in module dpnp)": [[408, "dpnp.row_stack", false]], "rsqrt() (in module dpnp)": [[409, "dpnp.rsqrt", false]], "sample() (in module dpnp.random)": [[381, "dpnp.random.sample", false]], "searchsorted() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.searchsorted", false]], "searchsorted() (dpnp.ndarray method)": [[313, "dpnp.ndarray.searchsorted", false]], "searchsorted() (in module dpnp)": [[410, "dpnp.searchsorted", false]], "seed() (in module dpnp.random)": [[382, "dpnp.random.seed", false]], "select() (in module dpnp)": [[411, "dpnp.select", false]], "shape (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.shape", false]], "shape (dpnp.dtype attribute)": [[87, "dpnp.dtype.shape", false]], "shape (dpnp.ndarray property)": [[314, "dpnp.ndarray.shape", false]], "shape() (in module dpnp)": [[412, "dpnp.shape", false]], "shuffle() (in module dpnp.random)": [[383, "dpnp.random.shuffle", false]], "sign() (in module dpnp)": [[413, "dpnp.sign", false]], "signbit() (in module dpnp)": [[414, "dpnp.signbit", false]], "sin() (in module dpnp)": [[415, "dpnp.sin", false]], "sinh() (in module dpnp)": [[416, "dpnp.sinh", false]], "size (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.size", false]], "size (dpnp.ndarray property)": [[315, "dpnp.ndarray.size", false]], "slogdet() (in module dpnp.linalg)": [[186, "dpnp.linalg.slogdet", false]], "solve() (in module dpnp.linalg)": [[187, "dpnp.linalg.solve", false]], "sort() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.sort", false]], "sort() (dpnp.ndarray method)": [[316, "dpnp.ndarray.sort", false]], "sort() (in module dpnp)": [[417, "dpnp.sort", false]], "sort_complex() (in module dpnp)": [[418, "dpnp.sort_complex", false]], "sqrt() (in module dpnp)": [[419, "dpnp.sqrt", false]], "square() (in module dpnp)": [[420, "dpnp.square", false]], "squeeze() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.squeeze", false]], "squeeze() (dpnp.ndarray method)": [[317, "dpnp.ndarray.squeeze", false]], "squeeze() (in module dpnp)": [[421, "dpnp.squeeze", false]], "stack() (in module dpnp)": [[422, "dpnp.stack", false]], "standard_cauchy() (in module dpnp.random)": [[384, "dpnp.random.standard_cauchy", false]], "standard_exponential() (in module dpnp.random)": [[385, "dpnp.random.standard_exponential", false]], "standard_gamma() (in module dpnp.random)": [[386, "dpnp.random.standard_gamma", false]], "standard_normal() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.standard_normal", false]], "standard_normal() (in module dpnp.random)": [[387, "dpnp.random.standard_normal", false]], "standard_t() (in module dpnp.random)": [[388, "dpnp.random.standard_t", false]], "std() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.std", false]], "std() (dpnp.ndarray method)": [[318, "dpnp.ndarray.std", false]], "std() (in module dpnp)": [[423, "dpnp.std", false]], "str (dpnp.dtype attribute)": [[87, "dpnp.dtype.str", false]], "strides (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.strides", false]], "strides (dpnp.ndarray property)": [[319, "dpnp.ndarray.strides", false]], "subdtype (dpnp.dtype attribute)": [[87, "dpnp.dtype.subdtype", false]], "subtract() (in module dpnp)": [[424, "dpnp.subtract", false]], "sum() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.sum", false]], "sum() (dpnp.ndarray method)": [[320, "dpnp.ndarray.sum", false]], "sum() (in module dpnp)": [[425, "dpnp.sum", false]], "svd() (in module dpnp.linalg)": [[188, "dpnp.linalg.svd", false]], "swapaxes() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.swapaxes", false]], "swapaxes() (dpnp.ndarray method)": [[321, "dpnp.ndarray.swapaxes", false]], "swapaxes() (in module dpnp)": [[426, "dpnp.swapaxes", false]], "sycl_context (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.sycl_context", false]], "sycl_device (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.sycl_device", false]], "sycl_queue (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.sycl_queue", false]], "t (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.T", false]], "t (dpnp.ndarray property)": [[230, "dpnp.ndarray.T", false]], "take() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.take", false]], "take() (dpnp.ndarray method)": [[322, "dpnp.ndarray.take", false]], "take() (in module dpnp)": [[427, "dpnp.take", false]], "take_along_axis() (in module dpnp)": [[428, "dpnp.take_along_axis", false]], "tan() (in module dpnp)": [[429, "dpnp.tan", false]], "tanh() (in module dpnp)": [[430, "dpnp.tanh", false]], "tensordot() (in module dpnp)": [[431, "dpnp.tensordot", false]], "tensorinv() (in module dpnp.linalg)": [[189, "dpnp.linalg.tensorinv", false]], "tensorsolve() (in module dpnp.linalg)": [[190, "dpnp.linalg.tensorsolve", false]], "tile() (in module dpnp)": [[432, "dpnp.tile", false]], "to_device() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.to_device", false]], "trace() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.trace", false]], "trace() (dpnp.ndarray method)": [[323, "dpnp.ndarray.trace", false]], "trace() (in module dpnp)": [[433, "dpnp.trace", false]], "transpose() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.transpose", false]], "transpose() (dpnp.ndarray method)": [[324, "dpnp.ndarray.transpose", false]], "transpose() (in module dpnp)": [[434, "dpnp.transpose", false]], "trapz() (in module dpnp)": [[435, "dpnp.trapz", false]], "tri() (in module dpnp)": [[436, "dpnp.tri", false]], "triangular() (in module dpnp.random)": [[389, "dpnp.random.triangular", false]], "tril() (in module dpnp)": [[437, "dpnp.tril", false]], "tril_indices() (in module dpnp)": [[438, "dpnp.tril_indices", false]], "tril_indices_from() (in module dpnp)": [[439, "dpnp.tril_indices_from", false]], "trim_zeros() (in module dpnp)": [[440, "dpnp.trim_zeros", false]], "triu() (in module dpnp)": [[441, "dpnp.triu", false]], "triu_indices() (in module dpnp)": [[442, "dpnp.triu_indices", false]], "triu_indices_from() (in module dpnp)": [[443, "dpnp.triu_indices_from", false]], "true_divide() (in module dpnp)": [[444, "dpnp.true_divide", false]], "trunc() (in module dpnp)": [[445, "dpnp.trunc", false]], "type (dpnp.dtype attribute)": [[87, "dpnp.dtype.type", false]], "uniform() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.uniform", false]], "uniform() (in module dpnp.random)": [[390, "dpnp.random.uniform", false]], "unique() (in module dpnp)": [[446, "dpnp.unique", false]], "unwrap() (in module dpnp)": [[447, "dpnp.unwrap", false]], "usm_type (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.usm_type", false]], "vander() (in module dpnp)": [[448, "dpnp.vander", false]], "var() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.var", false]], "var() (dpnp.ndarray method)": [[325, "dpnp.ndarray.var", false]], "var() (in module dpnp)": [[449, "dpnp.var", false]], "vdot() (in module dpnp)": [[450, "dpnp.vdot", false]], "vonmises() (in module dpnp.random)": [[391, "dpnp.random.vonmises", false]], "vstack() (in module dpnp)": [[451, "dpnp.vstack", false]], "wald() (in module dpnp.random)": [[392, "dpnp.random.wald", false]], "weibull() (in module dpnp.random)": [[393, "dpnp.random.weibull", false]], "where() (in module dpnp)": [[452, "dpnp.where", false]], "zeros() (in module dpnp)": [[453, "dpnp.zeros", false]], "zeros_like() (in module dpnp)": [[454, "dpnp.zeros_like", false]], "zipf() (in module dpnp.random)": [[394, "dpnp.random.zipf", false]]}, "objects": {"": [[3, 0, 0, "-", "dpnp"]], "dpnp": [[11, 1, 1, "", "abs"], [12, 1, 1, "", "absolute"], [13, 1, 1, "", "add"], [14, 1, 1, "", "all"], [15, 1, 1, "", "allclose"], [16, 1, 1, "", "amax"], [17, 1, 1, "", "amin"], [18, 1, 1, "", "angle"], [19, 1, 1, "", "any"], [20, 1, 1, "", "arange"], [21, 1, 1, "", "arccos"], [22, 1, 1, "", "arccosh"], [23, 1, 1, "", "arcsin"], [24, 1, 1, "", "arcsinh"], [25, 1, 1, "", "arctan"], [26, 1, 1, "", "arctan2"], [27, 1, 1, "", "arctanh"], [28, 1, 1, "", "argmax"], [29, 1, 1, "", "argmin"], [30, 1, 1, "", "argsort"], [31, 1, 1, "", "around"], [32, 1, 1, "", "array"], [33, 1, 1, "", "array_equal"], [34, 1, 1, "", "asanyarray"], [35, 1, 1, "", "asarray"], [36, 1, 1, "", "ascontiguousarray"], [37, 1, 1, "", "asfarray"], [38, 1, 1, "", "asfortranarray"], [39, 1, 1, "", "asnumpy"], [40, 1, 1, "", "astype"], [41, 1, 1, "", "atleast_1d"], [42, 1, 1, "", "atleast_2d"], [43, 1, 1, "", "atleast_3d"], [44, 1, 1, "", "average"], [45, 1, 1, "", "bincount"], [46, 1, 1, "", "bitwise_and"], [47, 1, 1, "", "bitwise_not"], [48, 1, 1, "", "bitwise_or"], [49, 1, 1, "", "bitwise_xor"], [50, 1, 1, "", "broadcast_arrays"], [51, 1, 1, "", "broadcast_to"], [52, 1, 1, "", "can_cast"], [53, 1, 1, "", "cbrt"], [54, 1, 1, "", "ceil"], [55, 1, 1, "", "choose"], [56, 1, 1, "", "clip"], [57, 1, 1, "", "column_stack"], [58, 1, 1, "", "concatenate"], [59, 1, 1, "", "conj"], [60, 1, 1, "", "conjugate"], [61, 1, 1, "", "convolve"], [62, 1, 1, "", "copy"], [63, 1, 1, "", "copysign"], [64, 1, 1, "", "copyto"], [65, 1, 1, "", "correlate"], [66, 1, 1, "", "cos"], [67, 1, 1, "", "cosh"], [68, 1, 1, "", "count_nonzero"], [69, 1, 1, "", "cov"], [70, 1, 1, "", "cross"], [71, 1, 1, "", "cumlogsumexp"], [72, 1, 1, "", "cumprod"], [73, 1, 1, "", "cumsum"], [74, 1, 1, "", "deg2rad"], [75, 1, 1, "", "degrees"], [76, 1, 1, "", "diag"], [77, 1, 1, "", "diag_indices"], [78, 1, 1, "", "diag_indices_from"], [79, 1, 1, "", "diagflat"], [80, 1, 1, "", "diagonal"], [81, 1, 1, "", "diff"], [82, 1, 1, "", "digitize"], [83, 1, 1, "", "divide"], [84, 1, 1, "", "dot"], [86, 1, 1, "", "dstack"], [87, 2, 1, "", "dtype"], [88, 1, 1, "", "ediff1d"], [89, 1, 1, "", "einsum"], [90, 1, 1, "", "einsum_path"], [91, 1, 1, "", "empty"], [92, 1, 1, "", "empty_like"], [93, 1, 1, "", "equal"], [94, 1, 1, "", "erf"], [95, 1, 1, "", "exp"], [96, 1, 1, "", "exp2"], [97, 1, 1, "", "expand_dims"], [98, 1, 1, "", "expm1"], [99, 1, 1, "", "extract"], [100, 1, 1, "", "eye"], [101, 1, 1, "", "fabs"], [10, 0, 0, "module-0", "fft"], [120, 1, 1, "", "fill_diagonal"], [121, 1, 1, "", "finfo"], [122, 2, 1, "", "flatiter"], [123, 1, 1, "", "flip"], [124, 1, 1, "", "fliplr"], [125, 1, 1, "", "flipud"], [126, 1, 1, "", "floor"], [127, 1, 1, "", "floor_divide"], [128, 1, 1, "", "fmax"], [129, 1, 1, "", "fmin"], [130, 1, 1, "", "fmod"], [131, 1, 1, "", "from_dlpack"], [132, 1, 1, "", "frombuffer"], [133, 1, 1, "", "fromfile"], [134, 1, 1, "", "fromfunction"], [135, 1, 1, "", "fromiter"], [136, 1, 1, "", "fromstring"], [137, 1, 1, "", "full"], [138, 1, 1, "", "full_like"], [139, 1, 1, "", "geomspace"], [140, 1, 1, "", "get_include"], [141, 1, 1, "", "gradient"], [142, 1, 1, "", "greater"], [143, 1, 1, "", "greater_equal"], [144, 1, 1, "", "histogram"], [145, 1, 1, "", "histogram_bin_edges"], [146, 1, 1, "", "hstack"], [147, 1, 1, "", "hypot"], [148, 1, 1, "", "identity"], [149, 1, 1, "", "iinfo"], [150, 1, 1, "", "imag"], [151, 1, 1, "", "indices"], [152, 1, 1, "", "inner"], [153, 1, 1, "", "invert"], [154, 1, 1, "", "isclose"], [155, 1, 1, "", "iscomplex"], [156, 1, 1, "", "iscomplexobj"], [157, 1, 1, "", "isfinite"], [158, 1, 1, "", "isinf"], [159, 1, 1, "", "isnan"], [160, 1, 1, "", "isneginf"], [161, 1, 1, "", "isposinf"], [162, 1, 1, "", "isreal"], [163, 1, 1, "", "isrealobj"], [164, 1, 1, "", "isscalar"], [165, 1, 1, "", "issubdtype"], [166, 1, 1, "", "issubsctype"], [167, 1, 1, "", "kron"], [168, 1, 1, "", "left_shift"], [169, 1, 1, "", "less"], [170, 1, 1, "", "less_equal"], [191, 1, 1, "", "linspace"], [192, 1, 1, "", "loadtxt"], [193, 1, 1, "", "log"], [194, 1, 1, "", "log10"], [195, 1, 1, "", "log1p"], [196, 1, 1, "", "log2"], [197, 1, 1, "", "logaddexp"], [198, 1, 1, "", "logical_and"], [199, 1, 1, "", "logical_not"], [200, 1, 1, "", "logical_or"], [201, 1, 1, "", "logical_xor"], [202, 1, 1, "", "logspace"], [203, 1, 1, "", "logsumexp"], [204, 1, 1, "", "mask_indices"], [205, 1, 1, "", "matmul"], [206, 1, 1, "", "max"], [207, 1, 1, "", "maximum"], [208, 1, 1, "", "mean"], [209, 1, 1, "", "median"], [210, 1, 1, "", "meshgrid"], [211, 5, 1, "", "mgrid"], [212, 1, 1, "", "min"], [213, 1, 1, "", "minimum"], [214, 1, 1, "", "mod"], [215, 1, 1, "", "modf"], [216, 1, 1, "", "moveaxis"], [217, 1, 1, "", "multiply"], [218, 1, 1, "", "nanargmax"], [219, 1, 1, "", "nanargmin"], [220, 1, 1, "", "nancumprod"], [221, 1, 1, "", "nancumsum"], [222, 1, 1, "", "nanmax"], [223, 1, 1, "", "nanmean"], [224, 1, 1, "", "nanmin"], [225, 1, 1, "", "nanprod"], [226, 1, 1, "", "nanstd"], [227, 1, 1, "", "nansum"], [228, 1, 1, "", "nanvar"], [229, 3, 1, "", "ndarray"], [326, 1, 1, "", "negative"], [327, 1, 1, "", "nextafter"], [328, 1, 1, "", "nonzero"], [329, 1, 1, "", "not_equal"], [330, 5, 1, "", "ogrid"], [331, 1, 1, "", "ones"], [332, 1, 1, "", "ones_like"], [333, 1, 1, "", "outer"], [334, 1, 1, "", "partition"], [335, 1, 1, "", "place"], [336, 1, 1, "", "positive"], [337, 1, 1, "", "power"], [338, 1, 1, "", "prod"], [339, 1, 1, "", "proj"], [340, 1, 1, "", "ptp"], [341, 1, 1, "", "put"], [342, 1, 1, "", "put_along_axis"], [343, 1, 1, "", "putmask"], [344, 1, 1, "", "rad2deg"], [345, 1, 1, "", "radians"], [465, 0, 0, "-", "random"], [395, 1, 1, "", "ravel"], [396, 1, 1, "", "real"], [397, 1, 1, "", "reciprocal"], [398, 1, 1, "", "reduce_hypot"], [399, 1, 1, "", "remainder"], [400, 1, 1, "", "repeat"], [401, 1, 1, "", "reshape"], [402, 1, 1, "", "result_type"], [403, 1, 1, "", "right_shift"], [404, 1, 1, "", "rint"], [405, 1, 1, "", "roll"], [406, 1, 1, "", "rollaxis"], [407, 1, 1, "", "round"], [408, 1, 1, "", "row_stack"], [409, 1, 1, "", "rsqrt"], [410, 1, 1, "", "searchsorted"], [411, 1, 1, "", "select"], [412, 1, 1, "", "shape"], [413, 1, 1, "", "sign"], [414, 1, 1, "", "signbit"], [415, 1, 1, "", "sin"], [416, 1, 1, "", "sinh"], [417, 1, 1, "", "sort"], [418, 1, 1, "", "sort_complex"], [419, 1, 1, "", "sqrt"], [420, 1, 1, "", "square"], [421, 1, 1, "", "squeeze"], [422, 1, 1, "", "stack"], [423, 1, 1, "", "std"], [424, 1, 1, "", "subtract"], [425, 1, 1, "", "sum"], [426, 1, 1, "", "swapaxes"], [427, 1, 1, "", "take"], [428, 1, 1, "", "take_along_axis"], [429, 1, 1, "", "tan"], [430, 1, 1, "", "tanh"], [431, 1, 1, "", "tensordot"], [432, 1, 1, "", "tile"], [433, 1, 1, "", "trace"], [434, 1, 1, "", "transpose"], [435, 1, 1, "", "trapz"], [436, 1, 1, "", "tri"], [437, 1, 1, "", "tril"], [438, 1, 1, "", "tril_indices"], [439, 1, 1, "", "tril_indices_from"], [440, 1, 1, "", "trim_zeros"], [441, 1, 1, "", "triu"], [442, 1, 1, "", "triu_indices"], [443, 1, 1, "", "triu_indices_from"], [444, 1, 1, "", "true_divide"], [445, 1, 1, "", "trunc"], [446, 1, 1, "", "unique"], [447, 1, 1, "", "unwrap"], [448, 1, 1, "", "vander"], [449, 1, 1, "", "var"], [450, 1, 1, "", "vdot"], [451, 1, 1, "", "vstack"], [452, 1, 1, "", "where"], [453, 1, 1, "", "zeros"], [454, 1, 1, "", "zeros_like"]], "dpnp.dpnp_array": [[85, 2, 1, "", "dpnp_array"]], "dpnp.dpnp_array.dpnp_array": [[85, 3, 1, "", "T"], [85, 4, 1, "", "__eq__"], [85, 4, 1, "", "__ge__"], [85, 4, 1, "", "__getitem__"], [85, 4, 1, "", "__gt__"], [85, 4, 1, "", "__le__"], [85, 4, 1, "", "__len__"], [85, 4, 1, "", "__lt__"], [85, 4, 1, "", "__ne__"], [85, 4, 1, "", "__setitem__"], [85, 4, 1, "", "all"], [85, 4, 1, "", "any"], [85, 4, 1, "", "argmax"], [85, 4, 1, "", "argmin"], [85, 4, 1, "", "argsort"], [85, 4, 1, "", "asnumpy"], [85, 4, 1, "", "astype"], [85, 4, 1, "", "choose"], [85, 4, 1, "", "clip"], [85, 4, 1, "", "conj"], [85, 4, 1, "", "conjugate"], [85, 4, 1, "", "copy"], [85, 4, 1, "", "cumprod"], [85, 4, 1, "", "cumsum"], [85, 3, 1, "", "device"], [85, 4, 1, "", "diagonal"], [85, 4, 1, "", "dot"], [85, 3, 1, "", "dtype"], [85, 4, 1, "", "fill"], [85, 3, 1, "", "flags"], [85, 3, 1, "", "flat"], [85, 4, 1, "", "flatten"], [85, 4, 1, "", "get_array"], [85, 3, 1, "", "imag"], [85, 4, 1, "", "item"], [85, 3, 1, "", "itemsize"], [85, 4, 1, "", "max"], [85, 4, 1, "", "mean"], [85, 4, 1, "", "min"], [85, 3, 1, "", "nbytes"], [85, 3, 1, "", "ndim"], [85, 4, 1, "", "nonzero"], [85, 4, 1, "", "partition"], [85, 4, 1, "", "prod"], [85, 4, 1, "", "put"], [85, 4, 1, "", "ravel"], [85, 3, 1, "", "real"], [85, 4, 1, "", "repeat"], [85, 4, 1, "", "reshape"], [85, 4, 1, "", "round"], [85, 4, 1, "", "searchsorted"], [85, 3, 1, "", "shape"], [85, 3, 1, "", "size"], [85, 4, 1, "", "sort"], [85, 4, 1, "", "squeeze"], [85, 4, 1, "", "std"], [85, 3, 1, "", "strides"], [85, 4, 1, "", "sum"], [85, 4, 1, "", "swapaxes"], [85, 3, 1, "", "sycl_context"], [85, 3, 1, "", "sycl_device"], [85, 3, 1, "", "sycl_queue"], [85, 4, 1, "", "take"], [85, 4, 1, "", "to_device"], [85, 4, 1, "", "trace"], [85, 4, 1, "", "transpose"], [85, 3, 1, "", "usm_type"], [85, 4, 1, "", "var"]], "dpnp.dtype": [[87, 4, 1, "", "__eq__"], [87, 4, 1, "", "__ge__"], [87, 4, 1, "", "__getitem__"], [87, 4, 1, "", "__gt__"], [87, 4, 1, "", "__le__"], [87, 4, 1, "", "__len__"], [87, 4, 1, "", "__lt__"], [87, 4, 1, "", "__ne__"], [87, 3, 1, "", "alignment"], [87, 3, 1, "", "base"], [87, 3, 1, "", "byteorder"], [87, 3, 1, "", "char"], [87, 3, 1, "", "descr"], [87, 3, 1, "", "fields"], [87, 3, 1, "", "flags"], [87, 3, 1, "", "hasobject"], [87, 3, 1, "", "isalignedstruct"], [87, 3, 1, "", "isbuiltin"], [87, 3, 1, "", "isnative"], [87, 3, 1, "", "itemsize"], [87, 3, 1, "", "kind"], [87, 3, 1, "", "metadata"], [87, 3, 1, "", "name"], [87, 3, 1, "", "names"], [87, 3, 1, "", "ndim"], [87, 4, 1, "", "newbyteorder"], [87, 3, 1, "", "num"], [87, 3, 1, "", "shape"], [87, 3, 1, "", "str"], [87, 3, 1, "", "subdtype"], [87, 3, 1, "", "type"]], "dpnp.fft": [[102, 1, 1, "", "fft"], [103, 1, 1, "", "fft2"], [104, 1, 1, "", "fftfreq"], [105, 1, 1, "", "fftn"], [106, 1, 1, "", "fftshift"], [107, 1, 1, "", "hfft"], [108, 1, 1, "", "ifft"], [109, 1, 1, "", "ifft2"], [110, 1, 1, "", "ifftn"], [111, 1, 1, "", "ifftshift"], [112, 1, 1, "", "ihfft"], [113, 1, 1, "", "irfft"], [114, 1, 1, "", "irfft2"], [115, 1, 1, "", "irfftn"], [116, 1, 1, "", "rfft"], [117, 1, 1, "", "rfft2"], [118, 1, 1, "", "rfftfreq"], [119, 1, 1, "", "rfftn"]], "dpnp.flatiter": [[122, 4, 1, "", "__eq__"], [122, 4, 1, "", "__ge__"], [122, 4, 1, "", "__getitem__"], [122, 4, 1, "", "__gt__"], [122, 4, 1, "", "__iter__"], [122, 4, 1, "", "__le__"], [122, 4, 1, "", "__lt__"], [122, 4, 1, "", "__ne__"], [122, 4, 1, "", "__next__"], [122, 4, 1, "", "__setitem__"]], "dpnp.linalg": [[171, 1, 1, "", "cholesky"], [172, 1, 1, "", "cond"], [173, 1, 1, "", "det"], [174, 1, 1, "", "eig"], [175, 1, 1, "", "eigh"], [176, 1, 1, "", "eigvals"], [177, 1, 1, "", "eigvalsh"], [178, 1, 1, "", "inv"], [179, 1, 1, "", "lstsq"], [180, 1, 1, "", "matrix_power"], [181, 1, 1, "", "matrix_rank"], [182, 1, 1, "", "multi_dot"], [183, 1, 1, "", "norm"], [184, 1, 1, "", "pinv"], [185, 1, 1, "", "qr"], [186, 1, 1, "", "slogdet"], [187, 1, 1, "", "solve"], [188, 1, 1, "", "svd"], [189, 1, 1, "", "tensorinv"], [190, 1, 1, "", "tensorsolve"]], "dpnp.ndarray": [[230, 6, 1, "", "T"], [231, 4, 1, "", "__abs__"], [232, 4, 1, "", "__add__"], [233, 4, 1, "", "__and__"], [234, 4, 1, "", "__bool__"], [235, 4, 1, "", "__complex__"], [236, 4, 1, "", "__copy__"], [237, 4, 1, "", "__eq__"], [238, 4, 1, "", "__float__"], [239, 4, 1, "", "__floordiv__"], [240, 4, 1, "", "__ge__"], [241, 4, 1, "", "__getitem__"], [242, 4, 1, "", "__gt__"], [243, 4, 1, "", "__iadd__"], [244, 4, 1, "", "__iand__"], [245, 4, 1, "", "__ifloordiv__"], [246, 4, 1, "", "__ilshift__"], [247, 4, 1, "", "__imod__"], [248, 4, 1, "", "__imul__"], [249, 4, 1, "", "__int__"], [250, 4, 1, "", "__invert__"], [251, 4, 1, "", "__ior__"], [252, 4, 1, "", "__ipow__"], [253, 4, 1, "", "__irshift__"], [254, 4, 1, "", "__isub__"], [255, 4, 1, "", "__itruediv__"], [256, 4, 1, "", "__ixor__"], [257, 4, 1, "", "__le__"], [258, 4, 1, "", "__len__"], [259, 4, 1, "", "__lshift__"], [260, 4, 1, "", "__lt__"], [261, 4, 1, "", "__matmul__"], [262, 4, 1, "", "__mod__"], [263, 4, 1, "", "__mul__"], [264, 4, 1, "", "__ne__"], [265, 4, 1, "", "__neg__"], [266, 4, 1, "", "__new__"], [267, 4, 1, "", "__or__"], [268, 4, 1, "", "__pos__"], [269, 4, 1, "", "__pow__"], [270, 4, 1, "", "__repr__"], [271, 4, 1, "", "__rshift__"], [272, 4, 1, "", "__setitem__"], [273, 4, 1, "", "__str__"], [274, 4, 1, "", "__sub__"], [275, 4, 1, "", "__truediv__"], [276, 4, 1, "", "__xor__"], [277, 4, 1, "", "all"], [278, 4, 1, "", "any"], [279, 4, 1, "", "argmax"], [280, 4, 1, "", "argmin"], [281, 4, 1, "", "argsort"], [282, 4, 1, "", "astype"], [283, 4, 1, "", "choose"], [284, 4, 1, "", "clip"], [285, 4, 1, "", "conj"], [286, 4, 1, "", "conjugate"], [287, 4, 1, "", "copy"], [288, 4, 1, "", "cumprod"], [289, 4, 1, "", "cumsum"], [290, 4, 1, "", "diagonal"], [291, 6, 1, "", "dtype"], [292, 4, 1, "", "fill"], [293, 6, 1, "", "flags"], [294, 6, 1, "", "flat"], [295, 4, 1, "", "flatten"], [296, 6, 1, "", "imag"], [297, 4, 1, "", "item"], [298, 6, 1, "", "itemsize"], [299, 4, 1, "", "max"], [300, 4, 1, "", "mean"], [301, 4, 1, "", "min"], [302, 6, 1, "", "nbytes"], [303, 6, 1, "", "ndim"], [304, 4, 1, "", "nonzero"], [305, 4, 1, "", "partition"], [306, 4, 1, "", "prod"], [307, 4, 1, "", "put"], [308, 4, 1, "", "ravel"], [309, 6, 1, "", "real"], [310, 4, 1, "", "repeat"], [311, 4, 1, "", "reshape"], [312, 4, 1, "", "round"], [313, 4, 1, "", "searchsorted"], [314, 6, 1, "", "shape"], [315, 6, 1, "", "size"], [316, 4, 1, "", "sort"], [317, 4, 1, "", "squeeze"], [318, 4, 1, "", "std"], [319, 6, 1, "", "strides"], [320, 4, 1, "", "sum"], [321, 4, 1, "", "swapaxes"], [322, 4, 1, "", "take"], [323, 4, 1, "", "trace"], [324, 4, 1, "", "transpose"], [325, 4, 1, "", "var"]], "dpnp.random": [[346, 2, 1, "", "RandomState"], [347, 1, 1, "", "beta"], [348, 1, 1, "", "binomial"], [349, 1, 1, "", "bytes"], [350, 1, 1, "", "chisquare"], [351, 1, 1, "", "choice"], [352, 1, 1, "", "dirichlet"], [353, 1, 1, "", "exponential"], [354, 1, 1, "", "f"], [355, 1, 1, "", "gamma"], [356, 1, 1, "", "geometric"], [357, 1, 1, "", "gumbel"], [358, 1, 1, "", "hypergeometric"], [359, 1, 1, "", "laplace"], [360, 1, 1, "", "logistic"], [361, 1, 1, "", "lognormal"], [362, 1, 1, "", "logseries"], [363, 1, 1, "", "multinomial"], [364, 1, 1, "", "multivariate_normal"], [365, 1, 1, "", "negative_binomial"], [366, 1, 1, "", "noncentral_chisquare"], [367, 1, 1, "", "noncentral_f"], [368, 1, 1, "", "normal"], [369, 1, 1, "", "pareto"], [370, 1, 1, "", "permutation"], [371, 1, 1, "", "poisson"], [372, 1, 1, "", "power"], [373, 1, 1, "", "rand"], [374, 1, 1, "", "randint"], [375, 1, 1, "", "randn"], [376, 1, 1, "", "random"], [377, 1, 1, "", "random_integers"], [378, 1, 1, "", "random_sample"], [379, 1, 1, "", "ranf"], [380, 1, 1, "", "rayleigh"], [381, 1, 1, "", "sample"], [382, 1, 1, "", "seed"], [383, 1, 1, "", "shuffle"], [384, 1, 1, "", "standard_cauchy"], [385, 1, 1, "", "standard_exponential"], [386, 1, 1, "", "standard_gamma"], [387, 1, 1, "", "standard_normal"], [388, 1, 1, "", "standard_t"], [389, 1, 1, "", "triangular"], [390, 1, 1, "", "uniform"], [391, 1, 1, "", "vonmises"], [392, 1, 1, "", "wald"], [393, 1, 1, "", "weibull"], [394, 1, 1, "", "zipf"]], "dpnp.random.RandomState": [[346, 4, 1, "", "__eq__"], [346, 4, 1, "", "__ge__"], [346, 4, 1, "", "__gt__"], [346, 4, 1, "", "__le__"], [346, 4, 1, "", "__lt__"], [346, 4, 1, "", "__ne__"], [346, 4, 1, "", "get_state"], [346, 4, 1, "", "get_sycl_device"], [346, 4, 1, "", "get_sycl_queue"], [346, 4, 1, "", "normal"], [346, 4, 1, "", "rand"], [346, 4, 1, "", "randint"], [346, 4, 1, "", "randn"], [346, 4, 1, "", "random_sample"], [346, 4, 1, "", "standard_normal"], [346, 4, 1, "", "uniform"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "data", "Python data"], "6": ["py", "property", "Python property"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method", "5": "py:data", "6": "py:property"}, "terms": {"": [0, 3, 4, 10, 70, 73, 85, 87, 103, 105, 109, 110, 114, 115, 117, 119, 120, 132, 133, 179, 181, 183, 188, 291, 324, 346, 347, 348, 353, 354, 355, 357, 358, 359, 360, 361, 363, 365, 368, 369, 371, 372, 373, 374, 375, 376, 378, 379, 380, 381, 384, 386, 387, 388, 389, 390, 391, 392, 393, 394, 432, 462], "0": [0, 4, 6, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 41, 42, 43, 44, 45, 52, 54, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 104, 106, 108, 111, 118, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 137, 138, 139, 141, 144, 145, 148, 151, 152, 157, 158, 159, 160, 161, 167, 168, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 183, 186, 191, 192, 193, 194, 195, 196, 199, 201, 202, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 287, 290, 292, 296, 297, 309, 312, 316, 318, 323, 324, 325, 328, 330, 331, 332, 335, 337, 338, 339, 340, 341, 342, 345, 346, 348, 353, 355, 356, 357, 359, 360, 361, 363, 364, 365, 368, 370, 371, 372, 373, 376, 378, 379, 380, 381, 384, 387, 389, 390, 391, 397, 399, 400, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 415, 416, 417, 418, 420, 421, 422, 423, 424, 425, 426, 427, 428, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 452, 453, 454, 462], "00": [66, 90, 102, 415], "000": 348, "00000000005e": 98, "00000000e": 102, "000000082740371e": 98, "000000e": [66, 415], "00001e10": [15, 154], "000e": 90, "00867716": 350, "01": 90, "02": 90, "03088525e": 91, "0396842": 202, "04": 90, "04719755": 345, "04921661": 346, "05": [15, 90, 154], "06310682": 346, "07944154": [71, 186], "08": [15, 66, 90, 154, 364, 415], "08156915": 346, "0943951": 345, "09861229": [71, 186, 195], "0dev0": 6, "0j": [18, 84, 85, 155, 156, 162, 163, 205, 296, 309, 413], "0th": 431, "1": [0, 3, 4, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 34, 35, 36, 38, 41, 42, 43, 44, 45, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 138, 139, 141, 143, 144, 145, 146, 148, 150, 151, 152, 154, 155, 156, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 189, 191, 192, 193, 195, 196, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 281, 282, 287, 290, 292, 295, 296, 297, 305, 309, 316, 323, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 345, 346, 348, 350, 351, 353, 355, 357, 359, 360, 361, 363, 364, 365, 368, 370, 371, 372, 373, 374, 376, 378, 379, 380, 381, 385, 387, 390, 395, 397, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 417, 418, 419, 420, 421, 422, 423, 425, 426, 427, 428, 429, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "10": [0, 4, 13, 22, 24, 28, 29, 44, 56, 62, 71, 72, 73, 77, 78, 81, 82, 85, 87, 89, 90, 98, 99, 106, 118, 137, 139, 144, 145, 150, 167, 168, 193, 194, 195, 196, 202, 203, 209, 217, 311, 340, 342, 346, 348, 358, 370, 398, 402, 403, 405, 407, 410, 422, 428, 437, 438, 439, 441, 442, 443, 452], "100": [77, 118, 139, 167, 182, 202, 358, 384], "1000": [52, 139, 182, 202, 347, 348, 353, 355, 357, 358, 359, 360, 361, 368, 369, 372, 374, 376, 379, 381, 387, 391, 392, 393, 394], "10000": [73, 182, 356, 371, 380, 390], "100000": 365, "1000000": [384, 386, 388, 389], "1024": 0, "105": 90, "11": [28, 29, 44, 67, 77, 78, 85, 99, 141, 183, 311, 365, 374, 407, 410, 416, 437, 438, 439, 441, 442, 443, 452], "110": [89, 152], "113": 197, "11570901": 346, "1179187": 346, "118033988749895": 423, "119": 89, "1196081": 346, "12": [10, 28, 29, 43, 70, 77, 78, 82, 87, 89, 99, 150, 202, 338, 340, 370, 410, 437, 438, 439, 441, 442, 443, 452], "120": [72, 75], "123": [85, 90, 297], "125": [337, 448], "127": 139, "128": [0, 139], "12th": 89, "13": [10, 28, 29, 47, 77, 78, 84, 87, 89, 153, 205, 410, 438, 439, 442, 443], "130": 89, "134": 152, "13436424": 346, "135": 26, "13710533": 350, "139884456208480": 14, "14": [28, 29, 46, 47, 77, 78, 84, 152, 153, 410, 431, 438, 439, 442, 443], "140053638309840": 19, "14159265": [21, 26], "14423775e": 102, "15": [28, 29, 73, 77, 78, 82, 89, 184, 194, 370, 410, 438, 439, 442, 443], "150": 75, "15888336": 202, "16": [6, 46, 77, 78, 87, 102, 135, 139, 141, 217, 337, 429, 438, 439, 442, 443], "16227766": [172, 398], "16394577": 346, "16j": 102, "17": 102, "17157288": [175, 177], "17281316e": 102, "177": [139, 202], "17j": 102, "18": [6, 72, 87, 88, 89, 183, 202], "180": [26, 89], "1805": 10, "18236388": 346, "18557831": 346, "19": [10, 68, 87], "1923875335537315": 375, "19245009": 409, "1965": 10, "19722458": 71, "1d": [341, 342, 428], "1e": [15, 98, 154, 174, 184, 194, 195, 197, 364], "1e10": [15, 154], "1j": [11, 12, 18, 59, 60, 85, 150, 155, 162, 174, 188, 296, 309, 418, 420], "1th": 431, "2": [0, 3, 4, 10, 11, 12, 13, 20, 21, 22, 23, 24, 25, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 44, 46, 48, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 109, 111, 114, 117, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 136, 137, 139, 141, 142, 143, 144, 145, 146, 148, 150, 151, 152, 155, 162, 167, 168, 169, 170, 171, 172, 173, 174, 175, 178, 179, 180, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 227, 282, 287, 290, 292, 295, 297, 305, 324, 327, 328, 329, 330, 331, 332, 333, 335, 337, 338, 339, 340, 341, 345, 346, 350, 354, 358, 364, 370, 373, 375, 386, 388, 389, 392, 394, 395, 397, 399, 400, 401, 403, 404, 405, 406, 407, 408, 410, 412, 414, 415, 416, 418, 419, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "20": [6, 72, 82, 89, 118, 151, 167, 168, 183, 342, 348, 363, 410, 428], "20000": 348, "2007": 10, "200e": 90, "2048": 0, "21": [73, 87], "215": 202, "21941987": 346, "21968665": 346, "22": 341, "22460635e": 429, "22464680e": 102, "22497216": 183, "22776602": 202, "23": [6, 346], "230": 89, "23606798": 183, "24": [28, 29, 70, 72, 88, 89, 152, 167, 189, 338, 431, 433], "24264069": 183, "245": 6, "24544512": 346, "247219128924647": 226, "25": [87, 89, 94, 104, 141, 144, 145, 178, 191, 217, 228, 375, 384, 448, 449], "255": [46, 48], "25506903": 346, "256": [0, 139], "26": [49, 89], "26618007j": 196, "27": [53, 202, 337, 409, 448], "28": 89, "28318531": 447, "28352814": 346, "297": 10, "299": 6, "2d": [188, 205], "2e": 73, "2f": 0, "2j": [59, 60, 84, 102, 150, 155, 162, 175, 177, 205, 413, 418, 450], "3": [0, 3, 4, 13, 20, 21, 26, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 49, 50, 51, 53, 56, 57, 58, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 104, 106, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 137, 139, 141, 144, 145, 146, 147, 148, 150, 151, 152, 155, 156, 162, 163, 164, 167, 168, 172, 173, 174, 178, 179, 180, 181, 183, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 197, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 287, 290, 295, 297, 305, 316, 324, 328, 329, 330, 331, 332, 333, 335, 337, 338, 339, 341, 346, 350, 354, 361, 364, 370, 373, 374, 375, 385, 389, 392, 395, 397, 398, 399, 400, 401, 402, 403, 405, 406, 407, 408, 410, 412, 414, 417, 418, 419, 421, 422, 423, 424, 426, 427, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454], "30": [70, 75, 89, 118, 342, 345, 428, 450], "3003003": 397, "301": 10, "30102999566": 194, "3012989": 416, "30258509": [71, 203], "31": [49, 139], "312": 91, "316": 202, "32": [87, 89, 139, 225, 227, 431], "33": 397, "333": 182, "33486982e": 102, "33836967": 346, "34074171": 346, "34132519": 202, "34846923": 183, "34960421": 202, "35": [89, 356], "35106603e": 183, "35355338": 409, "36": 70, "37": 407, "370": 6, "371139e": 66, "38": [152, 348], "38268343": 175, "38268343j": 175, "38629436": 71, "38885": 348, "389056099": [95, 98], "39": 6, "39295758": 346, "397": 6, "3e": [0, 73], "3j": [84, 205, 418], "3rd": 58, "3x3": 204, "3x8000": 385, "4": [0, 13, 14, 20, 28, 29, 32, 41, 43, 44, 46, 48, 50, 56, 57, 58, 61, 64, 66, 68, 70, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 93, 96, 99, 104, 106, 108, 111, 118, 120, 123, 127, 128, 129, 133, 134, 135, 137, 139, 141, 142, 143, 144, 145, 146, 147, 150, 151, 152, 155, 162, 167, 170, 173, 178, 180, 181, 183, 186, 189, 190, 191, 196, 198, 202, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 216, 217, 218, 219, 221, 223, 226, 228, 287, 290, 295, 305, 316, 324, 328, 330, 332, 337, 338, 340, 341, 346, 347, 350, 370, 375, 391, 395, 399, 400, 401, 405, 406, 407, 408, 413, 417, 419, 422, 423, 424, 426, 427, 431, 432, 434, 435, 437, 438, 439, 441, 442, 443, 444, 448, 449, 450, 451, 452, 454], "40": [89, 118, 168, 342, 428], "40882036": 346, "4096": 0, "41421356": [172, 183], "429": 6, "44": [335, 341], "4400": [89, 431], "443469": 202, "44509285e": 102, "45": [18, 26], "4532": [89, 431], "46": 89, "46394577": 346, "464": 202, "4664": [89, 431], "47": 6, "4730": [89, 431], "4796": [89, 431], "48": [6, 70], "48093112": 346, "4874": [89, 431], "48927254": 346, "49": 6, "4928": [89, 431], "49543509": 346, "49778714": 447, "499128": 84, "4d": 188, "4j": [150, 450], "4x4": [438, 442], "5": [0, 6, 13, 14, 19, 20, 27, 28, 41, 44, 45, 46, 48, 49, 50, 54, 56, 58, 61, 64, 65, 68, 70, 72, 73, 76, 77, 78, 80, 81, 82, 83, 84, 85, 88, 89, 90, 94, 99, 104, 106, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 135, 139, 141, 144, 145, 146, 147, 150, 151, 152, 155, 162, 167, 168, 171, 175, 177, 178, 182, 183, 187, 191, 198, 199, 200, 201, 202, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216, 217, 223, 226, 282, 287, 328, 330, 331, 332, 337, 340, 341, 346, 347, 348, 350, 353, 365, 369, 370, 371, 372, 375, 378, 393, 395, 397, 399, 401, 403, 404, 405, 406, 407, 408, 410, 413, 418, 422, 423, 425, 426, 427, 431, 432, 434, 436, 437, 438, 439, 441, 442, 443, 444, 445, 447, 448, 450, 451, 452, 453, 454], "50": [118, 139, 167, 197, 202, 342, 428, 431, 452], "500": 167, "5018": [89, 431], "5091786": 67, "51": 6, "512": 0, "5162": [89, 431], "52069395e": 102, "52359878": 345, "52928804": 346, "5306": [89, 431], "54": 346, "542": 6, "54288406": 346, "54465213": 346, "548739": 416, "54930614": 27, "55": [335, 341], "5555555555555554": 228, "56": 6, "562": 202, "5620499351813308": [11, 12], "56920387": 346, "5707963267948966": 23, "57079633": [18, 26, 345, 447], "58997253": 346, "591953": 67, "5e": 197, "5j": [211, 330, 418], "6": [0, 4, 6, 13, 20, 28, 29, 41, 44, 48, 49, 56, 58, 64, 70, 72, 73, 75, 76, 77, 78, 80, 81, 82, 83, 84, 85, 87, 88, 89, 93, 98, 99, 104, 118, 123, 138, 141, 146, 150, 151, 152, 167, 183, 184, 185, 188, 189, 191, 202, 204, 220, 221, 225, 287, 297, 328, 332, 335, 337, 340, 345, 346, 363, 365, 370, 375, 395, 401, 405, 406, 407, 408, 418, 422, 424, 425, 426, 427, 431, 433, 435, 437, 438, 439, 441, 442, 443, 444, 447, 450, 451, 452, 454], "60": [70, 75, 89, 342, 428, 431, 452], "600": 167, "60943791": 71, "61799388": 345, "62": 152, "6227766": 139, "62318272": 350, "62341325": 139, "624": 90, "63": 139, "63317787e": 429, "63522211": 346, "63836967": 346, "64": [0, 4, 89, 139, 225, 227, 337, 407], "64000": 89, "65745445": 22, "6666666666666665": 223, "67": 89, "67305985": 132, "673174": 346, "67718303": 346, "69295758": 346, "69314718": [71, 186, 195], "6990877": 346, "6j": [150, 450], "7": [13, 15, 20, 41, 54, 56, 64, 68, 70, 73, 76, 77, 78, 80, 81, 83, 85, 88, 95, 99, 123, 126, 139, 141, 152, 154, 167, 183, 188, 204, 209, 214, 217, 297, 328, 339, 340, 346, 370, 399, 402, 404, 405, 424, 425, 426, 427, 431, 437, 438, 439, 441, 442, 443, 444, 445, 450, 452], "70": [167, 450, 452], "700": 167, "700e": 90, "70710677": [85, 296, 309], "70710678": [172, 174], "70710678j": 174, "70882036": 346, "718281828": [95, 98], "72": 70, "720": 72, "72075441": 202, "72538256": 24, "74165739": 183, "742278e": 415, "74596669": 183, "74921661": 346, "75": [44, 94, 104, 141, 145, 178, 191], "754": 121, "76096244": 346, "76377462": 346, "78539816": [18, 25, 26, 447], "78927254": 346, "79175947": 71, "7j": 339, "8": [4, 13, 15, 41, 53, 56, 64, 70, 76, 77, 78, 80, 81, 85, 87, 89, 90, 99, 102, 104, 118, 123, 139, 141, 150, 154, 173, 183, 186, 188, 189, 191, 202, 204, 328, 337, 338, 340, 346, 370, 389, 405, 409, 415, 427, 431, 433, 435, 437, 438, 439, 441, 442, 443, 448, 452], "80": [87, 89, 452], "8000": 385, "80226506": 346, "81715362": 346, "827941": [139, 202], "82842712": [175, 177], "84288406": 346, "84401099": 346, "84743374": 346, "84803548": 183, "85": [6, 89], "86": 152, "87649168": 197, "88178420e": 102, "88997253": 346, "89920014": 350, "8f": 87, "8j": 450, "9": [4, 13, 41, 56, 64, 70, 73, 76, 77, 78, 80, 83, 85, 89, 91, 99, 102, 106, 111, 127, 135, 139, 141, 174, 179, 183, 184, 185, 188, 202, 204, 217, 297, 328, 340, 346, 348, 350, 370, 405, 419, 424, 431, 437, 438, 439, 441, 442, 443, 444, 448, 452], "90": [18, 75, 452], "917152": 430, "92387953": 175, "92387953j": 175, "94": 89, "94591015": 71, "95": 179, "95799250e": 102, "98": 205, "98024613": 202, "99": [195, 342], "99322285": 22, "99532227": 94, "996272": 430, "99822295": 24, "99853728": 94, "999": 90, "99959305": 94, "99989938": 94, "99997791": 94, "A": [10, 11, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 39, 40, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 59, 60, 62, 63, 64, 66, 67, 71, 72, 73, 76, 77, 79, 80, 83, 85, 87, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 104, 118, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 175, 176, 177, 179, 181, 182, 185, 186, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 207, 211, 213, 214, 217, 220, 221, 225, 227, 282, 287, 295, 314, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 339, 346, 348, 365, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 395, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 426, 427, 429, 430, 431, 432, 434, 436, 438, 440, 442, 444, 445, 448, 452, 453, 454], "AND": [14, 46, 47, 48, 49, 153, 198, 199, 200, 201], "And": [4, 39, 40, 77, 85, 282, 438, 442], "Be": 174, "Being": 3, "But": [4, 87], "By": [28, 29, 40, 70, 85, 139, 179, 191, 202, 205, 206, 208, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 395, 400, 405, 423, 427, 436, 438, 440, 442, 449], "For": [0, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 295, 296, 297, 309, 311, 319, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "If": [4, 10, 11, 12, 14, 15, 19, 20, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 56, 58, 70, 71, 72, 73, 76, 80, 81, 84, 85, 87, 89, 90, 97, 99, 100, 101, 102, 108, 120, 121, 123, 128, 129, 136, 139, 141, 144, 145, 146, 150, 151, 152, 160, 161, 162, 171, 179, 180, 181, 182, 183, 184, 185, 188, 190, 191, 192, 202, 203, 206, 207, 208, 210, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 314, 316, 335, 338, 341, 342, 346, 368, 390, 396, 398, 400, 401, 405, 407, 408, 410, 417, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 448, 449, 450, 451, 452, 462], "In": [4, 10, 28, 29, 72, 73, 90, 141, 171, 176, 182, 185, 202, 220, 221, 223, 225, 227, 338, 341, 346, 390, 401, 425, 427, 445], "It": [4, 10, 14, 19, 28, 29, 56, 72, 73, 82, 84, 102, 108, 120, 141, 175, 177, 205, 208, 218, 219, 220, 221, 222, 223, 224, 226, 228, 338, 423, 425, 427, 449], "Its": [56, 189, 342, 433], "NOT": [47, 153, 198, 199, 200, 201], "No": [35, 89, 171], "Not": [14, 19, 157, 220, 221, 222, 224, 225, 227, 338], "OR": [19, 46, 47, 48, 49, 153, 198, 199, 200, 201], "On": 4, "One": [41, 42, 43, 70, 86, 87, 401], "Or": 141, "That": 204, "The": [3, 4, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 51, 53, 56, 57, 58, 62, 63, 64, 66, 67, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 102, 104, 106, 108, 111, 116, 118, 120, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 151, 153, 156, 157, 158, 159, 163, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 202, 203, 204, 205, 206, 207, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 224, 225, 226, 227, 228, 282, 287, 295, 296, 305, 309, 326, 327, 328, 329, 330, 331, 332, 336, 337, 338, 340, 341, 342, 346, 349, 351, 352, 362, 367, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 395, 397, 398, 399, 400, 401, 402, 403, 405, 406, 408, 409, 412, 413, 414, 415, 416, 417, 419, 420, 422, 423, 424, 425, 427, 428, 429, 430, 431, 432, 434, 436, 438, 439, 440, 442, 443, 444, 445, 448, 449, 451, 452, 453, 454, 462, 466], "Then": [10, 36, 38, 204], "There": [10, 191], "These": [4, 87, 89, 90, 97, 204, 216, 342, 428, 438, 442, 462, 466], "To": [4, 328], "With": [28, 29, 44, 183, 206, 212, 218, 219, 225, 227, 338, 425], "_": [0, 145, 422], "__array_interface__": 87, "__bool__": 462, "__dlpack__": 131, "__dlpack_device__": 131, "__eq__": [85, 87, 122, 346], "__ge__": [85, 87, 122, 346], "__getitem__": [85, 87, 122], "__gt__": [85, 87, 122, 346], "__iter__": 122, "__le__": [85, 87, 122, 346], "__len__": [85, 87], "__lt__": [85, 87, 122, 346], "__main__": 0, "__name__": 0, "__ne__": [85, 87, 122, 346], "__next__": 122, "__setitem__": [85, 122], "__sycl_usm_array_interface__": 37, "_dtypes_list": 0, "a1": 33, "a2": 33, "a_": 10, "a_k": 10, "a_m": 10, "a_max": 56, "a_min": 56, "ab": [6, 10, 12, 15], "abc": 89, "abcd": 90, "about": [36, 38, 85, 121, 174, 293, 462], "abov": [3, 71, 76, 79, 151, 185, 203, 398, 436, 437, 441], "absolut": [6, 11, 15, 18, 101, 186, 226, 228, 339, 423, 449], "accept": [30, 89, 346, 417, 438, 442], "access": [10, 77, 78, 120, 204, 438, 442, 462], "accord": [14, 19, 44, 52, 87, 121, 174, 175, 176, 177, 203, 208, 223, 226, 228, 398, 403, 423, 449], "accordingli": [222, 224], "account": 401, "accumul": [71, 72, 73, 89, 144, 220, 221, 225, 227, 338, 425, 433], "accur": [87, 98, 141, 195, 197], "achiev": 89, "across": [80, 145, 220, 221, 225, 227], "activ": 4, "actual": [87, 144, 145, 171, 182], "ad": [15, 87, 90, 97, 173, 186, 466], "add": [6, 87], "add_docstr": 6, "add_newdoc": 6, "add_newdoc_ufunc": 6, "addit": [71, 171, 223], "address": 87, "advanc": 89, "advers": 89, "advis": 4, "affect": [20, 80, 89, 120, 144, 145], "after": [86, 120, 327, 365, 405], "ag": 87, "against": [15, 28, 29, 50, 51, 56, 140, 183, 184, 206, 212, 218, 219, 225, 227, 338, 342, 425, 428], "ai": [3, 342, 428], "ai_max": 428, "ai_min": 428, "ainv": [178, 189], "al": 10, "algebra": [455, 466], "algorithm": [10, 89, 90], "alia": [10, 16, 17, 83, 102, 108, 121, 214, 229, 346, 376, 379, 381, 399, 408, 444, 451], "alias": 9, "align": 87, "all": [4, 6, 9, 15, 19, 33, 40, 44, 57, 68, 81, 85, 86, 87, 89, 90, 95, 96, 98, 100, 106, 111, 120, 123, 124, 125, 132, 133, 135, 139, 141, 146, 148, 171, 181, 184, 191, 202, 206, 212, 218, 219, 222, 224, 282, 285, 292, 305, 338, 348, 405, 408, 421, 425, 451, 462], "allclos": [6, 33, 154, 178, 184, 185, 187, 188, 190], "alloc": [3, 4, 20, 32, 34, 35, 36, 37, 38, 40, 44, 62, 71, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 160, 161, 191, 192, 202, 203, 204, 208, 211, 223, 226, 228, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 398, 421, 423, 436, 438, 442, 448, 449, 453, 454], "allow": [40, 85, 89, 144, 145, 204, 282, 311, 427, 462], "alltru": 6, "almost": [174, 438], "along": [3, 4, 14, 16, 17, 19, 28, 29, 30, 44, 57, 58, 68, 71, 72, 73, 76, 77, 79, 80, 81, 85, 86, 88, 99, 102, 106, 108, 120, 123, 124, 125, 128, 129, 134, 139, 141, 146, 151, 183, 185, 189, 190, 191, 202, 203, 206, 207, 208, 209, 210, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 279, 280, 281, 288, 289, 299, 301, 306, 307, 318, 320, 322, 323, 325, 335, 338, 340, 341, 342, 398, 400, 405, 406, 408, 417, 422, 423, 425, 427, 428, 431, 432, 433, 435, 438, 439, 442, 443, 449, 451, 462], "alpha": [347, 352, 353, 369, 372], "alreadi": [4, 10, 35, 41, 42, 43, 333], "also": [3, 10, 13, 18, 20, 26, 46, 48, 49, 63, 83, 87, 89, 93, 97, 127, 128, 129, 130, 134, 136, 141, 142, 143, 144, 147, 168, 169, 170, 171, 197, 204, 207, 213, 214, 216, 217, 328, 329, 337, 384, 399, 403, 424, 427, 444, 462], "alter": 80, "altern": [3, 4, 14, 19, 72, 73, 84, 85, 205, 206, 208, 212, 220, 221, 223, 225, 226, 227, 228, 324, 338, 423, 425, 449], "although": [18, 87, 111, 432], "alwai": [4, 10, 30, 34, 40, 80, 85, 101, 175, 177, 226, 228, 282, 328, 401, 418, 423, 449], "amax": [6, 206], "ambigu": 462, "amin": [6, 212], "amplitud": 10, "an": [0, 3, 4, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 66, 67, 71, 72, 73, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 102, 104, 108, 118, 120, 121, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 163, 168, 169, 170, 173, 176, 179, 181, 182, 183, 185, 186, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 236, 281, 282, 283, 284, 287, 297, 299, 305, 307, 310, 311, 314, 316, 317, 321, 322, 324, 326, 328, 329, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 346, 348, 353, 354, 356, 365, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 438, 439, 441, 442, 443, 444, 445, 446, 448, 449, 451, 452, 453, 454, 462], "anaconda": [3, 4], "analysi": 10, "analyt": 3, "angl": [6, 10, 25, 26, 74, 75, 344, 345, 447], "ani": [3, 6, 14, 15, 30, 32, 34, 35, 36, 37, 38, 40, 50, 51, 62, 76, 79, 81, 85, 87, 89, 90, 120, 137, 138, 139, 141, 145, 146, 156, 163, 164, 180, 190, 191, 202, 204, 222, 224, 282, 346, 390, 417, 448, 462], "anoth": [4, 64, 85, 99, 131, 287, 307, 335, 341, 406], "answer": 348, "anti": [80, 120], "anyth": 87, "ap": 179, "api": [0, 2, 3, 6, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 87, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "appear": [97, 124, 125], "append": [0, 6, 81, 90, 97, 108, 168], "appli": [28, 29, 30, 44, 52, 89, 402, 431], "applic": [10, 87], "apply_along_axi": 6, "apply_over_ax": 6, "approach": [87, 108], "appropri": [4, 28, 29, 102, 108, 140, 190, 218, 219, 222, 224, 346, 374, 377, 427, 462], "approxim": 121, "ar": [3, 4, 10, 11, 12, 13, 14, 15, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 53, 54, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 75, 76, 80, 81, 83, 84, 85, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 100, 101, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 123, 124, 125, 126, 127, 128, 129, 130, 134, 139, 141, 142, 143, 144, 145, 147, 152, 153, 154, 157, 158, 159, 168, 169, 170, 171, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 188, 189, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 304, 305, 326, 327, 328, 329, 334, 335, 336, 337, 338, 339, 342, 343, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 374, 377, 378, 380, 386, 388, 389, 390, 391, 392, 393, 394, 395, 397, 398, 399, 403, 404, 405, 407, 408, 409, 410, 411, 413, 414, 415, 417, 419, 420, 422, 423, 424, 425, 427, 429, 430, 431, 433, 435, 439, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 462], "arang": [0, 6, 13, 28, 29, 41, 42, 43, 44, 45, 56, 63, 75, 76, 77, 78, 80, 83, 84, 85, 89, 93, 95, 96, 98, 99, 102, 123, 130, 138, 139, 141, 144, 151, 152, 167, 183, 191, 194, 195, 198, 199, 200, 201, 202, 204, 205, 206, 210, 212, 214, 217, 290, 329, 332, 335, 337, 341, 345, 370, 399, 402, 405, 424, 431, 433, 438, 439, 442, 443, 444, 452, 454], "arbitrari": [39, 84, 87, 89, 152, 205, 402, 438, 442], "arbitrarili": 89, "arc": [18, 25], "arcco": [6, 22, 23, 25, 26, 66], "arccosh": [6, 21, 24, 27, 67], "arcsin": [6, 21, 24, 25, 26, 415], "arcsinh": [6, 22, 23, 27, 416], "arctan": [6, 18, 21, 23, 26, 27, 429], "arctan2": [6, 18, 25], "arctanh": [6, 22, 24, 25, 26, 430], "arg": [50, 346], "arg1": [165, 166], "arg2": [165, 166], "argmax": [0, 6, 29, 85, 218, 342, 428, 462], "argmin": [6, 28, 85, 219, 428, 462], "argpartit": [6, 30, 342, 428, 462], "argsort": [6, 85, 342, 410, 417, 428, 434, 462], "argument": [0, 10, 11, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 52, 53, 54, 56, 58, 63, 66, 67, 83, 84, 85, 87, 88, 90, 94, 95, 96, 98, 126, 127, 128, 129, 130, 147, 150, 153, 164, 165, 166, 168, 182, 183, 194, 195, 196, 197, 204, 205, 207, 213, 214, 215, 217, 311, 324, 326, 327, 336, 337, 339, 341, 397, 399, 402, 403, 404, 409, 413, 414, 415, 416, 422, 424, 429, 430, 431, 435, 444, 445, 462], "argwher": [6, 328], "ari": [41, 42, 43], "arithmet": [44, 139, 208, 209, 223, 226, 228, 336, 423, 425, 449, 455, 466], "around": [6, 85, 139, 341, 407], "arr": [78, 87, 145, 343, 370, 439, 443], "arr2": 87, "arr_t": [40, 85, 282], "arrai": [0, 2, 3, 4, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 230, 236, 279, 280, 281, 282, 283, 284, 287, 290, 291, 292, 293, 295, 296, 297, 298, 300, 302, 303, 305, 307, 308, 309, 310, 311, 312, 314, 315, 316, 317, 318, 319, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 347, 348, 350, 351, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 466], "array2str": 6, "array_equ": 6, "array_equiv": [6, 33], "array_lik": [32, 34, 35, 36, 37, 38, 39, 44, 62, 64, 76, 79, 99, 137, 138, 139, 156, 163, 191, 202, 335, 341, 342, 346, 412, 427, 431, 448], "array_of_diagon": 80, "array_repr": 6, "array_split": [6, 58], "array_str": 6, "arrays_and_dtyp": 402, "art": 10, "asanyarrai": [6, 35, 38], "asarrai": [4, 6, 34, 36, 38, 39], "asarray_chkfinit": [6, 34, 35], "ascend": [175, 177, 410], "ascii": 87, "ascontiguousarrai": [6, 34, 35, 38], "asfarrai": [6, 34, 35], "asfortranarrai": [6, 34, 35, 36], "asmatrix": 6, "asnumpi": 85, "aspect": 87, "assembl": [58, 86, 146, 408, 422, 451], "assign": [85, 292, 438, 442], "associ": [44, 144, 145, 462], "assum": [10, 44, 90, 181, 184, 188, 204], "astyp": [6, 85, 139, 328], "atleast_1d": [6, 42, 43, 97], "atleast_2d": [6, 41, 43, 97], "atleast_3d": [6, 41, 42, 97], "atol": [15, 154], "attain": 0, "attempt": [84, 182], "attribut": [85, 87, 92, 121, 138, 149, 185, 332, 454, 455], "automat": [144, 145], "avail": [2, 3, 4, 10, 15, 65, 68, 69, 75, 87, 88, 94, 154, 209, 215, 218, 219, 222, 224, 225, 345, 435, 447, 455, 462], "averag": [6, 85, 208, 223, 300, 425, 466], "avg": 44, "avoid": [42, 43], "aweight": 69, "ax": [14, 19, 28, 29, 44, 71, 81, 84, 85, 89, 97, 103, 105, 106, 109, 110, 111, 114, 115, 117, 119, 123, 141, 152, 183, 187, 189, 190, 203, 205, 206, 208, 212, 216, 218, 219, 222, 223, 224, 225, 226, 227, 228, 314, 321, 324, 333, 338, 398, 405, 406, 421, 423, 425, 426, 431, 432, 433, 434, 449], "axi": [14, 16, 17, 19, 28, 29, 30, 44, 57, 58, 68, 70, 71, 72, 73, 80, 81, 85, 86, 88, 89, 97, 99, 102, 106, 107, 108, 112, 113, 116, 123, 124, 125, 128, 129, 134, 139, 141, 146, 151, 179, 183, 191, 202, 203, 205, 206, 207, 208, 209, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 288, 289, 295, 299, 300, 301, 305, 306, 307, 310, 316, 317, 318, 320, 322, 324, 325, 334, 335, 338, 340, 341, 342, 395, 398, 400, 401, 405, 406, 408, 417, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 435, 449, 451, 462], "axis1": [80, 85, 290, 321, 323, 426, 433], "axis2": [80, 85, 290, 321, 323, 426, 433], "axisa": 70, "axisb": 70, "axisc": 70, "axiserror": [30, 417], "b": [10, 13, 15, 28, 29, 46, 49, 57, 58, 64, 70, 73, 84, 85, 86, 87, 88, 89, 90, 93, 132, 133, 142, 143, 146, 152, 167, 169, 170, 173, 179, 182, 183, 184, 186, 187, 188, 189, 190, 198, 200, 205, 206, 212, 327, 329, 333, 337, 347, 402, 408, 422, 431, 432, 435, 440, 450, 451], "back": [85, 134, 295, 395, 401, 406, 440], "backend": [2, 140, 349, 351, 352, 362, 367, 383], "backward": [10, 40, 85, 102, 108, 141, 282, 405, 406], "bad": 358, "bartlett": 6, "base": [0, 4, 87, 89, 96, 99, 139, 144, 145, 188, 193, 194, 195, 196, 202, 205, 335, 337, 341, 343], "base_repr": 6, "basic": [52, 89, 462, 466], "batch": [103, 105, 109, 110, 114, 115, 117, 119], "bc": [173, 186], "bcde": 90, "becaus": [10, 14, 19, 462], "becom": [10, 85, 144, 324], "been": [86, 342, 406, 428], "befor": [4, 30, 58, 71, 85, 108, 124, 125, 190, 203, 206, 212, 226, 228, 305, 316, 338, 398, 405, 406, 417, 423, 425, 432, 449, 450], "begin": [90, 139, 191, 202], "behav": [192, 341], "behavior": [85, 287, 432], "behind": [85, 305], "being": [3, 87, 128, 129, 207, 213], "belong": [82, 144], "below": [0, 4, 9, 76, 79, 87, 181, 436, 437, 441, 462], "best": 90, "beta": [6, 357], "between": [15, 20, 52, 81, 88, 121, 133, 136, 141, 152, 191, 202, 363, 377, 424, 447], "beyond": [4, 405], "bia": 69, "big": 87, "bin": [82, 102, 104, 118, 144, 145, 384], "bin_edg": [144, 145], "binari": [46, 48, 49, 132, 133, 135, 136, 455, 466], "binary_repr": 6, "bincount": [6, 82, 144], "binomi": [6, 365], "bins_0": 145, "bins_1": 145, "bit": [46, 47, 48, 49, 87, 121, 149, 153, 168, 198, 200, 201, 225, 227, 403, 414, 466], "bitwis": [46, 48, 49], "bitwise_and": [6, 47, 48, 49, 153, 198], "bitwise_not": 6, "bitwise_or": [6, 46, 47, 49, 153, 200], "bitwise_xor": [6, 46, 47, 48, 153, 201], "biufcmmosuv": 87, "blackman": 6, "block": [6, 58, 86, 120, 146, 167, 408, 422, 451], "bmat": 6, "bool": [9, 14, 19, 28, 29, 32, 37, 40, 44, 52, 64, 71, 82, 85, 87, 90, 93, 116, 120, 139, 142, 143, 144, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 169, 170, 171, 181, 183, 184, 188, 191, 202, 203, 206, 208, 210, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 328, 329, 338, 398, 401, 414, 423, 425, 427, 448, 449, 462], "bool_": 9, "boolean": [46, 47, 48, 49, 64, 71, 87, 99, 151, 153, 154, 157, 158, 159, 160, 161, 162, 198, 200, 203, 204, 208, 223, 225, 226, 228, 328, 335, 398, 401, 423, 427, 449], "both": [10, 13, 15, 26, 44, 46, 48, 49, 56, 63, 70, 83, 84, 93, 127, 128, 129, 130, 142, 143, 147, 152, 167, 168, 169, 170, 183, 197, 198, 200, 201, 205, 207, 213, 214, 217, 227, 327, 329, 337, 399, 403, 424, 431, 433, 438, 440, 442, 444, 450, 452], "bound": [341, 410, 427], "boundari": [141, 341], "briefli": 462, "broadcast": [13, 14, 19, 28, 29, 44, 50, 51, 56, 64, 83, 89, 99, 128, 129, 147, 160, 161, 183, 184, 201, 203, 205, 206, 207, 208, 212, 213, 217, 218, 219, 223, 225, 226, 227, 228, 337, 338, 341, 342, 398, 400, 423, 424, 425, 428, 432, 444, 449, 452], "broadcast_arrai": [6, 51], "broadcast_shap": 6, "broadcast_to": [6, 50, 432], "brought": 10, "buffer": [37, 72, 73, 85, 132, 133, 135, 136, 192, 206, 212, 220, 221, 401], "buffer_lik": 132, "build": 466, "build_loc": 4, "built": 87, "busday_count": 6, "busday_offset": 6, "byte": [6, 40, 85, 87, 89, 132, 133, 192, 282, 298, 302], "byte_bound": 6, "byteord": 87, "byteswap": 6, "bz2": 192, "c": [2, 4, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 70, 83, 84, 85, 87, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 140, 142, 143, 147, 150, 152, 153, 157, 158, 159, 167, 168, 169, 170, 173, 179, 182, 183, 186, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 287, 295, 308, 326, 327, 328, 329, 331, 332, 336, 337, 339, 395, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 431, 432, 444, 445, 452, 453, 454], "c_contigu": [36, 38, 85, 287], "ca": 61, "calcul": [10, 11, 12, 13, 18, 26, 44, 71, 73, 81, 83, 88, 89, 93, 95, 96, 98, 102, 111, 126, 127, 130, 141, 145, 147, 174, 175, 176, 177, 179, 184, 195, 197, 203, 205, 208, 214, 217, 223, 226, 228, 329, 337, 338, 398, 399, 423, 424, 444, 449, 450, 455], "call": [10, 18, 28, 29, 30, 36, 38, 87, 108, 134, 174, 176, 182, 204, 236, 328, 421, 427, 432], "callabl": [134, 204], "cambridg": 10, "can": [0, 3, 4, 10, 13, 15, 20, 26, 30, 32, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 52, 62, 63, 70, 76, 77, 79, 80, 83, 84, 85, 87, 89, 90, 91, 92, 93, 100, 102, 104, 108, 118, 120, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 146, 147, 148, 151, 152, 153, 156, 163, 164, 167, 168, 169, 170, 171, 178, 179, 180, 190, 191, 192, 197, 198, 200, 201, 202, 204, 205, 207, 211, 213, 214, 217, 225, 227, 282, 316, 326, 327, 328, 329, 330, 331, 332, 336, 337, 342, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 399, 401, 403, 417, 424, 427, 428, 431, 433, 436, 438, 442, 443, 444, 448, 450, 452, 453, 454, 462], "can_cast": [6, 466], "cannot": [58, 85, 218, 219, 314, 421, 422], "capabl": [20, 32, 34, 35, 36, 38, 44, 101, 139, 191, 202, 205], "care": [20, 174], "cartesian": 210, "case": [4, 14, 19, 20, 28, 29, 32, 34, 35, 36, 38, 44, 62, 72, 73, 76, 79, 81, 90, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 141, 148, 174, 185, 188, 191, 192, 202, 211, 220, 221, 225, 227, 330, 331, 332, 338, 401, 425, 431, 436, 448, 453, 454, 462], "cast": [14, 19, 40, 52, 58, 64, 71, 72, 73, 85, 89, 146, 174, 203, 205, 208, 220, 221, 223, 225, 226, 227, 228, 282, 338, 398, 408, 422, 423, 425, 449, 451], "cat": [348, 365], "cauchi": 384, "cbrt": [6, 419], "cdef": 90, "cdot": 431, "cdoubl": 9, "ceil": [6, 31, 126, 127, 404, 407, 445], "center": [104, 106, 111, 118], "central": [141, 366, 367], "certain": [87, 204], "cfloat": 9, "ch": 10, "chain": [84, 85, 89, 90], "chang": [40, 62, 70, 85, 87, 89, 99, 220, 221, 282, 295, 319, 324, 326, 335, 336, 341, 342, 343, 395, 401, 406, 447, 466], "char": 87, "charact": [87, 133], "check": [14, 19, 34, 35, 52, 156, 163, 171, 184, 187], "check_valid": 364, "chi": [350, 366], "chisquar": 6, "choic": [6, 55, 85, 175, 177, 283], "choicelist": 411, "choleski": 6, "choos": [6, 18, 25, 85, 90, 452, 462], "chosen": [144, 452], "circl": 186, "clamp": [341, 427], "clariti": 120, "class": [3, 85, 87, 88, 122, 132, 133, 134, 136, 151, 192, 346, 374, 436, 466], "classic": 89, "clear": [87, 462], "clip": [6, 85, 341, 427, 462], "close": [21, 22, 23, 25, 39, 40, 85, 89, 97, 191, 282, 346, 374, 404, 407], "closer": 445, "cloud": 3, "cmake": 4, "co": [6, 21, 67, 176, 415, 429], "code": [37, 87, 165], "coeffici": [179, 187, 190], "coerc": [37, 132, 133, 134, 135, 136, 192], "coin": 348, "col": 151, "collaps": [85, 295], "column": [6, 34, 35, 36, 38, 39, 40, 57, 58, 72, 73, 80, 85, 86, 100, 120, 124, 125, 141, 146, 148, 174, 175, 179, 182, 185, 188, 282, 395, 408, 422, 436, 438, 442, 448, 451], "column_stack": [6, 58, 86, 146, 408, 422, 451], "com": 4, "combin": [0, 87, 97, 141], "combinatori": 90, "comma": [87, 89], "command": 4, "common": [108, 328, 431], "common_typ": 6, "compani": [348, 365], "compar": [15, 93, 128, 129, 145, 207, 213], "compare_chararrai": 6, "comparison": [2, 93, 142, 143, 169, 170, 329, 455, 466], "compat": [3, 10, 14, 19, 40, 44, 85, 203, 208, 222, 223, 224, 226, 228, 282, 398, 401, 423, 449, 466], "compil": [4, 87, 140], "complement": 447, "complementari": 127, "complet": [3, 4, 90, 133, 134, 185, 406, 462], "complex": [9, 10, 11, 12, 18, 25, 26, 52, 71, 84, 85, 87, 90, 94, 101, 102, 108, 121, 128, 129, 150, 155, 156, 162, 163, 174, 175, 176, 177, 185, 186, 188, 203, 205, 207, 213, 226, 228, 285, 286, 339, 396, 398, 418, 423, 449, 450, 462, 466], "complex128": [9, 10, 44, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 402], "complex64": [9, 10, 44], "compliant": 85, "complic": 89, "compon": [10, 106, 111, 118, 121, 150, 396], "compos": 63, "composit": [167, 425, 435], "compress": [6, 99, 427, 462], "comput": [4, 10, 18, 21, 22, 23, 24, 25, 26, 27, 31, 44, 46, 47, 48, 49, 53, 59, 60, 66, 67, 71, 72, 73, 81, 82, 89, 95, 96, 97, 98, 101, 102, 103, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 141, 142, 143, 144, 145, 150, 151, 153, 167, 169, 170, 172, 173, 174, 175, 176, 177, 178, 182, 183, 184, 185, 186, 188, 189, 190, 193, 194, 195, 196, 198, 199, 200, 201, 203, 205, 208, 209, 214, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 336, 339, 396, 397, 398, 399, 404, 407, 409, 413, 414, 415, 416, 419, 423, 425, 429, 430, 431, 438, 442, 449], "compute_uv": [172, 188], "concaten": [6, 57, 86, 146, 408, 422, 428, 451], "concept": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454, 462], "cond": [6, 178], "condit": [40, 84, 85, 99, 172, 178, 182, 282, 328, 335, 341, 343, 411, 452], "condlist": 411, "confus": 130, "conj": [6, 60, 85, 150, 171, 174, 339], "conjug": [6, 10, 59, 84, 85, 150, 171, 174, 175, 176, 177, 205, 285, 339, 450], "consecut": [81, 88, 141], "conserv": 210, "consid": [20, 32, 34, 35, 36, 38, 90, 118, 139, 157, 175, 177, 181, 191, 202, 205, 346, 374], "consist": [33, 133, 145, 190, 191, 428, 431], "constant": [9, 87, 141], "constraint": 44, "construct": [34, 35, 55, 76, 79, 80, 85, 87, 100, 132, 133, 134, 135, 136, 148, 192, 211, 283, 330, 432, 433, 452, 455], "constructor": 462, "consum": [85, 302], "contain": [10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 59, 60, 63, 64, 66, 67, 70, 71, 80, 83, 85, 87, 93, 95, 96, 98, 104, 118, 126, 127, 128, 129, 130, 131, 136, 140, 141, 142, 143, 144, 145, 147, 150, 151, 153, 168, 169, 170, 175, 185, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 207, 208, 213, 214, 217, 218, 219, 222, 223, 224, 226, 228, 311, 326, 328, 329, 336, 337, 339, 346, 396, 397, 398, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 423, 424, 429, 430, 434, 438, 439, 442, 443, 444, 445, 449, 462], "content": [36, 85, 383], "context": 10, "contigu": [34, 35, 36, 38, 84, 85, 89, 182, 308, 395, 401], "continu": [346, 378], "contourf": 210, "contract": [89, 90, 431], "contrast": 341, "contribut": [10, 44, 144, 145], "control": [4, 40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "conveni": [85, 324, 346], "convent": [84, 89, 90, 102, 108, 152, 190, 205, 333, 431], "convers": [40, 85, 89, 282, 455], "convert": [28, 29, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 62, 74, 75, 76, 79, 87, 90, 97, 137, 138, 139, 156, 163, 191, 202, 344, 345, 447, 448], "convolut": [10, 61, 65], "convolv": [6, 65], "coolei": 10, "coordin": [68, 134, 141, 151, 210], "copi": [6, 20, 30, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 64, 76, 77, 79, 80, 85, 87, 91, 92, 99, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 210, 211, 236, 282, 295, 297, 305, 311, 314, 330, 331, 332, 334, 335, 336, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 401, 410, 417, 421, 436, 437, 438, 441, 442, 448, 453, 454, 462], "copysign": [6, 326, 336], "copyto": [6, 85, 99, 287, 335], "core": [3, 87, 89, 462], "corrcoef": [6, 69], "correct": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 31, 46, 47, 48, 49, 53, 54, 58, 59, 60, 63, 66, 67, 83, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 187, 193, 194, 195, 196, 197, 198, 199, 200, 201, 207, 213, 214, 217, 326, 327, 329, 336, 337, 339, 397, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 422, 424, 429, 430, 444, 445], "correctli": [18, 25, 28, 29, 183, 206, 212, 218, 219, 225, 227, 328, 338, 425], "correl": [6, 466], "correspond": [6, 10, 20, 28, 29, 32, 34, 35, 36, 37, 38, 40, 56, 58, 62, 76, 77, 79, 80, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 141, 148, 151, 174, 175, 191, 192, 202, 204, 205, 211, 282, 291, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 405, 412, 423, 431, 434, 436, 438, 442, 448, 449, 453, 454, 462], "correspondingli": 10, "cosh": [6, 22, 66, 416, 430], "cosin": [21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430], "cost": [89, 90], "costli": 90, "could": [85, 316], "count": [14, 19, 45, 68, 82, 87, 90, 123, 132, 133, 135, 136, 141, 144, 145, 328, 338, 348, 425, 455, 466], "count_nonzero": [6, 328], "counterpart": [10, 462], "cov": [6, 364], "covari": 69, "cover": [438, 442, 466], "cpu": [4, 15, 20, 32, 34, 35, 36, 38, 62, 65, 69, 76, 79, 88, 91, 92, 94, 100, 103, 104, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 132, 133, 134, 135, 137, 138, 139, 148, 154, 191, 192, 202, 209, 211, 215, 225, 330, 331, 332, 435, 436, 448, 453, 454], "creat": [3, 4, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 78, 79, 80, 85, 87, 90, 91, 92, 100, 104, 118, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 287, 330, 331, 332, 342, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 433, 436, 438, 439, 442, 443, 448, 453, 454, 462, 466], "creation": [87, 90, 455, 462, 466], "crop": [102, 108], "cross": [6, 65], "csingl": 9, "ct": 10, "cube": [53, 419], "cubic": 90, "cumprod": [6, 85, 220, 462], "cumproduct": 6, "cumsum": [6, 81, 85, 221, 425, 462], "cumul": [71, 72, 73, 81, 85, 220, 221, 288, 289, 425], "cupi": [2, 455], "current": [10, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 63, 66, 67, 83, 87, 88, 90, 95, 96, 98, 126, 127, 128, 129, 130, 133, 145, 147, 148, 153, 168, 194, 195, 196, 197, 207, 213, 214, 215, 217, 326, 327, 336, 337, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 424, 429, 430, 435, 444, 445], "custom": 462, "customarili": 10, "cut": 179, "cutoff": 184, "cycl": [104, 118], "cyclic": 341, "cython": 4, "d": [0, 14, 19, 20, 44, 57, 58, 72, 73, 76, 77, 78, 79, 80, 84, 85, 86, 87, 100, 103, 104, 105, 106, 109, 110, 111, 114, 115, 117, 118, 119, 120, 124, 125, 136, 146, 148, 152, 173, 175, 176, 182, 183, 186, 205, 210, 220, 221, 227, 295, 328, 337, 338, 341, 351, 395, 401, 408, 410, 412, 422, 425, 427, 431, 432, 433, 440, 448, 451, 462], "d0": [346, 373, 375], "d1": [346, 375], "d3": 77, "data": [1, 3, 4, 11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 51, 52, 53, 54, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 71, 75, 76, 79, 82, 83, 84, 85, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 100, 101, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 156, 157, 158, 159, 160, 161, 163, 168, 169, 170, 179, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 207, 208, 209, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 228, 282, 311, 324, 326, 327, 329, 331, 332, 335, 336, 337, 339, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 419, 420, 421, 422, 423, 424, 428, 429, 430, 433, 435, 436, 444, 445, 447, 449, 451, 452, 453, 454, 455, 466], "datatyp": [87, 181], "date": 4, "datetim": 87, "datetime_as_str": 6, "datetime_data": 6, "dcmake_c_compil": 4, "dcmake_cxx_compil": 4, "ddof": [69, 85, 226, 228, 318, 325, 423, 449], "decai": 359, "decim": [31, 85, 121, 312, 404, 407], "decomposit": [171, 178, 181, 184, 188, 466], "decompress": 192, "decreas": 82, "decreasingli": 10, "def": 0, "default": [3, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 50, 51, 53, 54, 56, 58, 59, 60, 62, 63, 65, 66, 67, 69, 70, 71, 72, 73, 76, 77, 79, 80, 81, 82, 83, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 172, 175, 177, 179, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 295, 326, 327, 329, 330, 331, 332, 334, 336, 337, 338, 339, 341, 346, 350, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 384, 385, 387, 390, 395, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 411, 413, 414, 415, 416, 417, 419, 420, 422, 423, 424, 425, 427, 429, 430, 431, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 451, 452, 453, 454, 462], "default_rng": 6, "defg": 90, "defici": 181, "defin": [10, 70, 87, 92, 128, 129, 138, 144, 145, 207, 213, 332, 336, 454, 462], "definit": [70, 102, 108, 126, 171], "deg": [18, 345], "deg2rad": [6, 344, 345, 447], "degre": [6, 18, 74, 226, 228, 344, 345, 388, 423, 447, 449], "delet": 6, "delta": [10, 226, 228, 423, 447, 449], "demonstr": [0, 4, 87], "dens": [151, 211], "densiti": 144, "depend": [4, 80, 101, 175, 179, 185, 187, 188, 191, 225, 227, 411, 452], "deprec": 6, "deprecate_with_doc": 6, "depth": [57, 58, 86, 146, 408, 422, 451], "deriv": 141, "descend": 188, "descr": 87, "describ": [71, 87, 203, 398, 466], "descript": [71, 87, 144, 203, 398, 462], "design": 10, "desir": [20, 32, 34, 35, 36, 38, 39, 51, 91, 92, 100, 108, 137, 138, 139, 148, 191, 202, 331, 332, 432, 436, 453, 454], "destin": [58, 146, 216, 341, 342, 408, 422, 428, 451], "det": [6, 186], "detail": [31, 131, 407, 438, 439, 442, 443, 462], "determin": [13, 18, 21, 22, 23, 24, 25, 26, 27, 46, 48, 49, 53, 63, 66, 67, 83, 95, 96, 98, 127, 128, 129, 130, 133, 134, 136, 147, 166, 168, 173, 179, 185, 186, 193, 194, 195, 196, 197, 205, 207, 213, 214, 217, 327, 337, 397, 399, 403, 409, 413, 415, 416, 419, 420, 424, 429, 430, 433, 444, 445], "devel": 4, "develop": [3, 4], "deviat": [85, 208, 223, 226, 228, 318, 346, 361, 368, 423, 449], "devic": [0, 2, 3, 20, 32, 34, 35, 36, 37, 38, 40, 44, 62, 71, 76, 77, 79, 85, 91, 92, 100, 101, 104, 118, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 203, 204, 205, 208, 211, 223, 226, 228, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 398, 421, 423, 436, 438, 442, 448, 449, 453, 454], "df": [350, 366, 388, 389], "dfden": [354, 367], "dfnum": [354, 367], "dft": [10, 102, 108], "di": [77, 78], "diag": [6, 79, 80, 89, 100, 124, 125, 148, 174, 176, 188, 433], "diag_indic": [6, 78, 120], "diag_indices_from": [6, 77, 120], "diagflat": [6, 76, 80, 433], "diagon": [6, 76, 77, 78, 79, 85, 89, 100, 120, 148, 171, 175, 176, 177, 204, 323, 433, 436, 437, 438, 439, 441, 442, 443, 462], "dice": 363, "dictionari": 87, "diff": [6, 73, 88, 141, 144], "differ": [3, 10, 15, 20, 32, 34, 35, 36, 38, 44, 62, 71, 73, 76, 79, 81, 85, 87, 88, 91, 92, 100, 104, 108, 111, 118, 121, 124, 125, 132, 133, 134, 135, 137, 138, 139, 141, 148, 177, 191, 192, 202, 203, 205, 211, 287, 330, 331, 332, 335, 337, 342, 398, 424, 428, 436, 438, 442, 448, 453, 454, 466], "digit": [6, 10, 121, 144], "dim": 15, "dimens": [14, 19, 28, 29, 32, 41, 42, 43, 44, 57, 58, 64, 69, 70, 77, 80, 81, 85, 87, 97, 124, 125, 141, 146, 151, 152, 181, 183, 185, 203, 206, 208, 210, 211, 212, 216, 218, 219, 222, 223, 224, 225, 226, 227, 228, 295, 303, 314, 328, 330, 338, 342, 346, 376, 378, 379, 381, 398, 401, 412, 421, 422, 423, 425, 426, 427, 428, 432, 433, 438, 439, 442, 443, 449, 462, 466], "dimension": [2, 4, 30, 61, 65, 68, 71, 77, 78, 79, 80, 81, 82, 85, 89, 102, 103, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 120, 132, 133, 135, 141, 151, 179, 185, 189, 190, 203, 206, 210, 211, 212, 218, 219, 222, 224, 226, 228, 317, 330, 333, 338, 398, 417, 423, 425, 427, 432, 449, 450, 455], "direct": [10, 70, 81, 102, 108, 124, 125, 141, 327], "directli": [87, 134, 151, 202, 328, 428], "directori": 140, "dirichlet": 6, "discard": 445, "discret": [3, 10, 61, 65, 73, 81, 88, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 141, 346, 455], "disp": 6, "dispers": 391, "displac": [85, 319], "distanc": 141, "distinct": [128, 129, 207, 213], "distinguish": 87, "distribut": [3, 4, 202, 346, 347, 348, 350, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 377, 378, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 466], "divid": [6, 86, 127, 130, 214, 399, 444], "divis": [83, 127, 130, 214, 337, 399, 444, 445], "divisor": [226, 228, 423, 449], "divmod": [6, 462], "dlpack": 131, "dmlc": 131, "dn": [346, 373, 375], "do": [3, 4, 87, 204, 348, 406], "docstr": 462, "document": [0, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 295, 296, 297, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "doe": [20, 52, 99, 101, 128, 129, 185, 220, 221, 335, 427], "domain": 10, "done": [3, 40, 85, 89, 190, 282], "dot": [6, 85, 89, 90, 152, 171, 176, 178, 182, 184, 185, 187, 188, 189, 190, 205, 431, 450], "doubl": [9, 359, 431], "down": 125, "dp": [83, 173, 175, 186, 187, 337, 401, 402, 412, 424, 444], "dpcpp": 4, "dpcpp_linux": 4, "dpcpp_win": 4, "dpctl": [0, 4, 15, 20, 32, 34, 35, 36, 37, 38, 40, 62, 68, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 218, 219, 222, 224, 225, 282, 330, 331, 332, 340, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "dpnp": [0, 2, 3, 4, 10, 455, 462, 466, 467, 470], "dpnp_arrai": [20, 32, 34, 35, 36, 38, 40, 62, 76, 77, 79, 91, 92, 99, 100, 104, 118, 120, 121, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 149, 151, 191, 192, 202, 204, 211, 229, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454, 455], "dpnp_iface_arraycr": [211, 330], "draw": [346, 347, 348, 350, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 374, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393], "drawn": [346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 374, 377, 380, 386, 387, 388, 389, 390, 391, 392, 393, 394, 411], "drill": [348, 365], "driver": 2, "drop": [3, 87], "dsplit": [6, 58, 86], "dst": 64, "dstack": [6, 57, 58, 146, 408, 422, 451], "dt": 87, "dt2": 87, "dtype": [0, 9, 11, 12, 13, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 52, 53, 54, 58, 59, 60, 63, 66, 67, 69, 71, 72, 73, 77, 83, 85, 89, 91, 92, 93, 95, 96, 98, 100, 101, 102, 108, 120, 121, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 146, 147, 148, 149, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 182, 188, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 288, 289, 300, 306, 318, 320, 323, 325, 326, 327, 329, 331, 332, 336, 337, 338, 339, 346, 368, 374, 390, 397, 398, 399, 402, 403, 404, 407, 408, 409, 413, 414, 415, 416, 418, 419, 420, 422, 423, 424, 425, 427, 429, 430, 433, 436, 437, 441, 444, 445, 449, 451, 453, 454, 462], "dump": 6, "dx": [141, 435], "dy": 141, "dz": 141, "e": [9, 10, 22, 24, 71, 72, 80, 87, 91, 92, 97, 100, 133, 137, 138, 141, 148, 168, 174, 186, 189, 193, 331, 332, 346, 400, 426, 436, 453, 454], "ea": 90, "each": [0, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 59, 60, 63, 66, 67, 72, 73, 77, 80, 82, 83, 85, 87, 90, 93, 95, 96, 98, 124, 125, 126, 127, 130, 134, 141, 142, 143, 144, 145, 150, 153, 157, 158, 159, 168, 169, 170, 174, 175, 176, 177, 179, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 214, 216, 217, 312, 314, 326, 328, 329, 336, 337, 339, 342, 348, 365, 396, 397, 399, 400, 403, 404, 405, 407, 409, 413, 414, 415, 416, 419, 420, 422, 424, 428, 429, 430, 432, 438, 439, 442, 443, 444, 445, 462], "easier": 427, "easiest": 4, "easili": [0, 145], "edg": [56, 82, 144, 145], "edge_ord": 141, "ediff1d": [6, 81, 141], "effect": [90, 128, 129, 207, 213, 337], "effici": [10, 102, 133, 181, 184, 188], "efgh": 90, "eig": [6, 175, 176, 177], "eigenvalu": [174, 175, 176, 177, 466], "eigenvector": [174, 175, 176, 177], "eigh": [6, 174, 176, 177], "eigval": [6, 174, 175, 177], "eigvalsh": [6, 174, 175, 176], "einstein": [84, 89, 90, 152, 190, 205, 333, 431], "einsum": [6, 84, 90, 152, 190, 205, 333, 431], "einsum_path": [6, 89], "either": [15, 38, 44, 68, 71, 80, 87, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 120, 141, 152, 154, 175, 177, 183, 185, 203, 218, 219, 222, 224, 225, 227, 398, 410, 428], "element": [4, 10, 11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 33, 44, 45, 46, 47, 48, 49, 53, 54, 56, 59, 60, 63, 64, 66, 67, 71, 72, 73, 78, 80, 81, 82, 83, 85, 87, 88, 90, 93, 95, 96, 98, 99, 100, 101, 120, 123, 124, 125, 126, 127, 128, 129, 130, 136, 141, 142, 143, 144, 145, 147, 148, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 168, 169, 170, 171, 176, 180, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 210, 212, 213, 214, 215, 217, 220, 221, 222, 224, 225, 226, 227, 228, 277, 278, 285, 286, 288, 289, 291, 292, 295, 297, 298, 300, 302, 304, 305, 310, 311, 312, 313, 315, 318, 319, 322, 325, 326, 327, 328, 329, 335, 336, 337, 338, 339, 341, 343, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 427, 429, 430, 431, 432, 433, 437, 439, 441, 443, 444, 445, 446, 449, 452, 462, 466, 470], "ellipsi": 89, "els": [0, 186, 234], "elsewher": [100, 148, 436, 452], "empti": [4, 6, 32, 85, 92, 133, 137, 138, 179, 292, 331, 332, 335, 453, 454], "empty_lik": [6, 32, 91, 138, 332, 454], "enabl": [120, 181, 184, 188], "encount": [220, 221, 222, 224], "end": [20, 80, 87, 90, 108, 139, 191, 202], "end_tim": 0, "endian": 87, "endpoint": [20, 139, 191, 202], "engin": 382, "enough": 144, "entir": [44, 71, 144, 145, 203, 208, 222, 223, 224, 226, 228, 398, 423, 449], "entri": [85, 87, 91, 99, 120, 123, 124, 125, 317, 421], "env": 4, "environ": 4, "ep": [121, 181, 327], "epsilon": 181, "epsneg": 121, "equal": [6, 14, 15, 19, 33, 44, 58, 65, 69, 73, 85, 100, 139, 141, 142, 143, 144, 145, 146, 154, 156, 163, 165, 168, 169, 170, 180, 184, 185, 190, 191, 202, 214, 305, 329, 346, 356, 390, 399, 403, 404, 407, 408, 413, 421, 422, 436, 438, 442, 451], "equal_nan": [33, 154], "equat": [179, 187, 189, 190, 466], "equiv": [40, 52, 58, 64, 85, 89, 146, 180, 205, 282, 408, 422, 451], "equival": [10, 13, 14, 16, 17, 19, 28, 29, 30, 31, 44, 62, 70, 71, 83, 84, 85, 86, 90, 97, 99, 128, 129, 130, 189, 203, 214, 217, 236, 277, 278, 290, 311, 324, 328, 333, 336, 345, 346, 374, 398, 399, 401, 407, 412, 417, 424, 425, 427, 431, 434, 444, 462], "error": [71, 94, 174, 203, 398, 421, 455, 462], "essenti": 4, "estim": [69, 145, 348, 365], "et": 10, "etc": [10, 87, 365], "eturn": 99, "euclidean": 179, "euler_gamma": 9, "evalu": [14, 15, 19, 85, 89, 90, 93, 156, 163, 190, 210, 277, 278, 333, 431, 462], "even": [10, 87, 104, 106, 108, 111, 118, 156, 163, 404, 407], "evenli": [20, 139, 191, 202, 404], "everi": [342, 428], "exact": [99, 182, 335], "exactli": [10, 39, 74, 136, 344, 346, 374], "examin": 179, "exampl": [2, 3, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 290, 292, 295, 296, 297, 305, 309, 311, 316, 319, 324, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 370, 371, 372, 373, 374, 375, 376, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "except": [4, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 56, 58, 59, 60, 62, 63, 66, 67, 68, 81, 82, 83, 84, 85, 91, 92, 93, 95, 96, 98, 100, 116, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 146, 147, 148, 153, 157, 158, 159, 168, 169, 170, 182, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 212, 213, 214, 217, 222, 223, 224, 225, 226, 227, 228, 282, 314, 326, 327, 329, 331, 332, 336, 337, 338, 339, 397, 399, 400, 401, 403, 404, 409, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 429, 430, 444, 445, 449, 453, 454], "exclud": [11, 12, 191, 346, 390], "exclus": [346, 374], "execut": [3, 4, 15, 34, 35, 65, 69, 88, 94, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 134, 154, 209, 215, 225, 349, 351, 352, 362, 367, 383, 435], "executor": 0, "exist": [10, 57, 58, 86, 87, 97, 146, 401, 408, 422, 451, 466], "exp": [6, 10, 96, 98, 102, 186, 195, 197, 203], "exp2": [6, 95, 98], "expand": [81, 97], "expand_dim": [6, 28, 29], "expect": [4, 11, 12, 13, 14, 18, 19, 21, 22, 23, 24, 25, 26, 27, 31, 46, 47, 48, 49, 53, 54, 59, 60, 63, 66, 67, 71, 72, 73, 83, 84, 87, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 207, 208, 212, 213, 214, 217, 220, 221, 223, 225, 226, 227, 228, 326, 327, 329, 336, 337, 338, 339, 396, 397, 398, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 423, 424, 425, 429, 430, 444, 445, 449, 452], "explain": 462, "explan": 87, "explicit": 89, "explicitli": 80, "exploit": 10, "explor": [90, 348, 365], "expm1": [6, 95, 96, 195], "expon": [10, 95, 96, 98, 180, 197, 203, 337, 372, 466], "exponenti": [6, 10, 90, 197, 203, 359, 385], "expos": [132, 462], "express": [10, 26, 89, 90, 192], "extend": [10, 87, 167, 462], "extens": [0, 1, 3, 4, 9, 140, 192, 455], "extobj": 205, "extra": [87, 136], "extract": [6, 76, 79, 80, 89, 100, 148, 151, 204, 335, 427, 433], "extrema": 466, "ey": [6, 59, 60, 68, 85, 128, 129, 148, 152, 167, 178, 180, 181, 189, 190, 201, 207, 213, 412, 433], "f": [0, 6, 10, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 83, 85, 87, 89, 91, 92, 93, 95, 96, 98, 100, 101, 104, 118, 126, 127, 128, 129, 130, 137, 138, 141, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 180, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 287, 295, 326, 327, 329, 331, 332, 336, 337, 339, 367, 395, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 440, 444, 445, 452, 453, 454], "f0": 87, "f1": 87, "f2": 87, "f4": 52, "f8": [52, 87], "f_contigu": [36, 38], "f_k": 10, "fab": [6, 11, 12], "fact": 176, "factor": [10, 102, 108, 171, 185], "fail": 348, "fallback": [174, 176, 349, 351, 352, 362, 367, 383], "fals": [14, 15, 16, 17, 18, 19, 28, 29, 32, 33, 36, 38, 40, 44, 46, 47, 49, 50, 51, 52, 62, 68, 69, 71, 73, 82, 85, 87, 89, 90, 92, 93, 99, 120, 134, 138, 139, 142, 143, 144, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 169, 170, 171, 172, 181, 183, 184, 188, 191, 198, 199, 200, 201, 202, 203, 206, 208, 209, 210, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 234, 277, 278, 279, 280, 282, 299, 300, 301, 306, 318, 320, 325, 328, 329, 332, 338, 340, 398, 401, 414, 423, 425, 448, 449, 452, 454, 462], "famili": 10, "fanci": 427, "fashion": 462, "fast": [10, 102], "fastcopyandtranspos": 6, "faster": [10, 128, 129], "fastest": [85, 295, 395, 401], "fb": [90, 440], "featur": 87, "few": 120, "fft": [6, 455, 466], "fft2": [6, 102], "fftfreq": [6, 10, 102, 106, 111, 118], "fftn": [6, 102], "fftshift": [6, 10, 111], "fh": 133, "field": [87, 210], "field1": 87, "file": [132, 133, 135, 136, 140, 192], "filenam": [133, 192], "fill": [6, 32, 85, 91, 92, 120, 137, 138, 144, 145, 210, 287, 331, 332, 436, 453, 454], "fill_diagon": 6, "fill_valu": [137, 138], "filt": 440, "filter": [10, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "final": [4, 10, 139, 202], "find": [45, 82, 85, 101, 144, 181, 184, 188, 313, 327, 328, 400, 410, 417, 446, 466], "find_common_typ": 6, "fine": 4, "finfo": 327, "finfo_object": 121, "finit": [157, 158, 159, 160, 161], "first": [13, 14, 19, 26, 28, 29, 30, 44, 46, 48, 49, 57, 58, 63, 70, 71, 80, 83, 84, 85, 87, 90, 93, 96, 123, 127, 128, 129, 130, 141, 142, 143, 144, 145, 147, 152, 165, 166, 167, 168, 169, 170, 182, 189, 192, 197, 198, 200, 201, 204, 205, 206, 207, 210, 212, 213, 214, 217, 218, 219, 295, 329, 333, 335, 337, 338, 395, 399, 401, 403, 405, 408, 410, 417, 418, 420, 424, 425, 426, 428, 431, 433, 444, 450, 451], "fit": [179, 400], "fix": [6, 80, 87, 341], "flag": [36, 38, 85, 87, 287], "flanneri": 10, "flat": [28, 29, 85, 122, 295, 400], "flatnonzero": [6, 328], "flatten": [6, 28, 29, 30, 58, 72, 73, 76, 79, 80, 85, 120, 144, 145, 206, 212, 218, 219, 220, 221, 225, 227, 294, 308, 316, 328, 333, 342, 395, 400, 405, 417, 427, 428, 433, 450], "flexibl": [84, 87, 133, 182], "flip": [6, 47, 80, 120, 124, 125, 153, 348], "fliplr": [6, 80, 120, 123, 125], "flipud": [6, 80, 120, 123, 124], "float": [9, 11, 12, 15, 18, 20, 26, 34, 35, 37, 44, 52, 63, 71, 73, 87, 91, 92, 96, 100, 101, 104, 118, 121, 132, 133, 134, 135, 136, 137, 138, 141, 144, 145, 148, 150, 179, 180, 181, 183, 184, 191, 192, 197, 202, 203, 206, 208, 212, 223, 226, 228, 327, 331, 332, 346, 350, 375, 376, 378, 379, 381, 384, 385, 387, 390, 396, 397, 398, 409, 423, 436, 449, 453, 454, 462, 466], "float16": 9, "float32": [0, 10, 37, 40, 52, 72, 85, 87, 89, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 282, 327, 346, 368, 373, 375, 376, 378, 379, 381, 387, 390, 402], "float64": [0, 10, 37, 40, 44, 52, 73, 85, 87, 89, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 282, 346, 347, 353, 354, 355, 357, 359, 360, 361, 368, 369, 372, 373, 375, 376, 378, 379, 380, 381, 386, 387, 388, 389, 390, 391, 392, 393, 394, 402, 436], "float_": 9, "float_pow": 6, "floor": [6, 31, 54, 127, 214, 399, 404, 407, 445], "floor_divid": [6, 214, 399], "flop": 90, "flush": 133, "fmax": [6, 129, 206, 207, 213, 222, 337], "fmin": [6, 128, 207, 212, 213, 224, 337], "fmod": [6, 214, 337, 399], "fn": 134, "fname": 192, "follow": [4, 10, 44, 87, 97, 121, 149, 175, 177, 184, 431, 462, 466], "forc": [87, 89], "forg": 4, "form": [10, 32, 34, 35, 36, 37, 38, 57, 62, 76, 79, 85, 86, 89, 90, 137, 138, 139, 156, 163, 191, 202, 324, 408, 448, 451], "format": [87, 133, 136, 466], "format_float_posit": 6, "format_float_scientif": 6, "former": [342, 428], "forth": 431, "fortran": [38, 40, 85, 282, 295, 395, 401], "forward": [10, 102, 108, 141], "found": [4, 410, 462], "four": [346, 375], "fourier": [10, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 455], "frac": 10, "fraction": [215, 445], "free": [85, 311], "freedom": [226, 228, 388, 423, 449], "freq": [104, 106, 111, 118], "frequenc": [10, 102, 104, 106, 111, 118], "freshli": [160, 161], "frexp": 6, "fro": [172, 183], "frobeniu": 172, "from": [3, 10, 14, 19, 28, 29, 30, 34, 35, 50, 52, 55, 58, 64, 71, 74, 75, 80, 85, 86, 87, 89, 96, 99, 123, 131, 132, 133, 134, 135, 136, 141, 144, 146, 151, 174, 176, 177, 181, 182, 192, 203, 210, 283, 287, 317, 322, 335, 338, 342, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 377, 378, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 398, 401, 402, 408, 410, 411, 420, 421, 422, 425, 427, 428, 433, 440, 443, 447, 448, 451, 452, 466], "from_": 52, "from_dlpack": 6, "frombuff": [6, 133, 135, 136, 192], "fromfil": [6, 132, 135, 136], "fromfunct": [6, 34, 35], "fromit": [6, 34, 35, 132, 133, 136], "frompyfunc": 6, "fromregex": [6, 192], "fromstr": [6, 132, 133, 135, 192], "front": 440, "full": [6, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 295, 296, 297, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454], "full_lik": [6, 32, 92, 137, 332, 454], "full_matric": 188, "fulli": 87, "function": [0, 2, 3, 11, 12, 15, 16, 17, 20, 28, 29, 31, 32, 34, 35, 36, 38, 39, 62, 65, 69, 71, 74, 80, 83, 85, 88, 89, 91, 92, 94, 98, 100, 101, 103, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 130, 132, 133, 134, 135, 136, 137, 138, 140, 141, 144, 145, 148, 154, 174, 176, 182, 192, 195, 197, 203, 204, 209, 210, 214, 215, 225, 277, 278, 287, 290, 311, 324, 331, 332, 342, 344, 345, 346, 349, 351, 352, 362, 367, 383, 398, 399, 407, 408, 413, 423, 427, 428, 432, 435, 438, 439, 442, 443, 444, 449, 451, 452, 453, 454, 455, 462, 466], "fundament": [10, 87], "further": [438, 442], "futur": [87, 145], "fweight": 69, "g": [4, 10, 87, 91, 92, 100, 137, 138, 148, 331, 332, 346, 436, 453, 454], "g8acbe64f99": 6, "gamma": [6, 386], "gauss": 10, "gaussian": [346, 368, 392], "gc": 90, "gcd": 6, "gen": 89, "gender": 87, "gener": [10, 30, 44, 87, 139, 152, 174, 175, 176, 177, 184, 185, 192, 202, 346, 348, 351, 382, 438, 442, 448, 462, 466], "genfromtxt": [6, 192], "geometr": [6, 139, 191], "geomspac": [6, 191, 202], "get": [78, 85, 139, 191, 202, 204, 428, 439, 443, 462], "get_arrai": 85, "get_array_wrap": 6, "get_dtyp": 0, "get_includ": 6, "get_printopt": 6, "get_stat": [6, 346], "get_sycl_devic": 346, "get_sycl_queu": 346, "getbufs": 6, "geterr": 6, "geterrcal": 6, "geterrobj": 6, "getfield": [6, 87], "gid": 145, "github": 131, "give": [10, 79, 85, 145, 324, 401, 412], "given": [14, 15, 19, 20, 28, 29, 31, 32, 34, 35, 36, 38, 40, 44, 57, 62, 68, 69, 72, 73, 81, 84, 85, 86, 87, 88, 90, 91, 92, 99, 102, 104, 108, 118, 120, 123, 128, 129, 137, 138, 139, 141, 144, 145, 178, 191, 202, 204, 206, 207, 210, 212, 213, 220, 221, 222, 224, 225, 226, 227, 228, 279, 280, 282, 288, 289, 301, 306, 307, 312, 318, 320, 325, 328, 331, 332, 335, 338, 340, 341, 346, 351, 373, 390, 398, 400, 404, 405, 406, 408, 410, 423, 425, 427, 431, 432, 435, 436, 449, 451, 453, 454, 462], "global": 0, "good": 358, "gpu": [0, 3, 4, 20, 32, 34, 35, 36, 38, 62, 76, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 211, 330, 331, 332, 436, 448, 453, 454], "grade": 87, "gradient": [6, 81, 179], "graphic": 4, "great": 10, "greater": [6, 85, 93, 127, 143, 168, 169, 170, 181, 185, 305, 329, 403, 413, 421], "greater_equ": [6, 93, 142, 169, 170, 329], "greatest": 127, "greedi": [89, 90], "grid": [34, 35, 134, 151, 210, 211, 330], "group": 328, "guarante": [87, 401], "guid": [2, 3], "gumbel": 6, "gz": 192, "h": [140, 171, 185, 210], "ha": [4, 10, 11, 12, 14, 18, 19, 28, 29, 30, 44, 71, 72, 73, 82, 87, 93, 97, 107, 112, 134, 141, 142, 143, 146, 150, 155, 156, 162, 163, 169, 170, 176, 186, 188, 203, 208, 214, 220, 221, 223, 225, 226, 227, 228, 329, 338, 396, 397, 398, 399, 400, 406, 409, 421, 422, 423, 425, 426, 427, 432, 433, 449, 462], "had": [342, 428], "hadamard": 90, "half": [22, 106, 191, 346, 376, 378, 379, 381, 390, 426], "ham": 6, "han": 6, "hand": [70, 190], "handl": [20, 87, 101, 192, 328, 427, 466], "happen": [40, 44, 85, 282, 348], "hardwar": 4, "has_aspect_fp64": 0, "hasobject": 87, "have": [3, 4, 11, 12, 13, 14, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 41, 42, 43, 44, 46, 47, 48, 49, 51, 53, 54, 57, 58, 59, 60, 63, 66, 67, 70, 71, 72, 73, 83, 84, 86, 87, 93, 95, 96, 98, 101, 121, 126, 127, 128, 129, 130, 142, 143, 146, 147, 150, 153, 157, 158, 159, 160, 161, 168, 169, 170, 179, 182, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 207, 208, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 327, 329, 335, 336, 337, 338, 339, 365, 396, 397, 398, 399, 400, 403, 404, 407, 408, 409, 413, 414, 415, 416, 419, 420, 422, 423, 424, 425, 429, 430, 432, 444, 445, 449, 451, 462], "hd": 90, "header": 140, "heavisid": 6, "hello": 87, "helper": 466, "henc": [97, 141], "here": [6, 30, 87, 417, 438, 442], "hermit": [175, 177], "hermitian": [107, 112, 171, 174, 175, 176, 177, 181, 184, 188, 466], "hfft": [6, 10], "hierarchi": 165, "high": [346, 374, 377, 390], "higher": [89, 450], "highest": 102, "highli": 133, "hist": [144, 384], "hist_0": 145, "hist_1": 145, "histogram": [6, 82, 145, 410, 466], "histogram2d": 6, "histogram_bin_edg": [6, 144], "histogramdd": [6, 144], "hold": [56, 72, 73, 144, 183, 220, 221, 225, 227, 433], "homogen": 87, "horizont": [57, 58, 80, 86, 120, 123, 146, 408, 422, 451], "host": [3, 4, 20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 436, 438, 442, 448, 453, 454], "household": 185, "how": [0, 4, 87, 141, 341, 427, 438, 442], "howev": [85, 316, 427], "hsplit": [6, 58], "hstack": [6, 57, 58, 86, 408, 422, 451], "http": [4, 131], "hyperbol": [21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430, 466], "hypergeometr": 6, "hypot": [6, 398], "hypotenus": [147, 398], "i": [0, 3, 4, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 44, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 236, 282, 287, 295, 305, 311, 316, 319, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 462], "i0": 6, "i1": [85, 87, 319], "i2": [85, 87, 319], "i3": [85, 319], "i4": [52, 87], "i7": 89, "i8": [52, 87], "icpx": 4, "icx": 4, "id": [14, 19, 85, 297], "ident": [3, 6, 14, 19, 71, 87, 100, 111, 120, 187, 385], "identifi": 87, "ieee": 121, "ifft": [6, 102, 118], "ifft2": [6, 108], "ifftn": [6, 108], "ifftshift": [6, 10, 106], "ignor": [28, 29, 70, 87, 128, 129, 136, 144, 145, 206, 207, 208, 212, 213, 218, 219, 222, 223, 224, 226, 228, 423, 449], "ihfft": 6, "ii": [89, 369], "iinfo": 363, "iinfo_object": 149, "ij": [89, 90, 210], "ijk": 89, "il": 90, "il1": 438, "il2": 438, "illustr": 176, "ilm": 89, "imag": [6, 10, 85, 462], "imaginari": [85, 128, 129, 150, 155, 156, 162, 163, 174, 175, 177, 180, 207, 213, 296, 418], "implement": [3, 6, 37, 131], "impli": 87, "implicit": 89, "import": [0, 3, 4, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 290, 295, 296, 305, 309, 316, 324, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 345, 371, 380, 384, 395, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "improv": 89, "in1d": 6, "in_array1": 94, "includ": [4, 10, 14, 19, 20, 32, 34, 35, 36, 37, 38, 44, 62, 71, 76, 79, 82, 89, 90, 101, 137, 138, 139, 140, 144, 145, 156, 163, 184, 191, 202, 203, 208, 222, 223, 224, 226, 228, 346, 390, 398, 423, 448, 449], "include_initi": 71, "inclus": [346, 374, 377], "increas": [82, 87, 97, 144, 448], "ind": [30, 82, 189, 341, 342, 438, 439, 442, 443], "index": [4, 28, 29, 30, 55, 85, 87, 90, 100, 151, 210, 218, 219, 283, 295, 319, 328, 341, 342, 395, 401, 410, 427, 428, 438, 442, 452, 455, 466], "index_arrai": [28, 29, 30], "indic": [6, 10, 28, 29, 30, 71, 77, 78, 82, 85, 87, 89, 90, 99, 102, 108, 120, 134, 144, 189, 190, 204, 205, 211, 218, 219, 279, 280, 281, 304, 307, 313, 322, 328, 341, 342, 401, 410, 413, 414, 417, 427, 428, 434, 438, 439, 442, 443, 452], "indirect": [30, 417], "individu": 356, "inequ": 329, "inexact": [225, 227], "inf": [9, 15, 22, 26, 34, 35, 63, 83, 157, 158, 159, 160, 161, 172, 183, 193, 194, 196, 207, 213, 218, 219, 222, 224, 227, 339, 419, 444], "infer": [71, 203, 398, 401], "infin": [9, 14, 19, 127, 157, 158, 159, 160, 161, 214, 222, 224, 227, 399, 445, 466], "infinit": 172, "info": 6, "inform": [0, 36, 38, 85, 87, 121, 293, 462, 466], "infti": 9, "initi": [16, 17, 71, 85, 91, 136, 206, 212, 222, 224, 225, 227, 299, 301, 306, 320, 338, 346, 425], "inner": [6, 70, 89, 90, 182, 205, 333], "input": [10, 11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 106, 108, 111, 113, 114, 115, 116, 117, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 136, 137, 138, 141, 142, 143, 144, 145, 146, 147, 148, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 173, 175, 181, 183, 185, 186, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 295, 326, 327, 328, 329, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 368, 374, 390, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 444, 445, 447, 448, 449, 450, 453, 454], "insert": [6, 28, 29, 80, 82, 85, 89, 97, 139, 144, 191, 202, 218, 219, 222, 224, 313, 342, 410, 466], "instal": 2, "instanc": [3, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 141, 148, 151, 191, 192, 202, 204, 205, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "instead": [40, 80, 84, 85, 97, 126, 139, 144, 145, 151, 182, 191, 202, 206, 212, 282, 328, 338, 425, 462], "instruct": 4, "int": [9, 14, 19, 20, 28, 29, 30, 31, 37, 44, 51, 58, 70, 71, 72, 73, 76, 77, 79, 80, 81, 85, 87, 91, 92, 93, 97, 100, 102, 104, 106, 108, 111, 118, 120, 121, 123, 132, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 148, 149, 151, 179, 180, 183, 189, 190, 191, 202, 203, 204, 206, 208, 212, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 324, 331, 332, 334, 338, 341, 342, 346, 374, 377, 398, 400, 401, 405, 406, 407, 417, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 436, 437, 438, 439, 441, 442, 443, 448, 449, 453, 454, 462], "int16": 87, "int32": [0, 9, 37, 52, 87, 91, 92, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 132, 135, 137, 138, 148, 192, 225, 227, 331, 332, 346, 348, 356, 358, 363, 365, 371, 374, 390, 402, 425, 436, 453, 454], "int64": [0, 9, 52, 87, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 225, 227, 402], "int8": [87, 338], "int_": 9, "intc": 9, "integ": [15, 20, 31, 44, 45, 46, 47, 48, 49, 51, 71, 72, 73, 82, 85, 87, 123, 126, 127, 144, 149, 153, 154, 168, 180, 183, 189, 203, 206, 208, 212, 214, 220, 221, 222, 223, 224, 225, 226, 227, 228, 316, 324, 338, 341, 346, 374, 377, 382, 398, 399, 400, 401, 403, 404, 405, 407, 410, 412, 420, 423, 425, 427, 431, 433, 445, 449, 462], "integer_lik": 431, "integr": [3, 4, 44, 71, 144, 203, 208, 215, 223, 226, 228, 337, 398, 423, 425, 435, 449], "intel": [3, 89], "intend": [85, 324], "interchang": [85, 216, 321, 426], "interfac": [0, 132], "interior": 141, "intermedi": [72, 89, 90], "intern": 346, "interp": 6, "interpret": [2, 34, 35, 39, 51, 62, 87, 132, 204, 328, 341, 462], "intersect1d": 6, "interv": [10, 20, 21, 22, 23, 25, 82, 97, 139, 191, 202, 346, 374, 376, 378, 379, 381, 389, 390, 426], "intp": [225, 227], "intrins": 462, "introduc": 405, "introduct": 10, "introselect": [85, 305, 334], "inv": [6, 172, 184], "invers": [10, 18, 21, 22, 23, 24, 25, 26, 27, 66, 67, 96, 97, 98, 102, 104, 106, 108, 109, 110, 111, 112, 113, 114, 115, 118, 178, 184, 189, 190, 195, 392, 415, 416, 429, 430], "invert": [6, 47, 178, 184, 189], "invok": 462, "involv": [85, 189, 314], "io": [131, 192], "irfft": [6, 104, 118], "irfft2": 6, "irfftn": 6, "irrespect": 30, "is_busdai": 6, "isalignedstruct": 87, "isbuiltin": 87, "isclos": [6, 15], "iscomplex": [6, 156, 162], "iscomplexobj": [6, 155, 163], "isfinit": [6, 158, 159, 160, 161, 222, 224, 227], "isfortran": 6, "isin": 6, "isinf": [6, 157, 159, 160, 161], "isn": 87, "isnan": [6, 157, 158, 160, 161, 220, 221, 222, 224, 225, 227], "isnat": [6, 159], "isneginf": [6, 157, 158, 159, 161], "isposinf": [6, 157, 158, 159, 160], "isreal": [6, 155, 163], "isrealobj": [6, 156, 162], "isscalar": 6, "issctyp": 6, "issubclass_": 6, "issubdtyp": 6, "issubsctyp": 6, "item": [6, 85, 132, 133, 135, 455], "item_dtyp": 87, "item_hasobject": 87, "item_is_point": 87, "items": [85, 87], "itemset": 6, "iter": [6, 34, 35, 85, 90, 122, 132, 133, 135, 136, 294, 295, 342, 428, 466], "its": [4, 6, 10, 11, 12, 14, 19, 30, 44, 76, 85, 121, 144, 145, 148, 174, 175, 176, 177, 182, 184, 190, 208, 223, 226, 228, 324, 383, 395, 398, 401, 417, 423, 434, 436, 449, 462], "itself": [40, 85, 87, 282, 462], "iu": 204, "iu1": [204, 442], "iu2": 442, "ix_": 6, "j": [59, 60, 85, 89, 108, 134, 150, 151, 167, 171, 174, 175, 196, 205, 324, 333, 339, 342, 418, 420, 428, 431], "j1": 167, "jame": 10, "ji": 89, "jil": 89, "jk": [89, 90], "jl": 90, "john": 10, "join": [57, 58, 86, 146, 408, 422, 451, 466], "jump": [74, 344], "just": [57, 80, 87], "k": [10, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 76, 79, 83, 85, 89, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 167, 168, 169, 170, 179, 185, 187, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 204, 205, 207, 213, 214, 217, 236, 282, 287, 326, 327, 329, 336, 337, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 431, 436, 437, 438, 439, 441, 442, 443, 444, 445, 452, 470], "kaiser": 6, "kappa": 391, "keep": [39, 40, 85, 282], "keepdim": [14, 16, 17, 19, 28, 29, 44, 68, 85, 183, 203, 206, 208, 209, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 299, 300, 301, 306, 318, 320, 325, 338, 340, 342, 398, 423, 425, 428, 449], "kei": [3, 30, 85, 87, 122, 241, 272, 417], "key2": 87, "keyword": [10, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 63, 66, 67, 70, 83, 88, 95, 96, 98, 126, 127, 128, 129, 130, 134, 141, 147, 153, 168, 194, 195, 196, 197, 205, 207, 213, 214, 215, 217, 326, 327, 336, 337, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 424, 429, 430, 435, 444, 445, 452, 462], "ki": 89, "kind": [30, 40, 52, 58, 64, 71, 85, 87, 89, 121, 146, 182, 203, 205, 281, 282, 305, 316, 334, 398, 408, 417, 422, 451, 466], "kl": [10, 89, 90], "known": [10, 133, 384], "kron": 6, "kroneck": 167, "kth": [85, 305, 334], "kwarg": [11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 59, 60, 63, 66, 67, 75, 83, 85, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 134, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 207, 213, 214, 215, 217, 266, 284, 311, 326, 327, 329, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 435, 444, 445, 446, 447], "l": [10, 87, 171, 175, 177], "la": [174, 176, 177], "label": 89, "laid": 38, "lam": 371, "lambda": 134, "lapack": [174, 176], "laplac": 6, "laptop": 4, "larg": [10, 74, 87, 144, 184, 344], "larger": [89, 102, 108, 121, 433, 462], "largest": [10, 90, 121, 126, 149, 179, 214, 399], "largest_singular_valu": 184, "last": [14, 19, 30, 70, 80, 81, 85, 102, 108, 123, 139, 141, 152, 182, 191, 202, 205, 295, 338, 395, 401, 405, 410, 417, 421, 425, 431], "latest": [4, 131], "latter": [128, 129, 207, 213, 342, 428], "layout": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 83, 85, 89, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 293, 326, 327, 329, 331, 332, 336, 337, 339, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 452, 453, 454, 455], "lcm": 6, "ldexp": 6, "ldot": 10, "lead": [108, 220, 221, 440], "learn": [3, 4], "least": [41, 42, 43, 44, 78, 86, 87, 90, 97, 120, 124, 128, 129, 133, 154, 156, 179, 185, 207, 213, 408, 451], "left": [10, 28, 29, 31, 80, 82, 85, 124, 125, 168, 176, 183, 206, 212, 218, 219, 225, 227, 313, 338, 389, 403, 407, 410, 425, 448], "left_shift": [6, 403], "leg": [147, 398], "legaci": 382, "len": [85, 87, 106, 151, 179, 206, 210, 211, 212, 258, 412, 448], "length": [20, 44, 72, 73, 81, 85, 93, 102, 104, 108, 111, 118, 136, 139, 141, 144, 146, 174, 188, 202, 206, 210, 212, 220, 221, 314, 342, 349, 401, 402, 408, 410, 412, 421, 428, 431, 432, 451], "less": [6, 72, 73, 93, 142, 143, 144, 145, 170, 179, 184, 220, 221, 225, 227, 329, 338, 413, 425, 433], "less_equ": [6, 93, 142, 143, 169, 329], "let": 348, "level": [455, 462], "level_zero": [20, 32, 34, 35, 36, 38, 62, 76, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 211, 330, 331, 332, 436, 448, 453, 454], "lexsort": [6, 30, 417], "li": [405, 406], "librari": [3, 4, 462], "light": 10, "like": [20, 32, 34, 35, 36, 38, 40, 41, 42, 43, 57, 85, 86, 89, 91, 100, 132, 133, 134, 135, 136, 137, 139, 148, 191, 192, 202, 204, 282, 295, 331, 342, 346, 390, 401, 428, 453, 466], "limit": [3, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 56, 59, 60, 62, 63, 65, 66, 67, 68, 69, 75, 83, 85, 87, 88, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 149, 153, 154, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 209, 212, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 284, 326, 327, 329, 331, 332, 334, 336, 337, 338, 339, 340, 343, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 374, 377, 380, 382, 383, 384, 385, 386, 388, 389, 390, 391, 392, 393, 394, 397, 399, 401, 403, 404, 409, 411, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 429, 430, 435, 444, 445, 447, 449, 453, 454], "linalg": [6, 84, 89, 90, 420], "line": [179, 192], "linear": [10, 61, 65, 179, 187, 202, 455, 466], "linspac": [0, 6, 20, 94, 139, 202, 210, 447], "linux": 4, "list": [3, 6, 9, 32, 34, 35, 36, 38, 41, 42, 43, 50, 58, 62, 76, 79, 85, 86, 87, 89, 90, 106, 111, 120, 137, 138, 139, 141, 146, 156, 163, 191, 192, 202, 205, 324, 400, 402, 408, 411, 422, 431, 434, 448, 451, 452], "list_pickl": 87, "littl": 87, "ln": 202, "load": [6, 133, 192], "loadtxt": [6, 133], "loc": [346, 357, 359, 360, 368, 392], "local": 4, "locat": [0, 4, 140, 160, 161, 204, 333, 357, 359, 410], "log": [6, 98, 139, 186, 191, 194, 195, 196, 197, 202, 203, 361], "log10": [6, 193, 195, 196], "log1p": [6, 96, 98, 193, 194, 196], "log2": [6, 193, 194, 195], "log_bas": 202, "logabsdet": 186, "logaddexp": [6, 71, 203], "logaddexp2": 6, "logarithm": [71, 173, 186, 191, 193, 194, 195, 196, 197, 203, 362, 466], "logic": [14, 19, 198, 199, 200, 201, 455, 466], "logical_and": [6, 46, 199, 200, 201], "logical_not": [6, 47, 153, 198, 200, 201], "logical_or": [6, 48, 198, 199, 201], "logical_xor": [6, 49, 198, 199, 200], "logist": 6, "lognorm": 6, "logseri": 6, "logspac": [6, 139, 191], "logsumdexp": 197, "logsumexp": 71, "lomax": 369, "long": [87, 180], "look": [327, 428], "lookfor": 6, "loop": 89, "lorentz": 384, "low": [346, 374, 377, 390, 462], "lower": [76, 100, 144, 145, 165, 171, 175, 177, 204, 436, 437, 438, 439, 442, 443], "lowest": [44, 89, 90, 346, 374], "lstsq": 6, "m": [4, 10, 69, 86, 87, 89, 100, 123, 124, 125, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 204, 205, 342, 427, 428, 436, 437, 438, 439, 441, 442, 443], "machin": [4, 10, 121, 149, 179], "machineri": 87, "made": [41, 87, 167], "magnitud": [11, 12, 63, 101, 339], "mai": [14, 18, 19, 40, 52, 56, 58, 64, 73, 85, 87, 89, 90, 97, 108, 141, 145, 146, 172, 174, 175, 179, 183, 185, 202, 205, 223, 226, 228, 282, 342, 408, 422, 432, 451, 462], "main": [76, 77, 78, 79, 80, 100, 120, 148, 177, 204, 433, 436, 437, 438, 441, 442], "mainstai": 10, "maintain": [82, 85, 87, 144, 313, 410, 428], "major": [4, 34, 35, 36, 38, 39, 40, 85, 282, 328, 395], "make": [36, 38, 57, 87, 210], "manag": 0, "mani": [10, 462], "manipul": [3, 77, 455, 466], "manual": [4, 87, 432], "mappingproxi": 87, "mask": [87, 204, 328, 335, 343, 427, 438, 442], "mask_func": 204, "mask_indic": [6, 438, 442], "mass": 144, "mat": 6, "match": [11, 12, 35, 58, 64, 71, 81, 87, 133, 141, 152, 203, 205, 341, 342, 398, 422, 427, 428, 431, 452], "math": [10, 94], "mathemat": [455, 466], "matlab": 130, "matmul": [6, 84, 185, 188, 450], "matplotlib": [210, 384], "matric": [120, 134, 151, 173, 174, 176, 178, 181, 183, 184, 185, 186, 188, 205, 210, 466], "matrix": [69, 84, 89, 152, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 205, 210, 420, 441, 448, 450, 455, 466], "matrix_pow": [6, 420], "matrix_rank": 6, "max": [0, 6, 16, 28, 85, 121, 128, 129, 144, 145, 149, 179, 181, 207, 212, 213, 222, 284, 363, 428, 432, 462], "max_arg": 0, "max_val": 0, "maxima": [128, 206, 207], "maximum": [0, 6, 16, 28, 29, 56, 85, 90, 128, 129, 206, 212, 213, 218, 219, 222, 224, 279, 299, 337, 340, 342], "maximum_sctyp": 6, "may_share_memori": 6, "mean": [3, 6, 10, 40, 44, 85, 89, 132, 133, 135, 141, 172, 183, 209, 223, 226, 228, 282, 295, 324, 346, 359, 361, 364, 368, 387, 391, 392, 395, 401, 423, 425, 449, 462], "meaningfulli": 462, "meant": 462, "median": [0, 6], "memori": [3, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 83, 85, 87, 89, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 210, 213, 214, 217, 293, 319, 326, 327, 329, 331, 332, 336, 337, 339, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 452, 453, 454, 455], "mersenn": 346, "meshgrid": [6, 134, 151, 211, 330], "met": [84, 182], "meta": 87, "metadata": 87, "method": [10, 14, 16, 17, 19, 30, 40, 62, 84, 85, 87, 122, 131, 133, 181, 184, 188, 282, 287, 311, 328, 346, 401, 412, 425, 427, 434, 455], "mgrid": 151, "mgridclass": 211, "middl": [10, 80, 176], "might": [89, 108], "min": [6, 17, 29, 56, 85, 121, 128, 129, 144, 145, 149, 172, 179, 185, 188, 206, 207, 213, 224, 284, 428, 462], "min_scalar_typ": 6, "minima": [129, 212, 213], "minimum": [6, 17, 28, 29, 56, 85, 128, 129, 206, 207, 212, 218, 219, 222, 224, 280, 301, 337, 340], "minlength": 45, "mintypecod": 6, "minu": [98, 127, 214, 399, 445], "miscellan": [2, 455, 466], "mise": 391, "miss": 192, "mix": 205, "mk": 10, "mkl": 4, "mn": 10, "mod": [6, 99, 399], "mode": [55, 61, 65, 85, 102, 108, 185, 283, 307, 322, 341, 384, 389, 410, 427], "model": 348, "modf": 6, "modifi": [62, 80, 120, 383], "modul": [140, 455], "modulu": [130, 214, 399], "monoton": [82, 144], "moor": 184, "more": [0, 3, 4, 15, 30, 32, 41, 42, 43, 86, 87, 89, 90, 98, 124, 125, 131, 133, 145, 146, 151, 179, 180, 181, 182, 184, 188, 195, 197, 422, 431, 462], "most": [3, 4, 80, 81, 87, 90, 102, 346, 382, 421], "move": [85, 216, 305, 405, 406, 434], "moveaxi": [6, 405, 406, 434], "msg": 0, "msort": 6, "mt19937": 382, "mu": [357, 361, 368, 391], "multi": [2, 85, 103, 105, 109, 110, 114, 115, 117, 119, 151, 211, 319, 330, 455], "multi_dot": [6, 84, 89, 90], "multiarrai": 87, "multidimension": [144, 152, 452], "multinomi": 6, "multipl": [10, 28, 29, 30, 44, 58, 70, 71, 87, 89, 145, 146, 174, 175, 176, 177, 178, 182, 203, 206, 208, 212, 222, 223, 224, 226, 228, 398, 408, 417, 422, 423, 449, 451, 455], "multipli": [6, 72, 89, 176, 225, 338], "multivari": 364, "multivariate_norm": 6, "must": [11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 44, 46, 47, 48, 49, 51, 53, 54, 56, 57, 58, 59, 60, 63, 66, 67, 71, 72, 73, 81, 83, 84, 86, 95, 96, 97, 98, 101, 108, 120, 124, 126, 127, 128, 129, 130, 133, 136, 141, 142, 143, 144, 145, 146, 147, 150, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 182, 183, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 207, 208, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 327, 329, 335, 336, 337, 338, 339, 341, 342, 397, 398, 399, 400, 403, 404, 405, 407, 408, 409, 410, 413, 414, 415, 416, 419, 420, 422, 423, 424, 425, 426, 428, 429, 430, 431, 433, 434, 444, 445, 449, 451, 452], "mx": 179, "n": [0, 4, 10, 73, 77, 78, 81, 82, 85, 86, 87, 88, 97, 100, 102, 104, 105, 107, 108, 110, 112, 113, 115, 116, 118, 119, 120, 126, 134, 141, 148, 179, 180, 181, 184, 185, 188, 189, 190, 204, 205, 210, 226, 228, 324, 335, 341, 348, 363, 365, 375, 385, 410, 412, 420, 423, 426, 427, 431, 434, 436, 437, 438, 439, 441, 442, 443, 448, 449, 462], "n1": 210, "n2": [192, 210], "n3": 210, "naiv": 90, "name": [0, 6, 87], "namedtupl": 185, "nan": [9, 14, 15, 19, 28, 29, 34, 35, 83, 128, 129, 157, 158, 159, 160, 161, 194, 206, 207, 208, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 337, 338, 419, 423, 444, 449, 466], "nan_to_num": 6, "nanargmax": [6, 28, 219], "nanargmin": [6, 29, 218], "nancumprod": 6, "nancumsum": 6, "nanmax": [6, 128, 129, 206, 207, 213, 224], "nanmean": [6, 208, 226, 228, 423, 449], "nanmedian": 6, "nanmin": [6, 128, 129, 207, 212, 213, 222], "nanpercentil": 6, "nanprod": [6, 338], "nanquantil": 6, "nanstd": [6, 208, 223, 228, 423, 449], "nansum": 6, "nanvar": [6, 208, 223, 226, 423, 449], "nat": 159, "nativ": 87, "native_cod": 87, "native_dt": 87, "natur": [186, 193, 194, 195, 196, 197, 203], "nbad": 358, "nbyte": 85, "ndarrai": [2, 3, 6, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 467], "ndim": [6, 32, 38, 41, 42, 43, 69, 77, 80, 85, 87, 120, 167, 188, 206, 212, 331, 432, 434, 453], "ndmin": 32, "nearest": [31, 127, 214, 399, 404, 407, 445], "necessari": [4, 14, 19, 20, 32, 34, 35, 36, 38, 41, 64, 72, 73, 99, 120, 139, 191, 202, 205, 208, 220, 221, 223, 225, 226, 227, 228, 338, 401, 423, 425, 449], "necessarili": [174, 176], "need": [4, 80, 140, 427, 428, 452], "needs_init": 87, "needs_pyapi": 87, "neg": [6, 10, 14, 19, 31, 45, 63, 79, 80, 82, 97, 100, 123, 136, 141, 144, 157, 158, 159, 160, 161, 180, 222, 224, 226, 227, 228, 336, 337, 338, 341, 365, 407, 423, 425, 427, 433, 449], "negative_binomi": 6, "neither": [84, 128, 129, 188, 205, 222, 224], "nest": [37, 86, 146, 408, 422, 451], "nested_it": 6, "net": [128, 129, 207, 213], "never": 401, "new": [32, 40, 50, 51, 57, 58, 71, 72, 73, 80, 85, 86, 87, 91, 92, 97, 128, 129, 131, 135, 136, 137, 138, 139, 146, 148, 191, 202, 203, 204, 207, 213, 216, 220, 221, 225, 227, 282, 311, 324, 331, 332, 398, 401, 405, 406, 408, 422, 432, 434, 451, 452, 453, 454, 462], "new_dtyp": 87, "new_ord": 87, "newaxi": 97, "newbyteord": [6, 87], "newli": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 83, 85, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 326, 327, 329, 331, 332, 336, 337, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 453, 454], "newshap": 401, "next": [4, 121, 327], "nextaft": 6, "ngood": 358, "ni": [210, 342, 427, 428], "nine": 348, "ninf": [9, 222, 224, 227], "ninja": 4, "nj": [342, 427, 428], "njm": 89, "nk": [342, 427, 428], "nl": 10, "nlk": 89, "nn": 210, "noisi": 179, "non": [20, 32, 34, 35, 36, 37, 38, 40, 44, 45, 62, 68, 76, 77, 79, 82, 85, 91, 92, 99, 100, 104, 118, 128, 129, 132, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 148, 151, 155, 157, 191, 192, 202, 204, 211, 218, 219, 222, 224, 226, 228, 282, 304, 328, 330, 331, 332, 335, 337, 346, 366, 367, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 423, 431, 436, 438, 442, 448, 449, 452, 453, 454], "nonc": [366, 367], "noncentral_chisquar": 6, "noncentral_f": 6, "none": [10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 58, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 79, 81, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 172, 179, 181, 182, 183, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 288, 289, 297, 299, 300, 301, 305, 306, 307, 310, 312, 313, 316, 317, 318, 320, 322, 323, 324, 325, 326, 327, 329, 330, 331, 332, 333, 334, 336, 337, 338, 339, 340, 341, 342, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 398, 399, 400, 401, 403, 404, 405, 407, 408, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 427, 428, 429, 430, 433, 434, 435, 436, 438, 442, 444, 445, 448, 449, 451, 452, 453, 454, 462], "nonzero": [6, 68, 85, 452, 462], "nor": [128, 129, 176, 222, 224], "norm": [6, 10, 102, 103, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 172, 176, 179, 466], "normal": [6, 69, 102, 108, 144, 174, 175, 185, 346, 361, 364, 375, 387], "not_equ": [6, 93, 142, 143, 169, 170], "note": [11, 12, 13, 14, 18, 19, 28, 29, 30, 31, 39, 62, 70, 74, 80, 82, 83, 85, 87, 90, 97, 99, 102, 106, 108, 126, 128, 129, 132, 133, 134, 135, 136, 144, 151, 157, 174, 192, 202, 214, 217, 226, 227, 228, 287, 311, 328, 335, 341, 344, 349, 351, 352, 362, 367, 399, 401, 417, 423, 424, 426, 431, 432, 444, 449, 450], "notic": 87, "notimplementederror": [11, 12, 13, 14, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 56, 59, 60, 62, 63, 66, 67, 83, 85, 91, 92, 93, 95, 96, 98, 100, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 153, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 212, 213, 214, 217, 222, 223, 224, 226, 227, 228, 282, 326, 327, 329, 331, 332, 336, 337, 338, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 429, 430, 444, 445, 449, 453, 454], "now": [14, 19, 36, 38, 77, 176, 179, 204], "np": [3, 4, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 290, 292, 295, 296, 297, 305, 309, 316, 324, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 338, 339, 340, 341, 342, 345, 371, 380, 393, 394, 395, 397, 398, 399, 400, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "nr": 10, "nsamp": 358, "nsampl": 358, "nth": 431, "nuc": 183, "num": [0, 87, 94, 139, 191, 202, 447], "number": [10, 14, 15, 18, 19, 20, 31, 44, 45, 50, 51, 68, 77, 79, 81, 82, 85, 87, 89, 90, 97, 100, 101, 121, 127, 132, 133, 135, 136, 139, 141, 144, 145, 148, 149, 155, 156, 157, 163, 172, 178, 181, 185, 186, 188, 189, 190, 191, 202, 214, 220, 221, 222, 224, 225, 226, 227, 228, 303, 312, 314, 315, 328, 335, 338, 339, 346, 348, 358, 382, 399, 400, 404, 405, 406, 407, 414, 423, 426, 432, 434, 436, 445, 448, 449, 462, 466], "numer": [3, 4, 10, 11, 12, 13, 21, 22, 23, 24, 25, 27, 31, 59, 60, 63, 66, 67, 83, 87, 93, 95, 98, 127, 128, 129, 142, 143, 150, 157, 158, 159, 169, 170, 193, 194, 195, 196, 207, 213, 217, 326, 329, 336, 337, 339, 396, 404, 407, 413, 414, 415, 416, 424, 429, 430, 444, 466], "numpi": [0, 1, 3, 4, 9, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 291, 295, 296, 297, 309, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 462, 466], "nx": 210, "ny": 210, "nyquist": [10, 106, 118], "nzero": 9, "o": [4, 14, 19, 87], "obj": [28, 29, 30, 87, 131, 144], "obj2sctyp": 6, "object": [20, 32, 34, 35, 36, 37, 38, 39, 40, 62, 76, 77, 79, 85, 87, 91, 92, 97, 100, 104, 118, 121, 122, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 149, 151, 172, 175, 183, 191, 192, 202, 204, 211, 282, 311, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 401, 436, 438, 442, 448, 453, 454, 462], "obtain": [10, 80, 171, 328], "obviou": 10, "occupi": [121, 149], "occur": [40, 52, 58, 64, 85, 89, 146, 174, 205, 282, 408, 422, 451], "occurr": [28, 29, 45, 82, 144, 218, 219], "odd": [10, 104, 111, 118], "off": [20, 174, 179], "offset": [80, 85, 87, 132, 133, 204, 290, 323, 433, 438, 439, 442, 443], "ogrid": [151, 452], "ogridclass": 330, "oil": [348, 365], "omit": [346, 374], "onc": 178, "one": [3, 4, 15, 28, 29, 30, 32, 37, 41, 42, 43, 44, 56, 61, 64, 65, 85, 87, 91, 93, 97, 99, 100, 102, 107, 108, 111, 112, 113, 116, 124, 125, 128, 129, 133, 137, 141, 145, 146, 148, 151, 156, 176, 180, 183, 193, 194, 196, 204, 206, 207, 210, 211, 212, 213, 218, 219, 225, 227, 287, 295, 298, 328, 330, 332, 335, 338, 365, 406, 417, 421, 422, 425, 427, 431, 438, 439, 442, 443, 453, 462], "oneapi": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "onedpl": 4, "onemkl": [4, 174, 176], "ones": [6, 32, 36, 38, 44, 71, 83, 85, 89, 91, 92, 93, 97, 100, 137, 138, 147, 148, 167, 179, 181, 203, 204, 220, 225, 332, 338, 398, 402, 406, 434, 436, 444, 453, 454], "ones_lik": [6, 32, 92, 138, 331, 454], "onli": [10, 14, 19, 20, 28, 29, 30, 32, 34, 35, 36, 38, 40, 41, 44, 56, 62, 65, 69, 85, 87, 88, 89, 90, 91, 92, 100, 103, 105, 106, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 120, 132, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 151, 171, 175, 177, 185, 188, 191, 192, 202, 204, 205, 206, 208, 209, 212, 218, 219, 222, 223, 224, 225, 226, 228, 282, 316, 331, 332, 334, 335, 336, 338, 346, 368, 374, 390, 401, 411, 417, 423, 425, 428, 442, 449, 452, 453, 454, 462], "open": [133, 151, 191, 330, 346, 376, 378, 379, 381, 390, 426], "opencl": [20, 32, 34, 35, 36, 38, 62, 76, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 211, 330, 331, 332, 436, 448, 453, 454], "oper": [10, 13, 46, 47, 48, 49, 83, 87, 89, 90, 93, 97, 120, 127, 130, 142, 143, 153, 168, 169, 170, 171, 198, 200, 205, 206, 212, 214, 217, 218, 219, 326, 329, 336, 337, 341, 399, 403, 424, 432, 444, 455, 466], "operand": [89, 90, 190, 333, 431], "opposit": [10, 87, 99, 335], "optim": [4, 89, 90, 144, 145], "option": [10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 52, 53, 54, 56, 58, 59, 60, 62, 63, 64, 66, 67, 70, 71, 72, 73, 76, 77, 79, 80, 81, 82, 83, 84, 85, 87, 89, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 172, 175, 177, 179, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 295, 324, 326, 327, 329, 330, 331, 332, 333, 336, 337, 338, 339, 341, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 395, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 427, 429, 430, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 451, 452, 453, 454], "ord": 183, "order": [10, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 80, 82, 83, 85, 87, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 120, 123, 124, 125, 126, 127, 128, 129, 130, 133, 137, 138, 141, 142, 143, 144, 147, 150, 153, 157, 158, 159, 168, 169, 170, 172, 174, 175, 176, 177, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 210, 213, 214, 216, 217, 236, 281, 282, 287, 295, 305, 308, 313, 316, 324, 326, 327, 328, 329, 331, 332, 334, 336, 337, 339, 395, 397, 399, 401, 403, 404, 409, 410, 413, 414, 415, 416, 417, 419, 420, 424, 429, 430, 431, 434, 444, 445, 448, 452, 453, 454, 466], "ordin": [179, 187], "ordinari": [152, 171], "org": 4, "orient": [70, 342, 428], "origin": [50, 80, 85, 183, 210, 216, 225, 227, 401, 405], "ortho": [10, 102, 108], "orthogon": [176, 185], "orthonorm": 185, "other": [30, 40, 50, 51, 81, 85, 87, 126, 134, 148, 174, 176, 182, 216, 232, 233, 237, 239, 240, 242, 243, 244, 245, 246, 247, 248, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 267, 269, 271, 274, 275, 276, 282, 346, 390, 406, 417, 455, 466], "otherwis": [3, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 59, 60, 62, 63, 65, 66, 67, 68, 69, 76, 81, 83, 85, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 147, 148, 152, 153, 154, 157, 158, 159, 168, 169, 170, 179, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 212, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 311, 326, 327, 329, 331, 332, 336, 337, 338, 339, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 398, 399, 400, 401, 403, 404, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 429, 430, 433, 435, 444, 445, 449, 452, 453, 454], "otim": 431, "out": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 108, 111, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 172, 178, 182, 183, 184, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 283, 284, 287, 288, 289, 295, 299, 300, 301, 306, 312, 318, 320, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 338, 339, 340, 341, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 440, 441, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454], "outer": [6, 70, 80, 89, 90, 167], "output": [10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 71, 72, 73, 76, 77, 79, 81, 83, 84, 85, 87, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 108, 118, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 147, 148, 150, 151, 153, 155, 157, 158, 159, 168, 169, 170, 182, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 217, 219, 220, 221, 223, 225, 226, 227, 228, 282, 326, 327, 329, 330, 331, 332, 336, 337, 338, 339, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 399, 400, 403, 404, 407, 409, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 427, 429, 430, 432, 433, 436, 438, 442, 444, 445, 448, 449, 452, 453, 454, 466], "outsid": [144, 145], "over": [10, 14, 19, 44, 71, 72, 73, 84, 85, 89, 90, 102, 106, 108, 111, 122, 123, 134, 139, 144, 145, 152, 183, 191, 202, 203, 205, 206, 208, 210, 212, 220, 221, 222, 223, 224, 225, 226, 227, 228, 295, 338, 342, 346, 373, 378, 389, 390, 398, 423, 425, 427, 428, 431, 449, 466], "overrid": [70, 92, 138, 332, 454], "overview": 2, "overwrite_input": 209, "p": [10, 172, 179, 180, 348, 351, 356, 362, 365], "pack": [80, 395, 466], "packag": [0, 3], "packbit": 6, "pad": [6, 87, 102, 108], "page": [3, 466], "pair": [10, 90, 102, 108, 174], "parallel": [1, 3, 4, 9, 455], "paramet": [11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 292, 295, 311, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 341, 342, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 450, 451, 452, 453, 454], "parameter": [346, 368, 390], "pareto": 6, "pars": [133, 192], "part": [3, 10, 85, 128, 129, 150, 155, 156, 162, 163, 174, 175, 177, 204, 207, 213, 215, 296, 309, 396, 418, 438, 442, 445, 462], "partial": [30, 417], "particular": [87, 182], "particularli": 89, "partit": [6, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 417, 436, 438, 442, 448, 453, 454, 462], "pass": [35, 85, 87, 134, 145, 179, 204, 311, 439, 443], "path": [4, 89, 90, 133, 192], "path_info": 90, "pathlib": 192, "pattern": 44, "penros": 184, "per": [89, 104, 118], "percentil": [6, 209], "perf_count": 0, "perform": [14, 19, 35, 56, 81, 89, 108, 123, 171, 338, 425], "period": 10, "permit": 133, "permut": [6, 85, 89, 216, 324, 434, 466], "phase": [10, 18, 447], "pi": [0, 9, 10, 21, 23, 25, 26, 66, 67, 75, 102, 415, 416, 429, 430, 447], "pickl": [133, 192], "piecewis": 6, "pinf": 9, "pinv": 6, "pip": 4, "place": [6, 14, 15, 19, 31, 56, 58, 72, 73, 84, 85, 97, 99, 102, 108, 120, 151, 205, 206, 208, 212, 220, 221, 223, 225, 226, 227, 228, 295, 316, 324, 330, 338, 341, 342, 383, 401, 405, 407, 417, 422, 423, 425, 427, 433, 449, 462], "platform": [72, 73, 87, 220, 221, 225, 227, 338, 425], "pleas": [0, 3, 144, 462], "plot": 384, "plt": [210, 384], "plu": [193, 194, 196], "point": [10, 11, 12, 18, 20, 26, 31, 34, 35, 44, 63, 71, 87, 91, 92, 96, 100, 101, 121, 132, 133, 134, 136, 137, 138, 141, 148, 150, 179, 180, 191, 192, 197, 203, 208, 223, 226, 228, 327, 331, 332, 346, 375, 387, 396, 397, 398, 407, 409, 410, 423, 436, 449, 453, 454, 466], "pointer": 87, "poisson": 6, "poli": 6, "polyadd": 6, "polyd": 6, "polydiv": 6, "polyfit": 6, "polyint": 6, "polymul": 6, "polysub": 6, "polyv": 6, "popul": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 31, 46, 47, 48, 49, 53, 54, 59, 60, 63, 66, 67, 83, 85, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 207, 213, 214, 217, 326, 327, 329, 336, 337, 339, 346, 373, 397, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445], "portion": [144, 145], "posit": [6, 10, 14, 15, 19, 20, 31, 34, 35, 53, 63, 79, 80, 85, 97, 100, 101, 118, 121, 133, 157, 158, 159, 160, 161, 171, 180, 189, 216, 222, 224, 227, 305, 319, 326, 348, 372, 405, 406, 407, 409, 419, 420, 433, 434], "possess": 174, "possibl": [10, 39, 40, 42, 43, 85, 89, 90, 97, 128, 129, 141, 144, 204, 282, 311, 401, 421, 426, 427, 434], "possibli": 37, "pow": 462, "power": [6, 10, 96, 102, 180, 420, 448], "pre": 145, "precis": [11, 12, 44, 72, 73, 87, 89, 121, 150, 179, 204, 220, 221, 225, 227, 338, 396, 425, 433], "prefer": [55, 62, 85, 287, 328], "prepend": [81, 432], "present": [87, 222, 224, 227], "preserv": [40, 41, 42, 43, 56, 85, 87, 89, 123, 124, 125, 175, 176, 177, 282, 433], "press": 10, "previou": 44, "print": [0, 4, 44, 45, 61, 82, 87, 90, 346, 365, 370, 446], "print_device_info": 0, "printabl": 90, "printopt": 6, "prior": 81, "prob1": 197, "prob12": 197, "prob2": 197, "probabl": [144, 348, 356, 365], "proce": 462, "process": 10, "processor": 89, "prod": [6, 72, 85, 189, 190, 225, 462], "produc": [10, 87, 192, 342, 410, 428], "product": [6, 70, 72, 84, 85, 89, 90, 152, 167, 182, 187, 189, 190, 205, 217, 220, 225, 288, 333, 338, 431, 450, 466], "program": [4, 126], "progress": [139, 191], "project": [87, 339], "promot": [13, 18, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 46, 48, 49, 52, 53, 63, 66, 67, 83, 95, 96, 98, 127, 128, 129, 130, 139, 147, 168, 191, 193, 194, 195, 196, 197, 202, 205, 207, 213, 214, 217, 327, 337, 397, 399, 402, 403, 409, 413, 415, 416, 419, 420, 424, 429, 430, 432, 444, 445], "promote_typ": 6, "propag": [87, 128, 129, 206, 207, 212, 213, 220, 221, 222, 224, 225, 227], "proper": [128, 129, 174, 176], "properti": [10, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 175, 177, 185, 191, 192, 202, 204, 211, 230, 282, 291, 293, 294, 296, 298, 302, 303, 309, 314, 315, 319, 324, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454, 462], "protocol": [37, 87, 131], "prototyp": 92, "provid": [0, 6, 10, 28, 29, 58, 64, 71, 85, 89, 90, 97, 102, 108, 135, 144, 145, 146, 160, 161, 203, 218, 219, 222, 224, 225, 227, 346, 374, 377, 398, 408, 422, 427, 451, 452, 470], "pseudo": [184, 346], "ptp": 6, "pure": 10, "purpos": 179, "put": [6, 10, 85, 99, 335, 342, 428, 462], "put_along_axi": [6, 341, 428], "putmask": [6, 341], "pval": 363, "py": 4, "pypi": 4, "pyplot": [210, 384], "pytest": 4, "python": [0, 2, 3, 37, 85, 87, 130, 131, 214, 297, 399, 400, 462], "pzero": 9, "q": [176, 180, 185, 190, 209], "qquad": 10, "qr": 6, "quad": 10, "quadrant": [18, 25], "quantil": 6, "quaternion": 180, "question": 76, "queue": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "quick": [2, 3], "quotient": 26, "r": 185, "r2": 185, "rad": 75, "rad2deg": [6, 74, 75, 447], "radian": [6, 18, 21, 22, 23, 25, 26, 74, 75, 344, 447], "rais": [11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 59, 60, 62, 63, 64, 66, 67, 68, 71, 82, 83, 84, 85, 91, 92, 93, 95, 96, 98, 100, 116, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 153, 157, 158, 159, 168, 169, 170, 180, 182, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 207, 208, 212, 213, 214, 217, 218, 219, 222, 223, 224, 226, 227, 228, 282, 283, 314, 326, 327, 329, 331, 332, 336, 337, 338, 339, 397, 398, 399, 401, 403, 404, 409, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 429, 430, 444, 445, 449, 453, 454, 462], "rand": [6, 90, 346, 376, 378, 379, 381], "randint": [6, 85, 297, 346, 377], "randn": [6, 123, 124, 125, 184, 185, 188, 190, 346, 422], "random": [85, 90, 123, 124, 125, 176, 182, 184, 185, 188, 190, 297, 422, 455, 466], "random_integ": [6, 346, 374], "random_sampl": [6, 346, 373, 376, 379, 381], "randomli": 370, "randomst": 374, "ranf": 6, "rang": [0, 82, 135, 144, 145, 340, 341, 365, 370, 400, 422, 431, 434, 447, 466], "rank": [97, 99, 134, 179, 181, 426], "rate": [104, 118], "rather": 328, "ratio": [0, 83, 127, 179, 444], "ration": 466, "ravel": [6, 85, 99, 183, 295, 333, 462], "ravel_multi_index": 6, "raw": 185, "rayleigh": 6, "rcond": [179, 184], "re": [28, 29, 45, 76, 405, 446], "read": [76, 80, 85, 87, 132, 133, 135, 136, 192, 295, 395, 401], "readonli": 87, "real": [6, 11, 12, 20, 26, 53, 54, 63, 71, 85, 102, 113, 114, 115, 116, 117, 119, 121, 126, 128, 129, 130, 147, 150, 155, 162, 163, 171, 174, 175, 176, 177, 181, 184, 185, 186, 188, 197, 203, 207, 213, 214, 226, 228, 348, 365, 397, 398, 399, 409, 418, 423, 445, 449, 462, 466], "real_if_clos": 6, "rearrang": [85, 305, 466], "rebuild": 86, "recal": 87, "recent": 421, "recfromcsv": 6, "recfromtxt": 6, "recip": [4, 10], "reciproc": [6, 409, 419], "recommend": [89, 328, 432], "reconstruct": [87, 188], "recov": 10, "reduc": [14, 19, 28, 29, 44, 185, 188, 203, 206, 208, 210, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 338, 398, 423, 425, 449], "reduce_hypot": 147, "reduct": [14, 19], "refer": [0, 2, 3, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 295, 296, 297, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "reflect": 462, "reflector": 185, "regardless": [87, 175, 177], "regular": 192, "rel": [15, 85, 319, 405, 406], "relat": 87, "relev": [87, 139, 191, 202], "rem": 130, "remain": [14, 19, 44, 90, 144, 203, 208, 216, 223, 226, 228, 398, 401, 423, 449], "remaind": [6, 127, 130, 214, 337], "remov": [28, 29, 74, 80, 85, 97, 317, 338, 344, 421, 425, 466], "reorder": [89, 123, 190, 216], "rep": 432, "repeat": [6, 85, 120, 174, 175, 176, 177, 210, 335, 432, 462], "repeatedli": 89, "repetit": [0, 400, 432], "replac": [3, 10, 37, 56, 99, 220, 221, 335, 342, 351, 462], "replic": 432, "repo": 4, "repr": 270, "repres": [10, 20, 32, 34, 35, 36, 37, 38, 44, 85, 87, 90, 131, 134, 139, 141, 151, 186, 191, 202, 210, 228, 314, 346, 440, 462], "represent": [46, 48, 49, 90, 121, 149, 151, 327, 462], "request": 406, "requir": [4, 6, 32, 36, 38, 40, 85, 87, 89, 101, 151, 282], "res_cpu": 76, "res_host": 76, "rese": 382, "reset": 462, "reshap": [0, 6, 13, 28, 29, 41, 43, 44, 76, 77, 78, 80, 83, 84, 85, 86, 89, 97, 99, 106, 111, 123, 130, 151, 152, 167, 183, 204, 205, 206, 212, 217, 290, 295, 314, 324, 335, 370, 395, 405, 424, 431, 433, 438, 439, 442, 443, 444, 462], "resid": [97, 101], "residu": 179, "resiz": [6, 97, 462], "resolut": 121, "resolv": [71, 97, 203, 398], "resourc": 0, "respect": [10, 13, 26, 46, 48, 49, 83, 85, 93, 127, 130, 141, 142, 143, 168, 169, 170, 197, 198, 200, 201, 214, 217, 319, 329, 337, 399, 403, 424, 444], "restor": 405, "result": [0, 4, 10, 14, 19, 26, 28, 29, 44, 46, 47, 48, 49, 52, 56, 58, 63, 71, 72, 73, 83, 84, 87, 88, 90, 92, 93, 98, 102, 108, 127, 132, 133, 134, 135, 136, 138, 139, 142, 143, 144, 145, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 174, 183, 185, 191, 192, 195, 197, 198, 199, 200, 201, 202, 203, 205, 206, 208, 212, 215, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 328, 329, 332, 333, 337, 338, 341, 346, 348, 378, 398, 401, 402, 403, 404, 406, 407, 410, 413, 414, 422, 423, 425, 427, 428, 431, 432, 440, 444, 445, 449, 452, 454, 462], "result_dpnp": 0, "result_numpi": 0, "result_typ": [6, 52, 87, 466], "retriev": [80, 87], "retstep": 191, "return": [0, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 231, 232, 233, 236, 237, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 293, 294, 295, 297, 299, 300, 301, 304, 305, 306, 308, 311, 312, 318, 319, 320, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 342, 346, 349, 368, 370, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 450, 451, 452, 453, 454, 462], "reus": [145, 401], "revers": [80, 85, 120, 123, 124, 125, 324, 434, 448], "rewrit": 179, "rfft": [6, 10, 104, 118], "rfft2": 6, "rfftfreq": [6, 104], "rfftn": [6, 102], "right": [10, 56, 70, 80, 82, 124, 125, 147, 168, 174, 175, 176, 177, 182, 190, 204, 389, 398, 403, 410, 433, 438, 442, 448], "right_shift": [6, 168], "rightmost": [144, 145, 190], "rint": [6, 31, 407], "roll": [6, 406], "rollaxi": [6, 405], "root": [6, 53, 147, 172, 397, 398, 409, 419, 420], "rot90": 6, "roughli": [87, 179], "round": [6, 20, 31, 85, 127, 174, 214, 399, 404, 445, 462, 466], "round_": 6, "routin": [2, 455, 462], "row": [38, 40, 57, 58, 72, 73, 80, 85, 86, 100, 124, 125, 141, 146, 148, 151, 182, 188, 282, 328, 395, 408, 422, 436, 438, 451], "row_stack": [6, 451], "rowvar": 69, "rsqrt": [397, 419], "rtol": [15, 154], "rule": [13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 44, 46, 48, 49, 52, 53, 63, 64, 66, 67, 70, 83, 95, 96, 98, 127, 128, 129, 130, 139, 147, 168, 191, 193, 194, 195, 196, 197, 202, 203, 205, 207, 208, 213, 214, 217, 223, 226, 228, 327, 337, 397, 398, 399, 402, 403, 409, 413, 415, 416, 419, 420, 423, 424, 425, 429, 430, 435, 444, 445, 449], "run": [0, 4], "runtim": 4, "runtimewarn": [222, 224], "s1": [85, 87, 167, 319], "s10": 87, "s16": 87, "s2": [85, 87, 319], "s25": 87, "s3": [85, 319], "safe": [40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "safe_ev": 6, "said": 190, "same": [4, 10, 11, 12, 13, 14, 15, 19, 26, 28, 29, 30, 31, 33, 36, 38, 39, 40, 44, 46, 47, 48, 49, 51, 57, 58, 63, 71, 72, 73, 74, 80, 81, 82, 83, 84, 85, 86, 92, 93, 97, 99, 120, 127, 128, 129, 130, 131, 138, 141, 142, 143, 144, 145, 146, 147, 150, 152, 153, 160, 161, 162, 167, 168, 169, 170, 176, 180, 185, 197, 198, 200, 201, 203, 206, 207, 208, 212, 213, 214, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 311, 324, 327, 329, 332, 335, 337, 338, 342, 344, 346, 368, 374, 390, 395, 396, 398, 399, 400, 403, 405, 406, 408, 410, 417, 421, 422, 423, 424, 425, 427, 428, 431, 433, 437, 439, 441, 443, 444, 449, 450, 451, 454], "same_kind": [40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "sampl": [10, 104, 111, 118, 139, 141, 144, 191, 202, 342, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 377, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 428, 438, 442, 455, 466], "sample_r": 118, "satisfi": [32, 36, 38, 40, 85, 99, 178, 282, 335], "save": [6, 133], "savetxt": 6, "savez": 6, "savez_compress": 6, "scalar": [13, 15, 26, 32, 34, 35, 36, 37, 38, 46, 48, 49, 52, 62, 63, 64, 70, 76, 79, 81, 83, 84, 85, 87, 89, 90, 93, 99, 104, 118, 120, 127, 128, 129, 130, 137, 138, 139, 141, 142, 143, 144, 145, 147, 152, 156, 163, 164, 167, 168, 169, 170, 187, 191, 197, 198, 200, 201, 202, 204, 205, 207, 210, 213, 214, 217, 292, 297, 327, 329, 335, 337, 341, 342, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 374, 377, 380, 382, 386, 388, 389, 390, 391, 392, 393, 394, 399, 403, 410, 424, 427, 431, 444, 445, 448, 450, 452, 462], "scale": [10, 90, 102, 108, 139, 167, 185, 191, 202, 346, 353, 355, 357, 358, 359, 360, 368, 380, 385, 392], "scientif": 10, "scipi": 94, "scope": 4, "script": 4, "sctype2char": 6, "search": [90, 455, 466], "searchsort": [6, 82, 85, 144, 417, 462], "second": [13, 26, 44, 46, 48, 49, 63, 70, 80, 83, 84, 87, 90, 93, 96, 104, 106, 118, 127, 128, 129, 130, 141, 142, 143, 144, 145, 146, 147, 152, 166, 167, 168, 169, 170, 197, 198, 200, 201, 204, 205, 206, 207, 210, 212, 213, 214, 217, 329, 333, 337, 399, 403, 420, 424, 426, 431, 433, 444, 450], "section": [4, 87, 462], "see": [3, 31, 87, 102, 108, 131, 144, 179, 363, 407, 438, 439, 442, 443, 462], "seed": [6, 85, 90, 297, 346], "seek": 133, "select": [6, 64, 99, 206, 212, 421, 427, 455], "select_cpu_devic": 0, "select_default_devic": 0, "selector": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "self": [85, 87, 122, 231, 232, 233, 234, 237, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 294, 346], "semant": 144, "sens": 190, "sep": [133, 136], "separ": [10, 85, 87, 89, 133, 136, 145, 311], "sequenc": [37, 41, 42, 43, 57, 58, 61, 65, 86, 89, 90, 91, 92, 137, 138, 139, 144, 145, 146, 151, 182, 191, 202, 216, 331, 332, 335, 370, 383, 400, 402, 408, 422, 431, 451, 453, 454], "sequenti": [15, 65, 69, 88, 94, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 154, 209, 215, 225, 435], "seri": [10, 362], "set": [10, 28, 29, 32, 40, 55, 76, 77, 79, 82, 85, 87, 89, 91, 137, 144, 145, 148, 151, 181, 183, 184, 191, 206, 212, 218, 219, 227, 272, 282, 283, 294, 331, 332, 338, 413, 414, 425, 438, 442, 453, 454, 462], "set_numeric_op": 6, "set_printopt": 6, "set_stat": 6, "set_string_funct": 6, "setbufs": 6, "setdiff1d": 6, "seterr": 6, "seterrcal": 6, "seterrobj": 6, "setfield": [6, 87], "setflag": 6, "setter": [85, 314], "setup": 4, "setuptool": 4, "setxor1d": 6, "sever": 178, "sh": [85, 311], "shape": [4, 6, 11, 12, 13, 14, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 36, 40, 43, 44, 46, 47, 48, 49, 50, 51, 53, 54, 56, 58, 59, 60, 63, 65, 66, 67, 69, 71, 72, 73, 77, 78, 81, 82, 83, 84, 85, 86, 87, 91, 92, 93, 95, 96, 97, 98, 101, 102, 104, 108, 118, 123, 126, 127, 128, 129, 130, 134, 137, 138, 141, 142, 143, 144, 145, 146, 147, 150, 151, 152, 153, 157, 158, 159, 160, 161, 162, 164, 167, 168, 169, 170, 173, 178, 179, 180, 181, 182, 185, 186, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 311, 317, 324, 326, 327, 329, 330, 331, 332, 336, 337, 338, 339, 341, 342, 346, 355, 358, 363, 364, 369, 373, 374, 375, 376, 377, 378, 379, 381, 386, 387, 393, 395, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 427, 429, 430, 431, 432, 433, 434, 436, 437, 439, 441, 442, 443, 444, 445, 449, 451, 452, 453, 454, 455, 466], "share": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 436, 438, 442, 448, 453, 454], "shared_bin": 145, "shares_memori": 6, "shift": [10, 106, 111, 168, 403, 405], "short": [445, 462], "shorthand": [11, 12, 13, 46, 47, 48, 49, 83, 93, 127, 142, 143, 153, 168, 169, 170, 198, 200, 205, 214, 217, 326, 329, 336, 337, 399, 403, 424, 444, 452], "should": [28, 29, 40, 80, 82, 84, 85, 89, 90, 102, 108, 130, 133, 140, 144, 154, 179, 180, 205, 216, 218, 219, 222, 224, 282, 313, 363, 401, 410, 427, 431, 433, 462], "show": [9, 87, 120, 147, 201, 210, 220, 221, 222, 224, 227, 384], "show_config": 6, "shown": 4, "shuffl": 6, "side": [85, 141, 176, 313, 410], "sigma": [361, 368], "sign": [6, 10, 15, 63, 87, 173, 186, 214, 326, 336, 338, 399, 414, 425, 445], "signal": [10, 104, 107, 112, 118], "signatur": [204, 205], "signbit": [6, 413], "signific": 89, "signum": 413, "similar": [3, 34, 35, 85, 87, 139, 191, 202, 204, 287, 335, 346, 374, 438, 439, 442, 443], "simpl": [4, 201, 466], "simpli": [78, 85, 133, 144, 145, 324], "sin": [0, 6, 23, 66, 176, 210, 416, 429], "sinc": [6, 85, 174, 176, 316, 328], "sine": [21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430], "singl": [9, 10, 30, 51, 57, 85, 89, 90, 141, 182, 206, 212, 317, 338, 346, 365, 374, 375, 376, 377, 378, 379, 381, 387, 425, 462], "singlecomplex": 9, "singleton": [14, 19, 44, 97, 203, 208, 222, 223, 224, 226, 228, 398, 421, 423, 449], "singular": [178, 179, 181, 184, 188], "sinh": [6, 24, 67, 415, 430], "size": [0, 6, 20, 28, 29, 32, 44, 58, 65, 69, 72, 73, 77, 82, 85, 87, 90, 99, 102, 104, 108, 118, 133, 139, 141, 146, 183, 185, 188, 191, 202, 204, 206, 208, 212, 218, 219, 220, 221, 223, 225, 227, 297, 298, 314, 331, 335, 338, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 374, 376, 377, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 405, 408, 421, 422, 425, 431, 442, 451, 453], "skip": 80, "slice": [99, 218, 219, 222, 223, 224, 226, 228, 341, 342, 428, 442, 443, 462], "slogdet": [6, 173], "slower": 431, "slowest": [85, 295, 395, 401], "small": [15, 98, 179, 184, 195, 197, 442], "smaller": [81, 85, 102, 108, 121, 179, 214, 305, 335, 399], "smallest": [121, 149], "smallest_norm": 121, "smat": 188, "so": [10, 14, 19, 44, 87, 93, 144, 163, 191, 203, 208, 210, 223, 226, 228, 384, 398, 423, 431, 432, 449], "softwar": 4, "solut": [179, 187], "solv": [6, 179, 189, 190, 466], "some": [20, 87, 97, 99, 126, 152, 179, 335, 452, 462], "sometim": 462, "sometru": 6, "somewhat": 180, "sophist": 180, "sort": [6, 30, 85, 188, 281, 305, 410, 418, 428, 434, 455, 462, 466], "sort_complex": 6, "sorter": [85, 313, 410], "sought": 172, "sourc": [4, 6, 14, 15, 16, 17, 19, 20, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 50, 51, 52, 55, 56, 57, 58, 61, 62, 64, 65, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 88, 89, 90, 91, 92, 94, 97, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 146, 148, 149, 151, 152, 154, 155, 156, 160, 161, 162, 163, 164, 165, 166, 167, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 202, 203, 204, 205, 206, 208, 209, 210, 212, 215, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 328, 331, 332, 333, 334, 335, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 398, 400, 401, 402, 405, 406, 410, 411, 412, 417, 418, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 446, 447, 448, 449, 450, 451, 452, 453, 454], "space": [6, 20, 104, 106, 118, 133, 139, 141, 191, 202], "spars": [151, 210], "special": [2, 87, 94, 455, 466], "specif": [0, 4, 87, 134], "specifi": [14, 19, 20, 28, 29, 30, 31, 32, 34, 35, 36, 38, 44, 51, 52, 58, 62, 71, 72, 73, 76, 79, 80, 85, 89, 90, 91, 92, 99, 100, 102, 104, 108, 118, 123, 132, 133, 134, 135, 137, 138, 139, 141, 148, 175, 177, 183, 189, 190, 191, 192, 202, 203, 208, 209, 211, 220, 221, 223, 225, 226, 227, 228, 281, 290, 330, 331, 332, 335, 338, 341, 342, 346, 359, 369, 387, 395, 398, 405, 406, 407, 422, 423, 425, 427, 428, 431, 433, 434, 436, 448, 449, 453, 454], "spectrum": [10, 106, 111], "speed": 89, "speedup": 90, "spell": 328, "split": [6, 58, 86, 146, 408, 422, 451, 466], "spreadsheet": 126, "sqrt": [6, 10, 53, 85, 296, 309, 398, 409, 420], "squar": [6, 53, 147, 148, 171, 172, 174, 175, 176, 178, 179, 180, 186, 189, 190, 204, 226, 228, 350, 366, 397, 398, 409, 419, 423, 439, 443, 448, 449], "squeez": [6, 85, 97, 462], "src": 64, "stabl": [30, 417], "stack": [6, 57, 58, 86, 146, 173, 181, 184, 185, 186, 205, 328, 408, 428, 451], "stand": 141, "standard": [85, 121, 127, 130, 208, 214, 223, 226, 228, 297, 318, 346, 361, 368, 375, 384, 385, 386, 387, 388, 399, 423, 449, 462, 466], "standard_cauchi": 6, "standard_exponenti": 6, "standard_gamma": 6, "standard_norm": [6, 346, 375], "standard_t": 6, "start": [2, 3, 20, 36, 38, 90, 104, 118, 132, 139, 191, 202, 204, 406, 438, 442], "start_tim": 0, "state": 346, "statist": [455, 466], "std": [6, 85, 208, 223, 226, 228, 449, 462], "stdev": [346, 387], "step": [4, 20, 90, 139, 191, 202], "sticki": 87, "still": 44, "stop": [20, 139, 191, 202], "store": [139, 160, 161, 191, 202, 205, 333], "str": [37, 58, 87, 89, 90, 133, 136, 146, 192, 273, 408, 422, 440, 451], "str_": 87, "straightforward": 151, "stride": [39, 40, 85, 282], "string": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 87, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 440, 442, 448, 453, 454, 462], "string_repr": 90, "stringio": 192, "strongli": [4, 432], "struct": 87, "structur": [87, 192], "student": 388, "style": [40, 85, 282, 328, 395], "sub": [58, 80, 87, 89, 146, 190, 408, 422, 433, 436, 451], "subarrai": [87, 151], "subclass": [35, 166], "subdivid": 87, "subdtyp": 87, "subok": [11, 12, 13, 21, 22, 23, 24, 25, 26, 27, 32, 40, 46, 47, 48, 49, 50, 51, 53, 54, 59, 60, 62, 63, 66, 67, 83, 85, 92, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 326, 327, 329, 332, 336, 337, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 454], "subscript": [89, 90], "subset": [3, 141, 421, 466], "subtract": 6, "subtyp": 395, "success": [348, 356, 365], "sugar": [78, 439, 443], "suggest": 80, "suit": 4, "suitabl": [85, 324, 342, 410, 428], "sum": [0, 3, 4, 6, 10, 13, 44, 71, 73, 76, 79, 80, 81, 84, 85, 89, 144, 147, 152, 172, 179, 189, 197, 203, 205, 220, 221, 227, 289, 323, 348, 363, 365, 398, 431, 433, 462, 466], "sum_": 10, "sum_along_diagon": 433, "sum_of_weight": 44, "summari": 455, "summat": [84, 89, 90, 152, 190, 205, 333, 431], "suppli": [182, 346, 375], "support": [3, 9, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 37, 38, 46, 47, 48, 49, 50, 51, 53, 54, 59, 60, 62, 63, 65, 66, 67, 68, 69, 75, 83, 85, 87, 88, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 153, 154, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 209, 212, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 326, 327, 329, 331, 332, 334, 336, 337, 338, 339, 340, 343, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 364, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 399, 401, 403, 409, 411, 413, 414, 415, 417, 419, 420, 423, 424, 425, 429, 430, 435, 444, 445, 447, 449, 453, 454, 470], "surnam": 87, "surpris": 108, "svd": [6, 172, 178, 181, 184], "swap": [87, 106, 426], "swapax": [6, 85, 216, 462], "swapped_cod": 87, "swapped_dt": 87, "sy": 87, "sycl": [0, 3, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "sycl_context": 85, "sycl_devic": 85, "sycl_queu": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "sycldevic": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "syclqueu": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "symmetr": [171, 174, 175, 176, 177, 181, 184, 188], "symmetri": [10, 102, 107, 112], "syntact": [78, 439, 443], "syntax": 462, "sys_is_l": 87, "system": [3, 4, 187], "t": [10, 58, 69, 85, 87, 171, 174, 176, 179, 324, 328, 388], "tabl": [2, 9, 455], "tack": 87, "take": [6, 57, 85, 99, 204, 335, 342, 401, 410, 428, 462], "take_along_axi": [6, 28, 29, 30, 55, 342, 427], "taken": [44, 80, 81, 90, 144, 205, 226, 228, 423, 433, 436, 438, 442, 449, 450], "tall": 120, "tan": [6, 25, 26, 66, 415, 430], "tangent": [18, 21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430], "tanh": [6, 27, 67, 416, 429], "target": [40, 52, 85, 282, 341], "target_devic": 85, "tau": 185, "tbb": 4, "tempfil": 133, "temporari": 133, "temporaryfil": 133, "ten": 356, "tensor": [15, 37, 68, 85, 89, 90, 189, 190, 218, 219, 222, 224, 225, 340, 431], "tensordot": [6, 84, 89, 152, 189, 190, 205, 333], "tensorinv": [6, 190], "tensorsolv": [6, 189], "term": [10, 13, 83, 90, 102, 217, 424, 444], "test": [0, 2, 14, 15, 19, 93, 142, 143, 155, 157, 158, 159, 160, 161, 169, 170, 225, 328, 329, 348, 462, 466], "test_repetit": 0, "test_typ": 0, "teukolski": 10, "text": [132, 133, 135, 136, 192], "th": [73, 76, 79, 81, 85, 88, 100, 141, 151, 209, 324, 330, 434, 437, 439, 441, 443], "than": [32, 72, 73, 85, 102, 108, 121, 124, 125, 127, 134, 142, 143, 144, 145, 146, 168, 169, 170, 179, 181, 184, 185, 220, 221, 225, 227, 305, 328, 335, 338, 403, 413, 421, 422, 425, 431, 433, 445, 462], "thei": [15, 87, 176, 179, 408, 410, 431, 438, 442, 448, 451, 462], "them": [57, 462], "theor": 174, "theoret": 90, "therefor": [102, 134, 175, 177], "thi": [10, 11, 12, 16, 17, 20, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39, 40, 56, 58, 62, 71, 74, 76, 77, 78, 79, 80, 81, 82, 85, 86, 87, 89, 90, 98, 99, 101, 102, 106, 108, 120, 121, 124, 125, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 145, 146, 156, 163, 175, 177, 179, 182, 183, 186, 191, 192, 195, 197, 202, 203, 204, 205, 206, 212, 214, 216, 218, 219, 222, 224, 225, 227, 282, 287, 292, 295, 305, 311, 314, 324, 328, 335, 338, 341, 342, 344, 379, 381, 395, 398, 399, 401, 406, 408, 422, 425, 427, 428, 432, 439, 443, 448, 451, 452], "thing": 427, "third": [57, 58, 86, 146, 408, 422, 451], "those": [10, 56, 180, 342], "though": 108, "thousand": 356, "three": [41, 42, 43, 97, 180, 204, 346, 382, 431], "threshold": 181, "through": [35, 87, 145, 174, 176, 179, 204, 462], "throw": 363, "thu": [10, 432], "tile": [6, 400, 466], "time": [0, 10, 13, 15, 26, 46, 48, 49, 63, 81, 83, 84, 93, 127, 128, 129, 130, 142, 143, 147, 152, 159, 167, 168, 169, 170, 179, 197, 198, 200, 201, 207, 213, 214, 217, 327, 329, 337, 348, 363, 399, 403, 424, 428, 431, 432, 444, 450], "time_dpnp": 0, "time_numpi": 0, "timedelta": 87, "timeit": 89, "timestep": 104, "tini": 121, "titl": 87, "tm": 130, "to_begin": 88, "to_devic": 85, "to_end": 88, "tobyt": 6, "todo": 366, "tofil": [6, 133], "togeth": [15, 58, 87, 422, 452], "tol": [181, 364], "toler": [15, 33, 154], "tolist": 6, "too": [4, 452], "toolkit": 3, "tostr": 6, "total": [6, 68, 72, 85, 302, 423, 449], "toward": [126, 127, 144, 145, 214, 327, 399, 445], "trace": [6, 76, 79, 80, 85, 89, 462], "traceback": 421, "trail": 440, "transfer": 85, "transform": [90, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 455], "transpos": [6, 85, 89, 171, 176, 216, 230, 462, 466], "trapezoid": [425, 435], "trapz": [6, 425], "treat": [15, 133, 141, 175, 177, 179, 182, 192, 220, 221, 225, 227, 338, 342, 410, 428, 432, 462], "tri": 6, "trial": 348, "triangl": [76, 147, 204, 398, 436, 437, 438, 439, 441, 442, 443], "triangular": [6, 171, 175, 177, 185, 204, 438, 439, 442, 443], "trigonometr": [18, 21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430, 466], "tril": [6, 76, 204, 436, 438, 439, 442], "tril_indic": [6, 204, 439, 442], "tril_indices_from": [6, 443], "trili": 439, "trili1": 439, "trim": 440, "trim_zero": 6, "triu": [6, 76, 204, 436, 438, 442, 443], "triu_indic": [6, 204, 438, 443], "triu_indices_from": [6, 439], "triui": 443, "triuim1": 443, "trivial": [174, 428], "true": [0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 36, 38, 40, 41, 44, 46, 47, 48, 49, 52, 53, 54, 59, 60, 62, 63, 64, 66, 67, 68, 69, 73, 82, 83, 85, 87, 89, 90, 93, 95, 96, 97, 98, 99, 101, 120, 123, 124, 125, 126, 127, 128, 129, 130, 134, 139, 142, 143, 144, 147, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 178, 181, 183, 184, 185, 187, 188, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 212, 213, 214, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 234, 277, 278, 282, 287, 299, 300, 301, 306, 318, 320, 325, 326, 327, 328, 329, 335, 336, 337, 338, 339, 342, 351, 397, 398, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 423, 424, 425, 428, 429, 430, 431, 444, 445, 448, 449, 452], "true_divid": [6, 83], "trunc": [6, 31, 54, 126, 404, 407], "truncat": [31, 54, 102, 108, 126, 384, 404, 407, 445], "trust": [218, 219], "truth": [46, 47, 48, 49, 93, 142, 143, 153, 169, 170, 198, 199, 200, 201, 329, 462, 466], "try": 4, "tukei": 10, "tup": [57, 86, 146, 408, 451], "tupl": [14, 19, 28, 29, 32, 34, 35, 36, 38, 44, 51, 62, 71, 76, 77, 78, 79, 85, 87, 90, 97, 106, 111, 123, 134, 137, 138, 139, 141, 144, 145, 151, 156, 163, 167, 183, 185, 190, 191, 202, 203, 204, 205, 206, 208, 210, 211, 212, 222, 223, 224, 225, 226, 227, 228, 314, 324, 328, 330, 338, 398, 400, 401, 405, 412, 421, 423, 425, 432, 434, 438, 439, 442, 443, 448, 449, 462], "turn": 57, "twister": 346, "two": [10, 15, 33, 41, 42, 46, 47, 48, 49, 61, 65, 70, 79, 80, 81, 84, 85, 87, 89, 90, 97, 102, 108, 128, 129, 141, 152, 153, 154, 167, 175, 179, 182, 187, 198, 200, 201, 205, 206, 207, 212, 213, 216, 222, 224, 305, 321, 333, 346, 375, 404, 407, 426, 431, 433, 438, 439, 442, 443, 450], "type": [0, 2, 3, 4, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 291, 295, 311, 324, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 338, 339, 340, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 466], "type_nam": 0, "typeerror": [15, 44, 64, 68, 116], "typenam": 6, "typestr": 87, "typic": [15, 410, 462], "u": [87, 171, 175, 177, 188, 204, 225, 227], "u1": [87, 132, 133], "u16": 87, "u4": 52, "u8": 87, "ufunc": [2, 455, 462], "uint64": 87, "uint8": [87, 132, 133], "uk": 10, "un": 87, "unari": 462, "undefin": [18, 85, 305], "underli": [46, 48, 49, 401], "undo": 10, "undocu": 87, "unexpect": [225, 227], "unicod": 87, "uniform": [6, 87, 141, 144, 145, 202, 346, 373, 376, 378, 379, 381], "uniformli": [202, 346, 390], "uniniti": [32, 91, 92, 137, 331, 453], "union1d": 6, "uniqu": [6, 44, 45, 71, 82, 87, 203, 208, 216, 223, 226, 228, 398, 400, 423, 449], "unit": [85, 104, 118, 174, 180, 186, 319], "unitari": [10, 141, 185, 188], "uniti": 144, "univ": 10, "univers": [2, 455, 462], "unless": [14, 19, 40, 72, 73, 85, 89, 144, 174, 181, 183, 202, 220, 221, 225, 227, 282, 338, 425], "unlik": [30, 85, 118, 311, 417], "unmodifi": 145, "unpackbit": 6, "unravel_index": [6, 28, 29], "unsaf": [40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "unscal": 10, "unsign": [87, 338, 425], "unspecifi": 401, "unsupport": [11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 63, 66, 67, 83, 95, 96, 98, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 147, 153, 168, 194, 195, 196, 197, 207, 213, 214, 215, 217, 326, 327, 336, 337, 339, 397, 399, 403, 404, 409, 413, 414, 415, 416, 424, 429, 430, 435, 444, 445], "until": [90, 405, 406], "unwrap": [6, 74, 344], "up": [4, 10, 87, 89, 125, 428, 439], "updat": 4, "uplo": [175, 177], "upon": [85, 319], "upper": [76, 100, 144, 145, 171, 175, 177, 185, 204, 436, 438, 439, 441, 442, 443], "url": 4, "us": [4, 10, 13, 20, 32, 34, 35, 36, 37, 38, 39, 40, 46, 47, 48, 49, 52, 56, 58, 62, 70, 72, 73, 76, 77, 79, 80, 83, 85, 87, 89, 90, 91, 92, 93, 97, 100, 101, 102, 104, 108, 118, 120, 126, 127, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 151, 152, 153, 168, 169, 170, 171, 172, 175, 176, 177, 179, 181, 182, 183, 184, 191, 192, 198, 200, 202, 204, 205, 206, 208, 210, 211, 212, 214, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 236, 282, 287, 295, 326, 328, 329, 330, 331, 332, 335, 336, 337, 338, 342, 346, 349, 351, 352, 362, 367, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 383, 387, 390, 395, 399, 400, 401, 403, 405, 410, 413, 418, 423, 424, 425, 427, 428, 431, 432, 433, 435, 436, 438, 439, 442, 443, 444, 448, 449, 452, 453, 454, 462], "usag": [3, 4, 104, 118], "use_getitem": 87, "use_setitem": 87, "user": 87, "usm": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 421, 436, 438, 442, 448, 453, 454], "usm_ndarrai": [11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 37, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64, 66, 67, 68, 70, 71, 72, 73, 76, 78, 80, 81, 82, 83, 84, 85, 86, 89, 92, 93, 95, 96, 97, 98, 99, 101, 102, 106, 108, 111, 120, 123, 124, 125, 126, 127, 128, 129, 130, 138, 141, 142, 143, 144, 145, 146, 147, 150, 152, 153, 155, 157, 158, 159, 160, 161, 162, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 207, 208, 210, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 326, 327, 328, 329, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 437, 439, 440, 441, 443, 444, 445, 449, 450, 451, 452, 454], "usm_typ": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 436, 438, 442, 448, 453, 454], "usual": [77, 87, 205], "util": 455, "v": [61, 76, 79, 85, 87, 174, 175, 313, 341, 410], "v0": 6, "v1": 6, "v10": 87, "v9": 6, "val": [85, 120, 122, 272, 307, 335], "valid": [65, 97, 204, 426, 438, 439, 442, 443], "valu": [10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 40, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 71, 73, 76, 81, 82, 83, 85, 87, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101, 120, 121, 122, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 147, 148, 150, 151, 153, 156, 157, 158, 159, 162, 163, 168, 169, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 184, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 212, 213, 214, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 232, 233, 237, 239, 240, 242, 243, 244, 245, 246, 247, 248, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 267, 269, 271, 272, 274, 275, 276, 279, 280, 282, 284, 287, 292, 294, 305, 307, 326, 327, 328, 329, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 346, 356, 373, 374, 390, 396, 397, 398, 399, 400, 401, 403, 404, 405, 407, 409, 410, 411, 413, 414, 415, 417, 419, 420, 423, 424, 425, 427, 428, 429, 430, 433, 438, 442, 444, 445, 447, 449, 452, 453, 454, 462, 466], "value2": 87, "valueerror": [218, 219, 401, 421], "vander": 6, "vandermond": 448, "var": [6, 85, 208, 223, 226, 228, 423, 462], "vararg": 141, "vari": [10, 14, 18, 19, 80, 90, 108, 134, 151, 172, 174, 175, 179, 183, 223, 226, 228], "variabl": [69, 179, 187], "varianc": [85, 208, 223, 226, 228, 325, 423, 449, 466], "variou": 470, "vdot": [6, 84, 205], "vector": [70, 89, 134, 151, 152, 172, 181, 182, 183, 188, 205, 210, 333, 450, 466], "vendor": 4, "veri": [3, 10, 15, 210], "verif": 0, "verifi": 171, "version": [4, 85, 87, 294, 328], "vertic": [57, 58, 80, 86, 120, 123, 124, 146, 408, 422, 451], "vetterlin": 10, "vh": 188, "view": [6, 41, 42, 43, 50, 76, 80, 85, 97, 123, 124, 125, 210, 216, 230, 311, 324, 342, 401, 421, 426, 434], "violat": 64, "void": 87, "void640": 87, "von": 391, "vonmis": 6, "vsplit": [6, 58], "vstack": [6, 57, 58, 86, 146, 179, 408, 422], "w": [10, 44, 174, 175, 176, 177, 180], "wa": [10, 71, 87, 182, 203, 222, 224, 226, 228, 346, 387, 398, 423, 449], "wai": [3, 4, 10, 85, 90, 102, 133, 305, 431], "wald": 6, "walk": 87, "want": [4, 428], "warn": [87, 218, 219, 364], "we": [62, 77, 80, 90, 120, 179, 204, 342, 428], "weibul": [6, 394], "weight": [44, 45, 69, 144, 145, 208, 223, 425], "well": [87, 89, 133, 144, 145, 338, 348, 365, 384], "were": [58, 134, 346, 375, 422], "what": [10, 40, 52, 58, 64, 85, 87, 89, 93, 102, 108, 146, 155, 205, 282, 348, 365, 408, 422, 451, 462], "when": [10, 20, 32, 34, 35, 36, 38, 39, 40, 44, 62, 64, 82, 85, 87, 102, 128, 129, 139, 174, 183, 185, 191, 202, 204, 205, 214, 220, 221, 222, 224, 225, 227, 282, 399, 404, 406, 407, 427, 431, 452], "whenev": [97, 426, 434], "where": [0, 6, 10, 11, 12, 13, 14, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 64, 66, 67, 71, 76, 77, 79, 81, 82, 83, 85, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 104, 118, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 162, 163, 168, 169, 170, 171, 179, 185, 188, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 211, 212, 213, 214, 217, 222, 223, 224, 225, 226, 227, 228, 277, 278, 282, 299, 300, 301, 306, 313, 318, 320, 325, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 397, 398, 399, 403, 404, 406, 409, 410, 413, 414, 415, 416, 419, 420, 423, 424, 425, 429, 430, 433, 434, 436, 438, 442, 444, 445, 448, 449, 453, 454], "wherev": 64, "whether": [14, 15, 19, 71, 82, 87, 155, 171, 185, 191, 225, 227, 401, 414], "which": [3, 4, 10, 14, 19, 28, 29, 30, 34, 35, 40, 44, 50, 58, 64, 71, 72, 73, 77, 79, 80, 81, 82, 84, 85, 87, 89, 90, 97, 101, 102, 106, 108, 111, 121, 123, 128, 129, 134, 135, 139, 141, 144, 145, 146, 157, 158, 159, 160, 161, 171, 174, 181, 183, 190, 202, 203, 204, 205, 206, 207, 208, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 328, 338, 341, 398, 400, 405, 417, 421, 422, 423, 425, 427, 433, 434, 436, 437, 438, 441, 442, 445, 449, 452, 462], "whichev": 152, "while": [10, 144, 145, 208, 223, 226, 228, 328, 335, 338, 405, 423, 425, 436, 449], "whitespac": [133, 136], "who": 6, "whole": [438, 442], "whose": [11, 12, 80, 87, 99, 100, 120, 172, 175, 176, 177, 189, 204, 216, 405, 439, 443], "wide": 120, "width": [87, 144, 145], "wild": [348, 365], "window": [4, 104, 118], "wise": [11, 12, 13, 15, 18, 21, 22, 23, 24, 25, 26, 27, 31, 33, 46, 47, 48, 49, 53, 54, 57, 58, 59, 60, 63, 66, 67, 71, 83, 85, 86, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 146, 147, 150, 153, 154, 157, 158, 159, 160, 161, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 207, 212, 213, 214, 215, 217, 222, 224, 225, 286, 326, 327, 329, 336, 337, 339, 396, 397, 399, 403, 404, 407, 408, 409, 413, 414, 415, 416, 419, 420, 422, 424, 429, 430, 444, 445, 451, 462, 466, 470], "within": [15, 20, 33, 40, 85, 89, 144, 145, 154, 282, 341, 346, 390], "without": [80, 85, 91, 120, 314, 324, 395, 401, 462], "won": 87, "word": [126, 176, 346, 390], "work": [4, 31, 39, 74, 344, 428, 462], "world": [87, 348, 365], "would": [30, 58, 85, 87, 134, 151, 182, 204, 205, 305, 346, 417, 422, 428, 434], "wrap": [74, 85, 120, 307, 322, 341, 344, 410, 427], "wrapper": 85, "write": [76, 80, 85, 120, 133, 295, 401], "written": [71, 120, 133, 203, 398, 452], "x": [0, 3, 4, 11, 12, 14, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 41, 42, 43, 47, 50, 51, 53, 54, 59, 60, 62, 63, 65, 66, 67, 69, 70, 71, 76, 79, 81, 82, 85, 87, 88, 91, 92, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 122, 126, 132, 133, 134, 135, 137, 138, 139, 141, 148, 150, 151, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 172, 176, 179, 183, 185, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 210, 211, 215, 216, 282, 287, 296, 297, 309, 326, 328, 330, 331, 332, 336, 338, 339, 340, 364, 370, 395, 396, 397, 398, 400, 404, 405, 406, 407, 409, 413, 414, 415, 416, 419, 420, 421, 426, 427, 429, 430, 435, 436, 445, 446, 448, 452, 453, 454], "x0": [36, 38, 62, 79, 332, 448, 454], "x00": 133, "x01": [132, 133], "x02": [132, 133], "x03": [132, 133], "x04": [132, 133], "x05": 132, "x1": [13, 15, 18, 25, 26, 40, 45, 46, 48, 49, 55, 63, 65, 74, 75, 83, 85, 88, 93, 127, 128, 129, 130, 142, 143, 147, 154, 168, 169, 170, 197, 198, 199, 200, 201, 205, 207, 209, 210, 213, 214, 215, 217, 282, 326, 327, 329, 334, 336, 337, 343, 344, 345, 383, 399, 403, 405, 424, 435, 444, 447], "x1_i": [13, 26, 46, 48, 49, 63, 83, 93, 127, 130, 142, 143, 147, 168, 169, 170, 197, 198, 200, 201, 214, 217, 329, 337, 399, 403, 424, 444], "x2": [13, 14, 15, 18, 19, 25, 26, 32, 46, 48, 49, 63, 65, 83, 93, 127, 128, 129, 130, 142, 143, 147, 154, 168, 169, 170, 197, 198, 199, 200, 201, 205, 207, 210, 213, 214, 217, 326, 327, 329, 336, 337, 399, 403, 405, 419, 424, 444], "x2_i": [13, 26, 46, 48, 49, 63, 83, 93, 127, 130, 142, 143, 147, 168, 169, 170, 197, 198, 200, 201, 214, 217, 329, 337, 399, 403, 424, 444], "x3": [14, 19], "x_i": [11, 12, 18, 21, 22, 23, 24, 25, 27, 47, 53, 54, 59, 60, 66, 67, 95, 96, 98, 126, 150, 153, 193, 194, 195, 196, 199, 326, 336, 339, 396, 397, 404, 407, 409, 413, 414, 415, 416, 419, 420, 429, 430, 445], "xi": [196, 210], "xn": 210, "xor": [46, 47, 48, 49, 153, 198, 199, 200, 201], "xv": 210, "xx": 210, "xy": 210, "y": [0, 4, 20, 32, 34, 35, 36, 38, 41, 50, 62, 69, 70, 79, 85, 87, 91, 92, 97, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 141, 148, 160, 161, 172, 179, 191, 192, 202, 210, 211, 215, 287, 311, 330, 331, 332, 435, 436, 448, 452, 453, 454], "y1": 435, "yet": [4, 6], "yield": [30, 225, 227, 328, 346, 452, 462], "you": [4, 80, 204, 427, 428, 462], "your": [4, 80], "yv": 210, "yy": 210, "z": [14, 19, 20, 32, 34, 35, 36, 38, 62, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 210, 211, 330, 331, 332, 356, 436, 448, 453, 454], "zero": [6, 10, 14, 19, 30, 32, 68, 71, 77, 81, 85, 91, 92, 99, 100, 102, 104, 106, 108, 111, 118, 120, 126, 133, 137, 138, 148, 155, 156, 160, 161, 162, 163, 168, 174, 175, 177, 179, 180, 181, 184, 188, 203, 204, 206, 208, 212, 216, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 304, 319, 328, 331, 332, 338, 346, 348, 376, 378, 379, 381, 398, 413, 417, 423, 425, 431, 436, 437, 440, 441, 445, 449, 452, 454], "zeros_lik": [6, 32, 92, 138, 332, 453], "zipf": 6}, "titles": ["Interplay with the Data Parallel Control Library", "C++ backend API Reference", "Data Parallel Extension for NumPy*", "Overview", "Quick Start Guide", "Binary Operations", "Comparison Table NumPy/ DPNP/ CuPy", "Array creation routines", "Data type routines", "Available array data types", "FFT Functions", "dpnp.abs", "dpnp.absolute", "dpnp.add", "dpnp.all", "dpnp.allclose", "dpnp.amax", "dpnp.amin", "dpnp.angle", "dpnp.any", "dpnp.arange", "dpnp.arccos", "dpnp.arccosh", "dpnp.arcsin", "dpnp.arcsinh", "dpnp.arctan", "dpnp.arctan2", "dpnp.arctanh", "dpnp.argmax", "dpnp.argmin", "dpnp.argsort", "dpnp.around", "dpnp.array", "dpnp.array_equal", "dpnp.asanyarray", "dpnp.asarray", "dpnp.ascontiguousarray", "dpnp.asfarray", "dpnp.asfortranarray", "dpnp.asnumpy", "dpnp.astype", "dpnp.atleast_1d", "dpnp.atleast_2d", "dpnp.atleast_3d", "dpnp.average", "dpnp.bincount", "dpnp.bitwise_and", "dpnp.bitwise_not", "dpnp.bitwise_or", "dpnp.bitwise_xor", "dpnp.broadcast_arrays", "dpnp.broadcast_to", "dpnp.can_cast", "dpnp.cbrt", "dpnp.ceil", "dpnp.choose", "dpnp.clip", "dpnp.column_stack", "dpnp.concatenate", "dpnp.conj", "dpnp.conjugate", "dpnp.convolve", "dpnp.copy", "dpnp.copysign", "dpnp.copyto", "dpnp.correlate", "dpnp.cos", "dpnp.cosh", "dpnp.count_nonzero", "dpnp.cov", "dpnp.cross", "dpnp.cumlogsumexp", "dpnp.cumprod", "dpnp.cumsum", "dpnp.deg2rad", "dpnp.degrees", "dpnp.diag", "dpnp.diag_indices", "dpnp.diag_indices_from", "dpnp.diagflat", "dpnp.diagonal", "dpnp.diff", "dpnp.digitize", "dpnp.divide", "dpnp.dot", "dpnp.dpnp_array.dpnp_array", "dpnp.dstack", "dpnp.dtype", "dpnp.ediff1d", "dpnp.einsum", "dpnp.einsum_path", "dpnp.empty", "dpnp.empty_like", "dpnp.equal", "dpnp.erf", "dpnp.exp", "dpnp.exp2", "dpnp.expand_dims", "dpnp.expm1", "dpnp.extract", "dpnp.eye", "dpnp.fabs", "dpnp.fft.fft", "dpnp.fft.fft2", "dpnp.fft.fftfreq", "dpnp.fft.fftn", "dpnp.fft.fftshift", "dpnp.fft.hfft", "dpnp.fft.ifft", "dpnp.fft.ifft2", "dpnp.fft.ifftn", "dpnp.fft.ifftshift", "dpnp.fft.ihfft", "dpnp.fft.irfft", "dpnp.fft.irfft2", "dpnp.fft.irfftn", "dpnp.fft.rfft", "dpnp.fft.rfft2", "dpnp.fft.rfftfreq", "dpnp.fft.rfftn", "dpnp.fill_diagonal", "dpnp.finfo", "dpnp.flatiter", "dpnp.flip", "dpnp.fliplr", "dpnp.flipud", "dpnp.floor", "dpnp.floor_divide", "dpnp.fmax", "dpnp.fmin", "dpnp.fmod", "dpnp.from_dlpack", "dpnp.frombuffer", "dpnp.fromfile", "dpnp.fromfunction", "dpnp.fromiter", "dpnp.fromstring", "dpnp.full", "dpnp.full_like", "dpnp.geomspace", "dpnp.get_include", "dpnp.gradient", "dpnp.greater", "dpnp.greater_equal", "dpnp.histogram", "dpnp.histogram_bin_edges", "dpnp.hstack", "dpnp.hypot", "dpnp.identity", "dpnp.iinfo", "dpnp.imag", "dpnp.indices", "dpnp.inner", "dpnp.invert", "dpnp.isclose", "dpnp.iscomplex", "dpnp.iscomplexobj", "dpnp.isfinite", "dpnp.isinf", "dpnp.isnan", "dpnp.isneginf", "dpnp.isposinf", "dpnp.isreal", "dpnp.isrealobj", "dpnp.isscalar", "dpnp.issubdtype", "dpnp.issubsctype", "dpnp.kron", "dpnp.left_shift", "dpnp.less", "dpnp.less_equal", "dpnp.linalg.cholesky", "dpnp.linalg.cond", "dpnp.linalg.det", "dpnp.linalg.eig", "dpnp.linalg.eigh", "dpnp.linalg.eigvals", "dpnp.linalg.eigvalsh", "dpnp.linalg.inv", "dpnp.linalg.lstsq", "dpnp.linalg.matrix_power", "dpnp.linalg.matrix_rank", "dpnp.linalg.multi_dot", "dpnp.linalg.norm", "dpnp.linalg.pinv", "dpnp.linalg.qr", "dpnp.linalg.slogdet", "dpnp.linalg.solve", "dpnp.linalg.svd", "dpnp.linalg.tensorinv", "dpnp.linalg.tensorsolve", "dpnp.linspace", "dpnp.loadtxt", "dpnp.log", "dpnp.log10", "dpnp.log1p", "dpnp.log2", "dpnp.logaddexp", "dpnp.logical_and", "dpnp.logical_not", "dpnp.logical_or", "dpnp.logical_xor", "dpnp.logspace", "dpnp.logsumexp", "dpnp.mask_indices", "dpnp.matmul", "dpnp.max", "dpnp.maximum", "dpnp.mean", "dpnp.median", "dpnp.meshgrid", "dpnp.mgrid", "dpnp.min", "dpnp.minimum", "dpnp.mod", "dpnp.modf", "dpnp.moveaxis", "dpnp.multiply", "dpnp.nanargmax", "dpnp.nanargmin", "dpnp.nancumprod", "dpnp.nancumsum", "dpnp.nanmax", "dpnp.nanmean", "dpnp.nanmin", "dpnp.nanprod", "dpnp.nanstd", "dpnp.nansum", "dpnp.nanvar", "dpnp.ndarray", "dpnp.ndarray.T", "dpnp.ndarray.__abs__", "dpnp.ndarray.__add__", "dpnp.ndarray.__and__", "dpnp.ndarray.__bool__", "dpnp.ndarray.__complex__", "dpnp.ndarray.__copy__", "dpnp.ndarray.__eq__", "dpnp.ndarray.__float__", "dpnp.ndarray.__floordiv__", "dpnp.ndarray.__ge__", "dpnp.ndarray.__getitem__", "dpnp.ndarray.__gt__", "dpnp.ndarray.__iadd__", "dpnp.ndarray.__iand__", "dpnp.ndarray.__ifloordiv__", "dpnp.ndarray.__ilshift__", "dpnp.ndarray.__imod__", "dpnp.ndarray.__imul__", "dpnp.ndarray.__int__", "dpnp.ndarray.__invert__", "dpnp.ndarray.__ior__", "dpnp.ndarray.__ipow__", "dpnp.ndarray.__irshift__", "dpnp.ndarray.__isub__", "dpnp.ndarray.__itruediv__", "dpnp.ndarray.__ixor__", "dpnp.ndarray.__le__", "dpnp.ndarray.__len__", "dpnp.ndarray.__lshift__", "dpnp.ndarray.__lt__", "dpnp.ndarray.__matmul__", "dpnp.ndarray.__mod__", "dpnp.ndarray.__mul__", "dpnp.ndarray.__ne__", "dpnp.ndarray.__neg__", "dpnp.ndarray.__new__", "dpnp.ndarray.__or__", "dpnp.ndarray.__pos__", "dpnp.ndarray.__pow__", "dpnp.ndarray.__repr__", "dpnp.ndarray.__rshift__", "dpnp.ndarray.__setitem__", "dpnp.ndarray.__str__", "dpnp.ndarray.__sub__", "dpnp.ndarray.__truediv__", "dpnp.ndarray.__xor__", "dpnp.ndarray.all", "dpnp.ndarray.any", "dpnp.ndarray.argmax", "dpnp.ndarray.argmin", "dpnp.ndarray.argsort", "dpnp.ndarray.astype", "dpnp.ndarray.choose", "dpnp.ndarray.clip", "dpnp.ndarray.conj", "dpnp.ndarray.conjugate", "dpnp.ndarray.copy", "dpnp.ndarray.cumprod", "dpnp.ndarray.cumsum", "dpnp.ndarray.diagonal", "dpnp.ndarray.dtype", "dpnp.ndarray.fill", "dpnp.ndarray.flags", "dpnp.ndarray.flat", "dpnp.ndarray.flatten", "dpnp.ndarray.imag", "dpnp.ndarray.item", "dpnp.ndarray.itemsize", "dpnp.ndarray.max", "dpnp.ndarray.mean", "dpnp.ndarray.min", "dpnp.ndarray.nbytes", "dpnp.ndarray.ndim", "dpnp.ndarray.nonzero", "dpnp.ndarray.partition", "dpnp.ndarray.prod", "dpnp.ndarray.put", "dpnp.ndarray.ravel", "dpnp.ndarray.real", "dpnp.ndarray.repeat", "dpnp.ndarray.reshape", "dpnp.ndarray.round", "dpnp.ndarray.searchsorted", "dpnp.ndarray.shape", "dpnp.ndarray.size", "dpnp.ndarray.sort", "dpnp.ndarray.squeeze", "dpnp.ndarray.std", "dpnp.ndarray.strides", "dpnp.ndarray.sum", "dpnp.ndarray.swapaxes", "dpnp.ndarray.take", "dpnp.ndarray.trace", "dpnp.ndarray.transpose", "dpnp.ndarray.var", "dpnp.negative", "dpnp.nextafter", "dpnp.nonzero", "dpnp.not_equal", "dpnp.ogrid", "dpnp.ones", "dpnp.ones_like", "dpnp.outer", "dpnp.partition", "dpnp.place", "dpnp.positive", "dpnp.power", "dpnp.prod", "dpnp.proj", "dpnp.ptp", "dpnp.put", "dpnp.put_along_axis", "dpnp.putmask", "dpnp.rad2deg", "dpnp.radians", "dpnp.random.RandomState", "dpnp.random.beta", "dpnp.random.binomial", "dpnp.random.bytes", "dpnp.random.chisquare", "dpnp.random.choice", "dpnp.random.dirichlet", "dpnp.random.exponential", "dpnp.random.f", "dpnp.random.gamma", "dpnp.random.geometric", "dpnp.random.gumbel", "dpnp.random.hypergeometric", "dpnp.random.laplace", "dpnp.random.logistic", "dpnp.random.lognormal", "dpnp.random.logseries", "dpnp.random.multinomial", "dpnp.random.multivariate_normal", "dpnp.random.negative_binomial", "dpnp.random.noncentral_chisquare", "dpnp.random.noncentral_f", "dpnp.random.normal", "dpnp.random.pareto", "dpnp.random.permutation", "dpnp.random.poisson", "dpnp.random.power", "dpnp.random.rand", "dpnp.random.randint", "dpnp.random.randn", "dpnp.random.random", "dpnp.random.random_integers", "dpnp.random.random_sample", "dpnp.random.ranf", "dpnp.random.rayleigh", "dpnp.random.sample", "dpnp.random.seed", "dpnp.random.shuffle", "dpnp.random.standard_cauchy", "dpnp.random.standard_exponential", "dpnp.random.standard_gamma", "dpnp.random.standard_normal", "dpnp.random.standard_t", "dpnp.random.triangular", "dpnp.random.uniform", "dpnp.random.vonmises", "dpnp.random.wald", "dpnp.random.weibull", "dpnp.random.zipf", "dpnp.ravel", "dpnp.real", "dpnp.reciprocal", "dpnp.reduce_hypot", "dpnp.remainder", "dpnp.repeat", "dpnp.reshape", "dpnp.result_type", "dpnp.right_shift", "dpnp.rint", "dpnp.roll", "dpnp.rollaxis", "dpnp.round", "dpnp.row_stack", "dpnp.rsqrt", "dpnp.searchsorted", "dpnp.select", "dpnp.shape", "dpnp.sign", "dpnp.signbit", "dpnp.sin", "dpnp.sinh", "dpnp.sort", "dpnp.sort_complex", "dpnp.sqrt", "dpnp.square", "dpnp.squeeze", "dpnp.stack", "dpnp.std", "dpnp.subtract", "dpnp.sum", "dpnp.swapaxes", "dpnp.take", "dpnp.take_along_axis", "dpnp.tan", "dpnp.tanh", "dpnp.tensordot", "dpnp.tile", "dpnp.trace", "dpnp.transpose", "dpnp.trapz", "dpnp.tri", "dpnp.tril", "dpnp.tril_indices", "dpnp.tril_indices_from", "dpnp.trim_zeros", "dpnp.triu", "dpnp.triu_indices", "dpnp.triu_indices_from", "dpnp.true_divide", "dpnp.trunc", "dpnp.unique", "dpnp.unwrap", "dpnp.vander", "dpnp.var", "dpnp.vdot", "dpnp.vstack", "dpnp.where", "dpnp.zeros", "dpnp.zeros_like", "API Reference", "Array Indexing Routines", "Linear Algebra", "Logic Functions", "Array Manipulation Routines", "Mathematical Functions", "Miscellaneous routines", "Multi-Dimensional Array (ndarray)", "Padding", "Polynomials", "Random Sampling (dpnp.random)", "Routines", "Sorting, Searching, and Counting", "Special Functions", "Statistical Functions", "Universal Functions (ufunc)"], "titleterms": {"The": 7, "__abs__": 231, "__add__": 232, "__and__": 233, "__bool__": 234, "__complex__": 235, "__copy__": 236, "__eq__": 237, "__float__": 238, "__floordiv__": 239, "__ge__": 240, "__getitem__": 241, "__gt__": 242, "__iadd__": 243, "__iand__": 244, "__ifloordiv__": 245, "__ilshift__": 246, "__imod__": 247, "__imul__": 248, "__int__": 249, "__invert__": 250, "__ior__": 251, "__ipow__": 252, "__irshift__": 253, "__isub__": 254, "__itruediv__": 255, "__ixor__": 256, "__le__": 257, "__len__": 258, "__lshift__": 259, "__lt__": 260, "__matmul__": 261, "__mod__": 262, "__mul__": 263, "__ne__": 264, "__neg__": 265, "__new__": 266, "__or__": 267, "__pos__": 268, "__pow__": 269, "__repr__": 270, "__rshift__": 271, "__setitem__": 272, "__str__": 273, "__sub__": 274, "__truediv__": 275, "__xor__": 276, "ab": 11, "absolut": 12, "ad": 459, "add": 13, "algebra": [6, 457], "all": [14, 277], "allclos": 15, "amax": 16, "amin": 17, "angl": 18, "ani": [19, 278], "api": [1, 455], "arang": 20, "arcco": 21, "arccosh": 22, "arcsin": 23, "arcsinh": 24, "arctan": 25, "arctan2": 26, "arctanh": 27, "argmax": [28, 279], "argmin": [29, 280], "argsort": [30, 281], "arithmet": [460, 462, 464], "around": 31, "arrai": [6, 7, 9, 32, 456, 458, 459, 462], "array_equ": 33, "asanyarrai": 34, "asarrai": 35, "ascontiguousarrai": 36, "asfarrai": 37, "asfortranarrai": 38, "asnumpi": 39, "astyp": [40, 282], "atleast_1d": 41, "atleast_2d": 42, "atleast_3d": 43, "attribut": 462, "avail": [9, 470], "averag": [44, 469], "backend": 1, "background": 10, "basic": [459, 464], "beta": 347, "binari": 5, "bincount": 45, "binomi": 348, "bit": [5, 470], "bitwise_and": 46, "bitwise_not": 47, "bitwise_or": 48, "bitwise_xor": 49, "broadcast_arrai": 50, "broadcast_to": 51, "build": [4, 7], "byte": 349, "c": 1, "calcul": 462, "can_cast": 52, "cbrt": 53, "ceil": 54, "chang": 459, "channel": 4, "chisquar": 350, "choic": 351, "choleski": 171, "choos": [55, 283], "class": 7, "clip": [56, 284], "co": 66, "column_stack": 57, "comparison": [6, 458, 462, 470], "complex": 460, "concaten": 58, "cond": 172, "conda": 4, "conj": [59, 285], "conjug": [60, 286], "construct": 462, "control": 0, "convers": 462, "convolv": 61, "copi": [62, 287], "copysign": 63, "copyto": 64, "correl": [65, 469], "cosh": 67, "count": 467, "count_nonzero": 68, "cov": 69, "creat": 8, "creation": 7, "cross": 70, "cumlogsumexp": 71, "cumprod": [72, 288], "cumsum": [73, 289], "cupi": 6, "data": [0, 2, 7, 8, 9, 456, 462, 465], "decomposit": 457, "deg2rad": 74, "degre": 75, "det": 173, "detail": 10, "develop": 2, "devic": 4, "diag": 76, "diag_indic": 77, "diag_indices_from": 78, "diagflat": 79, "diagon": [80, 290], "diff": 81, "differ": 460, "digit": 82, "dimens": [10, 459], "dimension": [6, 462], "dirichlet": 352, "discret": 6, "distribut": 465, "divid": 83, "dot": 84, "dpnp": [6, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 465], "dpnp_arrai": 85, "driver": 4, "dstack": 86, "dtype": [87, 291], "ediff1d": 88, "eig": 174, "eigenvalu": 457, "eigh": 175, "eigval": 176, "eigvalsh": 177, "einsum": 89, "einsum_path": 90, "element": [5, 459], "empti": 91, "empty_lik": 92, "equal": 93, "equat": 457, "erf": 94, "error": 468, "exampl": [0, 4], "exist": 7, "exp": 95, "exp2": 96, "expand_dim": 97, "expm1": 98, "expon": 460, "exponenti": 353, "extens": 2, "extract": 99, "extrema": 460, "ey": 100, "f": 354, "fab": 101, "fft": [10, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119], "fft2": 103, "fftfreq": 104, "fftn": 105, "fftshift": 106, "fill": 292, "fill_diagon": 120, "find": 460, "finfo": 121, "flag": 293, "flat": 294, "flatit": 122, "flatten": 295, "flip": 123, "fliplr": 124, "flipud": 125, "float": [460, 470], "floor": 126, "floor_divid": 127, "fmax": 128, "fmin": 129, "fmod": 130, "format": 5, "fourier": 6, "from": [4, 7], "from_dlpack": 131, "frombuff": 132, "fromfil": 133, "fromfunct": 134, "fromit": 135, "fromstr": 136, "full": 137, "full_lik": 138, "function": [10, 458, 460, 468, 469, 470], "gamma": 355, "gener": [456, 465], "geometr": 356, "geomspac": 139, "get_includ": 140, "gradient": 141, "greater": 142, "greater_equ": 143, "guid": 4, "gumbel": 357, "handl": 460, "helper": 10, "hermitian": 10, "hfft": 107, "higher": 10, "histogram": [144, 469], "histogram_bin_edg": 145, "hstack": 146, "hyperbol": 460, "hypergeometr": 358, "hypot": 147, "ident": 148, "ifft": 108, "ifft2": 109, "ifftn": 110, "ifftshift": 111, "ihfft": 112, "iinfo": 149, "imag": [150, 296], "implement": 10, "index": [456, 462], "indic": 151, "infin": 458, "inform": [2, 8, 10], "inner": 152, "insert": 456, "instal": 4, "intel": 4, "interplai": 0, "interpret": 4, "inv": 178, "invert": 153, "irfft": 113, "irfft2": 114, "irfftn": 115, "isclos": 154, "iscomplex": 155, "iscomplexobj": 156, "isfinit": 157, "isinf": 158, "isnan": 159, "isneginf": 160, "isposinf": 161, "isreal": 162, "isrealobj": 163, "isscalar": 164, "issubdtyp": 165, "issubsctyp": 166, "item": [297, 462], "items": 298, "iter": 456, "join": 459, "kind": 459, "kron": 167, "laplac": 359, "layout": 462, "left_shift": 168, "less": 169, "less_equ": 170, "level": 6, "librari": 0, "like": [456, 459], "linalg": [171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190], "linear": [6, 457], "linspac": 191, "loadtxt": 192, "log": 193, "log10": 194, "log1p": 195, "log2": 196, "logaddexp": 197, "logarithm": 460, "logic": 458, "logical_and": 198, "logical_not": 199, "logical_or": 200, "logical_xor": 201, "logist": 360, "lognorm": 361, "logseri": 362, "logspac": 202, "logsumexp": 203, "lstsq": 179, "manipul": [459, 462], "mask_indic": 204, "math": 470, "mathemat": 460, "matmul": 205, "matric": 7, "matrix": [7, 457, 462], "matrix_pow": 180, "matrix_rank": 181, "max": [206, 299], "maximum": 207, "mean": [208, 300], "median": 209, "memori": 462, "meshgrid": 210, "method": 462, "mgrid": 211, "min": [212, 301], "minimum": 213, "miscellan": [8, 460, 461], "mod": 214, "modf": 215, "modul": [6, 464], "moveaxi": 216, "multi": [6, 462], "multi_dot": 182, "multinomi": 363, "multipl": 462, "multipli": 217, "multivariate_norm": 364, "nan": 458, "nanargmax": 218, "nanargmin": 219, "nancumprod": 220, "nancumsum": 221, "nanmax": 222, "nanmean": 223, "nanmin": 224, "nanprod": 225, "nanstd": 226, "nansum": 227, "nanvar": 228, "nbyte": 302, "ndarrai": [229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 462], "ndim": 303, "neg": 326, "negative_binomi": 365, "nextaft": 327, "noncentral_chisquar": 366, "noncentral_f": 367, "nonzero": [304, 328], "norm": [183, 457], "normal": [10, 368], "not_equ": 329, "number": [457, 459, 460], "numer": 7, "numpi": [2, 6], "ogrid": 330, "ones": 331, "ones_lik": 332, "oper": [5, 456, 458, 459, 460, 462, 470], "order": 469, "other": [457, 460, 462], "outer": 333, "output": 5, "over": 456, "overview": 3, "pack": 5, "packag": [4, 464], "pad": 463, "parallel": [0, 2], "pareto": 369, "partit": [305, 334], "permut": [370, 465], "pinv": 184, "place": 335, "point": 460, "poisson": 371, "poly1d": 464, "polynomi": 464, "polyutil": 464, "posit": 336, "power": [337, 372], "prod": [306, 338], "product": [457, 460], "proj": 339, "promot": 10, "ptp": 340, "put": [307, 341], "put_along_axi": 342, "putmask": 343, "python": 4, "qr": 185, "quick": 4, "r": 4, "rad2deg": 344, "radian": 345, "rand": 373, "randint": 374, "randn": 375, "random": [6, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 465], "random_integ": 377, "random_sampl": 378, "randomst": 346, "ranf": 379, "rang": 7, "ration": 460, "ravel": [308, 395], "rayleigh": 380, "real": [10, 309, 396], "rearrang": 459, "reciproc": 397, "reduce_hypot": 398, "refer": [1, 455], "remaind": 399, "remov": 459, "repeat": [310, 400], "reshap": [311, 401], "result_typ": 402, "rfft": 116, "rfft2": 117, "rfftfreq": 118, "rfftn": 119, "right_shift": 403, "rint": 404, "roll": 405, "rollaxi": 406, "round": [312, 407, 460], "routin": [7, 8, 10, 456, 459, 460, 461, 466], "row_stack": 408, "rsqrt": 409, "sampl": [6, 381, 465], "scikit": 4, "search": 467, "searchsort": [313, 410], "seed": 382, "select": [411, 462], "shape": [7, 314, 412, 459, 462], "shuffl": 383, "sign": 413, "signbit": 414, "simpl": 465, "sin": 415, "sinh": 416, "size": 315, "slogdet": 186, "solv": [187, 457], "sort": [316, 417, 467], "sort_complex": 418, "special": [460, 462, 468], "split": 459, "sqrt": 419, "squar": 420, "squeez": [317, 421], "stack": 422, "standard": 10, "standard_cauchi": 384, "standard_exponenti": 385, "standard_gamma": 386, "standard_norm": 387, "standard_t": 388, "start": 4, "statist": 469, "std": [318, 423], "stride": 319, "subtract": 424, "sum": [320, 425, 460], "summari": 6, "svd": 188, "swapax": [321, 426], "t": 230, "tabl": 6, "take": [322, 427], "take_along_axi": 428, "tan": 429, "tanh": 430, "tensordot": 431, "tensorinv": 189, "tensorsolv": 190, "test": [4, 8, 458], "tile": [432, 459], "trace": [323, 433], "transform": [6, 10], "transpos": [324, 434, 459], "trapz": 435, "tri": 436, "triangular": 389, "trigonometr": [460, 470], "tril": 437, "tril_indic": 438, "tril_indices_from": 439, "trim_zero": 440, "triu": 441, "triu_indic": 442, "triu_indices_from": 443, "true_divid": 444, "trunc": 445, "truth": 458, "twiddl": 470, "type": [8, 9, 10, 458, 462], "ufunc": 470, "uniform": 390, "uniqu": 446, "univers": 470, "unwrap": 447, "util": 461, "valu": [7, 458], "vander": 448, "var": [325, 449], "varianc": 469, "vdot": 450, "vector": 457, "vonmis": 391, "vstack": 451, "wald": 392, "weibul": 393, "where": 452, "wise": 5, "zero": 453, "zeros_lik": 454, "zipf": 394}}) \ No newline at end of file +Search.setIndex({"alltitles": {"API Reference": [[455, null]], "Adding and removing elements": [[459, "adding-and-removing-elements"]], "Arithmetic": [[464, "arithmetic"]], "Arithmetic operations": [[460, "arithmetic-operations"]], "Arithmetic, matrix multiplication, and comparison operations": [[462, "arithmetic-matrix-multiplication-and-comparison-operations"]], "Array Indexing Routines": [[456, null]], "Array Manipulation Routines": [[459, null]], "Array attributes": [[462, "array-attributes"]], "Array conversion": [[462, "array-conversion"]], "Array creation routines": [[7, null]], "Array methods": [[462, "array-methods"]], "Array type testing": [[458, "array-type-testing"]], "Available array data types": [[9, null]], "Available ufuncs": [[470, "available-ufuncs"]], "Averages and variances": [[469, "averages-and-variances"]], "Background information": [[10, "background-information"]], "Basic operations": [[459, "basic-operations"]], "Basics": [[464, "basics"]], "Binary Operations": [[5, null]], "Bit packing": [[5, "bit-packing"]], "Bit-twiddling functions": [[470, "bit-twiddling-functions"]], "Build and Install Conda Package": [[4, "build-and-install-conda-package"]], "Build and Install with scikit-build": [[4, "build-and-install-with-scikit-build"]], "Building matrices": [[7, "building-matrices"]], "C++ backend API Reference": [[1, null]], "Calculation": [[462, "calculation"]], "Changing array shape": [[459, "changing-array-shape"]], "Changing kind of array": [[459, "changing-kind-of-array"]], "Changing number of dimensions": [[459, "changing-number-of-dimensions"]], "Comparison": [[458, "comparison"]], "Comparison Table NumPy/ DPNP/ CuPy": [[6, null]], "Comparison functions": [[470, "comparison-functions"]], "Constructing arrays": [[462, "constructing-arrays"]], "Correlations": [[469, "correlations"]], "Counting": [[467, "counting"]], "Creating data types": [[8, "creating-data-types"]], "Data Parallel Extension for NumPy*": [[2, null]], "Data type": [[462, "data-type"]], "Data type information": [[8, "data-type-information"]], "Data type routines": [[8, null]], "Data type testing": [[8, "data-type-testing"]], "Decompositions": [[457, "decompositions"]], "Development information": [[2, null]], "Device Drivers": [[4, "device-drivers"]], "Discrete Fourier Transform": [[6, "discrete-fourier-transform"]], "Distributions": [[465, "distributions"]], "Element-wise bit operations": [[5, "element-wise-bit-operations"]], "Error Function": [[468, "error-function"]], "Example": [[0, "example"]], "Examples": [[4, "examples"]], "Exponents and logarithms": [[460, "exponents-and-logarithms"]], "Extrema Finding": [[460, "extrema-finding"]], "FFT Functions": [[10, null]], "Floating functions": [[470, "floating-functions"]], "Floating point routines": [[460, "floating-point-routines"]], "From existing data": [[7, "from-existing-data"]], "From shape or value": [[7, "from-shape-or-value"]], "Generating index arrays": [[456, "generating-index-arrays"]], "Handling complex numbers": [[460, "handling-complex-numbers"]], "Helper routines": [[10, "helper-routines"]], "Hermitian FFTs": [[10, "hermitian-ffts"]], "Higher dimensions": [[10, "higher-dimensions"]], "Histograms": [[469, "histograms"]], "Hyperbolic functions": [[460, "hyperbolic-functions"]], "Implementation details": [[10, "implementation-details"]], "Indexing arrays": [[462, "indexing-arrays"]], "Indexing-like operations": [[456, "indexing-like-operations"]], "Infinities and NaNs": [[458, "infinities-and-nans"]], "Inserting data into arrays": [[456, "inserting-data-into-arrays"]], "Install Package from Intel(R) channel": [[4, "install-package-from-intel-r-channel"]], "Installation": [[4, "installation"]], "Interplay with the Data Parallel Control Library": [[0, null]], "Item selection and manipulation": [[462, "item-selection-and-manipulation"]], "Iterating over arrays": [[456, "iterating-over-arrays"]], "Joining arrays": [[459, "joining-arrays"]], "Linear Algebra": [[6, "linear-algebra"], [457, null]], "Logic Functions": [[458, null]], "Logic operations": [[458, "logic-operations"]], "Math operations": [[470, "math-operations"]], "Mathematical Functions": [[460, null]], "Matrix and vector products": [[457, "matrix-and-vector-products"]], "Matrix eigenvalues": [[457, "matrix-eigenvalues"]], "Memory layout": [[462, "memory-layout"]], "Miscellaneous": [[8, "miscellaneous"], [460, "miscellaneous"]], "Miscellaneous routines": [[461, null]], "Module-Level": [[6, "module-level"]], "Multi-Dimensional Array": [[6, "multi-dimensional-array"]], "Multi-Dimensional Array (ndarray)": [[462, null]], "Normalization": [[10, "normalization"]], "Norms and other numbers": [[457, "norms-and-other-numbers"]], "Numerical ranges": [[7, "numerical-ranges"]], "Order statistics": [[469, "order-statistics"]], "Other attributes": [[462, "other-attributes"]], "Other special functions": [[460, "other-special-functions"]], "Output formatting": [[5, "output-formatting"]], "Overview": [[3, null]], "Padding": [[463, null]], "Permutations": [[465, "permutations"]], "Poly1d": [[464, "poly1d"]], "Polynomial Module": [[464, "polynomial-module"]], "Polynomial Package": [[464, "polynomial-package"]], "Polynomials": [[464, null]], "Polyutils": [[464, "polyutils"]], "Python Interpreter": [[4, "python-interpreter"]], "Quick Start Guide": [[4, null]], "Random Sampling": [[6, "random-sampling"]], "Random Sampling (dpnp.random)": [[465, null]], "Random generator": [[465, "random-generator"]], "Rational routines": [[460, "rational-routines"]], "Real FFTs": [[10, "real-ffts"]], "Real and Hermitian transforms": [[10, "real-and-hermitian-transforms"]], "Rearranging elements": [[459, "rearranging-elements"]], "Rounding": [[460, "rounding"]], "Routines": [[466, null]], "Searching": [[467, "searching"]], "Shape manipulation": [[462, "shape-manipulation"]], "Simple random data": [[465, "simple-random-data"]], "Solving linear equations": [[457, "solving-linear-equations"]], "Sorting": [[467, "sorting"]], "Sorting, Searching, and Counting": [[467, null]], "Special Functions": [[468, null]], "Special methods": [[462, "special-methods"]], "Splitting arrays": [[459, "splitting-arrays"]], "Standard FFTs": [[10, "standard-ffts"]], "Statistical Functions": [[469, null]], "Summary": [[6, "summary"]], "Sums, products, differences": [[460, "sums-products-differences"]], "Testing": [[4, "testing"]], "The Matrix class": [[7, "the-matrix-class"]], "Tiling arrays": [[459, "tiling-arrays"]], "Transpose-like operations": [[459, "transpose-like-operations"]], "Trigonometric functions": [[460, "trigonometric-functions"], [470, "trigonometric-functions"]], "Truth value testing": [[458, "truth-value-testing"]], "Type Promotion": [[10, "type-promotion"]], "Universal Functions (ufunc)": [[470, null]], "Utility": [[461, "utility"]], "dpnp.abs": [[11, null]], "dpnp.absolute": [[12, null]], "dpnp.add": [[13, null]], "dpnp.all": [[14, null]], "dpnp.allclose": [[15, null]], "dpnp.amax": [[16, null]], "dpnp.amin": [[17, null]], "dpnp.angle": [[18, null]], "dpnp.any": [[19, null]], "dpnp.arange": [[20, null]], "dpnp.arccos": [[21, null]], "dpnp.arccosh": [[22, null]], "dpnp.arcsin": [[23, null]], "dpnp.arcsinh": [[24, null]], "dpnp.arctan": [[25, null]], "dpnp.arctan2": [[26, null]], "dpnp.arctanh": [[27, null]], "dpnp.argmax": [[28, null]], "dpnp.argmin": [[29, null]], "dpnp.argsort": [[30, null]], "dpnp.around": [[31, null]], "dpnp.array": [[32, null]], "dpnp.array_equal": [[33, null]], "dpnp.asanyarray": [[34, null]], "dpnp.asarray": [[35, null]], "dpnp.ascontiguousarray": [[36, null]], "dpnp.asfarray": [[37, null]], "dpnp.asfortranarray": [[38, null]], "dpnp.asnumpy": [[39, null]], "dpnp.astype": [[40, null]], "dpnp.atleast_1d": [[41, null]], "dpnp.atleast_2d": [[42, null]], "dpnp.atleast_3d": [[43, null]], "dpnp.average": [[44, null]], "dpnp.bincount": [[45, null]], "dpnp.bitwise_and": [[46, null]], "dpnp.bitwise_not": [[47, null]], "dpnp.bitwise_or": [[48, null]], "dpnp.bitwise_xor": [[49, null]], "dpnp.broadcast_arrays": [[50, null]], "dpnp.broadcast_to": [[51, null]], "dpnp.can_cast": [[52, null]], "dpnp.cbrt": [[53, null]], "dpnp.ceil": [[54, null]], "dpnp.choose": [[55, null]], "dpnp.clip": [[56, null]], "dpnp.column_stack": [[57, null]], "dpnp.concatenate": [[58, null]], "dpnp.conj": [[59, null]], "dpnp.conjugate": [[60, null]], "dpnp.convolve": [[61, null]], "dpnp.copy": [[62, null]], "dpnp.copysign": [[63, null]], "dpnp.copyto": [[64, null]], "dpnp.correlate": [[65, null]], "dpnp.cos": [[66, null]], "dpnp.cosh": [[67, null]], "dpnp.count_nonzero": [[68, null]], "dpnp.cov": [[69, null]], "dpnp.cross": [[70, null]], "dpnp.cumlogsumexp": [[71, null]], "dpnp.cumprod": [[72, null]], "dpnp.cumsum": [[73, null]], "dpnp.deg2rad": [[74, null]], "dpnp.degrees": [[75, null]], "dpnp.diag": [[76, null]], "dpnp.diag_indices": [[77, null]], "dpnp.diag_indices_from": [[78, null]], "dpnp.diagflat": [[79, null]], "dpnp.diagonal": [[80, null]], "dpnp.diff": [[81, null]], "dpnp.digitize": [[82, null]], "dpnp.divide": [[83, null]], "dpnp.dot": [[84, null]], "dpnp.dpnp_array.dpnp_array": [[85, null]], "dpnp.dstack": [[86, null]], "dpnp.dtype": [[87, null]], "dpnp.ediff1d": [[88, null]], "dpnp.einsum": [[89, null]], "dpnp.einsum_path": [[90, null]], "dpnp.empty": [[91, null]], "dpnp.empty_like": [[92, null]], "dpnp.equal": [[93, null]], "dpnp.erf": [[94, null]], "dpnp.exp": [[95, null]], "dpnp.exp2": [[96, null]], "dpnp.expand_dims": [[97, null]], "dpnp.expm1": [[98, null]], "dpnp.extract": [[99, null]], "dpnp.eye": [[100, null]], "dpnp.fabs": [[101, null]], "dpnp.fft.fft": [[102, null]], "dpnp.fft.fft2": [[103, null]], "dpnp.fft.fftfreq": [[104, null]], "dpnp.fft.fftn": [[105, null]], "dpnp.fft.fftshift": [[106, null]], "dpnp.fft.hfft": [[107, null]], "dpnp.fft.ifft": [[108, null]], "dpnp.fft.ifft2": [[109, null]], "dpnp.fft.ifftn": [[110, null]], "dpnp.fft.ifftshift": [[111, null]], "dpnp.fft.ihfft": [[112, null]], "dpnp.fft.irfft": [[113, null]], "dpnp.fft.irfft2": [[114, null]], "dpnp.fft.irfftn": [[115, null]], "dpnp.fft.rfft": [[116, null]], "dpnp.fft.rfft2": [[117, null]], "dpnp.fft.rfftfreq": [[118, null]], "dpnp.fft.rfftn": [[119, null]], "dpnp.fill_diagonal": [[120, null]], "dpnp.finfo": [[121, null]], "dpnp.flatiter": [[122, null]], "dpnp.flip": [[123, null]], "dpnp.fliplr": [[124, null]], "dpnp.flipud": [[125, null]], "dpnp.floor": [[126, null]], "dpnp.floor_divide": [[127, null]], "dpnp.fmax": [[128, null]], "dpnp.fmin": [[129, null]], "dpnp.fmod": [[130, null]], "dpnp.from_dlpack": [[131, null]], "dpnp.frombuffer": [[132, null]], "dpnp.fromfile": [[133, null]], "dpnp.fromfunction": [[134, null]], "dpnp.fromiter": [[135, null]], "dpnp.fromstring": [[136, null]], "dpnp.full": [[137, null]], "dpnp.full_like": [[138, null]], "dpnp.geomspace": [[139, null]], "dpnp.get_include": [[140, null]], "dpnp.gradient": [[141, null]], "dpnp.greater": [[142, null]], "dpnp.greater_equal": [[143, null]], "dpnp.histogram": [[144, null]], "dpnp.histogram_bin_edges": [[145, null]], "dpnp.hstack": [[146, null]], "dpnp.hypot": [[147, null]], "dpnp.identity": [[148, null]], "dpnp.iinfo": [[149, null]], "dpnp.imag": [[150, null]], "dpnp.indices": [[151, null]], "dpnp.inner": [[152, null]], "dpnp.invert": [[153, null]], "dpnp.isclose": [[154, null]], "dpnp.iscomplex": [[155, null]], "dpnp.iscomplexobj": [[156, null]], "dpnp.isfinite": [[157, null]], "dpnp.isinf": [[158, null]], "dpnp.isnan": [[159, null]], "dpnp.isneginf": [[160, null]], "dpnp.isposinf": [[161, null]], "dpnp.isreal": [[162, null]], "dpnp.isrealobj": [[163, null]], "dpnp.isscalar": [[164, null]], "dpnp.issubdtype": [[165, null]], "dpnp.issubsctype": [[166, null]], "dpnp.kron": [[167, null]], "dpnp.left_shift": [[168, null]], "dpnp.less": [[169, null]], "dpnp.less_equal": [[170, null]], "dpnp.linalg.cholesky": [[171, null]], "dpnp.linalg.cond": [[172, null]], "dpnp.linalg.det": [[173, null]], "dpnp.linalg.eig": [[174, null]], "dpnp.linalg.eigh": [[175, null]], "dpnp.linalg.eigvals": [[176, null]], "dpnp.linalg.eigvalsh": [[177, null]], "dpnp.linalg.inv": [[178, null]], "dpnp.linalg.lstsq": [[179, null]], "dpnp.linalg.matrix_power": [[180, null]], "dpnp.linalg.matrix_rank": [[181, null]], "dpnp.linalg.multi_dot": [[182, null]], "dpnp.linalg.norm": [[183, null]], "dpnp.linalg.pinv": [[184, null]], "dpnp.linalg.qr": [[185, null]], "dpnp.linalg.slogdet": [[186, null]], "dpnp.linalg.solve": [[187, null]], "dpnp.linalg.svd": [[188, null]], "dpnp.linalg.tensorinv": [[189, null]], "dpnp.linalg.tensorsolve": [[190, null]], "dpnp.linspace": [[191, null]], "dpnp.loadtxt": [[192, null]], "dpnp.log": [[193, null]], "dpnp.log10": [[194, null]], "dpnp.log1p": [[195, null]], "dpnp.log2": [[196, null]], "dpnp.logaddexp": [[197, null]], "dpnp.logical_and": [[198, null]], "dpnp.logical_not": [[199, null]], "dpnp.logical_or": [[200, null]], "dpnp.logical_xor": [[201, null]], "dpnp.logspace": [[202, null]], "dpnp.logsumexp": [[203, null]], "dpnp.mask_indices": [[204, null]], "dpnp.matmul": [[205, null]], "dpnp.max": [[206, null]], "dpnp.maximum": [[207, null]], "dpnp.mean": [[208, null]], "dpnp.median": [[209, null]], "dpnp.meshgrid": [[210, null]], "dpnp.mgrid": [[211, null]], "dpnp.min": [[212, null]], "dpnp.minimum": [[213, null]], "dpnp.mod": [[214, null]], "dpnp.modf": [[215, null]], "dpnp.moveaxis": [[216, null]], "dpnp.multiply": [[217, null]], "dpnp.nanargmax": [[218, null]], "dpnp.nanargmin": [[219, null]], "dpnp.nancumprod": [[220, null]], "dpnp.nancumsum": [[221, null]], "dpnp.nanmax": [[222, null]], "dpnp.nanmean": [[223, null]], "dpnp.nanmin": [[224, null]], "dpnp.nanprod": [[225, null]], "dpnp.nanstd": [[226, null]], "dpnp.nansum": [[227, null]], "dpnp.nanvar": [[228, null]], "dpnp.ndarray": [[229, null]], "dpnp.ndarray.T": [[230, null]], "dpnp.ndarray.__abs__": [[231, null]], "dpnp.ndarray.__add__": [[232, null]], "dpnp.ndarray.__and__": [[233, null]], "dpnp.ndarray.__bool__": [[234, null]], "dpnp.ndarray.__complex__": [[235, null]], "dpnp.ndarray.__copy__": [[236, null]], "dpnp.ndarray.__eq__": [[237, null]], "dpnp.ndarray.__float__": [[238, null]], "dpnp.ndarray.__floordiv__": [[239, null]], "dpnp.ndarray.__ge__": [[240, null]], "dpnp.ndarray.__getitem__": [[241, null]], "dpnp.ndarray.__gt__": [[242, null]], "dpnp.ndarray.__iadd__": [[243, null]], "dpnp.ndarray.__iand__": [[244, null]], "dpnp.ndarray.__ifloordiv__": [[245, null]], "dpnp.ndarray.__ilshift__": [[246, null]], "dpnp.ndarray.__imod__": [[247, null]], "dpnp.ndarray.__imul__": [[248, null]], "dpnp.ndarray.__int__": [[249, null]], "dpnp.ndarray.__invert__": [[250, null]], "dpnp.ndarray.__ior__": [[251, null]], "dpnp.ndarray.__ipow__": [[252, null]], "dpnp.ndarray.__irshift__": [[253, null]], "dpnp.ndarray.__isub__": [[254, null]], "dpnp.ndarray.__itruediv__": [[255, null]], "dpnp.ndarray.__ixor__": [[256, null]], "dpnp.ndarray.__le__": [[257, null]], "dpnp.ndarray.__len__": [[258, null]], "dpnp.ndarray.__lshift__": [[259, null]], "dpnp.ndarray.__lt__": [[260, null]], "dpnp.ndarray.__matmul__": [[261, null]], "dpnp.ndarray.__mod__": [[262, null]], "dpnp.ndarray.__mul__": [[263, null]], "dpnp.ndarray.__ne__": [[264, null]], "dpnp.ndarray.__neg__": [[265, null]], "dpnp.ndarray.__new__": [[266, null]], "dpnp.ndarray.__or__": [[267, null]], "dpnp.ndarray.__pos__": [[268, null]], "dpnp.ndarray.__pow__": [[269, null]], "dpnp.ndarray.__repr__": [[270, null]], "dpnp.ndarray.__rshift__": [[271, null]], "dpnp.ndarray.__setitem__": [[272, null]], "dpnp.ndarray.__str__": [[273, null]], "dpnp.ndarray.__sub__": [[274, null]], "dpnp.ndarray.__truediv__": [[275, null]], "dpnp.ndarray.__xor__": [[276, null]], "dpnp.ndarray.all": [[277, null]], "dpnp.ndarray.any": [[278, null]], "dpnp.ndarray.argmax": [[279, null]], "dpnp.ndarray.argmin": [[280, null]], "dpnp.ndarray.argsort": [[281, null]], "dpnp.ndarray.astype": [[282, null]], "dpnp.ndarray.choose": [[283, null]], "dpnp.ndarray.clip": [[284, null]], "dpnp.ndarray.conj": [[285, null]], "dpnp.ndarray.conjugate": [[286, null]], "dpnp.ndarray.copy": [[287, null]], "dpnp.ndarray.cumprod": [[288, null]], "dpnp.ndarray.cumsum": [[289, null]], "dpnp.ndarray.diagonal": [[290, null]], "dpnp.ndarray.dtype": [[291, null]], "dpnp.ndarray.fill": [[292, null]], "dpnp.ndarray.flags": [[293, null]], "dpnp.ndarray.flat": [[294, null]], "dpnp.ndarray.flatten": [[295, null]], "dpnp.ndarray.imag": [[296, null]], "dpnp.ndarray.item": [[297, null]], "dpnp.ndarray.itemsize": [[298, null]], "dpnp.ndarray.max": [[299, null]], "dpnp.ndarray.mean": [[300, null]], "dpnp.ndarray.min": [[301, null]], "dpnp.ndarray.nbytes": [[302, null]], "dpnp.ndarray.ndim": [[303, null]], "dpnp.ndarray.nonzero": [[304, null]], "dpnp.ndarray.partition": [[305, null]], "dpnp.ndarray.prod": [[306, null]], "dpnp.ndarray.put": [[307, null]], "dpnp.ndarray.ravel": [[308, null]], "dpnp.ndarray.real": [[309, null]], "dpnp.ndarray.repeat": [[310, null]], "dpnp.ndarray.reshape": [[311, null]], "dpnp.ndarray.round": [[312, null]], "dpnp.ndarray.searchsorted": [[313, null]], "dpnp.ndarray.shape": [[314, null]], "dpnp.ndarray.size": [[315, null]], "dpnp.ndarray.sort": [[316, null]], "dpnp.ndarray.squeeze": [[317, null]], "dpnp.ndarray.std": [[318, null]], "dpnp.ndarray.strides": [[319, null]], "dpnp.ndarray.sum": [[320, null]], "dpnp.ndarray.swapaxes": [[321, null]], "dpnp.ndarray.take": [[322, null]], "dpnp.ndarray.trace": [[323, null]], "dpnp.ndarray.transpose": [[324, null]], "dpnp.ndarray.var": [[325, null]], "dpnp.negative": [[326, null]], "dpnp.nextafter": [[327, null]], "dpnp.nonzero": [[328, null]], "dpnp.not_equal": [[329, null]], "dpnp.ogrid": [[330, null]], "dpnp.ones": [[331, null]], "dpnp.ones_like": [[332, null]], "dpnp.outer": [[333, null]], "dpnp.partition": [[334, null]], "dpnp.place": [[335, null]], "dpnp.positive": [[336, null]], "dpnp.power": [[337, null]], "dpnp.prod": [[338, null]], "dpnp.proj": [[339, null]], "dpnp.ptp": [[340, null]], "dpnp.put": [[341, null]], "dpnp.put_along_axis": [[342, null]], "dpnp.putmask": [[343, null]], "dpnp.rad2deg": [[344, null]], "dpnp.radians": [[345, null]], "dpnp.random.RandomState": [[346, null]], "dpnp.random.beta": [[347, null]], "dpnp.random.binomial": [[348, null]], "dpnp.random.bytes": [[349, null]], "dpnp.random.chisquare": [[350, null]], "dpnp.random.choice": [[351, null]], "dpnp.random.dirichlet": [[352, null]], "dpnp.random.exponential": [[353, null]], "dpnp.random.f": [[354, null]], "dpnp.random.gamma": [[355, null]], "dpnp.random.geometric": [[356, null]], "dpnp.random.gumbel": [[357, null]], "dpnp.random.hypergeometric": [[358, null]], "dpnp.random.laplace": [[359, null]], "dpnp.random.logistic": [[360, null]], "dpnp.random.lognormal": [[361, null]], "dpnp.random.logseries": [[362, null]], "dpnp.random.multinomial": [[363, null]], "dpnp.random.multivariate_normal": [[364, null]], "dpnp.random.negative_binomial": [[365, null]], "dpnp.random.noncentral_chisquare": [[366, null]], "dpnp.random.noncentral_f": [[367, null]], "dpnp.random.normal": [[368, null]], "dpnp.random.pareto": [[369, null]], "dpnp.random.permutation": [[370, null]], "dpnp.random.poisson": [[371, null]], "dpnp.random.power": [[372, null]], "dpnp.random.rand": [[373, null]], "dpnp.random.randint": [[374, null]], "dpnp.random.randn": [[375, null]], "dpnp.random.random": [[376, null]], "dpnp.random.random_integers": [[377, null]], "dpnp.random.random_sample": [[378, null]], "dpnp.random.ranf": [[379, null]], "dpnp.random.rayleigh": [[380, null]], "dpnp.random.sample": [[381, null]], "dpnp.random.seed": [[382, null]], "dpnp.random.shuffle": [[383, null]], "dpnp.random.standard_cauchy": [[384, null]], "dpnp.random.standard_exponential": [[385, null]], "dpnp.random.standard_gamma": [[386, null]], "dpnp.random.standard_normal": [[387, null]], "dpnp.random.standard_t": [[388, null]], "dpnp.random.triangular": [[389, null]], "dpnp.random.uniform": [[390, null]], "dpnp.random.vonmises": [[391, null]], "dpnp.random.wald": [[392, null]], "dpnp.random.weibull": [[393, null]], "dpnp.random.zipf": [[394, null]], "dpnp.ravel": [[395, null]], "dpnp.real": [[396, null]], "dpnp.reciprocal": [[397, null]], "dpnp.reduce_hypot": [[398, null]], "dpnp.remainder": [[399, null]], "dpnp.repeat": [[400, null]], "dpnp.reshape": [[401, null]], "dpnp.result_type": [[402, null]], "dpnp.right_shift": [[403, null]], "dpnp.rint": [[404, null]], "dpnp.roll": [[405, null]], "dpnp.rollaxis": [[406, null]], "dpnp.round": [[407, null]], "dpnp.row_stack": [[408, null]], "dpnp.rsqrt": [[409, null]], "dpnp.searchsorted": [[410, null]], "dpnp.select": [[411, null]], "dpnp.shape": [[412, null]], "dpnp.sign": [[413, null]], "dpnp.signbit": [[414, null]], "dpnp.sin": [[415, null]], "dpnp.sinh": [[416, null]], "dpnp.sort": [[417, null]], "dpnp.sort_complex": [[418, null]], "dpnp.sqrt": [[419, null]], "dpnp.square": [[420, null]], "dpnp.squeeze": [[421, null]], "dpnp.stack": [[422, null]], "dpnp.std": [[423, null]], "dpnp.subtract": [[424, null]], "dpnp.sum": [[425, null]], "dpnp.swapaxes": [[426, null]], "dpnp.take": [[427, null]], "dpnp.take_along_axis": [[428, null]], "dpnp.tan": [[429, null]], "dpnp.tanh": [[430, null]], "dpnp.tensordot": [[431, null]], "dpnp.tile": [[432, null]], "dpnp.trace": [[433, null]], "dpnp.transpose": [[434, null]], "dpnp.trapz": [[435, null]], "dpnp.tri": [[436, null]], "dpnp.tril": [[437, null]], "dpnp.tril_indices": [[438, null]], "dpnp.tril_indices_from": [[439, null]], "dpnp.trim_zeros": [[440, null]], "dpnp.triu": [[441, null]], "dpnp.triu_indices": [[442, null]], "dpnp.triu_indices_from": [[443, null]], "dpnp.true_divide": [[444, null]], "dpnp.trunc": [[445, null]], "dpnp.unique": [[446, null]], "dpnp.unwrap": [[447, null]], "dpnp.vander": [[448, null]], "dpnp.var": [[449, null]], "dpnp.vdot": [[450, null]], "dpnp.vstack": [[451, null]], "dpnp.where": [[452, null]], "dpnp.zeros": [[453, null]], "dpnp.zeros_like": [[454, null]]}, "docnames": ["dpctl", "dpnp_backend_api", "index", "overview", "quick_start_guide", "reference/binary", "reference/comparison", "reference/creation", "reference/dtype", "reference/dtypes_table", "reference/fft", "reference/generated/dpnp.abs", "reference/generated/dpnp.absolute", "reference/generated/dpnp.add", "reference/generated/dpnp.all", "reference/generated/dpnp.allclose", "reference/generated/dpnp.amax", "reference/generated/dpnp.amin", "reference/generated/dpnp.angle", "reference/generated/dpnp.any", "reference/generated/dpnp.arange", "reference/generated/dpnp.arccos", "reference/generated/dpnp.arccosh", "reference/generated/dpnp.arcsin", "reference/generated/dpnp.arcsinh", "reference/generated/dpnp.arctan", "reference/generated/dpnp.arctan2", "reference/generated/dpnp.arctanh", "reference/generated/dpnp.argmax", "reference/generated/dpnp.argmin", "reference/generated/dpnp.argsort", "reference/generated/dpnp.around", "reference/generated/dpnp.array", "reference/generated/dpnp.array_equal", "reference/generated/dpnp.asanyarray", "reference/generated/dpnp.asarray", "reference/generated/dpnp.ascontiguousarray", "reference/generated/dpnp.asfarray", "reference/generated/dpnp.asfortranarray", "reference/generated/dpnp.asnumpy", "reference/generated/dpnp.astype", "reference/generated/dpnp.atleast_1d", "reference/generated/dpnp.atleast_2d", "reference/generated/dpnp.atleast_3d", "reference/generated/dpnp.average", "reference/generated/dpnp.bincount", "reference/generated/dpnp.bitwise_and", "reference/generated/dpnp.bitwise_not", "reference/generated/dpnp.bitwise_or", "reference/generated/dpnp.bitwise_xor", "reference/generated/dpnp.broadcast_arrays", "reference/generated/dpnp.broadcast_to", "reference/generated/dpnp.can_cast", "reference/generated/dpnp.cbrt", "reference/generated/dpnp.ceil", "reference/generated/dpnp.choose", "reference/generated/dpnp.clip", "reference/generated/dpnp.column_stack", "reference/generated/dpnp.concatenate", "reference/generated/dpnp.conj", "reference/generated/dpnp.conjugate", "reference/generated/dpnp.convolve", "reference/generated/dpnp.copy", "reference/generated/dpnp.copysign", "reference/generated/dpnp.copyto", "reference/generated/dpnp.correlate", "reference/generated/dpnp.cos", "reference/generated/dpnp.cosh", "reference/generated/dpnp.count_nonzero", "reference/generated/dpnp.cov", "reference/generated/dpnp.cross", "reference/generated/dpnp.cumlogsumexp", "reference/generated/dpnp.cumprod", "reference/generated/dpnp.cumsum", "reference/generated/dpnp.deg2rad", "reference/generated/dpnp.degrees", "reference/generated/dpnp.diag", "reference/generated/dpnp.diag_indices", "reference/generated/dpnp.diag_indices_from", "reference/generated/dpnp.diagflat", "reference/generated/dpnp.diagonal", "reference/generated/dpnp.diff", "reference/generated/dpnp.digitize", "reference/generated/dpnp.divide", "reference/generated/dpnp.dot", "reference/generated/dpnp.dpnp_array.dpnp_array", "reference/generated/dpnp.dstack", "reference/generated/dpnp.dtype", "reference/generated/dpnp.ediff1d", "reference/generated/dpnp.einsum", "reference/generated/dpnp.einsum_path", "reference/generated/dpnp.empty", "reference/generated/dpnp.empty_like", "reference/generated/dpnp.equal", "reference/generated/dpnp.erf", "reference/generated/dpnp.exp", "reference/generated/dpnp.exp2", "reference/generated/dpnp.expand_dims", "reference/generated/dpnp.expm1", "reference/generated/dpnp.extract", "reference/generated/dpnp.eye", "reference/generated/dpnp.fabs", "reference/generated/dpnp.fft.fft", "reference/generated/dpnp.fft.fft2", "reference/generated/dpnp.fft.fftfreq", "reference/generated/dpnp.fft.fftn", "reference/generated/dpnp.fft.fftshift", "reference/generated/dpnp.fft.hfft", "reference/generated/dpnp.fft.ifft", "reference/generated/dpnp.fft.ifft2", "reference/generated/dpnp.fft.ifftn", "reference/generated/dpnp.fft.ifftshift", "reference/generated/dpnp.fft.ihfft", "reference/generated/dpnp.fft.irfft", "reference/generated/dpnp.fft.irfft2", "reference/generated/dpnp.fft.irfftn", "reference/generated/dpnp.fft.rfft", "reference/generated/dpnp.fft.rfft2", "reference/generated/dpnp.fft.rfftfreq", "reference/generated/dpnp.fft.rfftn", "reference/generated/dpnp.fill_diagonal", "reference/generated/dpnp.finfo", "reference/generated/dpnp.flatiter", "reference/generated/dpnp.flip", "reference/generated/dpnp.fliplr", "reference/generated/dpnp.flipud", "reference/generated/dpnp.floor", "reference/generated/dpnp.floor_divide", "reference/generated/dpnp.fmax", "reference/generated/dpnp.fmin", "reference/generated/dpnp.fmod", "reference/generated/dpnp.from_dlpack", "reference/generated/dpnp.frombuffer", "reference/generated/dpnp.fromfile", "reference/generated/dpnp.fromfunction", "reference/generated/dpnp.fromiter", "reference/generated/dpnp.fromstring", "reference/generated/dpnp.full", "reference/generated/dpnp.full_like", "reference/generated/dpnp.geomspace", "reference/generated/dpnp.get_include", "reference/generated/dpnp.gradient", "reference/generated/dpnp.greater", "reference/generated/dpnp.greater_equal", "reference/generated/dpnp.histogram", "reference/generated/dpnp.histogram_bin_edges", "reference/generated/dpnp.hstack", "reference/generated/dpnp.hypot", "reference/generated/dpnp.identity", "reference/generated/dpnp.iinfo", "reference/generated/dpnp.imag", "reference/generated/dpnp.indices", "reference/generated/dpnp.inner", "reference/generated/dpnp.invert", "reference/generated/dpnp.isclose", "reference/generated/dpnp.iscomplex", "reference/generated/dpnp.iscomplexobj", "reference/generated/dpnp.isfinite", "reference/generated/dpnp.isinf", "reference/generated/dpnp.isnan", "reference/generated/dpnp.isneginf", "reference/generated/dpnp.isposinf", "reference/generated/dpnp.isreal", "reference/generated/dpnp.isrealobj", "reference/generated/dpnp.isscalar", "reference/generated/dpnp.issubdtype", "reference/generated/dpnp.issubsctype", "reference/generated/dpnp.kron", "reference/generated/dpnp.left_shift", "reference/generated/dpnp.less", "reference/generated/dpnp.less_equal", "reference/generated/dpnp.linalg.cholesky", "reference/generated/dpnp.linalg.cond", "reference/generated/dpnp.linalg.det", "reference/generated/dpnp.linalg.eig", "reference/generated/dpnp.linalg.eigh", "reference/generated/dpnp.linalg.eigvals", "reference/generated/dpnp.linalg.eigvalsh", "reference/generated/dpnp.linalg.inv", "reference/generated/dpnp.linalg.lstsq", "reference/generated/dpnp.linalg.matrix_power", "reference/generated/dpnp.linalg.matrix_rank", "reference/generated/dpnp.linalg.multi_dot", "reference/generated/dpnp.linalg.norm", "reference/generated/dpnp.linalg.pinv", "reference/generated/dpnp.linalg.qr", "reference/generated/dpnp.linalg.slogdet", "reference/generated/dpnp.linalg.solve", "reference/generated/dpnp.linalg.svd", "reference/generated/dpnp.linalg.tensorinv", "reference/generated/dpnp.linalg.tensorsolve", "reference/generated/dpnp.linspace", "reference/generated/dpnp.loadtxt", "reference/generated/dpnp.log", "reference/generated/dpnp.log10", "reference/generated/dpnp.log1p", "reference/generated/dpnp.log2", "reference/generated/dpnp.logaddexp", "reference/generated/dpnp.logical_and", "reference/generated/dpnp.logical_not", "reference/generated/dpnp.logical_or", "reference/generated/dpnp.logical_xor", "reference/generated/dpnp.logspace", "reference/generated/dpnp.logsumexp", "reference/generated/dpnp.mask_indices", "reference/generated/dpnp.matmul", "reference/generated/dpnp.max", "reference/generated/dpnp.maximum", "reference/generated/dpnp.mean", "reference/generated/dpnp.median", "reference/generated/dpnp.meshgrid", "reference/generated/dpnp.mgrid", "reference/generated/dpnp.min", "reference/generated/dpnp.minimum", "reference/generated/dpnp.mod", "reference/generated/dpnp.modf", "reference/generated/dpnp.moveaxis", "reference/generated/dpnp.multiply", "reference/generated/dpnp.nanargmax", "reference/generated/dpnp.nanargmin", "reference/generated/dpnp.nancumprod", "reference/generated/dpnp.nancumsum", "reference/generated/dpnp.nanmax", "reference/generated/dpnp.nanmean", "reference/generated/dpnp.nanmin", "reference/generated/dpnp.nanprod", "reference/generated/dpnp.nanstd", "reference/generated/dpnp.nansum", "reference/generated/dpnp.nanvar", "reference/generated/dpnp.ndarray", "reference/generated/dpnp.ndarray.T", "reference/generated/dpnp.ndarray.__abs__", "reference/generated/dpnp.ndarray.__add__", "reference/generated/dpnp.ndarray.__and__", "reference/generated/dpnp.ndarray.__bool__", "reference/generated/dpnp.ndarray.__complex__", "reference/generated/dpnp.ndarray.__copy__", "reference/generated/dpnp.ndarray.__eq__", "reference/generated/dpnp.ndarray.__float__", "reference/generated/dpnp.ndarray.__floordiv__", "reference/generated/dpnp.ndarray.__ge__", "reference/generated/dpnp.ndarray.__getitem__", "reference/generated/dpnp.ndarray.__gt__", "reference/generated/dpnp.ndarray.__iadd__", "reference/generated/dpnp.ndarray.__iand__", "reference/generated/dpnp.ndarray.__ifloordiv__", "reference/generated/dpnp.ndarray.__ilshift__", "reference/generated/dpnp.ndarray.__imod__", "reference/generated/dpnp.ndarray.__imul__", "reference/generated/dpnp.ndarray.__int__", "reference/generated/dpnp.ndarray.__invert__", "reference/generated/dpnp.ndarray.__ior__", "reference/generated/dpnp.ndarray.__ipow__", "reference/generated/dpnp.ndarray.__irshift__", "reference/generated/dpnp.ndarray.__isub__", "reference/generated/dpnp.ndarray.__itruediv__", "reference/generated/dpnp.ndarray.__ixor__", "reference/generated/dpnp.ndarray.__le__", "reference/generated/dpnp.ndarray.__len__", "reference/generated/dpnp.ndarray.__lshift__", "reference/generated/dpnp.ndarray.__lt__", "reference/generated/dpnp.ndarray.__matmul__", "reference/generated/dpnp.ndarray.__mod__", "reference/generated/dpnp.ndarray.__mul__", "reference/generated/dpnp.ndarray.__ne__", "reference/generated/dpnp.ndarray.__neg__", "reference/generated/dpnp.ndarray.__new__", "reference/generated/dpnp.ndarray.__or__", "reference/generated/dpnp.ndarray.__pos__", "reference/generated/dpnp.ndarray.__pow__", "reference/generated/dpnp.ndarray.__repr__", "reference/generated/dpnp.ndarray.__rshift__", "reference/generated/dpnp.ndarray.__setitem__", "reference/generated/dpnp.ndarray.__str__", "reference/generated/dpnp.ndarray.__sub__", "reference/generated/dpnp.ndarray.__truediv__", "reference/generated/dpnp.ndarray.__xor__", "reference/generated/dpnp.ndarray.all", "reference/generated/dpnp.ndarray.any", "reference/generated/dpnp.ndarray.argmax", "reference/generated/dpnp.ndarray.argmin", "reference/generated/dpnp.ndarray.argsort", "reference/generated/dpnp.ndarray.astype", "reference/generated/dpnp.ndarray.choose", "reference/generated/dpnp.ndarray.clip", "reference/generated/dpnp.ndarray.conj", "reference/generated/dpnp.ndarray.conjugate", "reference/generated/dpnp.ndarray.copy", "reference/generated/dpnp.ndarray.cumprod", "reference/generated/dpnp.ndarray.cumsum", "reference/generated/dpnp.ndarray.diagonal", "reference/generated/dpnp.ndarray.dtype", "reference/generated/dpnp.ndarray.fill", "reference/generated/dpnp.ndarray.flags", "reference/generated/dpnp.ndarray.flat", "reference/generated/dpnp.ndarray.flatten", "reference/generated/dpnp.ndarray.imag", "reference/generated/dpnp.ndarray.item", "reference/generated/dpnp.ndarray.itemsize", "reference/generated/dpnp.ndarray.max", "reference/generated/dpnp.ndarray.mean", "reference/generated/dpnp.ndarray.min", "reference/generated/dpnp.ndarray.nbytes", "reference/generated/dpnp.ndarray.ndim", "reference/generated/dpnp.ndarray.nonzero", "reference/generated/dpnp.ndarray.partition", "reference/generated/dpnp.ndarray.prod", "reference/generated/dpnp.ndarray.put", "reference/generated/dpnp.ndarray.ravel", "reference/generated/dpnp.ndarray.real", "reference/generated/dpnp.ndarray.repeat", "reference/generated/dpnp.ndarray.reshape", "reference/generated/dpnp.ndarray.round", "reference/generated/dpnp.ndarray.searchsorted", "reference/generated/dpnp.ndarray.shape", "reference/generated/dpnp.ndarray.size", "reference/generated/dpnp.ndarray.sort", "reference/generated/dpnp.ndarray.squeeze", "reference/generated/dpnp.ndarray.std", "reference/generated/dpnp.ndarray.strides", "reference/generated/dpnp.ndarray.sum", "reference/generated/dpnp.ndarray.swapaxes", "reference/generated/dpnp.ndarray.take", "reference/generated/dpnp.ndarray.trace", "reference/generated/dpnp.ndarray.transpose", "reference/generated/dpnp.ndarray.var", "reference/generated/dpnp.negative", "reference/generated/dpnp.nextafter", "reference/generated/dpnp.nonzero", "reference/generated/dpnp.not_equal", "reference/generated/dpnp.ogrid", "reference/generated/dpnp.ones", "reference/generated/dpnp.ones_like", "reference/generated/dpnp.outer", "reference/generated/dpnp.partition", "reference/generated/dpnp.place", "reference/generated/dpnp.positive", "reference/generated/dpnp.power", "reference/generated/dpnp.prod", "reference/generated/dpnp.proj", "reference/generated/dpnp.ptp", "reference/generated/dpnp.put", "reference/generated/dpnp.put_along_axis", "reference/generated/dpnp.putmask", "reference/generated/dpnp.rad2deg", "reference/generated/dpnp.radians", "reference/generated/dpnp.random.RandomState", "reference/generated/dpnp.random.beta", "reference/generated/dpnp.random.binomial", "reference/generated/dpnp.random.bytes", "reference/generated/dpnp.random.chisquare", "reference/generated/dpnp.random.choice", "reference/generated/dpnp.random.dirichlet", "reference/generated/dpnp.random.exponential", "reference/generated/dpnp.random.f", "reference/generated/dpnp.random.gamma", "reference/generated/dpnp.random.geometric", "reference/generated/dpnp.random.gumbel", "reference/generated/dpnp.random.hypergeometric", "reference/generated/dpnp.random.laplace", "reference/generated/dpnp.random.logistic", "reference/generated/dpnp.random.lognormal", "reference/generated/dpnp.random.logseries", "reference/generated/dpnp.random.multinomial", "reference/generated/dpnp.random.multivariate_normal", "reference/generated/dpnp.random.negative_binomial", "reference/generated/dpnp.random.noncentral_chisquare", "reference/generated/dpnp.random.noncentral_f", "reference/generated/dpnp.random.normal", "reference/generated/dpnp.random.pareto", "reference/generated/dpnp.random.permutation", "reference/generated/dpnp.random.poisson", "reference/generated/dpnp.random.power", "reference/generated/dpnp.random.rand", "reference/generated/dpnp.random.randint", "reference/generated/dpnp.random.randn", "reference/generated/dpnp.random.random", "reference/generated/dpnp.random.random_integers", "reference/generated/dpnp.random.random_sample", "reference/generated/dpnp.random.ranf", "reference/generated/dpnp.random.rayleigh", "reference/generated/dpnp.random.sample", "reference/generated/dpnp.random.seed", "reference/generated/dpnp.random.shuffle", "reference/generated/dpnp.random.standard_cauchy", "reference/generated/dpnp.random.standard_exponential", "reference/generated/dpnp.random.standard_gamma", "reference/generated/dpnp.random.standard_normal", "reference/generated/dpnp.random.standard_t", "reference/generated/dpnp.random.triangular", "reference/generated/dpnp.random.uniform", "reference/generated/dpnp.random.vonmises", "reference/generated/dpnp.random.wald", "reference/generated/dpnp.random.weibull", "reference/generated/dpnp.random.zipf", "reference/generated/dpnp.ravel", "reference/generated/dpnp.real", "reference/generated/dpnp.reciprocal", "reference/generated/dpnp.reduce_hypot", "reference/generated/dpnp.remainder", "reference/generated/dpnp.repeat", "reference/generated/dpnp.reshape", "reference/generated/dpnp.result_type", "reference/generated/dpnp.right_shift", "reference/generated/dpnp.rint", "reference/generated/dpnp.roll", "reference/generated/dpnp.rollaxis", "reference/generated/dpnp.round", "reference/generated/dpnp.row_stack", "reference/generated/dpnp.rsqrt", "reference/generated/dpnp.searchsorted", "reference/generated/dpnp.select", "reference/generated/dpnp.shape", "reference/generated/dpnp.sign", "reference/generated/dpnp.signbit", "reference/generated/dpnp.sin", "reference/generated/dpnp.sinh", "reference/generated/dpnp.sort", "reference/generated/dpnp.sort_complex", "reference/generated/dpnp.sqrt", "reference/generated/dpnp.square", "reference/generated/dpnp.squeeze", "reference/generated/dpnp.stack", "reference/generated/dpnp.std", "reference/generated/dpnp.subtract", "reference/generated/dpnp.sum", "reference/generated/dpnp.swapaxes", "reference/generated/dpnp.take", "reference/generated/dpnp.take_along_axis", "reference/generated/dpnp.tan", "reference/generated/dpnp.tanh", "reference/generated/dpnp.tensordot", "reference/generated/dpnp.tile", "reference/generated/dpnp.trace", "reference/generated/dpnp.transpose", "reference/generated/dpnp.trapz", "reference/generated/dpnp.tri", "reference/generated/dpnp.tril", "reference/generated/dpnp.tril_indices", "reference/generated/dpnp.tril_indices_from", "reference/generated/dpnp.trim_zeros", "reference/generated/dpnp.triu", "reference/generated/dpnp.triu_indices", "reference/generated/dpnp.triu_indices_from", "reference/generated/dpnp.true_divide", "reference/generated/dpnp.trunc", "reference/generated/dpnp.unique", "reference/generated/dpnp.unwrap", "reference/generated/dpnp.vander", "reference/generated/dpnp.var", "reference/generated/dpnp.vdot", "reference/generated/dpnp.vstack", "reference/generated/dpnp.where", "reference/generated/dpnp.zeros", "reference/generated/dpnp.zeros_like", "reference/index", "reference/indexing", "reference/linalg", "reference/logic", "reference/manipulation", "reference/math", "reference/misc", "reference/ndarray", "reference/pad", "reference/polynomials", "reference/random", "reference/routines", "reference/sorting", "reference/special", "reference/statistics", "reference/ufunc"], "envversion": {"sphinx": 62, "sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx.ext.intersphinx": 1, "sphinx.ext.todo": 2, "sphinx.ext.viewcode": 1}, "filenames": ["dpctl.rst", "dpnp_backend_api.rst", "index.rst", "overview.rst", "quick_start_guide.rst", "reference/binary.rst", "reference/comparison.rst", "reference/creation.rst", "reference/dtype.rst", "reference/dtypes_table.rst", "reference/fft.rst", "reference/generated/dpnp.abs.rst", "reference/generated/dpnp.absolute.rst", "reference/generated/dpnp.add.rst", "reference/generated/dpnp.all.rst", "reference/generated/dpnp.allclose.rst", "reference/generated/dpnp.amax.rst", "reference/generated/dpnp.amin.rst", "reference/generated/dpnp.angle.rst", "reference/generated/dpnp.any.rst", "reference/generated/dpnp.arange.rst", "reference/generated/dpnp.arccos.rst", "reference/generated/dpnp.arccosh.rst", "reference/generated/dpnp.arcsin.rst", "reference/generated/dpnp.arcsinh.rst", "reference/generated/dpnp.arctan.rst", "reference/generated/dpnp.arctan2.rst", "reference/generated/dpnp.arctanh.rst", "reference/generated/dpnp.argmax.rst", "reference/generated/dpnp.argmin.rst", "reference/generated/dpnp.argsort.rst", "reference/generated/dpnp.around.rst", "reference/generated/dpnp.array.rst", "reference/generated/dpnp.array_equal.rst", "reference/generated/dpnp.asanyarray.rst", "reference/generated/dpnp.asarray.rst", "reference/generated/dpnp.ascontiguousarray.rst", "reference/generated/dpnp.asfarray.rst", "reference/generated/dpnp.asfortranarray.rst", "reference/generated/dpnp.asnumpy.rst", "reference/generated/dpnp.astype.rst", "reference/generated/dpnp.atleast_1d.rst", "reference/generated/dpnp.atleast_2d.rst", "reference/generated/dpnp.atleast_3d.rst", "reference/generated/dpnp.average.rst", "reference/generated/dpnp.bincount.rst", "reference/generated/dpnp.bitwise_and.rst", "reference/generated/dpnp.bitwise_not.rst", "reference/generated/dpnp.bitwise_or.rst", "reference/generated/dpnp.bitwise_xor.rst", "reference/generated/dpnp.broadcast_arrays.rst", "reference/generated/dpnp.broadcast_to.rst", "reference/generated/dpnp.can_cast.rst", "reference/generated/dpnp.cbrt.rst", "reference/generated/dpnp.ceil.rst", "reference/generated/dpnp.choose.rst", "reference/generated/dpnp.clip.rst", "reference/generated/dpnp.column_stack.rst", "reference/generated/dpnp.concatenate.rst", "reference/generated/dpnp.conj.rst", "reference/generated/dpnp.conjugate.rst", "reference/generated/dpnp.convolve.rst", "reference/generated/dpnp.copy.rst", "reference/generated/dpnp.copysign.rst", "reference/generated/dpnp.copyto.rst", "reference/generated/dpnp.correlate.rst", "reference/generated/dpnp.cos.rst", "reference/generated/dpnp.cosh.rst", "reference/generated/dpnp.count_nonzero.rst", "reference/generated/dpnp.cov.rst", "reference/generated/dpnp.cross.rst", "reference/generated/dpnp.cumlogsumexp.rst", "reference/generated/dpnp.cumprod.rst", "reference/generated/dpnp.cumsum.rst", "reference/generated/dpnp.deg2rad.rst", "reference/generated/dpnp.degrees.rst", "reference/generated/dpnp.diag.rst", "reference/generated/dpnp.diag_indices.rst", "reference/generated/dpnp.diag_indices_from.rst", "reference/generated/dpnp.diagflat.rst", "reference/generated/dpnp.diagonal.rst", "reference/generated/dpnp.diff.rst", "reference/generated/dpnp.digitize.rst", "reference/generated/dpnp.divide.rst", "reference/generated/dpnp.dot.rst", "reference/generated/dpnp.dpnp_array.dpnp_array.rst", "reference/generated/dpnp.dstack.rst", "reference/generated/dpnp.dtype.rst", "reference/generated/dpnp.ediff1d.rst", "reference/generated/dpnp.einsum.rst", "reference/generated/dpnp.einsum_path.rst", "reference/generated/dpnp.empty.rst", "reference/generated/dpnp.empty_like.rst", "reference/generated/dpnp.equal.rst", "reference/generated/dpnp.erf.rst", "reference/generated/dpnp.exp.rst", "reference/generated/dpnp.exp2.rst", "reference/generated/dpnp.expand_dims.rst", "reference/generated/dpnp.expm1.rst", "reference/generated/dpnp.extract.rst", "reference/generated/dpnp.eye.rst", "reference/generated/dpnp.fabs.rst", "reference/generated/dpnp.fft.fft.rst", "reference/generated/dpnp.fft.fft2.rst", "reference/generated/dpnp.fft.fftfreq.rst", "reference/generated/dpnp.fft.fftn.rst", "reference/generated/dpnp.fft.fftshift.rst", "reference/generated/dpnp.fft.hfft.rst", "reference/generated/dpnp.fft.ifft.rst", "reference/generated/dpnp.fft.ifft2.rst", "reference/generated/dpnp.fft.ifftn.rst", "reference/generated/dpnp.fft.ifftshift.rst", "reference/generated/dpnp.fft.ihfft.rst", "reference/generated/dpnp.fft.irfft.rst", "reference/generated/dpnp.fft.irfft2.rst", "reference/generated/dpnp.fft.irfftn.rst", "reference/generated/dpnp.fft.rfft.rst", "reference/generated/dpnp.fft.rfft2.rst", "reference/generated/dpnp.fft.rfftfreq.rst", "reference/generated/dpnp.fft.rfftn.rst", "reference/generated/dpnp.fill_diagonal.rst", "reference/generated/dpnp.finfo.rst", "reference/generated/dpnp.flatiter.rst", "reference/generated/dpnp.flip.rst", "reference/generated/dpnp.fliplr.rst", "reference/generated/dpnp.flipud.rst", "reference/generated/dpnp.floor.rst", "reference/generated/dpnp.floor_divide.rst", "reference/generated/dpnp.fmax.rst", "reference/generated/dpnp.fmin.rst", "reference/generated/dpnp.fmod.rst", "reference/generated/dpnp.from_dlpack.rst", "reference/generated/dpnp.frombuffer.rst", "reference/generated/dpnp.fromfile.rst", "reference/generated/dpnp.fromfunction.rst", "reference/generated/dpnp.fromiter.rst", "reference/generated/dpnp.fromstring.rst", "reference/generated/dpnp.full.rst", "reference/generated/dpnp.full_like.rst", "reference/generated/dpnp.geomspace.rst", "reference/generated/dpnp.get_include.rst", "reference/generated/dpnp.gradient.rst", "reference/generated/dpnp.greater.rst", "reference/generated/dpnp.greater_equal.rst", "reference/generated/dpnp.histogram.rst", "reference/generated/dpnp.histogram_bin_edges.rst", "reference/generated/dpnp.hstack.rst", "reference/generated/dpnp.hypot.rst", "reference/generated/dpnp.identity.rst", "reference/generated/dpnp.iinfo.rst", "reference/generated/dpnp.imag.rst", "reference/generated/dpnp.indices.rst", "reference/generated/dpnp.inner.rst", "reference/generated/dpnp.invert.rst", "reference/generated/dpnp.isclose.rst", "reference/generated/dpnp.iscomplex.rst", "reference/generated/dpnp.iscomplexobj.rst", "reference/generated/dpnp.isfinite.rst", "reference/generated/dpnp.isinf.rst", "reference/generated/dpnp.isnan.rst", "reference/generated/dpnp.isneginf.rst", "reference/generated/dpnp.isposinf.rst", "reference/generated/dpnp.isreal.rst", "reference/generated/dpnp.isrealobj.rst", "reference/generated/dpnp.isscalar.rst", "reference/generated/dpnp.issubdtype.rst", "reference/generated/dpnp.issubsctype.rst", "reference/generated/dpnp.kron.rst", "reference/generated/dpnp.left_shift.rst", "reference/generated/dpnp.less.rst", "reference/generated/dpnp.less_equal.rst", "reference/generated/dpnp.linalg.cholesky.rst", "reference/generated/dpnp.linalg.cond.rst", "reference/generated/dpnp.linalg.det.rst", "reference/generated/dpnp.linalg.eig.rst", "reference/generated/dpnp.linalg.eigh.rst", "reference/generated/dpnp.linalg.eigvals.rst", "reference/generated/dpnp.linalg.eigvalsh.rst", "reference/generated/dpnp.linalg.inv.rst", "reference/generated/dpnp.linalg.lstsq.rst", "reference/generated/dpnp.linalg.matrix_power.rst", "reference/generated/dpnp.linalg.matrix_rank.rst", "reference/generated/dpnp.linalg.multi_dot.rst", "reference/generated/dpnp.linalg.norm.rst", "reference/generated/dpnp.linalg.pinv.rst", "reference/generated/dpnp.linalg.qr.rst", "reference/generated/dpnp.linalg.slogdet.rst", "reference/generated/dpnp.linalg.solve.rst", "reference/generated/dpnp.linalg.svd.rst", "reference/generated/dpnp.linalg.tensorinv.rst", "reference/generated/dpnp.linalg.tensorsolve.rst", "reference/generated/dpnp.linspace.rst", "reference/generated/dpnp.loadtxt.rst", "reference/generated/dpnp.log.rst", "reference/generated/dpnp.log10.rst", "reference/generated/dpnp.log1p.rst", "reference/generated/dpnp.log2.rst", "reference/generated/dpnp.logaddexp.rst", "reference/generated/dpnp.logical_and.rst", "reference/generated/dpnp.logical_not.rst", "reference/generated/dpnp.logical_or.rst", "reference/generated/dpnp.logical_xor.rst", "reference/generated/dpnp.logspace.rst", "reference/generated/dpnp.logsumexp.rst", "reference/generated/dpnp.mask_indices.rst", "reference/generated/dpnp.matmul.rst", "reference/generated/dpnp.max.rst", "reference/generated/dpnp.maximum.rst", "reference/generated/dpnp.mean.rst", "reference/generated/dpnp.median.rst", "reference/generated/dpnp.meshgrid.rst", "reference/generated/dpnp.mgrid.rst", "reference/generated/dpnp.min.rst", "reference/generated/dpnp.minimum.rst", "reference/generated/dpnp.mod.rst", "reference/generated/dpnp.modf.rst", "reference/generated/dpnp.moveaxis.rst", "reference/generated/dpnp.multiply.rst", "reference/generated/dpnp.nanargmax.rst", "reference/generated/dpnp.nanargmin.rst", "reference/generated/dpnp.nancumprod.rst", "reference/generated/dpnp.nancumsum.rst", "reference/generated/dpnp.nanmax.rst", "reference/generated/dpnp.nanmean.rst", "reference/generated/dpnp.nanmin.rst", "reference/generated/dpnp.nanprod.rst", "reference/generated/dpnp.nanstd.rst", "reference/generated/dpnp.nansum.rst", "reference/generated/dpnp.nanvar.rst", "reference/generated/dpnp.ndarray.rst", "reference/generated/dpnp.ndarray.T.rst", "reference/generated/dpnp.ndarray.__abs__.rst", "reference/generated/dpnp.ndarray.__add__.rst", "reference/generated/dpnp.ndarray.__and__.rst", "reference/generated/dpnp.ndarray.__bool__.rst", "reference/generated/dpnp.ndarray.__complex__.rst", "reference/generated/dpnp.ndarray.__copy__.rst", "reference/generated/dpnp.ndarray.__eq__.rst", "reference/generated/dpnp.ndarray.__float__.rst", "reference/generated/dpnp.ndarray.__floordiv__.rst", "reference/generated/dpnp.ndarray.__ge__.rst", "reference/generated/dpnp.ndarray.__getitem__.rst", "reference/generated/dpnp.ndarray.__gt__.rst", "reference/generated/dpnp.ndarray.__iadd__.rst", "reference/generated/dpnp.ndarray.__iand__.rst", "reference/generated/dpnp.ndarray.__ifloordiv__.rst", "reference/generated/dpnp.ndarray.__ilshift__.rst", "reference/generated/dpnp.ndarray.__imod__.rst", "reference/generated/dpnp.ndarray.__imul__.rst", "reference/generated/dpnp.ndarray.__int__.rst", "reference/generated/dpnp.ndarray.__invert__.rst", "reference/generated/dpnp.ndarray.__ior__.rst", "reference/generated/dpnp.ndarray.__ipow__.rst", "reference/generated/dpnp.ndarray.__irshift__.rst", "reference/generated/dpnp.ndarray.__isub__.rst", "reference/generated/dpnp.ndarray.__itruediv__.rst", "reference/generated/dpnp.ndarray.__ixor__.rst", "reference/generated/dpnp.ndarray.__le__.rst", "reference/generated/dpnp.ndarray.__len__.rst", "reference/generated/dpnp.ndarray.__lshift__.rst", "reference/generated/dpnp.ndarray.__lt__.rst", "reference/generated/dpnp.ndarray.__matmul__.rst", "reference/generated/dpnp.ndarray.__mod__.rst", "reference/generated/dpnp.ndarray.__mul__.rst", "reference/generated/dpnp.ndarray.__ne__.rst", "reference/generated/dpnp.ndarray.__neg__.rst", "reference/generated/dpnp.ndarray.__new__.rst", "reference/generated/dpnp.ndarray.__or__.rst", "reference/generated/dpnp.ndarray.__pos__.rst", "reference/generated/dpnp.ndarray.__pow__.rst", "reference/generated/dpnp.ndarray.__repr__.rst", "reference/generated/dpnp.ndarray.__rshift__.rst", "reference/generated/dpnp.ndarray.__setitem__.rst", "reference/generated/dpnp.ndarray.__str__.rst", "reference/generated/dpnp.ndarray.__sub__.rst", "reference/generated/dpnp.ndarray.__truediv__.rst", "reference/generated/dpnp.ndarray.__xor__.rst", "reference/generated/dpnp.ndarray.all.rst", "reference/generated/dpnp.ndarray.any.rst", "reference/generated/dpnp.ndarray.argmax.rst", "reference/generated/dpnp.ndarray.argmin.rst", "reference/generated/dpnp.ndarray.argsort.rst", "reference/generated/dpnp.ndarray.astype.rst", "reference/generated/dpnp.ndarray.choose.rst", "reference/generated/dpnp.ndarray.clip.rst", "reference/generated/dpnp.ndarray.conj.rst", "reference/generated/dpnp.ndarray.conjugate.rst", "reference/generated/dpnp.ndarray.copy.rst", "reference/generated/dpnp.ndarray.cumprod.rst", "reference/generated/dpnp.ndarray.cumsum.rst", "reference/generated/dpnp.ndarray.diagonal.rst", "reference/generated/dpnp.ndarray.dtype.rst", "reference/generated/dpnp.ndarray.fill.rst", "reference/generated/dpnp.ndarray.flags.rst", "reference/generated/dpnp.ndarray.flat.rst", "reference/generated/dpnp.ndarray.flatten.rst", "reference/generated/dpnp.ndarray.imag.rst", "reference/generated/dpnp.ndarray.item.rst", "reference/generated/dpnp.ndarray.itemsize.rst", "reference/generated/dpnp.ndarray.max.rst", "reference/generated/dpnp.ndarray.mean.rst", "reference/generated/dpnp.ndarray.min.rst", "reference/generated/dpnp.ndarray.nbytes.rst", "reference/generated/dpnp.ndarray.ndim.rst", "reference/generated/dpnp.ndarray.nonzero.rst", "reference/generated/dpnp.ndarray.partition.rst", "reference/generated/dpnp.ndarray.prod.rst", "reference/generated/dpnp.ndarray.put.rst", "reference/generated/dpnp.ndarray.ravel.rst", "reference/generated/dpnp.ndarray.real.rst", "reference/generated/dpnp.ndarray.repeat.rst", "reference/generated/dpnp.ndarray.reshape.rst", "reference/generated/dpnp.ndarray.round.rst", "reference/generated/dpnp.ndarray.searchsorted.rst", "reference/generated/dpnp.ndarray.shape.rst", "reference/generated/dpnp.ndarray.size.rst", "reference/generated/dpnp.ndarray.sort.rst", "reference/generated/dpnp.ndarray.squeeze.rst", "reference/generated/dpnp.ndarray.std.rst", "reference/generated/dpnp.ndarray.strides.rst", "reference/generated/dpnp.ndarray.sum.rst", "reference/generated/dpnp.ndarray.swapaxes.rst", "reference/generated/dpnp.ndarray.take.rst", "reference/generated/dpnp.ndarray.trace.rst", "reference/generated/dpnp.ndarray.transpose.rst", "reference/generated/dpnp.ndarray.var.rst", "reference/generated/dpnp.negative.rst", "reference/generated/dpnp.nextafter.rst", "reference/generated/dpnp.nonzero.rst", "reference/generated/dpnp.not_equal.rst", "reference/generated/dpnp.ogrid.rst", "reference/generated/dpnp.ones.rst", "reference/generated/dpnp.ones_like.rst", "reference/generated/dpnp.outer.rst", "reference/generated/dpnp.partition.rst", "reference/generated/dpnp.place.rst", "reference/generated/dpnp.positive.rst", "reference/generated/dpnp.power.rst", "reference/generated/dpnp.prod.rst", "reference/generated/dpnp.proj.rst", "reference/generated/dpnp.ptp.rst", "reference/generated/dpnp.put.rst", "reference/generated/dpnp.put_along_axis.rst", "reference/generated/dpnp.putmask.rst", "reference/generated/dpnp.rad2deg.rst", "reference/generated/dpnp.radians.rst", "reference/generated/dpnp.random.RandomState.rst", "reference/generated/dpnp.random.beta.rst", "reference/generated/dpnp.random.binomial.rst", "reference/generated/dpnp.random.bytes.rst", "reference/generated/dpnp.random.chisquare.rst", "reference/generated/dpnp.random.choice.rst", "reference/generated/dpnp.random.dirichlet.rst", "reference/generated/dpnp.random.exponential.rst", "reference/generated/dpnp.random.f.rst", "reference/generated/dpnp.random.gamma.rst", "reference/generated/dpnp.random.geometric.rst", "reference/generated/dpnp.random.gumbel.rst", "reference/generated/dpnp.random.hypergeometric.rst", "reference/generated/dpnp.random.laplace.rst", "reference/generated/dpnp.random.logistic.rst", "reference/generated/dpnp.random.lognormal.rst", "reference/generated/dpnp.random.logseries.rst", "reference/generated/dpnp.random.multinomial.rst", "reference/generated/dpnp.random.multivariate_normal.rst", "reference/generated/dpnp.random.negative_binomial.rst", "reference/generated/dpnp.random.noncentral_chisquare.rst", "reference/generated/dpnp.random.noncentral_f.rst", "reference/generated/dpnp.random.normal.rst", "reference/generated/dpnp.random.pareto.rst", "reference/generated/dpnp.random.permutation.rst", "reference/generated/dpnp.random.poisson.rst", "reference/generated/dpnp.random.power.rst", "reference/generated/dpnp.random.rand.rst", "reference/generated/dpnp.random.randint.rst", "reference/generated/dpnp.random.randn.rst", "reference/generated/dpnp.random.random.rst", "reference/generated/dpnp.random.random_integers.rst", "reference/generated/dpnp.random.random_sample.rst", "reference/generated/dpnp.random.ranf.rst", "reference/generated/dpnp.random.rayleigh.rst", "reference/generated/dpnp.random.sample.rst", "reference/generated/dpnp.random.seed.rst", "reference/generated/dpnp.random.shuffle.rst", "reference/generated/dpnp.random.standard_cauchy.rst", "reference/generated/dpnp.random.standard_exponential.rst", "reference/generated/dpnp.random.standard_gamma.rst", "reference/generated/dpnp.random.standard_normal.rst", "reference/generated/dpnp.random.standard_t.rst", "reference/generated/dpnp.random.triangular.rst", "reference/generated/dpnp.random.uniform.rst", "reference/generated/dpnp.random.vonmises.rst", "reference/generated/dpnp.random.wald.rst", "reference/generated/dpnp.random.weibull.rst", "reference/generated/dpnp.random.zipf.rst", "reference/generated/dpnp.ravel.rst", "reference/generated/dpnp.real.rst", "reference/generated/dpnp.reciprocal.rst", "reference/generated/dpnp.reduce_hypot.rst", "reference/generated/dpnp.remainder.rst", "reference/generated/dpnp.repeat.rst", "reference/generated/dpnp.reshape.rst", "reference/generated/dpnp.result_type.rst", "reference/generated/dpnp.right_shift.rst", "reference/generated/dpnp.rint.rst", "reference/generated/dpnp.roll.rst", "reference/generated/dpnp.rollaxis.rst", "reference/generated/dpnp.round.rst", "reference/generated/dpnp.row_stack.rst", "reference/generated/dpnp.rsqrt.rst", "reference/generated/dpnp.searchsorted.rst", "reference/generated/dpnp.select.rst", "reference/generated/dpnp.shape.rst", "reference/generated/dpnp.sign.rst", "reference/generated/dpnp.signbit.rst", "reference/generated/dpnp.sin.rst", "reference/generated/dpnp.sinh.rst", "reference/generated/dpnp.sort.rst", "reference/generated/dpnp.sort_complex.rst", "reference/generated/dpnp.sqrt.rst", "reference/generated/dpnp.square.rst", "reference/generated/dpnp.squeeze.rst", "reference/generated/dpnp.stack.rst", "reference/generated/dpnp.std.rst", "reference/generated/dpnp.subtract.rst", "reference/generated/dpnp.sum.rst", "reference/generated/dpnp.swapaxes.rst", "reference/generated/dpnp.take.rst", "reference/generated/dpnp.take_along_axis.rst", "reference/generated/dpnp.tan.rst", "reference/generated/dpnp.tanh.rst", "reference/generated/dpnp.tensordot.rst", "reference/generated/dpnp.tile.rst", "reference/generated/dpnp.trace.rst", "reference/generated/dpnp.transpose.rst", "reference/generated/dpnp.trapz.rst", "reference/generated/dpnp.tri.rst", "reference/generated/dpnp.tril.rst", "reference/generated/dpnp.tril_indices.rst", "reference/generated/dpnp.tril_indices_from.rst", "reference/generated/dpnp.trim_zeros.rst", "reference/generated/dpnp.triu.rst", "reference/generated/dpnp.triu_indices.rst", "reference/generated/dpnp.triu_indices_from.rst", "reference/generated/dpnp.true_divide.rst", "reference/generated/dpnp.trunc.rst", "reference/generated/dpnp.unique.rst", "reference/generated/dpnp.unwrap.rst", "reference/generated/dpnp.vander.rst", "reference/generated/dpnp.var.rst", "reference/generated/dpnp.vdot.rst", "reference/generated/dpnp.vstack.rst", "reference/generated/dpnp.where.rst", "reference/generated/dpnp.zeros.rst", "reference/generated/dpnp.zeros_like.rst", "reference/index.rst", "reference/indexing.rst", "reference/linalg.rst", "reference/logic.rst", "reference/manipulation.rst", "reference/math.rst", "reference/misc.rst", "reference/ndarray.rst", "reference/pad.rst", "reference/polynomials.rst", "reference/random.rst", "reference/routines.rst", "reference/sorting.rst", "reference/special.rst", "reference/statistics.rst", "reference/ufunc.rst"], "indexentries": {"__abs__() (dpnp.ndarray method)": [[231, "dpnp.ndarray.__abs__", false]], "__add__() (dpnp.ndarray method)": [[232, "dpnp.ndarray.__add__", false]], "__and__() (dpnp.ndarray method)": [[233, "dpnp.ndarray.__and__", false]], "__bool__() (dpnp.ndarray method)": [[234, "dpnp.ndarray.__bool__", false]], "__complex__() (dpnp.ndarray method)": [[235, "dpnp.ndarray.__complex__", false]], "__copy__() (dpnp.ndarray method)": [[236, "dpnp.ndarray.__copy__", false]], "__eq__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__eq__", false]], "__eq__() (dpnp.dtype method)": [[87, "dpnp.dtype.__eq__", false]], "__eq__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__eq__", false]], "__eq__() (dpnp.ndarray method)": [[237, "dpnp.ndarray.__eq__", false]], "__eq__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__eq__", false]], "__float__() (dpnp.ndarray method)": [[238, "dpnp.ndarray.__float__", false]], "__floordiv__() (dpnp.ndarray method)": [[239, "dpnp.ndarray.__floordiv__", false]], "__ge__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__ge__", false]], "__ge__() (dpnp.dtype method)": [[87, "dpnp.dtype.__ge__", false]], "__ge__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__ge__", false]], "__ge__() (dpnp.ndarray method)": [[240, "dpnp.ndarray.__ge__", false]], "__ge__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__ge__", false]], "__getitem__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__getitem__", false]], "__getitem__() (dpnp.dtype method)": [[87, "dpnp.dtype.__getitem__", false]], "__getitem__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__getitem__", false]], "__getitem__() (dpnp.ndarray method)": [[241, "dpnp.ndarray.__getitem__", false]], "__gt__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__gt__", false]], "__gt__() (dpnp.dtype method)": [[87, "dpnp.dtype.__gt__", false]], "__gt__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__gt__", false]], "__gt__() (dpnp.ndarray method)": [[242, "dpnp.ndarray.__gt__", false]], "__gt__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__gt__", false]], "__iadd__() (dpnp.ndarray method)": [[243, "dpnp.ndarray.__iadd__", false]], "__iand__() (dpnp.ndarray method)": [[244, "dpnp.ndarray.__iand__", false]], "__ifloordiv__() (dpnp.ndarray method)": [[245, "dpnp.ndarray.__ifloordiv__", false]], "__ilshift__() (dpnp.ndarray method)": [[246, "dpnp.ndarray.__ilshift__", false]], "__imod__() (dpnp.ndarray method)": [[247, "dpnp.ndarray.__imod__", false]], "__imul__() (dpnp.ndarray method)": [[248, "dpnp.ndarray.__imul__", false]], "__int__() (dpnp.ndarray method)": [[249, "dpnp.ndarray.__int__", false]], "__invert__() (dpnp.ndarray method)": [[250, "dpnp.ndarray.__invert__", false]], "__ior__() (dpnp.ndarray method)": [[251, "dpnp.ndarray.__ior__", false]], "__ipow__() (dpnp.ndarray method)": [[252, "dpnp.ndarray.__ipow__", false]], "__irshift__() (dpnp.ndarray method)": [[253, "dpnp.ndarray.__irshift__", false]], "__isub__() (dpnp.ndarray method)": [[254, "dpnp.ndarray.__isub__", false]], "__iter__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__iter__", false]], "__itruediv__() (dpnp.ndarray method)": [[255, "dpnp.ndarray.__itruediv__", false]], "__ixor__() (dpnp.ndarray method)": [[256, "dpnp.ndarray.__ixor__", false]], "__le__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__le__", false]], "__le__() (dpnp.dtype method)": [[87, "dpnp.dtype.__le__", false]], "__le__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__le__", false]], "__le__() (dpnp.ndarray method)": [[257, "dpnp.ndarray.__le__", false]], "__le__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__le__", false]], "__len__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__len__", false]], "__len__() (dpnp.dtype method)": [[87, "dpnp.dtype.__len__", false]], "__len__() (dpnp.ndarray method)": [[258, "dpnp.ndarray.__len__", false]], "__lshift__() (dpnp.ndarray method)": [[259, "dpnp.ndarray.__lshift__", false]], "__lt__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__lt__", false]], "__lt__() (dpnp.dtype method)": [[87, "dpnp.dtype.__lt__", false]], "__lt__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__lt__", false]], "__lt__() (dpnp.ndarray method)": [[260, "dpnp.ndarray.__lt__", false]], "__lt__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__lt__", false]], "__matmul__() (dpnp.ndarray method)": [[261, "dpnp.ndarray.__matmul__", false]], "__mod__() (dpnp.ndarray method)": [[262, "dpnp.ndarray.__mod__", false]], "__mul__() (dpnp.ndarray method)": [[263, "dpnp.ndarray.__mul__", false]], "__ne__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__ne__", false]], "__ne__() (dpnp.dtype method)": [[87, "dpnp.dtype.__ne__", false]], "__ne__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__ne__", false]], "__ne__() (dpnp.ndarray method)": [[264, "dpnp.ndarray.__ne__", false]], "__ne__() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.__ne__", false]], "__neg__() (dpnp.ndarray method)": [[265, "dpnp.ndarray.__neg__", false]], "__new__() (dpnp.ndarray method)": [[266, "dpnp.ndarray.__new__", false]], "__next__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__next__", false]], "__or__() (dpnp.ndarray method)": [[267, "dpnp.ndarray.__or__", false]], "__pos__() (dpnp.ndarray method)": [[268, "dpnp.ndarray.__pos__", false]], "__pow__() (dpnp.ndarray method)": [[269, "dpnp.ndarray.__pow__", false]], "__repr__() (dpnp.ndarray method)": [[270, "dpnp.ndarray.__repr__", false]], "__rshift__() (dpnp.ndarray method)": [[271, "dpnp.ndarray.__rshift__", false]], "__setitem__() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.__setitem__", false]], "__setitem__() (dpnp.flatiter method)": [[122, "dpnp.flatiter.__setitem__", false]], "__setitem__() (dpnp.ndarray method)": [[272, "dpnp.ndarray.__setitem__", false]], "__str__() (dpnp.ndarray method)": [[273, "dpnp.ndarray.__str__", false]], "__sub__() (dpnp.ndarray method)": [[274, "dpnp.ndarray.__sub__", false]], "__truediv__() (dpnp.ndarray method)": [[275, "dpnp.ndarray.__truediv__", false]], "__xor__() (dpnp.ndarray method)": [[276, "dpnp.ndarray.__xor__", false]], "abs() (in module dpnp)": [[11, "dpnp.abs", false]], "absolute() (in module dpnp)": [[12, "dpnp.absolute", false]], "add() (in module dpnp)": [[13, "dpnp.add", false]], "alignment (dpnp.dtype attribute)": [[87, "dpnp.dtype.alignment", false]], "all() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.all", false]], "all() (dpnp.ndarray method)": [[277, "dpnp.ndarray.all", false]], "all() (in module dpnp)": [[14, "dpnp.all", false]], "allclose() (in module dpnp)": [[15, "dpnp.allclose", false]], "amax() (in module dpnp)": [[16, "dpnp.amax", false]], "amin() (in module dpnp)": [[17, "dpnp.amin", false]], "angle() (in module dpnp)": [[18, "dpnp.angle", false]], "any() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.any", false]], "any() (dpnp.ndarray method)": [[278, "dpnp.ndarray.any", false]], "any() (in module dpnp)": [[19, "dpnp.any", false]], "arange() (in module dpnp)": [[20, "dpnp.arange", false]], "arccos() (in module dpnp)": [[21, "dpnp.arccos", false]], "arccosh() (in module dpnp)": [[22, "dpnp.arccosh", false]], "arcsin() (in module dpnp)": [[23, "dpnp.arcsin", false]], "arcsinh() (in module dpnp)": [[24, "dpnp.arcsinh", false]], "arctan() (in module dpnp)": [[25, "dpnp.arctan", false]], "arctan2() (in module dpnp)": [[26, "dpnp.arctan2", false]], "arctanh() (in module dpnp)": [[27, "dpnp.arctanh", false]], "argmax() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.argmax", false]], "argmax() (dpnp.ndarray method)": [[279, "dpnp.ndarray.argmax", false]], "argmax() (in module dpnp)": [[28, "dpnp.argmax", false]], "argmin() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.argmin", false]], "argmin() (dpnp.ndarray method)": [[280, "dpnp.ndarray.argmin", false]], "argmin() (in module dpnp)": [[29, "dpnp.argmin", false]], "argsort() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.argsort", false]], "argsort() (dpnp.ndarray method)": [[281, "dpnp.ndarray.argsort", false]], "argsort() (in module dpnp)": [[30, "dpnp.argsort", false]], "around() (in module dpnp)": [[31, "dpnp.around", false]], "array() (in module dpnp)": [[32, "dpnp.array", false]], "array_equal() (in module dpnp)": [[33, "dpnp.array_equal", false]], "asanyarray() (in module dpnp)": [[34, "dpnp.asanyarray", false]], "asarray() (in module dpnp)": [[35, "dpnp.asarray", false]], "ascontiguousarray() (in module dpnp)": [[36, "dpnp.ascontiguousarray", false]], "asfarray() (in module dpnp)": [[37, "dpnp.asfarray", false]], "asfortranarray() (in module dpnp)": [[38, "dpnp.asfortranarray", false]], "asnumpy() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.asnumpy", false]], "asnumpy() (in module dpnp)": [[39, "dpnp.asnumpy", false]], "astype() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.astype", false]], "astype() (dpnp.ndarray method)": [[282, "dpnp.ndarray.astype", false]], "astype() (in module dpnp)": [[40, "dpnp.astype", false]], "atleast_1d() (in module dpnp)": [[41, "dpnp.atleast_1d", false]], "atleast_2d() (in module dpnp)": [[42, "dpnp.atleast_2d", false]], "atleast_3d() (in module dpnp)": [[43, "dpnp.atleast_3d", false]], "average() (in module dpnp)": [[44, "dpnp.average", false]], "base (dpnp.dtype attribute)": [[87, "dpnp.dtype.base", false]], "beta() (in module dpnp.random)": [[347, "dpnp.random.beta", false]], "bincount() (in module dpnp)": [[45, "dpnp.bincount", false]], "binomial() (in module dpnp.random)": [[348, "dpnp.random.binomial", false]], "bitwise_and() (in module dpnp)": [[46, "dpnp.bitwise_and", false]], "bitwise_not() (in module dpnp)": [[47, "dpnp.bitwise_not", false]], "bitwise_or() (in module dpnp)": [[48, "dpnp.bitwise_or", false]], "bitwise_xor() (in module dpnp)": [[49, "dpnp.bitwise_xor", false]], "broadcast_arrays() (in module dpnp)": [[50, "dpnp.broadcast_arrays", false]], "broadcast_to() (in module dpnp)": [[51, "dpnp.broadcast_to", false]], "byteorder (dpnp.dtype attribute)": [[87, "dpnp.dtype.byteorder", false]], "bytes() (in module dpnp.random)": [[349, "dpnp.random.bytes", false]], "can_cast() (in module dpnp)": [[52, "dpnp.can_cast", false]], "cbrt() (in module dpnp)": [[53, "dpnp.cbrt", false]], "ceil() (in module dpnp)": [[54, "dpnp.ceil", false]], "char (dpnp.dtype attribute)": [[87, "dpnp.dtype.char", false]], "chisquare() (in module dpnp.random)": [[350, "dpnp.random.chisquare", false]], "choice() (in module dpnp.random)": [[351, "dpnp.random.choice", false]], "cholesky() (in module dpnp.linalg)": [[171, "dpnp.linalg.cholesky", false]], "choose() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.choose", false]], "choose() (dpnp.ndarray method)": [[283, "dpnp.ndarray.choose", false]], "choose() (in module dpnp)": [[55, "dpnp.choose", false]], "clip() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.clip", false]], "clip() (dpnp.ndarray method)": [[284, "dpnp.ndarray.clip", false]], "clip() (in module dpnp)": [[56, "dpnp.clip", false]], "column_stack() (in module dpnp)": [[57, "dpnp.column_stack", false]], "concatenate() (in module dpnp)": [[58, "dpnp.concatenate", false]], "cond() (in module dpnp.linalg)": [[172, "dpnp.linalg.cond", false]], "conj() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.conj", false]], "conj() (dpnp.ndarray method)": [[285, "dpnp.ndarray.conj", false]], "conj() (in module dpnp)": [[59, "dpnp.conj", false]], "conjugate() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.conjugate", false]], "conjugate() (dpnp.ndarray method)": [[286, "dpnp.ndarray.conjugate", false]], "conjugate() (in module dpnp)": [[60, "dpnp.conjugate", false]], "convolve() (in module dpnp)": [[61, "dpnp.convolve", false]], "copy() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.copy", false]], "copy() (dpnp.ndarray method)": [[287, "dpnp.ndarray.copy", false]], "copy() (in module dpnp)": [[62, "dpnp.copy", false]], "copysign() (in module dpnp)": [[63, "dpnp.copysign", false]], "copyto() (in module dpnp)": [[64, "dpnp.copyto", false]], "correlate() (in module dpnp)": [[65, "dpnp.correlate", false]], "cos() (in module dpnp)": [[66, "dpnp.cos", false]], "cosh() (in module dpnp)": [[67, "dpnp.cosh", false]], "count_nonzero() (in module dpnp)": [[68, "dpnp.count_nonzero", false]], "cov() (in module dpnp)": [[69, "dpnp.cov", false]], "cross() (in module dpnp)": [[70, "dpnp.cross", false]], "cumlogsumexp() (in module dpnp)": [[71, "dpnp.cumlogsumexp", false]], "cumprod() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.cumprod", false]], "cumprod() (dpnp.ndarray method)": [[288, "dpnp.ndarray.cumprod", false]], "cumprod() (in module dpnp)": [[72, "dpnp.cumprod", false]], "cumsum() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.cumsum", false]], "cumsum() (dpnp.ndarray method)": [[289, "dpnp.ndarray.cumsum", false]], "cumsum() (in module dpnp)": [[73, "dpnp.cumsum", false]], "deg2rad() (in module dpnp)": [[74, "dpnp.deg2rad", false]], "degrees() (in module dpnp)": [[75, "dpnp.degrees", false]], "descr (dpnp.dtype attribute)": [[87, "dpnp.dtype.descr", false]], "det() (in module dpnp.linalg)": [[173, "dpnp.linalg.det", false]], "device (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.device", false]], "diag() (in module dpnp)": [[76, "dpnp.diag", false]], "diag_indices() (in module dpnp)": [[77, "dpnp.diag_indices", false]], "diag_indices_from() (in module dpnp)": [[78, "dpnp.diag_indices_from", false]], "diagflat() (in module dpnp)": [[79, "dpnp.diagflat", false]], "diagonal() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.diagonal", false]], "diagonal() (dpnp.ndarray method)": [[290, "dpnp.ndarray.diagonal", false]], "diagonal() (in module dpnp)": [[80, "dpnp.diagonal", false]], "diff() (in module dpnp)": [[81, "dpnp.diff", false]], "digitize() (in module dpnp)": [[82, "dpnp.digitize", false]], "dirichlet() (in module dpnp.random)": [[352, "dpnp.random.dirichlet", false]], "divide() (in module dpnp)": [[83, "dpnp.divide", false]], "dot() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.dot", false]], "dot() (in module dpnp)": [[84, "dpnp.dot", false]], "dpnp": [[2, "module-dpnp", false], [3, "module-dpnp", false]], "dpnp.fft": [[10, "module-0", false], [10, "module-dpnp.fft", false]], "dpnp.random": [[465, "module-dpnp.random", false]], "dpnp_array (class in dpnp.dpnp_array)": [[85, "dpnp.dpnp_array.dpnp_array", false]], "dstack() (in module dpnp)": [[86, "dpnp.dstack", false]], "dtype (class in dpnp)": [[87, "dpnp.dtype", false]], "dtype (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.dtype", false]], "dtype (dpnp.ndarray property)": [[291, "dpnp.ndarray.dtype", false]], "ediff1d() (in module dpnp)": [[88, "dpnp.ediff1d", false]], "eig() (in module dpnp.linalg)": [[174, "dpnp.linalg.eig", false]], "eigh() (in module dpnp.linalg)": [[175, "dpnp.linalg.eigh", false]], "eigvals() (in module dpnp.linalg)": [[176, "dpnp.linalg.eigvals", false]], "eigvalsh() (in module dpnp.linalg)": [[177, "dpnp.linalg.eigvalsh", false]], "einsum() (in module dpnp)": [[89, "dpnp.einsum", false]], "einsum_path() (in module dpnp)": [[90, "dpnp.einsum_path", false]], "empty() (in module dpnp)": [[91, "dpnp.empty", false]], "empty_like() (in module dpnp)": [[92, "dpnp.empty_like", false]], "equal() (in module dpnp)": [[93, "dpnp.equal", false]], "erf() (in module dpnp)": [[94, "dpnp.erf", false]], "exp() (in module dpnp)": [[95, "dpnp.exp", false]], "exp2() (in module dpnp)": [[96, "dpnp.exp2", false]], "expand_dims() (in module dpnp)": [[97, "dpnp.expand_dims", false]], "expm1() (in module dpnp)": [[98, "dpnp.expm1", false]], "exponential() (in module dpnp.random)": [[353, "dpnp.random.exponential", false]], "extract() (in module dpnp)": [[99, "dpnp.extract", false]], "eye() (in module dpnp)": [[100, "dpnp.eye", false]], "f() (in module dpnp.random)": [[354, "dpnp.random.f", false]], "fabs() (in module dpnp)": [[101, "dpnp.fabs", false]], "fft() (in module dpnp.fft)": [[102, "dpnp.fft.fft", false]], "fft2() (in module dpnp.fft)": [[103, "dpnp.fft.fft2", false]], "fftfreq() (in module dpnp.fft)": [[104, "dpnp.fft.fftfreq", false]], "fftn() (in module dpnp.fft)": [[105, "dpnp.fft.fftn", false]], "fftshift() (in module dpnp.fft)": [[106, "dpnp.fft.fftshift", false]], "fields (dpnp.dtype attribute)": [[87, "dpnp.dtype.fields", false]], "fill() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.fill", false]], "fill() (dpnp.ndarray method)": [[292, "dpnp.ndarray.fill", false]], "fill_diagonal() (in module dpnp)": [[120, "dpnp.fill_diagonal", false]], "finfo() (in module dpnp)": [[121, "dpnp.finfo", false]], "flags (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.flags", false]], "flags (dpnp.dtype attribute)": [[87, "dpnp.dtype.flags", false]], "flags (dpnp.ndarray property)": [[293, "dpnp.ndarray.flags", false]], "flat (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.flat", false]], "flat (dpnp.ndarray property)": [[294, "dpnp.ndarray.flat", false]], "flatiter (class in dpnp)": [[122, "dpnp.flatiter", false]], "flatten() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.flatten", false]], "flatten() (dpnp.ndarray method)": [[295, "dpnp.ndarray.flatten", false]], "flip() (in module dpnp)": [[123, "dpnp.flip", false]], "fliplr() (in module dpnp)": [[124, "dpnp.fliplr", false]], "flipud() (in module dpnp)": [[125, "dpnp.flipud", false]], "floor() (in module dpnp)": [[126, "dpnp.floor", false]], "floor_divide() (in module dpnp)": [[127, "dpnp.floor_divide", false]], "fmax() (in module dpnp)": [[128, "dpnp.fmax", false]], "fmin() (in module dpnp)": [[129, "dpnp.fmin", false]], "fmod() (in module dpnp)": [[130, "dpnp.fmod", false]], "from_dlpack() (in module dpnp)": [[131, "dpnp.from_dlpack", false]], "frombuffer() (in module dpnp)": [[132, "dpnp.frombuffer", false]], "fromfile() (in module dpnp)": [[133, "dpnp.fromfile", false]], "fromfunction() (in module dpnp)": [[134, "dpnp.fromfunction", false]], "fromiter() (in module dpnp)": [[135, "dpnp.fromiter", false]], "fromstring() (in module dpnp)": [[136, "dpnp.fromstring", false]], "full() (in module dpnp)": [[137, "dpnp.full", false]], "full_like() (in module dpnp)": [[138, "dpnp.full_like", false]], "gamma() (in module dpnp.random)": [[355, "dpnp.random.gamma", false]], "geometric() (in module dpnp.random)": [[356, "dpnp.random.geometric", false]], "geomspace() (in module dpnp)": [[139, "dpnp.geomspace", false]], "get_array() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.get_array", false]], "get_include() (in module dpnp)": [[140, "dpnp.get_include", false]], "get_state() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.get_state", false]], "get_sycl_device() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.get_sycl_device", false]], "get_sycl_queue() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.get_sycl_queue", false]], "gradient() (in module dpnp)": [[141, "dpnp.gradient", false]], "greater() (in module dpnp)": [[142, "dpnp.greater", false]], "greater_equal() (in module dpnp)": [[143, "dpnp.greater_equal", false]], "gumbel() (in module dpnp.random)": [[357, "dpnp.random.gumbel", false]], "hasobject (dpnp.dtype attribute)": [[87, "dpnp.dtype.hasobject", false]], "hfft() (in module dpnp.fft)": [[107, "dpnp.fft.hfft", false]], "histogram() (in module dpnp)": [[144, "dpnp.histogram", false]], "histogram_bin_edges() (in module dpnp)": [[145, "dpnp.histogram_bin_edges", false]], "hstack() (in module dpnp)": [[146, "dpnp.hstack", false]], "hypergeometric() (in module dpnp.random)": [[358, "dpnp.random.hypergeometric", false]], "hypot() (in module dpnp)": [[147, "dpnp.hypot", false]], "identity() (in module dpnp)": [[148, "dpnp.identity", false]], "ifft() (in module dpnp.fft)": [[108, "dpnp.fft.ifft", false]], "ifft2() (in module dpnp.fft)": [[109, "dpnp.fft.ifft2", false]], "ifftn() (in module dpnp.fft)": [[110, "dpnp.fft.ifftn", false]], "ifftshift() (in module dpnp.fft)": [[111, "dpnp.fft.ifftshift", false]], "ihfft() (in module dpnp.fft)": [[112, "dpnp.fft.ihfft", false]], "iinfo() (in module dpnp)": [[149, "dpnp.iinfo", false]], "imag (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.imag", false]], "imag (dpnp.ndarray property)": [[296, "dpnp.ndarray.imag", false]], "imag() (in module dpnp)": [[150, "dpnp.imag", false]], "indices() (in module dpnp)": [[151, "dpnp.indices", false]], "inner() (in module dpnp)": [[152, "dpnp.inner", false]], "inv() (in module dpnp.linalg)": [[178, "dpnp.linalg.inv", false]], "invert() (in module dpnp)": [[153, "dpnp.invert", false]], "irfft() (in module dpnp.fft)": [[113, "dpnp.fft.irfft", false]], "irfft2() (in module dpnp.fft)": [[114, "dpnp.fft.irfft2", false]], "irfftn() (in module dpnp.fft)": [[115, "dpnp.fft.irfftn", false]], "isalignedstruct (dpnp.dtype attribute)": [[87, "dpnp.dtype.isalignedstruct", false]], "isbuiltin (dpnp.dtype attribute)": [[87, "dpnp.dtype.isbuiltin", false]], "isclose() (in module dpnp)": [[154, "dpnp.isclose", false]], "iscomplex() (in module dpnp)": [[155, "dpnp.iscomplex", false]], "iscomplexobj() (in module dpnp)": [[156, "dpnp.iscomplexobj", false]], "isfinite() (in module dpnp)": [[157, "dpnp.isfinite", false]], "isinf() (in module dpnp)": [[158, "dpnp.isinf", false]], "isnan() (in module dpnp)": [[159, "dpnp.isnan", false]], "isnative (dpnp.dtype attribute)": [[87, "dpnp.dtype.isnative", false]], "isneginf() (in module dpnp)": [[160, "dpnp.isneginf", false]], "isposinf() (in module dpnp)": [[161, "dpnp.isposinf", false]], "isreal() (in module dpnp)": [[162, "dpnp.isreal", false]], "isrealobj() (in module dpnp)": [[163, "dpnp.isrealobj", false]], "isscalar() (in module dpnp)": [[164, "dpnp.isscalar", false]], "issubdtype() (in module dpnp)": [[165, "dpnp.issubdtype", false]], "issubsctype() (in module dpnp)": [[166, "dpnp.issubsctype", false]], "item() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.item", false]], "item() (dpnp.ndarray method)": [[297, "dpnp.ndarray.item", false]], "itemsize (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.itemsize", false]], "itemsize (dpnp.dtype attribute)": [[87, "dpnp.dtype.itemsize", false]], "itemsize (dpnp.ndarray property)": [[298, "dpnp.ndarray.itemsize", false]], "kind (dpnp.dtype attribute)": [[87, "dpnp.dtype.kind", false]], "kron() (in module dpnp)": [[167, "dpnp.kron", false]], "laplace() (in module dpnp.random)": [[359, "dpnp.random.laplace", false]], "left_shift() (in module dpnp)": [[168, "dpnp.left_shift", false]], "less() (in module dpnp)": [[169, "dpnp.less", false]], "less_equal() (in module dpnp)": [[170, "dpnp.less_equal", false]], "linspace() (in module dpnp)": [[191, "dpnp.linspace", false]], "loadtxt() (in module dpnp)": [[192, "dpnp.loadtxt", false]], "log() (in module dpnp)": [[193, "dpnp.log", false]], "log10() (in module dpnp)": [[194, "dpnp.log10", false]], "log1p() (in module dpnp)": [[195, "dpnp.log1p", false]], "log2() (in module dpnp)": [[196, "dpnp.log2", false]], "logaddexp() (in module dpnp)": [[197, "dpnp.logaddexp", false]], "logical_and() (in module dpnp)": [[198, "dpnp.logical_and", false]], "logical_not() (in module dpnp)": [[199, "dpnp.logical_not", false]], "logical_or() (in module dpnp)": [[200, "dpnp.logical_or", false]], "logical_xor() (in module dpnp)": [[201, "dpnp.logical_xor", false]], "logistic() (in module dpnp.random)": [[360, "dpnp.random.logistic", false]], "lognormal() (in module dpnp.random)": [[361, "dpnp.random.lognormal", false]], "logseries() (in module dpnp.random)": [[362, "dpnp.random.logseries", false]], "logspace() (in module dpnp)": [[202, "dpnp.logspace", false]], "logsumexp() (in module dpnp)": [[203, "dpnp.logsumexp", false]], "lstsq() (in module dpnp.linalg)": [[179, "dpnp.linalg.lstsq", false]], "mask_indices() (in module dpnp)": [[204, "dpnp.mask_indices", false]], "matmul() (in module dpnp)": [[205, "dpnp.matmul", false]], "matrix_power() (in module dpnp.linalg)": [[180, "dpnp.linalg.matrix_power", false]], "matrix_rank() (in module dpnp.linalg)": [[181, "dpnp.linalg.matrix_rank", false]], "max() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.max", false]], "max() (dpnp.ndarray method)": [[299, "dpnp.ndarray.max", false]], "max() (in module dpnp)": [[206, "dpnp.max", false]], "maximum() (in module dpnp)": [[207, "dpnp.maximum", false]], "mean() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.mean", false]], "mean() (dpnp.ndarray method)": [[300, "dpnp.ndarray.mean", false]], "mean() (in module dpnp)": [[208, "dpnp.mean", false]], "median() (in module dpnp)": [[209, "dpnp.median", false]], "meshgrid() (in module dpnp)": [[210, "dpnp.meshgrid", false]], "metadata (dpnp.dtype attribute)": [[87, "dpnp.dtype.metadata", false]], "mgrid (in module dpnp)": [[211, "dpnp.mgrid", false]], "min() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.min", false]], "min() (dpnp.ndarray method)": [[301, "dpnp.ndarray.min", false]], "min() (in module dpnp)": [[212, "dpnp.min", false]], "minimum() (in module dpnp)": [[213, "dpnp.minimum", false]], "mod() (in module dpnp)": [[214, "dpnp.mod", false]], "modf() (in module dpnp)": [[215, "dpnp.modf", false]], "module": [[2, "module-dpnp", false], [3, "module-dpnp", false], [10, "module-0", false], [10, "module-dpnp.fft", false], [465, "module-dpnp.random", false]], "moveaxis() (in module dpnp)": [[216, "dpnp.moveaxis", false]], "multi_dot() (in module dpnp.linalg)": [[182, "dpnp.linalg.multi_dot", false]], "multinomial() (in module dpnp.random)": [[363, "dpnp.random.multinomial", false]], "multiply() (in module dpnp)": [[217, "dpnp.multiply", false]], "multivariate_normal() (in module dpnp.random)": [[364, "dpnp.random.multivariate_normal", false]], "name (dpnp.dtype attribute)": [[87, "dpnp.dtype.name", false]], "names (dpnp.dtype attribute)": [[87, "dpnp.dtype.names", false]], "nanargmax() (in module dpnp)": [[218, "dpnp.nanargmax", false]], "nanargmin() (in module dpnp)": [[219, "dpnp.nanargmin", false]], "nancumprod() (in module dpnp)": [[220, "dpnp.nancumprod", false]], "nancumsum() (in module dpnp)": [[221, "dpnp.nancumsum", false]], "nanmax() (in module dpnp)": [[222, "dpnp.nanmax", false]], "nanmean() (in module dpnp)": [[223, "dpnp.nanmean", false]], "nanmin() (in module dpnp)": [[224, "dpnp.nanmin", false]], "nanprod() (in module dpnp)": [[225, "dpnp.nanprod", false]], "nanstd() (in module dpnp)": [[226, "dpnp.nanstd", false]], "nansum() (in module dpnp)": [[227, "dpnp.nansum", false]], "nanvar() (in module dpnp)": [[228, "dpnp.nanvar", false]], "nbytes (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.nbytes", false]], "nbytes (dpnp.ndarray property)": [[302, "dpnp.ndarray.nbytes", false]], "ndarray (in module dpnp)": [[229, "dpnp.ndarray", false]], "ndim (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.ndim", false]], "ndim (dpnp.dtype attribute)": [[87, "dpnp.dtype.ndim", false]], "ndim (dpnp.ndarray property)": [[303, "dpnp.ndarray.ndim", false]], "negative() (in module dpnp)": [[326, "dpnp.negative", false]], "negative_binomial() (in module dpnp.random)": [[365, "dpnp.random.negative_binomial", false]], "newbyteorder() (dpnp.dtype method)": [[87, "dpnp.dtype.newbyteorder", false]], "nextafter() (in module dpnp)": [[327, "dpnp.nextafter", false]], "noncentral_chisquare() (in module dpnp.random)": [[366, "dpnp.random.noncentral_chisquare", false]], "noncentral_f() (in module dpnp.random)": [[367, "dpnp.random.noncentral_f", false]], "nonzero() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.nonzero", false]], "nonzero() (dpnp.ndarray method)": [[304, "dpnp.ndarray.nonzero", false]], "nonzero() (in module dpnp)": [[328, "dpnp.nonzero", false]], "norm() (in module dpnp.linalg)": [[183, "dpnp.linalg.norm", false]], "normal() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.normal", false]], "normal() (in module dpnp.random)": [[368, "dpnp.random.normal", false]], "not_equal() (in module dpnp)": [[329, "dpnp.not_equal", false]], "num (dpnp.dtype attribute)": [[87, "dpnp.dtype.num", false]], "ogrid (in module dpnp)": [[330, "dpnp.ogrid", false]], "ones() (in module dpnp)": [[331, "dpnp.ones", false]], "ones_like() (in module dpnp)": [[332, "dpnp.ones_like", false]], "outer() (in module dpnp)": [[333, "dpnp.outer", false]], "pareto() (in module dpnp.random)": [[369, "dpnp.random.pareto", false]], "partition() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.partition", false]], "partition() (dpnp.ndarray method)": [[305, "dpnp.ndarray.partition", false]], "partition() (in module dpnp)": [[334, "dpnp.partition", false]], "permutation() (in module dpnp.random)": [[370, "dpnp.random.permutation", false]], "pinv() (in module dpnp.linalg)": [[184, "dpnp.linalg.pinv", false]], "place() (in module dpnp)": [[335, "dpnp.place", false]], "poisson() (in module dpnp.random)": [[371, "dpnp.random.poisson", false]], "positive() (in module dpnp)": [[336, "dpnp.positive", false]], "power() (in module dpnp)": [[337, "dpnp.power", false]], "power() (in module dpnp.random)": [[372, "dpnp.random.power", false]], "prod() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.prod", false]], "prod() (dpnp.ndarray method)": [[306, "dpnp.ndarray.prod", false]], "prod() (in module dpnp)": [[338, "dpnp.prod", false]], "proj() (in module dpnp)": [[339, "dpnp.proj", false]], "ptp() (in module dpnp)": [[340, "dpnp.ptp", false]], "put() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.put", false]], "put() (dpnp.ndarray method)": [[307, "dpnp.ndarray.put", false]], "put() (in module dpnp)": [[341, "dpnp.put", false]], "put_along_axis() (in module dpnp)": [[342, "dpnp.put_along_axis", false]], "putmask() (in module dpnp)": [[343, "dpnp.putmask", false]], "qr() (in module dpnp.linalg)": [[185, "dpnp.linalg.qr", false]], "rad2deg() (in module dpnp)": [[344, "dpnp.rad2deg", false]], "radians() (in module dpnp)": [[345, "dpnp.radians", false]], "rand() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.rand", false]], "rand() (in module dpnp.random)": [[373, "dpnp.random.rand", false]], "randint() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.randint", false]], "randint() (in module dpnp.random)": [[374, "dpnp.random.randint", false]], "randn() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.randn", false]], "randn() (in module dpnp.random)": [[375, "dpnp.random.randn", false]], "random() (in module dpnp.random)": [[376, "dpnp.random.random", false]], "random_integers() (in module dpnp.random)": [[377, "dpnp.random.random_integers", false]], "random_sample() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.random_sample", false]], "random_sample() (in module dpnp.random)": [[378, "dpnp.random.random_sample", false]], "randomstate (class in dpnp.random)": [[346, "dpnp.random.RandomState", false]], "ranf() (in module dpnp.random)": [[379, "dpnp.random.ranf", false]], "ravel() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.ravel", false]], "ravel() (dpnp.ndarray method)": [[308, "dpnp.ndarray.ravel", false]], "ravel() (in module dpnp)": [[395, "dpnp.ravel", false]], "rayleigh() (in module dpnp.random)": [[380, "dpnp.random.rayleigh", false]], "real (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.real", false]], "real (dpnp.ndarray property)": [[309, "dpnp.ndarray.real", false]], "real() (in module dpnp)": [[396, "dpnp.real", false]], "reciprocal() (in module dpnp)": [[397, "dpnp.reciprocal", false]], "reduce_hypot() (in module dpnp)": [[398, "dpnp.reduce_hypot", false]], "remainder() (in module dpnp)": [[399, "dpnp.remainder", false]], "repeat() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.repeat", false]], "repeat() (dpnp.ndarray method)": [[310, "dpnp.ndarray.repeat", false]], "repeat() (in module dpnp)": [[400, "dpnp.repeat", false]], "reshape() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.reshape", false]], "reshape() (dpnp.ndarray method)": [[311, "dpnp.ndarray.reshape", false]], "reshape() (in module dpnp)": [[401, "dpnp.reshape", false]], "result_type() (in module dpnp)": [[402, "dpnp.result_type", false]], "rfft() (in module dpnp.fft)": [[116, "dpnp.fft.rfft", false]], "rfft2() (in module dpnp.fft)": [[117, "dpnp.fft.rfft2", false]], "rfftfreq() (in module dpnp.fft)": [[118, "dpnp.fft.rfftfreq", false]], "rfftn() (in module dpnp.fft)": [[119, "dpnp.fft.rfftn", false]], "right_shift() (in module dpnp)": [[403, "dpnp.right_shift", false]], "rint() (in module dpnp)": [[404, "dpnp.rint", false]], "roll() (in module dpnp)": [[405, "dpnp.roll", false]], "rollaxis() (in module dpnp)": [[406, "dpnp.rollaxis", false]], "round() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.round", false]], "round() (dpnp.ndarray method)": [[312, "dpnp.ndarray.round", false]], "round() (in module dpnp)": [[407, "dpnp.round", false]], "row_stack() (in module dpnp)": [[408, "dpnp.row_stack", false]], "rsqrt() (in module dpnp)": [[409, "dpnp.rsqrt", false]], "sample() (in module dpnp.random)": [[381, "dpnp.random.sample", false]], "searchsorted() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.searchsorted", false]], "searchsorted() (dpnp.ndarray method)": [[313, "dpnp.ndarray.searchsorted", false]], "searchsorted() (in module dpnp)": [[410, "dpnp.searchsorted", false]], "seed() (in module dpnp.random)": [[382, "dpnp.random.seed", false]], "select() (in module dpnp)": [[411, "dpnp.select", false]], "shape (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.shape", false]], "shape (dpnp.dtype attribute)": [[87, "dpnp.dtype.shape", false]], "shape (dpnp.ndarray property)": [[314, "dpnp.ndarray.shape", false]], "shape() (in module dpnp)": [[412, "dpnp.shape", false]], "shuffle() (in module dpnp.random)": [[383, "dpnp.random.shuffle", false]], "sign() (in module dpnp)": [[413, "dpnp.sign", false]], "signbit() (in module dpnp)": [[414, "dpnp.signbit", false]], "sin() (in module dpnp)": [[415, "dpnp.sin", false]], "sinh() (in module dpnp)": [[416, "dpnp.sinh", false]], "size (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.size", false]], "size (dpnp.ndarray property)": [[315, "dpnp.ndarray.size", false]], "slogdet() (in module dpnp.linalg)": [[186, "dpnp.linalg.slogdet", false]], "solve() (in module dpnp.linalg)": [[187, "dpnp.linalg.solve", false]], "sort() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.sort", false]], "sort() (dpnp.ndarray method)": [[316, "dpnp.ndarray.sort", false]], "sort() (in module dpnp)": [[417, "dpnp.sort", false]], "sort_complex() (in module dpnp)": [[418, "dpnp.sort_complex", false]], "sqrt() (in module dpnp)": [[419, "dpnp.sqrt", false]], "square() (in module dpnp)": [[420, "dpnp.square", false]], "squeeze() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.squeeze", false]], "squeeze() (dpnp.ndarray method)": [[317, "dpnp.ndarray.squeeze", false]], "squeeze() (in module dpnp)": [[421, "dpnp.squeeze", false]], "stack() (in module dpnp)": [[422, "dpnp.stack", false]], "standard_cauchy() (in module dpnp.random)": [[384, "dpnp.random.standard_cauchy", false]], "standard_exponential() (in module dpnp.random)": [[385, "dpnp.random.standard_exponential", false]], "standard_gamma() (in module dpnp.random)": [[386, "dpnp.random.standard_gamma", false]], "standard_normal() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.standard_normal", false]], "standard_normal() (in module dpnp.random)": [[387, "dpnp.random.standard_normal", false]], "standard_t() (in module dpnp.random)": [[388, "dpnp.random.standard_t", false]], "std() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.std", false]], "std() (dpnp.ndarray method)": [[318, "dpnp.ndarray.std", false]], "std() (in module dpnp)": [[423, "dpnp.std", false]], "str (dpnp.dtype attribute)": [[87, "dpnp.dtype.str", false]], "strides (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.strides", false]], "strides (dpnp.ndarray property)": [[319, "dpnp.ndarray.strides", false]], "subdtype (dpnp.dtype attribute)": [[87, "dpnp.dtype.subdtype", false]], "subtract() (in module dpnp)": [[424, "dpnp.subtract", false]], "sum() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.sum", false]], "sum() (dpnp.ndarray method)": [[320, "dpnp.ndarray.sum", false]], "sum() (in module dpnp)": [[425, "dpnp.sum", false]], "svd() (in module dpnp.linalg)": [[188, "dpnp.linalg.svd", false]], "swapaxes() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.swapaxes", false]], "swapaxes() (dpnp.ndarray method)": [[321, "dpnp.ndarray.swapaxes", false]], "swapaxes() (in module dpnp)": [[426, "dpnp.swapaxes", false]], "sycl_context (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.sycl_context", false]], "sycl_device (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.sycl_device", false]], "sycl_queue (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.sycl_queue", false]], "t (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.T", false]], "t (dpnp.ndarray property)": [[230, "dpnp.ndarray.T", false]], "take() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.take", false]], "take() (dpnp.ndarray method)": [[322, "dpnp.ndarray.take", false]], "take() (in module dpnp)": [[427, "dpnp.take", false]], "take_along_axis() (in module dpnp)": [[428, "dpnp.take_along_axis", false]], "tan() (in module dpnp)": [[429, "dpnp.tan", false]], "tanh() (in module dpnp)": [[430, "dpnp.tanh", false]], "tensordot() (in module dpnp)": [[431, "dpnp.tensordot", false]], "tensorinv() (in module dpnp.linalg)": [[189, "dpnp.linalg.tensorinv", false]], "tensorsolve() (in module dpnp.linalg)": [[190, "dpnp.linalg.tensorsolve", false]], "tile() (in module dpnp)": [[432, "dpnp.tile", false]], "to_device() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.to_device", false]], "trace() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.trace", false]], "trace() (dpnp.ndarray method)": [[323, "dpnp.ndarray.trace", false]], "trace() (in module dpnp)": [[433, "dpnp.trace", false]], "transpose() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.transpose", false]], "transpose() (dpnp.ndarray method)": [[324, "dpnp.ndarray.transpose", false]], "transpose() (in module dpnp)": [[434, "dpnp.transpose", false]], "trapz() (in module dpnp)": [[435, "dpnp.trapz", false]], "tri() (in module dpnp)": [[436, "dpnp.tri", false]], "triangular() (in module dpnp.random)": [[389, "dpnp.random.triangular", false]], "tril() (in module dpnp)": [[437, "dpnp.tril", false]], "tril_indices() (in module dpnp)": [[438, "dpnp.tril_indices", false]], "tril_indices_from() (in module dpnp)": [[439, "dpnp.tril_indices_from", false]], "trim_zeros() (in module dpnp)": [[440, "dpnp.trim_zeros", false]], "triu() (in module dpnp)": [[441, "dpnp.triu", false]], "triu_indices() (in module dpnp)": [[442, "dpnp.triu_indices", false]], "triu_indices_from() (in module dpnp)": [[443, "dpnp.triu_indices_from", false]], "true_divide() (in module dpnp)": [[444, "dpnp.true_divide", false]], "trunc() (in module dpnp)": [[445, "dpnp.trunc", false]], "type (dpnp.dtype attribute)": [[87, "dpnp.dtype.type", false]], "uniform() (dpnp.random.randomstate method)": [[346, "dpnp.random.RandomState.uniform", false]], "uniform() (in module dpnp.random)": [[390, "dpnp.random.uniform", false]], "unique() (in module dpnp)": [[446, "dpnp.unique", false]], "unwrap() (in module dpnp)": [[447, "dpnp.unwrap", false]], "usm_type (dpnp.dpnp_array.dpnp_array attribute)": [[85, "dpnp.dpnp_array.dpnp_array.usm_type", false]], "vander() (in module dpnp)": [[448, "dpnp.vander", false]], "var() (dpnp.dpnp_array.dpnp_array method)": [[85, "dpnp.dpnp_array.dpnp_array.var", false]], "var() (dpnp.ndarray method)": [[325, "dpnp.ndarray.var", false]], "var() (in module dpnp)": [[449, "dpnp.var", false]], "vdot() (in module dpnp)": [[450, "dpnp.vdot", false]], "vonmises() (in module dpnp.random)": [[391, "dpnp.random.vonmises", false]], "vstack() (in module dpnp)": [[451, "dpnp.vstack", false]], "wald() (in module dpnp.random)": [[392, "dpnp.random.wald", false]], "weibull() (in module dpnp.random)": [[393, "dpnp.random.weibull", false]], "where() (in module dpnp)": [[452, "dpnp.where", false]], "zeros() (in module dpnp)": [[453, "dpnp.zeros", false]], "zeros_like() (in module dpnp)": [[454, "dpnp.zeros_like", false]], "zipf() (in module dpnp.random)": [[394, "dpnp.random.zipf", false]]}, "objects": {"": [[3, 0, 0, "-", "dpnp"]], "dpnp": [[11, 1, 1, "", "abs"], [12, 1, 1, "", "absolute"], [13, 1, 1, "", "add"], [14, 1, 1, "", "all"], [15, 1, 1, "", "allclose"], [16, 1, 1, "", "amax"], [17, 1, 1, "", "amin"], [18, 1, 1, "", "angle"], [19, 1, 1, "", "any"], [20, 1, 1, "", "arange"], [21, 1, 1, "", "arccos"], [22, 1, 1, "", "arccosh"], [23, 1, 1, "", "arcsin"], [24, 1, 1, "", "arcsinh"], [25, 1, 1, "", "arctan"], [26, 1, 1, "", "arctan2"], [27, 1, 1, "", "arctanh"], [28, 1, 1, "", "argmax"], [29, 1, 1, "", "argmin"], [30, 1, 1, "", "argsort"], [31, 1, 1, "", "around"], [32, 1, 1, "", "array"], [33, 1, 1, "", "array_equal"], [34, 1, 1, "", "asanyarray"], [35, 1, 1, "", "asarray"], [36, 1, 1, "", "ascontiguousarray"], [37, 1, 1, "", "asfarray"], [38, 1, 1, "", "asfortranarray"], [39, 1, 1, "", "asnumpy"], [40, 1, 1, "", "astype"], [41, 1, 1, "", "atleast_1d"], [42, 1, 1, "", "atleast_2d"], [43, 1, 1, "", "atleast_3d"], [44, 1, 1, "", "average"], [45, 1, 1, "", "bincount"], [46, 1, 1, "", "bitwise_and"], [47, 1, 1, "", "bitwise_not"], [48, 1, 1, "", "bitwise_or"], [49, 1, 1, "", "bitwise_xor"], [50, 1, 1, "", "broadcast_arrays"], [51, 1, 1, "", "broadcast_to"], [52, 1, 1, "", "can_cast"], [53, 1, 1, "", "cbrt"], [54, 1, 1, "", "ceil"], [55, 1, 1, "", "choose"], [56, 1, 1, "", "clip"], [57, 1, 1, "", "column_stack"], [58, 1, 1, "", "concatenate"], [59, 1, 1, "", "conj"], [60, 1, 1, "", "conjugate"], [61, 1, 1, "", "convolve"], [62, 1, 1, "", "copy"], [63, 1, 1, "", "copysign"], [64, 1, 1, "", "copyto"], [65, 1, 1, "", "correlate"], [66, 1, 1, "", "cos"], [67, 1, 1, "", "cosh"], [68, 1, 1, "", "count_nonzero"], [69, 1, 1, "", "cov"], [70, 1, 1, "", "cross"], [71, 1, 1, "", "cumlogsumexp"], [72, 1, 1, "", "cumprod"], [73, 1, 1, "", "cumsum"], [74, 1, 1, "", "deg2rad"], [75, 1, 1, "", "degrees"], [76, 1, 1, "", "diag"], [77, 1, 1, "", "diag_indices"], [78, 1, 1, "", "diag_indices_from"], [79, 1, 1, "", "diagflat"], [80, 1, 1, "", "diagonal"], [81, 1, 1, "", "diff"], [82, 1, 1, "", "digitize"], [83, 1, 1, "", "divide"], [84, 1, 1, "", "dot"], [86, 1, 1, "", "dstack"], [87, 2, 1, "", "dtype"], [88, 1, 1, "", "ediff1d"], [89, 1, 1, "", "einsum"], [90, 1, 1, "", "einsum_path"], [91, 1, 1, "", "empty"], [92, 1, 1, "", "empty_like"], [93, 1, 1, "", "equal"], [94, 1, 1, "", "erf"], [95, 1, 1, "", "exp"], [96, 1, 1, "", "exp2"], [97, 1, 1, "", "expand_dims"], [98, 1, 1, "", "expm1"], [99, 1, 1, "", "extract"], [100, 1, 1, "", "eye"], [101, 1, 1, "", "fabs"], [10, 0, 0, "module-0", "fft"], [120, 1, 1, "", "fill_diagonal"], [121, 1, 1, "", "finfo"], [122, 2, 1, "", "flatiter"], [123, 1, 1, "", "flip"], [124, 1, 1, "", "fliplr"], [125, 1, 1, "", "flipud"], [126, 1, 1, "", "floor"], [127, 1, 1, "", "floor_divide"], [128, 1, 1, "", "fmax"], [129, 1, 1, "", "fmin"], [130, 1, 1, "", "fmod"], [131, 1, 1, "", "from_dlpack"], [132, 1, 1, "", "frombuffer"], [133, 1, 1, "", "fromfile"], [134, 1, 1, "", "fromfunction"], [135, 1, 1, "", "fromiter"], [136, 1, 1, "", "fromstring"], [137, 1, 1, "", "full"], [138, 1, 1, "", "full_like"], [139, 1, 1, "", "geomspace"], [140, 1, 1, "", "get_include"], [141, 1, 1, "", "gradient"], [142, 1, 1, "", "greater"], [143, 1, 1, "", "greater_equal"], [144, 1, 1, "", "histogram"], [145, 1, 1, "", "histogram_bin_edges"], [146, 1, 1, "", "hstack"], [147, 1, 1, "", "hypot"], [148, 1, 1, "", "identity"], [149, 1, 1, "", "iinfo"], [150, 1, 1, "", "imag"], [151, 1, 1, "", "indices"], [152, 1, 1, "", "inner"], [153, 1, 1, "", "invert"], [154, 1, 1, "", "isclose"], [155, 1, 1, "", "iscomplex"], [156, 1, 1, "", "iscomplexobj"], [157, 1, 1, "", "isfinite"], [158, 1, 1, "", "isinf"], [159, 1, 1, "", "isnan"], [160, 1, 1, "", "isneginf"], [161, 1, 1, "", "isposinf"], [162, 1, 1, "", "isreal"], [163, 1, 1, "", "isrealobj"], [164, 1, 1, "", "isscalar"], [165, 1, 1, "", "issubdtype"], [166, 1, 1, "", "issubsctype"], [167, 1, 1, "", "kron"], [168, 1, 1, "", "left_shift"], [169, 1, 1, "", "less"], [170, 1, 1, "", "less_equal"], [191, 1, 1, "", "linspace"], [192, 1, 1, "", "loadtxt"], [193, 1, 1, "", "log"], [194, 1, 1, "", "log10"], [195, 1, 1, "", "log1p"], [196, 1, 1, "", "log2"], [197, 1, 1, "", "logaddexp"], [198, 1, 1, "", "logical_and"], [199, 1, 1, "", "logical_not"], [200, 1, 1, "", "logical_or"], [201, 1, 1, "", "logical_xor"], [202, 1, 1, "", "logspace"], [203, 1, 1, "", "logsumexp"], [204, 1, 1, "", "mask_indices"], [205, 1, 1, "", "matmul"], [206, 1, 1, "", "max"], [207, 1, 1, "", "maximum"], [208, 1, 1, "", "mean"], [209, 1, 1, "", "median"], [210, 1, 1, "", "meshgrid"], [211, 5, 1, "", "mgrid"], [212, 1, 1, "", "min"], [213, 1, 1, "", "minimum"], [214, 1, 1, "", "mod"], [215, 1, 1, "", "modf"], [216, 1, 1, "", "moveaxis"], [217, 1, 1, "", "multiply"], [218, 1, 1, "", "nanargmax"], [219, 1, 1, "", "nanargmin"], [220, 1, 1, "", "nancumprod"], [221, 1, 1, "", "nancumsum"], [222, 1, 1, "", "nanmax"], [223, 1, 1, "", "nanmean"], [224, 1, 1, "", "nanmin"], [225, 1, 1, "", "nanprod"], [226, 1, 1, "", "nanstd"], [227, 1, 1, "", "nansum"], [228, 1, 1, "", "nanvar"], [229, 3, 1, "", "ndarray"], [326, 1, 1, "", "negative"], [327, 1, 1, "", "nextafter"], [328, 1, 1, "", "nonzero"], [329, 1, 1, "", "not_equal"], [330, 5, 1, "", "ogrid"], [331, 1, 1, "", "ones"], [332, 1, 1, "", "ones_like"], [333, 1, 1, "", "outer"], [334, 1, 1, "", "partition"], [335, 1, 1, "", "place"], [336, 1, 1, "", "positive"], [337, 1, 1, "", "power"], [338, 1, 1, "", "prod"], [339, 1, 1, "", "proj"], [340, 1, 1, "", "ptp"], [341, 1, 1, "", "put"], [342, 1, 1, "", "put_along_axis"], [343, 1, 1, "", "putmask"], [344, 1, 1, "", "rad2deg"], [345, 1, 1, "", "radians"], [465, 0, 0, "-", "random"], [395, 1, 1, "", "ravel"], [396, 1, 1, "", "real"], [397, 1, 1, "", "reciprocal"], [398, 1, 1, "", "reduce_hypot"], [399, 1, 1, "", "remainder"], [400, 1, 1, "", "repeat"], [401, 1, 1, "", "reshape"], [402, 1, 1, "", "result_type"], [403, 1, 1, "", "right_shift"], [404, 1, 1, "", "rint"], [405, 1, 1, "", "roll"], [406, 1, 1, "", "rollaxis"], [407, 1, 1, "", "round"], [408, 1, 1, "", "row_stack"], [409, 1, 1, "", "rsqrt"], [410, 1, 1, "", "searchsorted"], [411, 1, 1, "", "select"], [412, 1, 1, "", "shape"], [413, 1, 1, "", "sign"], [414, 1, 1, "", "signbit"], [415, 1, 1, "", "sin"], [416, 1, 1, "", "sinh"], [417, 1, 1, "", "sort"], [418, 1, 1, "", "sort_complex"], [419, 1, 1, "", "sqrt"], [420, 1, 1, "", "square"], [421, 1, 1, "", "squeeze"], [422, 1, 1, "", "stack"], [423, 1, 1, "", "std"], [424, 1, 1, "", "subtract"], [425, 1, 1, "", "sum"], [426, 1, 1, "", "swapaxes"], [427, 1, 1, "", "take"], [428, 1, 1, "", "take_along_axis"], [429, 1, 1, "", "tan"], [430, 1, 1, "", "tanh"], [431, 1, 1, "", "tensordot"], [432, 1, 1, "", "tile"], [433, 1, 1, "", "trace"], [434, 1, 1, "", "transpose"], [435, 1, 1, "", "trapz"], [436, 1, 1, "", "tri"], [437, 1, 1, "", "tril"], [438, 1, 1, "", "tril_indices"], [439, 1, 1, "", "tril_indices_from"], [440, 1, 1, "", "trim_zeros"], [441, 1, 1, "", "triu"], [442, 1, 1, "", "triu_indices"], [443, 1, 1, "", "triu_indices_from"], [444, 1, 1, "", "true_divide"], [445, 1, 1, "", "trunc"], [446, 1, 1, "", "unique"], [447, 1, 1, "", "unwrap"], [448, 1, 1, "", "vander"], [449, 1, 1, "", "var"], [450, 1, 1, "", "vdot"], [451, 1, 1, "", "vstack"], [452, 1, 1, "", "where"], [453, 1, 1, "", "zeros"], [454, 1, 1, "", "zeros_like"]], "dpnp.dpnp_array": [[85, 2, 1, "", "dpnp_array"]], "dpnp.dpnp_array.dpnp_array": [[85, 3, 1, "", "T"], [85, 4, 1, "", "__eq__"], [85, 4, 1, "", "__ge__"], [85, 4, 1, "", "__getitem__"], [85, 4, 1, "", "__gt__"], [85, 4, 1, "", "__le__"], [85, 4, 1, "", "__len__"], [85, 4, 1, "", "__lt__"], [85, 4, 1, "", "__ne__"], [85, 4, 1, "", "__setitem__"], [85, 4, 1, "", "all"], [85, 4, 1, "", "any"], [85, 4, 1, "", "argmax"], [85, 4, 1, "", "argmin"], [85, 4, 1, "", "argsort"], [85, 4, 1, "", "asnumpy"], [85, 4, 1, "", "astype"], [85, 4, 1, "", "choose"], [85, 4, 1, "", "clip"], [85, 4, 1, "", "conj"], [85, 4, 1, "", "conjugate"], [85, 4, 1, "", "copy"], [85, 4, 1, "", "cumprod"], [85, 4, 1, "", "cumsum"], [85, 3, 1, "", "device"], [85, 4, 1, "", "diagonal"], [85, 4, 1, "", "dot"], [85, 3, 1, "", "dtype"], [85, 4, 1, "", "fill"], [85, 3, 1, "", "flags"], [85, 3, 1, "", "flat"], [85, 4, 1, "", "flatten"], [85, 4, 1, "", "get_array"], [85, 3, 1, "", "imag"], [85, 4, 1, "", "item"], [85, 3, 1, "", "itemsize"], [85, 4, 1, "", "max"], [85, 4, 1, "", "mean"], [85, 4, 1, "", "min"], [85, 3, 1, "", "nbytes"], [85, 3, 1, "", "ndim"], [85, 4, 1, "", "nonzero"], [85, 4, 1, "", "partition"], [85, 4, 1, "", "prod"], [85, 4, 1, "", "put"], [85, 4, 1, "", "ravel"], [85, 3, 1, "", "real"], [85, 4, 1, "", "repeat"], [85, 4, 1, "", "reshape"], [85, 4, 1, "", "round"], [85, 4, 1, "", "searchsorted"], [85, 3, 1, "", "shape"], [85, 3, 1, "", "size"], [85, 4, 1, "", "sort"], [85, 4, 1, "", "squeeze"], [85, 4, 1, "", "std"], [85, 3, 1, "", "strides"], [85, 4, 1, "", "sum"], [85, 4, 1, "", "swapaxes"], [85, 3, 1, "", "sycl_context"], [85, 3, 1, "", "sycl_device"], [85, 3, 1, "", "sycl_queue"], [85, 4, 1, "", "take"], [85, 4, 1, "", "to_device"], [85, 4, 1, "", "trace"], [85, 4, 1, "", "transpose"], [85, 3, 1, "", "usm_type"], [85, 4, 1, "", "var"]], "dpnp.dtype": [[87, 4, 1, "", "__eq__"], [87, 4, 1, "", "__ge__"], [87, 4, 1, "", "__getitem__"], [87, 4, 1, "", "__gt__"], [87, 4, 1, "", "__le__"], [87, 4, 1, "", "__len__"], [87, 4, 1, "", "__lt__"], [87, 4, 1, "", "__ne__"], [87, 3, 1, "", "alignment"], [87, 3, 1, "", "base"], [87, 3, 1, "", "byteorder"], [87, 3, 1, "", "char"], [87, 3, 1, "", "descr"], [87, 3, 1, "", "fields"], [87, 3, 1, "", "flags"], [87, 3, 1, "", "hasobject"], [87, 3, 1, "", "isalignedstruct"], [87, 3, 1, "", "isbuiltin"], [87, 3, 1, "", "isnative"], [87, 3, 1, "", "itemsize"], [87, 3, 1, "", "kind"], [87, 3, 1, "", "metadata"], [87, 3, 1, "", "name"], [87, 3, 1, "", "names"], [87, 3, 1, "", "ndim"], [87, 4, 1, "", "newbyteorder"], [87, 3, 1, "", "num"], [87, 3, 1, "", "shape"], [87, 3, 1, "", "str"], [87, 3, 1, "", "subdtype"], [87, 3, 1, "", "type"]], "dpnp.fft": [[102, 1, 1, "", "fft"], [103, 1, 1, "", "fft2"], [104, 1, 1, "", "fftfreq"], [105, 1, 1, "", "fftn"], [106, 1, 1, "", "fftshift"], [107, 1, 1, "", "hfft"], [108, 1, 1, "", "ifft"], [109, 1, 1, "", "ifft2"], [110, 1, 1, "", "ifftn"], [111, 1, 1, "", "ifftshift"], [112, 1, 1, "", "ihfft"], [113, 1, 1, "", "irfft"], [114, 1, 1, "", "irfft2"], [115, 1, 1, "", "irfftn"], [116, 1, 1, "", "rfft"], [117, 1, 1, "", "rfft2"], [118, 1, 1, "", "rfftfreq"], [119, 1, 1, "", "rfftn"]], "dpnp.flatiter": [[122, 4, 1, "", "__eq__"], [122, 4, 1, "", "__ge__"], [122, 4, 1, "", "__getitem__"], [122, 4, 1, "", "__gt__"], [122, 4, 1, "", "__iter__"], [122, 4, 1, "", "__le__"], [122, 4, 1, "", "__lt__"], [122, 4, 1, "", "__ne__"], [122, 4, 1, "", "__next__"], [122, 4, 1, "", "__setitem__"]], "dpnp.linalg": [[171, 1, 1, "", "cholesky"], [172, 1, 1, "", "cond"], [173, 1, 1, "", "det"], [174, 1, 1, "", "eig"], [175, 1, 1, "", "eigh"], [176, 1, 1, "", "eigvals"], [177, 1, 1, "", "eigvalsh"], [178, 1, 1, "", "inv"], [179, 1, 1, "", "lstsq"], [180, 1, 1, "", "matrix_power"], [181, 1, 1, "", "matrix_rank"], [182, 1, 1, "", "multi_dot"], [183, 1, 1, "", "norm"], [184, 1, 1, "", "pinv"], [185, 1, 1, "", "qr"], [186, 1, 1, "", "slogdet"], [187, 1, 1, "", "solve"], [188, 1, 1, "", "svd"], [189, 1, 1, "", "tensorinv"], [190, 1, 1, "", "tensorsolve"]], "dpnp.ndarray": [[230, 6, 1, "", "T"], [231, 4, 1, "", "__abs__"], [232, 4, 1, "", "__add__"], [233, 4, 1, "", "__and__"], [234, 4, 1, "", "__bool__"], [235, 4, 1, "", "__complex__"], [236, 4, 1, "", "__copy__"], [237, 4, 1, "", "__eq__"], [238, 4, 1, "", "__float__"], [239, 4, 1, "", "__floordiv__"], [240, 4, 1, "", "__ge__"], [241, 4, 1, "", "__getitem__"], [242, 4, 1, "", "__gt__"], [243, 4, 1, "", "__iadd__"], [244, 4, 1, "", "__iand__"], [245, 4, 1, "", "__ifloordiv__"], [246, 4, 1, "", "__ilshift__"], [247, 4, 1, "", "__imod__"], [248, 4, 1, "", "__imul__"], [249, 4, 1, "", "__int__"], [250, 4, 1, "", "__invert__"], [251, 4, 1, "", "__ior__"], [252, 4, 1, "", "__ipow__"], [253, 4, 1, "", "__irshift__"], [254, 4, 1, "", "__isub__"], [255, 4, 1, "", "__itruediv__"], [256, 4, 1, "", "__ixor__"], [257, 4, 1, "", "__le__"], [258, 4, 1, "", "__len__"], [259, 4, 1, "", "__lshift__"], [260, 4, 1, "", "__lt__"], [261, 4, 1, "", "__matmul__"], [262, 4, 1, "", "__mod__"], [263, 4, 1, "", "__mul__"], [264, 4, 1, "", "__ne__"], [265, 4, 1, "", "__neg__"], [266, 4, 1, "", "__new__"], [267, 4, 1, "", "__or__"], [268, 4, 1, "", "__pos__"], [269, 4, 1, "", "__pow__"], [270, 4, 1, "", "__repr__"], [271, 4, 1, "", "__rshift__"], [272, 4, 1, "", "__setitem__"], [273, 4, 1, "", "__str__"], [274, 4, 1, "", "__sub__"], [275, 4, 1, "", "__truediv__"], [276, 4, 1, "", "__xor__"], [277, 4, 1, "", "all"], [278, 4, 1, "", "any"], [279, 4, 1, "", "argmax"], [280, 4, 1, "", "argmin"], [281, 4, 1, "", "argsort"], [282, 4, 1, "", "astype"], [283, 4, 1, "", "choose"], [284, 4, 1, "", "clip"], [285, 4, 1, "", "conj"], [286, 4, 1, "", "conjugate"], [287, 4, 1, "", "copy"], [288, 4, 1, "", "cumprod"], [289, 4, 1, "", "cumsum"], [290, 4, 1, "", "diagonal"], [291, 6, 1, "", "dtype"], [292, 4, 1, "", "fill"], [293, 6, 1, "", "flags"], [294, 6, 1, "", "flat"], [295, 4, 1, "", "flatten"], [296, 6, 1, "", "imag"], [297, 4, 1, "", "item"], [298, 6, 1, "", "itemsize"], [299, 4, 1, "", "max"], [300, 4, 1, "", "mean"], [301, 4, 1, "", "min"], [302, 6, 1, "", "nbytes"], [303, 6, 1, "", "ndim"], [304, 4, 1, "", "nonzero"], [305, 4, 1, "", "partition"], [306, 4, 1, "", "prod"], [307, 4, 1, "", "put"], [308, 4, 1, "", "ravel"], [309, 6, 1, "", "real"], [310, 4, 1, "", "repeat"], [311, 4, 1, "", "reshape"], [312, 4, 1, "", "round"], [313, 4, 1, "", "searchsorted"], [314, 6, 1, "", "shape"], [315, 6, 1, "", "size"], [316, 4, 1, "", "sort"], [317, 4, 1, "", "squeeze"], [318, 4, 1, "", "std"], [319, 6, 1, "", "strides"], [320, 4, 1, "", "sum"], [321, 4, 1, "", "swapaxes"], [322, 4, 1, "", "take"], [323, 4, 1, "", "trace"], [324, 4, 1, "", "transpose"], [325, 4, 1, "", "var"]], "dpnp.random": [[346, 2, 1, "", "RandomState"], [347, 1, 1, "", "beta"], [348, 1, 1, "", "binomial"], [349, 1, 1, "", "bytes"], [350, 1, 1, "", "chisquare"], [351, 1, 1, "", "choice"], [352, 1, 1, "", "dirichlet"], [353, 1, 1, "", "exponential"], [354, 1, 1, "", "f"], [355, 1, 1, "", "gamma"], [356, 1, 1, "", "geometric"], [357, 1, 1, "", "gumbel"], [358, 1, 1, "", "hypergeometric"], [359, 1, 1, "", "laplace"], [360, 1, 1, "", "logistic"], [361, 1, 1, "", "lognormal"], [362, 1, 1, "", "logseries"], [363, 1, 1, "", "multinomial"], [364, 1, 1, "", "multivariate_normal"], [365, 1, 1, "", "negative_binomial"], [366, 1, 1, "", "noncentral_chisquare"], [367, 1, 1, "", "noncentral_f"], [368, 1, 1, "", "normal"], [369, 1, 1, "", "pareto"], [370, 1, 1, "", "permutation"], [371, 1, 1, "", "poisson"], [372, 1, 1, "", "power"], [373, 1, 1, "", "rand"], [374, 1, 1, "", "randint"], [375, 1, 1, "", "randn"], [376, 1, 1, "", "random"], [377, 1, 1, "", "random_integers"], [378, 1, 1, "", "random_sample"], [379, 1, 1, "", "ranf"], [380, 1, 1, "", "rayleigh"], [381, 1, 1, "", "sample"], [382, 1, 1, "", "seed"], [383, 1, 1, "", "shuffle"], [384, 1, 1, "", "standard_cauchy"], [385, 1, 1, "", "standard_exponential"], [386, 1, 1, "", "standard_gamma"], [387, 1, 1, "", "standard_normal"], [388, 1, 1, "", "standard_t"], [389, 1, 1, "", "triangular"], [390, 1, 1, "", "uniform"], [391, 1, 1, "", "vonmises"], [392, 1, 1, "", "wald"], [393, 1, 1, "", "weibull"], [394, 1, 1, "", "zipf"]], "dpnp.random.RandomState": [[346, 4, 1, "", "__eq__"], [346, 4, 1, "", "__ge__"], [346, 4, 1, "", "__gt__"], [346, 4, 1, "", "__le__"], [346, 4, 1, "", "__lt__"], [346, 4, 1, "", "__ne__"], [346, 4, 1, "", "get_state"], [346, 4, 1, "", "get_sycl_device"], [346, 4, 1, "", "get_sycl_queue"], [346, 4, 1, "", "normal"], [346, 4, 1, "", "rand"], [346, 4, 1, "", "randint"], [346, 4, 1, "", "randn"], [346, 4, 1, "", "random_sample"], [346, 4, 1, "", "standard_normal"], [346, 4, 1, "", "uniform"]]}, "objnames": {"0": ["py", "module", "Python module"], "1": ["py", "function", "Python function"], "2": ["py", "class", "Python class"], "3": ["py", "attribute", "Python attribute"], "4": ["py", "method", "Python method"], "5": ["py", "data", "Python data"], "6": ["py", "property", "Python property"]}, "objtypes": {"0": "py:module", "1": "py:function", "2": "py:class", "3": "py:attribute", "4": "py:method", "5": "py:data", "6": "py:property"}, "terms": {"": [0, 3, 4, 10, 70, 73, 85, 87, 103, 105, 109, 110, 114, 115, 117, 119, 120, 132, 133, 179, 181, 183, 188, 291, 324, 346, 347, 348, 353, 354, 355, 357, 358, 359, 360, 361, 363, 365, 368, 369, 371, 372, 373, 374, 375, 376, 378, 379, 380, 381, 384, 386, 387, 388, 389, 390, 391, 392, 393, 394, 432, 462], "0": [0, 4, 6, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 41, 42, 43, 44, 45, 52, 54, 56, 58, 59, 60, 61, 62, 63, 65, 66, 67, 68, 69, 70, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 94, 95, 97, 98, 99, 100, 102, 104, 106, 108, 111, 118, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 137, 138, 139, 141, 144, 145, 148, 151, 152, 157, 158, 159, 160, 161, 167, 168, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 183, 186, 191, 192, 193, 194, 195, 196, 199, 201, 202, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 287, 290, 292, 296, 297, 309, 312, 316, 318, 323, 324, 325, 328, 330, 331, 332, 335, 337, 338, 339, 340, 341, 342, 345, 346, 348, 353, 355, 356, 357, 359, 360, 361, 363, 364, 365, 368, 370, 371, 372, 373, 376, 378, 379, 380, 381, 384, 387, 389, 390, 391, 397, 399, 400, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 415, 416, 417, 418, 420, 421, 422, 423, 424, 425, 426, 427, 428, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 452, 453, 454, 462], "00": [66, 90, 102, 415], "000": 348, "00000000005e": 98, "00000000e": 102, "000000082740371e": 98, "000000e": [66, 415], "00001e10": [15, 154], "000e": 90, "00867716": 350, "01": 90, "02": 90, "03088525e": 91, "0396842": 202, "04": 90, "04719755": 345, "04921661": 346, "05": [15, 90, 154], "06310682": 346, "07944154": [71, 186], "08": [15, 66, 90, 154, 364, 415], "08156915": 346, "0943951": 345, "09861229": [71, 186, 195], "0dev0": 6, "0j": [18, 84, 85, 155, 156, 162, 163, 205, 296, 309, 413], "0th": 431, "1": [0, 3, 4, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 28, 29, 30, 32, 34, 35, 36, 38, 41, 42, 43, 44, 45, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 138, 139, 141, 143, 144, 145, 146, 148, 150, 151, 152, 154, 155, 156, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 185, 186, 187, 189, 191, 192, 193, 195, 196, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 281, 282, 287, 290, 292, 295, 296, 297, 305, 309, 316, 323, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 345, 346, 348, 350, 351, 353, 355, 357, 359, 360, 361, 363, 364, 365, 368, 370, 371, 372, 373, 374, 376, 378, 379, 380, 381, 385, 387, 390, 395, 397, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 417, 418, 419, 420, 421, 422, 423, 425, 426, 427, 428, 429, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "10": [0, 4, 13, 22, 24, 28, 29, 44, 56, 62, 71, 72, 73, 77, 78, 81, 82, 85, 87, 89, 90, 98, 99, 106, 118, 137, 139, 144, 145, 150, 167, 168, 193, 194, 195, 196, 202, 203, 209, 217, 311, 340, 342, 346, 348, 358, 370, 398, 402, 403, 405, 407, 410, 422, 428, 437, 438, 439, 441, 442, 443, 452], "100": [77, 118, 139, 167, 182, 202, 358, 384], "1000": [52, 139, 182, 202, 347, 348, 353, 355, 357, 358, 359, 360, 361, 368, 369, 372, 374, 376, 379, 381, 387, 391, 392, 393, 394], "10000": [73, 182, 356, 371, 380, 390], "100000": 365, "1000000": [384, 386, 388, 389], "1024": 0, "105": 90, "11": [28, 29, 44, 67, 77, 78, 85, 99, 141, 183, 311, 365, 374, 407, 410, 416, 437, 438, 439, 441, 442, 443, 452], "110": [89, 152], "113": 197, "11570901": 346, "1179187": 346, "118033988749895": 423, "119": 89, "1196081": 346, "12": [10, 28, 29, 43, 70, 77, 78, 82, 87, 89, 99, 150, 202, 338, 340, 345, 370, 410, 437, 438, 439, 441, 442, 443, 452], "120": [72, 75], "123": [85, 90, 297], "125": [337, 448], "127": 139, "128": [0, 139], "12th": 89, "13": [10, 28, 29, 47, 77, 78, 84, 87, 89, 153, 205, 410, 438, 439, 442, 443], "130": 89, "134": 152, "13436424": 346, "135": 26, "13710533": 350, "139884456208480": 14, "14": [28, 29, 46, 47, 77, 78, 84, 152, 153, 410, 431, 438, 439, 442, 443], "140053638309840": 19, "14159265": [21, 26, 74, 345], "14423775e": 102, "15": [28, 29, 73, 77, 78, 82, 89, 184, 194, 370, 410, 438, 439, 442, 443], "150": 75, "15888336": 202, "16": [6, 46, 77, 78, 87, 102, 135, 139, 141, 217, 337, 429, 438, 439, 442, 443], "16227766": [172, 398], "16394577": 346, "16j": 102, "17": 102, "17157288": [175, 177], "17281316e": 102, "177": [139, 202], "17j": 102, "18": [6, 72, 87, 88, 89, 183, 202], "180": [26, 74, 89, 470], "1805": 10, "18236388": 346, "18557831": 346, "1887902": 345, "19": [10, 68, 87], "1923875335537315": 375, "19245009": 409, "1965": 10, "19722458": 71, "1d": [341, 342, 428], "1e": [15, 98, 154, 174, 184, 194, 195, 197, 364], "1e10": [15, 154], "1j": [11, 12, 18, 59, 60, 85, 150, 155, 162, 174, 188, 296, 309, 418, 420], "1th": 431, "2": [0, 3, 4, 10, 11, 12, 13, 20, 21, 22, 23, 24, 25, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 44, 46, 48, 50, 51, 53, 54, 56, 57, 58, 59, 60, 61, 62, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 106, 109, 111, 114, 117, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 136, 137, 139, 141, 142, 143, 144, 145, 146, 148, 150, 151, 152, 155, 162, 167, 168, 169, 170, 171, 172, 173, 174, 175, 178, 179, 180, 182, 183, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 227, 282, 287, 290, 292, 295, 297, 305, 324, 327, 328, 329, 330, 331, 332, 333, 335, 337, 338, 339, 340, 341, 345, 346, 350, 354, 358, 364, 370, 373, 375, 386, 388, 389, 392, 394, 395, 397, 399, 400, 401, 403, 404, 405, 406, 407, 408, 410, 412, 414, 415, 416, 418, 419, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "20": [6, 72, 82, 89, 118, 151, 167, 168, 183, 342, 348, 363, 410, 428], "20000": 348, "2007": 10, "200e": 90, "2048": 0, "21": [73, 87], "215": 202, "21941987": 346, "21968665": 346, "22": 341, "22460635e": 429, "22464680e": 102, "22497216": 183, "22776602": 202, "23": [6, 346], "230": 89, "23598776": 345, "23606798": 183, "24": [28, 29, 70, 72, 88, 89, 152, 167, 189, 338, 431, 433], "24264069": 183, "245": 6, "24544512": 346, "247219128924647": 226, "25": [87, 89, 94, 104, 141, 144, 145, 178, 191, 217, 228, 375, 384, 448, 449], "255": [46, 48], "25506903": 346, "256": [0, 139], "26": [49, 89], "26618007j": 196, "27": [53, 202, 337, 409, 448], "28": 89, "28318531": 447, "28352814": 346, "297": 10, "299": 6, "2d": [188, 205], "2e": 73, "2f": 0, "2j": [59, 60, 84, 102, 150, 155, 162, 175, 177, 205, 413, 418, 450], "3": [0, 3, 4, 13, 20, 21, 26, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 46, 49, 50, 51, 53, 56, 57, 58, 61, 62, 63, 64, 65, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 98, 99, 100, 102, 104, 106, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 137, 139, 141, 144, 145, 146, 147, 148, 150, 151, 152, 155, 156, 162, 163, 164, 167, 168, 172, 173, 174, 178, 179, 180, 181, 183, 185, 186, 187, 188, 189, 190, 191, 192, 194, 195, 197, 199, 200, 201, 202, 203, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 287, 290, 295, 297, 305, 316, 324, 328, 329, 330, 331, 332, 333, 335, 337, 338, 339, 341, 345, 346, 350, 354, 361, 364, 370, 373, 374, 375, 385, 389, 392, 395, 397, 398, 399, 400, 401, 402, 403, 405, 406, 407, 408, 410, 412, 414, 417, 418, 419, 421, 422, 423, 424, 426, 427, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454], "30": [70, 75, 89, 118, 342, 345, 428, 450], "3003003": 397, "301": 10, "30102999566": 194, "3012989": 416, "30258509": [71, 203], "31": [49, 139], "312": 91, "316": 202, "32": [87, 89, 139, 225, 227, 431], "33": 397, "333": 182, "33486982e": 102, "33836967": 346, "34074171": 346, "34132519": 202, "34846923": 183, "34960421": 202, "35": [89, 356], "35106603e": 183, "35355338": 409, "36": 70, "37": 407, "370": 6, "371139e": 66, "38": [152, 348], "38268343": 175, "38268343j": 175, "38629436": 71, "38885": 348, "389056099": [95, 98], "39": 6, "39295758": 346, "397": 6, "3e": [0, 73], "3j": [84, 205, 418], "3rd": 58, "3x3": 204, "3x8000": 385, "4": [0, 13, 14, 20, 28, 29, 32, 41, 43, 44, 46, 48, 50, 56, 57, 58, 61, 64, 66, 68, 70, 72, 73, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 93, 96, 99, 104, 106, 108, 111, 118, 120, 123, 127, 128, 129, 133, 134, 135, 137, 139, 141, 142, 143, 144, 145, 146, 147, 150, 151, 152, 155, 162, 167, 170, 173, 178, 180, 181, 183, 186, 189, 190, 191, 196, 198, 202, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 216, 217, 218, 219, 221, 223, 226, 228, 287, 290, 295, 305, 316, 324, 328, 330, 332, 337, 338, 340, 341, 345, 346, 347, 350, 370, 375, 391, 395, 399, 400, 401, 405, 406, 407, 408, 413, 417, 419, 422, 423, 424, 426, 427, 431, 432, 434, 435, 437, 438, 439, 441, 442, 443, 444, 448, 449, 450, 451, 452, 454], "40": [89, 118, 168, 342, 428], "40882036": 346, "4096": 0, "41421356": [172, 183], "429": 6, "44": [335, 341], "4400": [89, 431], "443469": 202, "44509285e": 102, "45": [18, 26], "4532": [89, 431], "46": 89, "46394577": 346, "464": 202, "4664": [89, 431], "47": 6, "4730": [89, 431], "4796": [89, 431], "48": [6, 70], "48093112": 346, "4874": [89, 431], "48927254": 346, "49": 6, "4928": [89, 431], "49543509": 346, "49778714": 447, "499128": 84, "4d": 188, "4j": [150, 450], "4x4": [438, 442], "5": [0, 6, 13, 14, 19, 20, 27, 28, 41, 44, 45, 46, 48, 49, 50, 54, 56, 58, 61, 64, 65, 68, 70, 72, 73, 76, 77, 78, 80, 81, 82, 83, 84, 85, 88, 89, 90, 94, 99, 104, 106, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 135, 139, 141, 144, 145, 146, 147, 150, 151, 152, 155, 162, 167, 168, 171, 175, 177, 178, 182, 183, 187, 191, 198, 199, 200, 201, 202, 204, 206, 207, 208, 209, 210, 211, 212, 213, 214, 216, 217, 223, 226, 282, 287, 328, 330, 331, 332, 337, 340, 341, 345, 346, 347, 348, 350, 353, 365, 369, 370, 371, 372, 375, 378, 393, 395, 397, 399, 401, 403, 404, 405, 406, 407, 408, 410, 413, 418, 422, 423, 425, 426, 427, 431, 432, 434, 436, 437, 438, 439, 441, 442, 443, 444, 445, 447, 448, 450, 451, 452, 453, 454], "50": [118, 139, 167, 197, 202, 342, 428, 431, 452], "500": 167, "5018": [89, 431], "5091786": 67, "51": 6, "512": 0, "5162": [89, 431], "52069395e": 102, "52359878": 345, "52928804": 346, "5306": [89, 431], "54": 346, "542": 6, "54288406": 346, "54465213": 346, "548739": 416, "54930614": 27, "55": [335, 341], "5555555555555554": 228, "56": 6, "562": 202, "5620499351813308": [11, 12], "56920387": 346, "5707963267948966": 23, "57079633": [18, 26, 345, 447], "58997253": 346, "591953": 67, "5e": 197, "5j": [211, 330, 418], "6": [0, 4, 6, 13, 20, 28, 29, 41, 44, 48, 49, 56, 58, 64, 70, 72, 73, 75, 76, 77, 78, 80, 81, 82, 83, 84, 85, 87, 88, 89, 93, 98, 99, 104, 118, 123, 138, 141, 146, 150, 151, 152, 167, 183, 184, 185, 188, 189, 191, 202, 204, 220, 221, 225, 287, 297, 328, 332, 335, 337, 340, 346, 363, 365, 370, 375, 395, 401, 405, 406, 407, 408, 418, 422, 424, 425, 426, 427, 431, 433, 435, 437, 438, 439, 441, 442, 443, 444, 447, 450, 451, 452, 454], "60": [70, 75, 89, 342, 428, 431, 452], "600": 167, "60943791": 71, "61799388": 345, "62": 152, "6227766": 139, "62318272": 350, "62341325": 139, "624": 90, "63": 139, "63317787e": 429, "63522211": 346, "63836967": 346, "64": [0, 4, 89, 139, 225, 227, 337, 407], "64000": 89, "65745445": 22, "66519143": 345, "6666666666666665": 223, "67": 89, "67305985": 132, "673174": 346, "67718303": 346, "69295758": 346, "69314718": [71, 186, 195], "6990877": 346, "6j": [150, 450], "7": [13, 15, 20, 41, 54, 56, 64, 68, 70, 73, 76, 77, 78, 80, 81, 83, 85, 88, 95, 99, 123, 126, 139, 141, 152, 154, 167, 183, 188, 204, 209, 214, 217, 297, 328, 339, 340, 346, 370, 399, 402, 404, 405, 424, 425, 426, 427, 431, 437, 438, 439, 441, 442, 443, 444, 445, 450, 452], "70": [167, 450, 452], "700": 167, "700e": 90, "70710677": [85, 296, 309], "70710678": [172, 174], "70710678j": 174, "70882036": 346, "71238898": 345, "718281828": [95, 98], "72": 70, "720": 72, "72075441": 202, "72538256": 24, "74165739": 183, "742278e": 415, "74596669": 183, "74921661": 346, "75": [44, 94, 104, 141, 145, 178, 191], "754": 121, "75958653": 345, "76096244": 346, "76377462": 346, "78539816": [18, 25, 26, 447], "78927254": 346, "79175947": 71, "7j": 339, "8": [4, 13, 15, 41, 53, 56, 64, 70, 76, 77, 78, 80, 81, 85, 87, 89, 90, 99, 102, 104, 118, 123, 139, 141, 150, 154, 173, 183, 186, 188, 189, 191, 202, 204, 328, 337, 338, 340, 346, 370, 389, 405, 409, 415, 427, 431, 433, 435, 437, 438, 439, 441, 442, 443, 448, 452], "80": [87, 89, 452], "8000": 385, "80226506": 346, "81715362": 346, "827941": [139, 202], "82842712": [175, 177], "84288406": 346, "84401099": 346, "84743374": 346, "84803548": 183, "85": 89, "86": [6, 152], "87649168": 197, "88178420e": 102, "88997253": 346, "89920014": 350, "8f": 87, "8j": 450, "9": [4, 13, 41, 56, 64, 70, 73, 76, 77, 78, 80, 83, 85, 89, 91, 99, 102, 106, 111, 127, 135, 139, 141, 174, 179, 183, 184, 185, 188, 202, 204, 217, 297, 328, 340, 346, 348, 350, 370, 405, 419, 424, 431, 437, 438, 439, 441, 442, 443, 444, 448, 452], "90": [18, 75, 452], "917152": 430, "92387953": 175, "92387953j": 175, "94": 89, "94591015": 71, "95": 179, "95799250e": 102, "98": 205, "98024613": 202, "99": [195, 342], "99322285": 22, "99532227": 94, "996272": 430, "99822295": 24, "99853728": 94, "999": 90, "99959305": 94, "99989938": 94, "99997791": 94, "A": [10, 11, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 39, 40, 46, 47, 48, 49, 50, 51, 53, 54, 56, 57, 59, 60, 62, 63, 64, 66, 67, 71, 72, 73, 74, 76, 77, 79, 80, 83, 85, 87, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 104, 118, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 175, 176, 177, 179, 181, 182, 185, 186, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 207, 211, 213, 214, 217, 220, 221, 225, 227, 282, 287, 295, 314, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 339, 345, 346, 348, 365, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 395, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 426, 427, 429, 430, 431, 432, 434, 436, 438, 440, 442, 444, 445, 448, 452, 453, 454], "AND": [14, 46, 47, 48, 49, 153, 198, 199, 200, 201], "And": [4, 39, 40, 77, 85, 282, 438, 442], "Be": 174, "Being": 3, "But": [4, 87], "By": [28, 29, 40, 70, 85, 139, 179, 191, 202, 205, 206, 208, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 395, 400, 405, 423, 427, 436, 438, 440, 442, 449], "For": [0, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 295, 296, 297, 309, 311, 319, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "If": [4, 10, 11, 12, 14, 15, 19, 20, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 56, 58, 70, 71, 72, 73, 76, 80, 81, 84, 85, 87, 89, 90, 97, 99, 100, 101, 102, 108, 120, 121, 123, 128, 129, 136, 139, 141, 144, 145, 146, 150, 151, 152, 160, 161, 162, 171, 179, 180, 181, 182, 183, 184, 185, 188, 190, 191, 192, 202, 203, 206, 207, 208, 210, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 314, 316, 335, 338, 341, 342, 346, 368, 390, 396, 398, 400, 401, 405, 407, 408, 410, 417, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 448, 449, 450, 451, 452, 462], "In": [4, 10, 28, 29, 72, 73, 90, 141, 171, 176, 182, 185, 202, 220, 221, 223, 225, 227, 338, 341, 346, 390, 401, 425, 427, 445], "It": [4, 10, 14, 19, 28, 29, 56, 72, 73, 82, 84, 102, 108, 120, 141, 175, 177, 205, 208, 218, 219, 220, 221, 222, 223, 224, 226, 228, 338, 423, 425, 427, 449], "Its": [56, 189, 342, 433], "NOT": [47, 153, 198, 199, 200, 201], "No": [35, 89, 171], "Not": [14, 19, 157, 220, 221, 222, 224, 225, 227, 338], "OR": [19, 46, 47, 48, 49, 153, 198, 199, 200, 201], "On": 4, "One": [41, 42, 43, 70, 86, 87, 401], "Or": 141, "That": 204, "The": [3, 4, 10, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 51, 53, 56, 57, 58, 62, 63, 64, 66, 67, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 102, 104, 106, 108, 111, 116, 118, 120, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 151, 153, 156, 157, 158, 159, 163, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 179, 180, 182, 183, 184, 185, 186, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 200, 202, 203, 204, 205, 206, 207, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 224, 225, 226, 227, 228, 282, 287, 295, 296, 305, 309, 326, 327, 328, 329, 330, 331, 332, 336, 337, 338, 340, 341, 342, 345, 346, 349, 351, 352, 362, 367, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 395, 397, 398, 399, 400, 401, 402, 403, 405, 406, 408, 409, 412, 413, 414, 415, 416, 417, 419, 420, 422, 423, 424, 425, 427, 428, 429, 430, 431, 432, 434, 436, 438, 439, 440, 442, 443, 444, 445, 448, 449, 451, 452, 453, 454, 462, 466, 470], "Then": [10, 36, 38, 204], "There": [10, 191], "These": [4, 87, 89, 90, 97, 204, 216, 342, 428, 438, 442, 462, 466], "To": [4, 328], "With": [28, 29, 44, 183, 206, 212, 218, 219, 225, 227, 338, 425], "_": [0, 145, 422], "__array_interface__": 87, "__bool__": 462, "__dlpack__": 131, "__dlpack_device__": 131, "__eq__": [85, 87, 122, 346], "__ge__": [85, 87, 122, 346], "__getitem__": [85, 87, 122], "__gt__": [85, 87, 122, 346], "__iter__": 122, "__le__": [85, 87, 122, 346], "__len__": [85, 87], "__lt__": [85, 87, 122, 346], "__main__": 0, "__name__": 0, "__ne__": [85, 87, 122, 346], "__next__": 122, "__setitem__": [85, 122], "__sycl_usm_array_interface__": 37, "_dtypes_list": 0, "a1": 33, "a2": 33, "a_": 10, "a_k": 10, "a_m": 10, "a_max": 56, "a_min": 56, "ab": [6, 10, 12, 15], "abc": 89, "abcd": 90, "about": [36, 38, 85, 121, 174, 293, 462], "abov": [3, 71, 76, 79, 151, 185, 203, 398, 436, 437, 441], "absolut": [6, 11, 15, 18, 101, 186, 226, 228, 339, 423, 449], "accept": [30, 89, 346, 417, 438, 442], "access": [10, 77, 78, 120, 204, 438, 442, 462], "accord": [14, 19, 44, 52, 87, 121, 174, 175, 176, 177, 203, 208, 223, 226, 228, 398, 403, 423, 449], "accordingli": [222, 224], "account": 401, "accumul": [71, 72, 73, 89, 144, 220, 221, 225, 227, 338, 425, 433], "accur": [87, 98, 141, 195, 197], "achiev": 89, "across": [80, 145, 220, 221, 225, 227], "activ": 4, "actual": [87, 144, 145, 171, 182], "ad": [15, 87, 90, 97, 173, 186, 466], "add": [6, 87], "add_docstr": 6, "add_newdoc": 6, "add_newdoc_ufunc": 6, "addit": [71, 171, 223], "address": 87, "advanc": 89, "advers": 89, "advis": 4, "affect": [20, 80, 89, 120, 144, 145], "after": [86, 120, 327, 365, 405], "ag": 87, "against": [15, 28, 29, 50, 51, 56, 140, 183, 184, 206, 212, 218, 219, 225, 227, 338, 342, 425, 428], "ai": [3, 342, 428], "ai_max": 428, "ai_min": 428, "ainv": [178, 189], "al": 10, "algebra": [455, 466], "algorithm": [10, 89, 90], "alia": [10, 16, 17, 83, 102, 108, 121, 214, 229, 346, 376, 379, 381, 399, 408, 444, 451], "alias": 9, "align": 87, "all": [4, 6, 9, 15, 19, 33, 40, 44, 57, 68, 81, 85, 86, 87, 89, 90, 95, 96, 98, 100, 106, 111, 120, 123, 124, 125, 132, 133, 135, 139, 141, 146, 148, 171, 181, 184, 191, 202, 206, 212, 218, 219, 222, 224, 282, 285, 292, 305, 338, 348, 405, 408, 421, 425, 451, 462, 470], "allclos": [6, 33, 154, 178, 184, 185, 187, 188, 190], "alloc": [3, 4, 20, 32, 34, 35, 36, 37, 38, 40, 44, 62, 71, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 160, 161, 191, 192, 202, 203, 204, 208, 211, 223, 226, 228, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 398, 421, 423, 436, 438, 442, 448, 449, 453, 454], "allow": [40, 85, 89, 144, 145, 204, 282, 311, 427, 462], "alltru": 6, "almost": [174, 438], "along": [3, 4, 14, 16, 17, 19, 28, 29, 30, 44, 57, 58, 68, 71, 72, 73, 76, 77, 79, 80, 81, 85, 86, 88, 99, 102, 106, 108, 120, 123, 124, 125, 128, 129, 134, 139, 141, 146, 151, 183, 185, 189, 190, 191, 202, 203, 206, 207, 208, 209, 210, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 279, 280, 281, 288, 289, 299, 301, 306, 307, 318, 320, 322, 323, 325, 335, 338, 340, 341, 342, 398, 400, 405, 406, 408, 417, 422, 423, 425, 427, 428, 431, 432, 433, 435, 438, 439, 442, 443, 449, 451, 462], "alpha": [347, 352, 353, 369, 372], "alreadi": [4, 10, 35, 41, 42, 43, 333], "also": [3, 10, 13, 18, 20, 26, 46, 48, 49, 63, 83, 87, 89, 93, 97, 127, 128, 129, 130, 134, 136, 141, 142, 143, 144, 147, 168, 169, 170, 171, 197, 204, 207, 213, 214, 216, 217, 328, 329, 337, 384, 399, 403, 424, 427, 444, 462], "alter": 80, "altern": [3, 4, 14, 19, 72, 73, 84, 85, 205, 206, 208, 212, 220, 221, 223, 225, 226, 227, 228, 324, 338, 423, 425, 449], "although": [18, 87, 111, 432], "alwai": [4, 10, 30, 34, 40, 80, 85, 101, 175, 177, 226, 228, 282, 328, 401, 418, 423, 449], "amax": [6, 206], "ambigu": 462, "amin": [6, 212], "amplitud": 10, "an": [0, 3, 4, 10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 66, 67, 71, 72, 73, 76, 77, 78, 79, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 102, 104, 108, 118, 120, 121, 123, 124, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 163, 168, 169, 170, 173, 176, 179, 181, 182, 183, 185, 186, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 236, 281, 282, 283, 284, 287, 297, 299, 305, 307, 310, 311, 314, 316, 317, 321, 322, 324, 326, 328, 329, 330, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 346, 348, 353, 354, 356, 365, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 438, 439, 441, 442, 443, 444, 445, 446, 448, 449, 451, 452, 453, 454, 462, 470], "anaconda": [3, 4], "analysi": 10, "analyt": 3, "angl": [6, 10, 25, 26, 74, 75, 344, 345, 447, 470], "ani": [3, 6, 14, 15, 30, 32, 34, 35, 36, 37, 38, 40, 50, 51, 62, 76, 79, 81, 85, 87, 89, 90, 120, 137, 138, 139, 141, 145, 146, 156, 163, 164, 180, 190, 191, 202, 204, 222, 224, 282, 346, 390, 417, 448, 462], "anoth": [4, 64, 85, 99, 131, 287, 307, 335, 341, 406], "answer": 348, "anti": [80, 120], "anyth": 87, "ap": 179, "api": [0, 2, 3, 6, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 87, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "appear": [97, 124, 125], "append": [0, 6, 81, 90, 97, 108, 168], "appli": [28, 29, 30, 44, 52, 89, 402, 431], "applic": [10, 87], "apply_along_axi": 6, "apply_over_ax": 6, "approach": [87, 108], "appropri": [4, 28, 29, 102, 108, 140, 190, 218, 219, 222, 224, 346, 374, 377, 427, 462], "approxim": 121, "ar": [3, 4, 10, 11, 12, 13, 14, 15, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 33, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 53, 54, 56, 57, 58, 59, 60, 63, 64, 65, 66, 67, 68, 69, 71, 72, 73, 74, 75, 76, 80, 81, 83, 84, 85, 87, 88, 89, 90, 93, 94, 95, 96, 97, 98, 100, 101, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 123, 124, 125, 126, 127, 128, 129, 130, 134, 139, 141, 142, 143, 144, 145, 147, 152, 153, 154, 157, 158, 159, 168, 169, 170, 171, 174, 175, 176, 177, 179, 180, 181, 182, 183, 184, 188, 189, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 212, 213, 214, 215, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 304, 305, 326, 327, 328, 329, 334, 335, 336, 337, 338, 339, 342, 343, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 374, 377, 378, 380, 386, 388, 389, 390, 391, 392, 393, 394, 395, 397, 398, 399, 403, 404, 405, 407, 408, 409, 410, 411, 413, 414, 415, 417, 419, 420, 422, 423, 424, 425, 427, 429, 430, 431, 433, 435, 439, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 462], "arang": [0, 6, 13, 28, 29, 41, 42, 43, 44, 45, 56, 63, 75, 76, 77, 78, 80, 83, 84, 85, 89, 93, 95, 96, 98, 99, 102, 123, 130, 138, 139, 141, 144, 151, 152, 167, 183, 191, 194, 195, 198, 199, 200, 201, 202, 204, 205, 206, 210, 212, 214, 217, 290, 329, 332, 335, 337, 341, 345, 370, 399, 402, 405, 424, 431, 433, 438, 439, 442, 443, 444, 452, 454], "arbitrari": [39, 84, 87, 89, 152, 205, 402, 438, 442], "arbitrarili": 89, "arc": [18, 25], "arcco": [6, 22, 23, 25, 26, 66], "arccosh": [6, 21, 24, 27, 67], "arcsin": [6, 21, 24, 25, 26, 415], "arcsinh": [6, 22, 23, 27, 416], "arctan": [6, 18, 21, 23, 26, 27, 429], "arctan2": [6, 18, 25], "arctanh": [6, 22, 24, 25, 26, 430], "arg": [50, 346], "arg1": [165, 166], "arg2": [165, 166], "argmax": [0, 6, 29, 85, 218, 342, 428, 462], "argmin": [6, 28, 85, 219, 428, 462], "argpartit": [6, 30, 342, 428, 462], "argsort": [6, 85, 342, 410, 417, 428, 434, 462], "argument": [0, 10, 11, 12, 13, 15, 18, 20, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 52, 53, 54, 56, 58, 63, 66, 67, 74, 83, 84, 85, 87, 88, 90, 94, 95, 96, 98, 126, 127, 128, 129, 130, 147, 150, 153, 164, 165, 166, 168, 182, 183, 194, 195, 196, 197, 204, 205, 207, 213, 214, 215, 217, 311, 324, 326, 327, 336, 337, 339, 341, 345, 397, 399, 402, 403, 404, 409, 413, 414, 415, 416, 422, 424, 429, 430, 431, 435, 444, 445, 462], "argwher": [6, 328], "ari": [41, 42, 43], "arithmet": [44, 139, 208, 209, 223, 226, 228, 336, 423, 425, 449, 455, 466], "around": [6, 85, 139, 341, 407], "arr": [78, 87, 145, 343, 370, 439, 443], "arr2": 87, "arr_t": [40, 85, 282], "arrai": [0, 2, 3, 4, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 108, 109, 110, 111, 114, 115, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 230, 236, 279, 280, 281, 282, 283, 284, 287, 290, 291, 292, 293, 295, 296, 297, 298, 300, 302, 303, 305, 307, 308, 309, 310, 311, 312, 314, 315, 316, 317, 318, 319, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 347, 348, 350, 351, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 466], "array2str": 6, "array_equ": 6, "array_equiv": [6, 33], "array_lik": [32, 34, 35, 36, 37, 38, 39, 44, 62, 64, 76, 79, 99, 137, 138, 139, 156, 163, 191, 202, 335, 341, 342, 346, 412, 427, 431, 448], "array_of_diagon": 80, "array_repr": 6, "array_split": [6, 58], "array_str": 6, "arrays_and_dtyp": 402, "art": 10, "asanyarrai": [6, 35, 38], "asarrai": [4, 6, 34, 36, 38, 39], "asarray_chkfinit": [6, 34, 35], "ascend": [175, 177, 410], "ascii": 87, "ascontiguousarrai": [6, 34, 35, 38], "asfarrai": [6, 34, 35], "asfortranarrai": [6, 34, 35, 36], "asmatrix": 6, "asnumpi": 85, "aspect": 87, "assembl": [58, 86, 146, 408, 422, 451], "assign": [85, 292, 438, 442], "associ": [44, 144, 145, 462], "assum": [10, 44, 90, 181, 184, 188, 204], "astyp": [6, 85, 139, 328], "atleast_1d": [6, 42, 43, 97], "atleast_2d": [6, 41, 43, 97], "atleast_3d": [6, 41, 42, 97], "atol": [15, 154], "attain": 0, "attempt": [84, 182], "attribut": [85, 87, 92, 121, 138, 149, 185, 332, 454, 455], "automat": [144, 145], "avail": [2, 3, 4, 10, 15, 65, 68, 69, 75, 87, 88, 94, 154, 209, 215, 218, 219, 222, 224, 225, 435, 447, 455, 462], "averag": [6, 85, 208, 223, 300, 425, 466], "avg": 44, "avoid": [42, 43], "aweight": 69, "ax": [14, 19, 28, 29, 44, 71, 81, 84, 85, 89, 97, 103, 105, 106, 109, 110, 111, 114, 115, 117, 119, 123, 141, 152, 183, 187, 189, 190, 203, 205, 206, 208, 212, 216, 218, 219, 222, 223, 224, 225, 226, 227, 228, 314, 321, 324, 333, 338, 398, 405, 406, 421, 423, 425, 426, 431, 432, 433, 434, 449], "axi": [14, 16, 17, 19, 28, 29, 30, 44, 57, 58, 68, 70, 71, 72, 73, 80, 81, 85, 86, 88, 89, 97, 99, 102, 106, 107, 108, 112, 113, 116, 123, 124, 125, 128, 129, 134, 139, 141, 146, 151, 179, 183, 191, 202, 203, 205, 206, 207, 208, 209, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 288, 289, 295, 299, 300, 301, 305, 306, 307, 310, 316, 317, 318, 320, 322, 324, 325, 334, 335, 338, 340, 341, 342, 395, 398, 400, 401, 405, 406, 408, 417, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 435, 449, 451, 462], "axis1": [80, 85, 290, 321, 323, 426, 433], "axis2": [80, 85, 290, 321, 323, 426, 433], "axisa": 70, "axisb": 70, "axisc": 70, "axiserror": [30, 417], "b": [10, 13, 15, 28, 29, 46, 49, 57, 58, 64, 70, 73, 84, 85, 86, 87, 88, 89, 90, 93, 132, 133, 142, 143, 146, 152, 167, 169, 170, 173, 179, 182, 183, 184, 186, 187, 188, 189, 190, 198, 200, 205, 206, 212, 327, 329, 333, 337, 347, 402, 408, 422, 431, 432, 435, 440, 450, 451], "back": [85, 134, 295, 395, 401, 406, 440], "backend": [2, 140, 349, 351, 352, 362, 367, 383], "backward": [10, 40, 85, 102, 108, 141, 282, 405, 406], "bad": 358, "bartlett": 6, "base": [0, 4, 87, 89, 96, 99, 139, 144, 145, 188, 193, 194, 195, 196, 202, 205, 335, 337, 341, 343], "base_repr": 6, "basic": [52, 89, 462, 466], "batch": [103, 105, 109, 110, 114, 115, 117, 119], "bc": [173, 186], "bcde": 90, "becaus": [10, 14, 19, 462], "becom": [10, 85, 144, 324], "been": [86, 342, 406, 428], "befor": [4, 30, 58, 71, 85, 108, 124, 125, 190, 203, 206, 212, 226, 228, 305, 316, 338, 398, 405, 406, 417, 423, 425, 432, 449, 450], "begin": [90, 139, 191, 202], "behav": [192, 341], "behavior": [85, 287, 432], "behind": [85, 305], "being": [3, 87, 128, 129, 207, 213], "belong": [82, 144], "below": [0, 4, 9, 76, 79, 87, 181, 436, 437, 441, 462], "best": 90, "beta": [6, 357], "between": [15, 20, 52, 81, 88, 121, 133, 136, 141, 152, 191, 202, 363, 377, 424, 447], "beyond": [4, 405], "bia": 69, "big": 87, "bin": [82, 102, 104, 118, 144, 145, 384], "bin_edg": [144, 145], "binari": [46, 48, 49, 132, 133, 135, 136, 455, 466], "binary_repr": 6, "bincount": [6, 82, 144], "binomi": [6, 365], "bins_0": 145, "bins_1": 145, "bit": [46, 47, 48, 49, 87, 121, 149, 153, 168, 198, 200, 201, 225, 227, 403, 414, 466], "bitwis": [46, 48, 49], "bitwise_and": [6, 47, 48, 49, 153, 198], "bitwise_not": 6, "bitwise_or": [6, 46, 47, 49, 153, 200], "bitwise_xor": [6, 46, 47, 48, 153, 201], "biufcmmosuv": 87, "blackman": 6, "block": [6, 58, 86, 120, 146, 167, 408, 422, 451], "bmat": 6, "bool": [9, 14, 19, 28, 29, 32, 37, 40, 44, 52, 64, 71, 82, 85, 87, 90, 93, 116, 120, 139, 142, 143, 144, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 169, 170, 171, 181, 183, 184, 188, 191, 202, 203, 206, 208, 210, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 328, 329, 338, 398, 401, 414, 423, 425, 427, 448, 449, 462], "bool_": 9, "boolean": [46, 47, 48, 49, 64, 71, 87, 99, 151, 153, 154, 157, 158, 159, 160, 161, 162, 198, 200, 203, 204, 208, 223, 225, 226, 228, 328, 335, 398, 401, 423, 427, 449], "both": [10, 13, 15, 26, 44, 46, 48, 49, 56, 63, 70, 83, 84, 93, 127, 128, 129, 130, 142, 143, 147, 152, 167, 168, 169, 170, 183, 197, 198, 200, 201, 205, 207, 213, 214, 217, 227, 327, 329, 337, 399, 403, 424, 431, 433, 438, 440, 442, 444, 450, 452], "bound": [341, 410, 427], "boundari": [141, 341], "briefli": 462, "broadcast": [13, 14, 19, 28, 29, 44, 50, 51, 56, 64, 83, 89, 99, 128, 129, 147, 160, 161, 183, 184, 201, 203, 205, 206, 207, 208, 212, 213, 217, 218, 219, 223, 225, 226, 227, 228, 337, 338, 341, 342, 398, 400, 423, 424, 425, 428, 432, 444, 449, 452], "broadcast_arrai": [6, 51], "broadcast_shap": 6, "broadcast_to": [6, 50, 432], "brought": 10, "buffer": [37, 72, 73, 85, 132, 133, 135, 136, 192, 206, 212, 220, 221, 401], "buffer_lik": 132, "build": 466, "build_loc": 4, "built": 87, "busday_count": 6, "busday_offset": 6, "byte": [6, 40, 85, 87, 89, 132, 133, 192, 282, 298, 302], "byte_bound": 6, "byteord": 87, "byteswap": 6, "bz2": 192, "c": [2, 4, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 70, 74, 83, 84, 85, 87, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 140, 142, 143, 147, 150, 152, 153, 157, 158, 159, 167, 168, 169, 170, 173, 179, 182, 183, 186, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 287, 295, 308, 326, 327, 328, 329, 331, 332, 336, 337, 339, 345, 395, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 431, 432, 444, 445, 452, 453, 454], "c_contigu": [36, 38, 85, 287], "ca": 61, "calcul": [10, 11, 12, 13, 18, 26, 44, 71, 73, 81, 83, 88, 89, 93, 95, 96, 98, 102, 111, 126, 127, 130, 141, 145, 147, 174, 175, 176, 177, 179, 184, 195, 197, 203, 205, 208, 214, 217, 223, 226, 228, 329, 337, 338, 398, 399, 423, 424, 444, 449, 450, 455], "call": [10, 18, 28, 29, 30, 36, 38, 87, 108, 134, 174, 176, 182, 204, 236, 328, 421, 427, 432, 470], "callabl": [134, 204], "cambridg": 10, "can": [0, 3, 4, 10, 13, 15, 20, 26, 30, 32, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 52, 62, 63, 70, 76, 77, 79, 80, 83, 84, 85, 87, 89, 90, 91, 92, 93, 100, 102, 104, 108, 118, 120, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 146, 147, 148, 151, 152, 153, 156, 163, 164, 167, 168, 169, 170, 171, 178, 179, 180, 190, 191, 192, 197, 198, 200, 201, 202, 204, 205, 207, 211, 213, 214, 217, 225, 227, 282, 316, 326, 327, 328, 329, 330, 331, 332, 336, 337, 342, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 399, 401, 403, 417, 424, 427, 428, 431, 433, 436, 438, 442, 443, 444, 448, 450, 452, 453, 454, 462], "can_cast": [6, 466], "cannot": [58, 85, 218, 219, 314, 421, 422], "capabl": [20, 32, 34, 35, 36, 38, 44, 101, 139, 191, 202, 205], "care": [20, 174], "cartesian": 210, "case": [4, 14, 19, 20, 28, 29, 32, 34, 35, 36, 38, 44, 62, 72, 73, 76, 79, 81, 90, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 141, 148, 174, 185, 188, 191, 192, 202, 211, 220, 221, 225, 227, 330, 331, 332, 338, 401, 425, 431, 436, 448, 453, 454, 462], "cast": [14, 19, 40, 52, 58, 64, 71, 72, 73, 85, 89, 146, 174, 203, 205, 208, 220, 221, 223, 225, 226, 227, 228, 282, 338, 398, 408, 422, 423, 425, 449, 451], "cat": [348, 365], "cauchi": 384, "cbrt": [6, 419], "cdef": 90, "cdot": 431, "cdoubl": 9, "ceil": [6, 31, 126, 127, 404, 407, 445], "center": [104, 106, 111, 118], "central": [141, 366, 367], "certain": [87, 204], "cfloat": 9, "ch": 10, "chain": [84, 85, 89, 90], "chang": [40, 62, 70, 85, 87, 89, 99, 220, 221, 282, 295, 319, 324, 326, 335, 336, 341, 342, 343, 395, 401, 406, 447, 466], "char": 87, "charact": [87, 133], "check": [14, 19, 34, 35, 52, 156, 163, 171, 184, 187], "check_valid": 364, "chi": [350, 366], "chisquar": 6, "choic": [6, 55, 85, 175, 177, 283], "choicelist": 411, "choleski": 6, "choos": [6, 18, 25, 85, 90, 452, 462], "chosen": [144, 452], "circ": 470, "circl": 186, "clamp": [341, 427], "clariti": 120, "class": [3, 85, 87, 88, 122, 132, 133, 134, 136, 151, 192, 346, 374, 436, 466], "classic": 89, "clear": [87, 462], "clip": [6, 85, 341, 427, 462], "close": [21, 22, 23, 25, 39, 40, 85, 89, 97, 191, 282, 346, 374, 404, 407], "closer": 445, "cloud": 3, "cmake": 4, "co": [6, 21, 67, 176, 415, 429], "code": [37, 87, 165], "coeffici": [179, 187, 190], "coerc": [37, 132, 133, 134, 135, 136, 192], "coin": 348, "col": 151, "collaps": [85, 295], "column": [6, 34, 35, 36, 38, 39, 40, 57, 58, 72, 73, 80, 85, 86, 100, 120, 124, 125, 141, 146, 148, 174, 175, 179, 182, 185, 188, 282, 395, 408, 422, 436, 438, 442, 448, 451], "column_stack": [6, 58, 86, 146, 408, 422, 451], "com": 4, "combin": [0, 87, 97, 141], "combinatori": 90, "comma": [87, 89], "command": 4, "common": [108, 328, 431], "common_typ": 6, "compani": [348, 365], "compar": [15, 93, 128, 129, 145, 207, 213], "compare_chararrai": 6, "comparison": [2, 93, 142, 143, 169, 170, 329, 455, 466], "compat": [3, 10, 14, 19, 40, 44, 85, 203, 208, 222, 223, 224, 226, 228, 282, 398, 401, 423, 449, 466], "compil": [4, 87, 140], "complement": 447, "complementari": 127, "complet": [3, 4, 90, 133, 134, 185, 406, 462], "complex": [9, 10, 11, 12, 18, 25, 26, 52, 71, 84, 85, 87, 90, 94, 101, 102, 108, 121, 128, 129, 150, 155, 156, 162, 163, 174, 175, 176, 177, 185, 186, 188, 203, 205, 207, 213, 226, 228, 285, 286, 339, 396, 398, 418, 423, 449, 450, 462, 466], "complex128": [9, 10, 44, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 402], "complex64": [9, 10, 44], "compliant": 85, "complic": 89, "compon": [10, 106, 111, 118, 121, 150, 396], "compos": 63, "composit": [167, 425, 435], "compress": [6, 99, 427, 462], "comput": [4, 10, 18, 21, 22, 23, 24, 25, 26, 27, 31, 44, 46, 47, 48, 49, 53, 59, 60, 66, 67, 71, 72, 73, 81, 82, 89, 95, 96, 97, 98, 101, 102, 103, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 141, 142, 143, 144, 145, 150, 151, 153, 167, 169, 170, 172, 173, 174, 175, 176, 177, 178, 182, 183, 184, 185, 186, 188, 189, 190, 193, 194, 195, 196, 198, 199, 200, 201, 203, 205, 208, 209, 214, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 336, 339, 396, 397, 398, 399, 404, 407, 409, 413, 414, 415, 416, 419, 423, 425, 429, 430, 431, 438, 442, 449], "compute_uv": [172, 188], "concaten": [6, 57, 86, 146, 408, 422, 428, 451], "concept": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454, 462], "cond": [6, 178], "condit": [40, 84, 85, 99, 172, 178, 182, 282, 328, 335, 341, 343, 411, 452], "condlist": 411, "confus": 130, "conj": [6, 60, 85, 150, 171, 174, 339], "conjug": [6, 10, 59, 84, 85, 150, 171, 174, 175, 176, 177, 205, 285, 339, 450], "consecut": [81, 88, 141], "conserv": 210, "consid": [20, 32, 34, 35, 36, 38, 90, 118, 139, 157, 175, 177, 181, 191, 202, 205, 346, 374], "consist": [33, 133, 145, 190, 191, 428, 431], "constant": [9, 87, 141], "constraint": 44, "construct": [34, 35, 55, 76, 79, 80, 85, 87, 100, 132, 133, 134, 135, 136, 148, 192, 211, 283, 330, 432, 433, 452, 455], "constructor": 462, "consum": [85, 302], "contain": [10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 59, 60, 63, 64, 66, 67, 70, 71, 80, 83, 85, 87, 93, 95, 96, 98, 104, 118, 126, 127, 128, 129, 130, 131, 136, 140, 141, 142, 143, 144, 145, 147, 150, 151, 153, 168, 169, 170, 175, 185, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 207, 208, 213, 214, 217, 218, 219, 222, 223, 224, 226, 228, 311, 326, 328, 329, 336, 337, 339, 346, 396, 397, 398, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 423, 424, 429, 430, 434, 438, 439, 442, 443, 444, 445, 449, 462], "content": [36, 85, 383], "context": 10, "contigu": [34, 35, 36, 38, 84, 85, 89, 182, 308, 395, 401], "continu": [346, 378], "contourf": 210, "contract": [89, 90, 431], "contrast": 341, "contribut": [10, 44, 144, 145], "control": [4, 40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "conveni": [85, 324, 346], "convent": [84, 89, 90, 102, 108, 152, 190, 205, 333, 431], "convers": [40, 85, 89, 282, 455], "convert": [28, 29, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 62, 74, 75, 76, 79, 87, 90, 97, 137, 138, 139, 156, 163, 191, 202, 344, 345, 447, 448], "convolut": [10, 61, 65], "convolv": [6, 65], "coolei": 10, "coordin": [68, 134, 141, 151, 210], "copi": [6, 20, 30, 32, 34, 35, 36, 37, 38, 40, 41, 42, 43, 64, 76, 77, 79, 80, 85, 87, 91, 92, 99, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 210, 211, 236, 282, 295, 297, 305, 311, 314, 330, 331, 332, 334, 335, 336, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 401, 410, 417, 421, 436, 437, 438, 441, 442, 448, 453, 454, 462], "copysign": [6, 326, 336], "copyto": [6, 85, 99, 287, 335], "core": [3, 87, 89, 462], "corrcoef": [6, 69], "correct": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 31, 46, 47, 48, 49, 53, 54, 58, 59, 60, 63, 66, 67, 74, 83, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 187, 193, 194, 195, 196, 197, 198, 199, 200, 201, 207, 213, 214, 217, 326, 327, 329, 336, 337, 339, 345, 397, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 422, 424, 429, 430, 444, 445], "correctli": [18, 25, 28, 29, 183, 206, 212, 218, 219, 225, 227, 328, 338, 425], "correl": [6, 466], "correspond": [6, 10, 20, 28, 29, 32, 34, 35, 36, 37, 38, 40, 56, 58, 62, 74, 76, 77, 79, 80, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 141, 148, 151, 174, 175, 191, 192, 202, 204, 205, 211, 282, 291, 330, 331, 332, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 405, 412, 423, 431, 434, 436, 438, 442, 448, 449, 453, 454, 462], "correspondingli": 10, "cosh": [6, 22, 66, 416, 430], "cosin": [21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430], "cost": [89, 90], "costli": 90, "could": [85, 316], "count": [14, 19, 45, 68, 82, 87, 90, 123, 132, 133, 135, 136, 141, 144, 145, 328, 338, 348, 425, 455, 466], "count_nonzero": [6, 328], "counterpart": [10, 462], "cov": [6, 364], "covari": 69, "cover": [438, 442, 466], "cpu": [4, 15, 20, 32, 34, 35, 36, 38, 62, 65, 69, 76, 79, 88, 91, 92, 94, 100, 103, 104, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 132, 133, 134, 135, 137, 138, 139, 148, 154, 191, 192, 202, 209, 211, 215, 225, 330, 331, 332, 435, 436, 448, 453, 454], "creat": [3, 4, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 78, 79, 80, 85, 87, 90, 91, 92, 100, 104, 118, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 287, 330, 331, 332, 342, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 433, 436, 438, 439, 442, 443, 448, 453, 454, 462, 466], "creation": [87, 90, 455, 462, 466], "crop": [102, 108], "cross": [6, 65], "csingl": 9, "ct": 10, "cube": [53, 419], "cubic": 90, "cumprod": [6, 85, 220, 462], "cumproduct": 6, "cumsum": [6, 81, 85, 221, 425, 462], "cumul": [71, 72, 73, 81, 85, 220, 221, 288, 289, 425], "cupi": [2, 455], "current": [10, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 63, 66, 67, 74, 83, 87, 88, 90, 95, 96, 98, 126, 127, 128, 129, 130, 133, 145, 147, 148, 153, 168, 194, 195, 196, 197, 207, 213, 214, 215, 217, 326, 327, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 424, 429, 430, 435, 444, 445], "custom": 462, "customarili": 10, "cut": 179, "cutoff": 184, "cycl": [104, 118], "cyclic": 341, "cython": 4, "d": [0, 14, 19, 20, 44, 57, 58, 72, 73, 76, 77, 78, 79, 80, 84, 85, 86, 87, 100, 103, 104, 105, 106, 109, 110, 111, 114, 115, 117, 118, 119, 120, 124, 125, 136, 146, 148, 152, 173, 175, 176, 182, 183, 186, 205, 210, 220, 221, 227, 295, 328, 337, 338, 341, 351, 395, 401, 408, 410, 412, 422, 425, 427, 431, 432, 433, 440, 448, 451, 462], "d0": [346, 373, 375], "d1": [346, 375], "d3": 77, "data": [1, 3, 4, 11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 51, 52, 53, 54, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 71, 74, 75, 76, 79, 82, 83, 84, 85, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 100, 101, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 153, 154, 156, 157, 158, 159, 160, 161, 163, 168, 169, 170, 179, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 207, 208, 209, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 228, 282, 311, 324, 326, 327, 329, 331, 332, 335, 336, 337, 339, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 419, 420, 421, 422, 423, 424, 428, 429, 430, 433, 435, 436, 444, 445, 447, 449, 451, 452, 453, 454, 455, 466], "datatyp": [87, 181], "date": 4, "datetim": 87, "datetime_as_str": 6, "datetime_data": 6, "dcmake_c_compil": 4, "dcmake_cxx_compil": 4, "ddof": [69, 85, 226, 228, 318, 325, 423, 449], "decai": 359, "decim": [31, 85, 121, 312, 404, 407], "decomposit": [171, 178, 181, 184, 188, 466], "decompress": 192, "decreas": 82, "decreasingli": 10, "def": 0, "default": [3, 10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 50, 51, 53, 54, 56, 58, 59, 60, 62, 63, 65, 66, 67, 69, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 83, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 172, 175, 177, 179, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 295, 326, 327, 329, 330, 331, 332, 334, 336, 337, 338, 339, 341, 345, 346, 350, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 384, 385, 387, 390, 395, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 411, 413, 414, 415, 416, 417, 419, 420, 422, 423, 424, 425, 427, 429, 430, 431, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 451, 452, 453, 454, 462], "default_rng": 6, "defg": 90, "defici": 181, "defin": [10, 70, 87, 92, 128, 129, 138, 144, 145, 207, 213, 332, 336, 454, 462], "definit": [70, 102, 108, 126, 171], "deg": [18, 345], "deg2rad": [6, 344, 345, 447], "degre": [6, 18, 74, 226, 228, 344, 345, 388, 423, 447, 449, 470], "delet": 6, "delta": [10, 226, 228, 423, 447, 449], "demonstr": [0, 4, 87], "dens": [151, 211], "densiti": 144, "depend": [4, 80, 101, 175, 179, 185, 187, 188, 191, 225, 227, 411, 452], "deprec": 6, "deprecate_with_doc": 6, "depth": [57, 58, 86, 146, 408, 422, 451], "deriv": 141, "descend": 188, "descr": 87, "describ": [71, 87, 203, 398, 466], "descript": [71, 87, 144, 203, 398, 462], "design": 10, "desir": [20, 32, 34, 35, 36, 38, 39, 51, 91, 92, 100, 108, 137, 138, 139, 148, 191, 202, 331, 332, 432, 436, 453, 454], "destin": [58, 146, 216, 341, 342, 408, 422, 428, 451], "det": [6, 186], "detail": [31, 131, 407, 438, 439, 442, 443, 462], "determin": [13, 18, 21, 22, 23, 24, 25, 26, 27, 46, 48, 49, 53, 63, 66, 67, 74, 83, 95, 96, 98, 127, 128, 129, 130, 133, 134, 136, 147, 166, 168, 173, 179, 185, 186, 193, 194, 195, 196, 197, 205, 207, 213, 214, 217, 327, 337, 345, 397, 399, 403, 409, 413, 415, 416, 419, 420, 424, 429, 430, 433, 444, 445], "devel": 4, "develop": [3, 4], "deviat": [85, 208, 223, 226, 228, 318, 346, 361, 368, 423, 449], "devic": [0, 2, 3, 20, 32, 34, 35, 36, 37, 38, 40, 44, 62, 71, 76, 77, 79, 85, 91, 92, 100, 101, 104, 118, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 203, 204, 205, 208, 211, 223, 226, 228, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 398, 421, 423, 436, 438, 442, 448, 449, 453, 454], "df": [350, 366, 388, 389], "dfden": [354, 367], "dfnum": [354, 367], "dft": [10, 102, 108], "di": [77, 78], "diag": [6, 79, 80, 89, 100, 124, 125, 148, 174, 176, 188, 433], "diag_indic": [6, 78, 120], "diag_indices_from": [6, 77, 120], "diagflat": [6, 76, 80, 433], "diagon": [6, 76, 77, 78, 79, 85, 89, 100, 120, 148, 171, 175, 176, 177, 204, 323, 433, 436, 437, 438, 439, 441, 442, 443, 462], "dice": 363, "dictionari": 87, "diff": [6, 73, 88, 141, 144], "differ": [3, 10, 15, 20, 32, 34, 35, 36, 38, 44, 62, 71, 73, 76, 79, 81, 85, 87, 88, 91, 92, 100, 104, 108, 111, 118, 121, 124, 125, 132, 133, 134, 135, 137, 138, 139, 141, 148, 177, 191, 192, 202, 203, 205, 211, 287, 330, 331, 332, 335, 337, 342, 398, 424, 428, 436, 438, 442, 448, 453, 454, 466], "digit": [6, 10, 121, 144], "dim": 15, "dimens": [14, 19, 28, 29, 32, 41, 42, 43, 44, 57, 58, 64, 69, 70, 77, 80, 81, 85, 87, 97, 124, 125, 141, 146, 151, 152, 181, 183, 185, 203, 206, 208, 210, 211, 212, 216, 218, 219, 222, 223, 224, 225, 226, 227, 228, 295, 303, 314, 328, 330, 338, 342, 346, 376, 378, 379, 381, 398, 401, 412, 421, 422, 423, 425, 426, 427, 428, 432, 433, 438, 439, 442, 443, 449, 462, 466], "dimension": [2, 4, 30, 61, 65, 68, 71, 77, 78, 79, 80, 81, 82, 85, 89, 102, 103, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 120, 132, 133, 135, 141, 151, 179, 185, 189, 190, 203, 206, 210, 211, 212, 218, 219, 222, 224, 226, 228, 317, 330, 333, 338, 398, 417, 423, 425, 427, 432, 449, 450, 455], "direct": [10, 70, 81, 102, 108, 124, 125, 141, 327], "directli": [87, 134, 151, 202, 328, 428], "directori": 140, "dirichlet": 6, "discard": 445, "discret": [3, 10, 61, 65, 73, 81, 88, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 141, 346, 455], "disp": 6, "dispers": 391, "displac": [85, 319], "distanc": 141, "distinct": [128, 129, 207, 213], "distinguish": 87, "distribut": [3, 4, 202, 346, 347, 348, 350, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 377, 378, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 466], "divid": [6, 86, 127, 130, 214, 399, 444], "divis": [83, 127, 130, 214, 337, 399, 444, 445], "divisor": [226, 228, 423, 449], "divmod": [6, 462], "dlpack": 131, "dmlc": 131, "dn": [346, 373, 375], "do": [3, 4, 87, 204, 348, 406], "docstr": 462, "document": [0, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 295, 296, 297, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "doe": [20, 52, 99, 101, 128, 129, 185, 220, 221, 335, 427], "domain": 10, "done": [3, 40, 85, 89, 190, 282], "dot": [6, 85, 89, 90, 152, 171, 176, 178, 182, 184, 185, 187, 188, 189, 190, 205, 431, 450], "doubl": [9, 359, 431], "down": 125, "dp": [83, 173, 175, 186, 187, 337, 401, 402, 412, 424, 444], "dpcpp": 4, "dpcpp_linux": 4, "dpcpp_win": 4, "dpctl": [0, 4, 15, 20, 32, 34, 35, 36, 37, 38, 40, 62, 68, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 218, 219, 222, 224, 225, 282, 330, 331, 332, 340, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "dpnp": [0, 2, 3, 4, 10, 455, 462, 466, 467, 470], "dpnp_arrai": [20, 32, 34, 35, 36, 38, 40, 62, 76, 77, 79, 91, 92, 99, 100, 104, 118, 120, 121, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 149, 151, 191, 192, 202, 204, 211, 229, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454, 455], "dpnp_iface_arraycr": [211, 330], "draw": [346, 347, 348, 350, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 374, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393], "drawn": [346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 374, 377, 380, 386, 387, 388, 389, 390, 391, 392, 393, 394, 411], "drill": [348, 365], "driver": 2, "drop": [3, 87], "dsplit": [6, 58, 86], "dst": 64, "dstack": [6, 57, 58, 146, 408, 422, 451], "dt": 87, "dt2": 87, "dtype": [0, 9, 11, 12, 13, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 52, 53, 54, 58, 59, 60, 63, 66, 67, 69, 71, 72, 73, 74, 77, 83, 85, 89, 91, 92, 93, 95, 96, 98, 100, 101, 102, 108, 120, 121, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 146, 147, 148, 149, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 182, 188, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 288, 289, 300, 306, 318, 320, 323, 325, 326, 327, 329, 331, 332, 336, 337, 338, 339, 345, 346, 368, 374, 390, 397, 398, 399, 402, 403, 404, 407, 408, 409, 413, 414, 415, 416, 418, 419, 420, 422, 423, 424, 425, 427, 429, 430, 433, 436, 437, 441, 444, 445, 449, 451, 453, 454, 462], "dump": 6, "dx": [141, 435], "dy": 141, "dz": 141, "e": [9, 10, 22, 24, 71, 72, 80, 87, 91, 92, 97, 100, 133, 137, 138, 141, 148, 168, 174, 186, 189, 193, 331, 332, 346, 400, 426, 436, 453, 454], "ea": 90, "each": [0, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 53, 54, 59, 60, 63, 66, 67, 72, 73, 77, 80, 82, 83, 85, 87, 90, 93, 95, 96, 98, 124, 125, 126, 127, 130, 134, 141, 142, 143, 144, 145, 150, 153, 157, 158, 159, 168, 169, 170, 174, 175, 176, 177, 179, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 214, 216, 217, 312, 314, 326, 328, 329, 336, 337, 339, 342, 348, 365, 396, 397, 399, 400, 403, 404, 405, 407, 409, 413, 414, 415, 416, 419, 420, 422, 424, 428, 429, 430, 432, 438, 439, 442, 443, 444, 445, 462], "easier": 427, "easiest": 4, "easili": [0, 145], "edg": [56, 82, 144, 145], "edge_ord": 141, "ediff1d": [6, 81, 141], "effect": [90, 128, 129, 207, 213, 337], "effici": [10, 102, 133, 181, 184, 188], "efgh": 90, "eig": [6, 175, 176, 177], "eigenvalu": [174, 175, 176, 177, 466], "eigenvector": [174, 175, 176, 177], "eigh": [6, 174, 176, 177], "eigval": [6, 174, 175, 177], "eigvalsh": [6, 174, 175, 176], "einstein": [84, 89, 90, 152, 190, 205, 333, 431], "einsum": [6, 84, 90, 152, 190, 205, 333, 431], "einsum_path": [6, 89], "either": [15, 38, 44, 68, 71, 80, 87, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 120, 141, 152, 154, 175, 177, 183, 185, 203, 218, 219, 222, 224, 225, 227, 398, 410, 428], "element": [4, 10, 11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 30, 31, 33, 44, 45, 46, 47, 48, 49, 53, 54, 56, 59, 60, 63, 64, 66, 67, 71, 72, 73, 78, 80, 81, 82, 83, 85, 87, 88, 90, 93, 95, 96, 98, 99, 100, 101, 120, 123, 124, 125, 126, 127, 128, 129, 130, 136, 141, 142, 143, 144, 145, 147, 148, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 168, 169, 170, 171, 176, 180, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 210, 212, 213, 214, 215, 217, 220, 221, 222, 224, 225, 226, 227, 228, 277, 278, 285, 286, 288, 289, 291, 292, 295, 297, 298, 300, 302, 304, 305, 310, 311, 312, 313, 315, 318, 319, 322, 325, 326, 327, 328, 329, 335, 336, 337, 338, 339, 341, 343, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 427, 429, 430, 431, 432, 433, 437, 439, 441, 443, 444, 445, 446, 449, 452, 462, 466, 470], "ellipsi": 89, "els": [0, 186, 234], "elsewher": [100, 148, 436, 452], "empti": [4, 6, 32, 85, 92, 133, 137, 138, 179, 292, 331, 332, 335, 453, 454], "empty_lik": [6, 32, 91, 138, 332, 454], "enabl": [120, 181, 184, 188], "encount": [220, 221, 222, 224], "end": [20, 80, 87, 90, 108, 139, 191, 202], "end_tim": 0, "endian": 87, "endpoint": [20, 139, 191, 202], "engin": 382, "enough": 144, "entir": [44, 71, 144, 145, 203, 208, 222, 223, 224, 226, 228, 398, 423, 449], "entri": [85, 87, 91, 99, 120, 123, 124, 125, 317, 421], "env": 4, "environ": 4, "ep": [121, 181, 327], "epsilon": 181, "epsneg": 121, "equal": [6, 14, 15, 19, 33, 44, 58, 65, 69, 73, 85, 100, 139, 141, 142, 143, 144, 145, 146, 154, 156, 163, 165, 168, 169, 170, 180, 184, 185, 190, 191, 202, 214, 305, 329, 346, 356, 390, 399, 403, 404, 407, 408, 413, 421, 422, 436, 438, 442, 451], "equal_nan": [33, 154], "equat": [179, 187, 189, 190, 466], "equiv": [40, 52, 58, 64, 85, 89, 146, 180, 205, 282, 408, 422, 451], "equival": [10, 13, 14, 16, 17, 19, 28, 29, 30, 31, 44, 62, 70, 71, 74, 83, 84, 85, 86, 90, 97, 99, 128, 129, 130, 189, 203, 214, 217, 236, 277, 278, 290, 311, 324, 328, 333, 336, 345, 346, 374, 398, 399, 401, 407, 412, 417, 424, 425, 427, 431, 434, 444, 462], "error": [71, 94, 174, 203, 398, 421, 455, 462], "essenti": 4, "estim": [69, 145, 348, 365], "et": 10, "etc": [10, 87, 365], "eturn": 99, "euclidean": 179, "euler_gamma": 9, "evalu": [14, 15, 19, 85, 89, 90, 93, 156, 163, 190, 210, 277, 278, 333, 431, 462], "even": [10, 87, 104, 106, 108, 111, 118, 156, 163, 404, 407], "evenli": [20, 139, 191, 202, 404], "everi": [342, 428], "exact": [99, 182, 335], "exactli": [10, 39, 136, 344, 346, 374], "examin": 179, "exampl": [2, 3, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 290, 292, 295, 296, 297, 305, 309, 311, 316, 319, 324, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 370, 371, 372, 373, 374, 375, 376, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "except": [4, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 56, 58, 59, 60, 62, 63, 66, 67, 68, 74, 81, 82, 83, 84, 85, 91, 92, 93, 95, 96, 98, 100, 116, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 146, 147, 148, 153, 157, 158, 159, 168, 169, 170, 182, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 212, 213, 214, 217, 222, 223, 224, 225, 226, 227, 228, 282, 314, 326, 327, 329, 331, 332, 336, 337, 338, 339, 345, 397, 399, 400, 401, 403, 404, 409, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 429, 430, 444, 445, 449, 453, 454], "exclud": [11, 12, 191, 346, 390], "exclus": [346, 374], "execut": [3, 4, 15, 34, 35, 65, 69, 88, 94, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 134, 154, 209, 215, 225, 349, 351, 352, 362, 367, 383, 435], "executor": 0, "exist": [10, 57, 58, 86, 87, 97, 146, 401, 408, 422, 451, 466], "exp": [6, 10, 96, 98, 102, 186, 195, 197, 203], "exp2": [6, 95, 98], "expand": [81, 97], "expand_dim": [6, 28, 29], "expect": [4, 11, 12, 13, 14, 18, 19, 21, 22, 23, 24, 25, 26, 27, 31, 46, 47, 48, 49, 53, 54, 59, 60, 63, 66, 67, 71, 72, 73, 74, 83, 84, 87, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 207, 208, 212, 213, 214, 217, 220, 221, 223, 225, 226, 227, 228, 326, 327, 329, 336, 337, 338, 339, 345, 396, 397, 398, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 423, 424, 425, 429, 430, 444, 445, 449, 452], "explain": 462, "explan": 87, "explicit": 89, "explicitli": 80, "exploit": 10, "explor": [90, 348, 365], "expm1": [6, 95, 96, 195], "expon": [10, 95, 96, 98, 180, 197, 203, 337, 372, 466], "exponenti": [6, 10, 90, 197, 203, 359, 385], "expos": [132, 462], "express": [10, 26, 89, 90, 192], "extend": [10, 87, 167, 462], "extens": [0, 1, 3, 4, 9, 140, 192, 455], "extobj": 205, "extra": [87, 136], "extract": [6, 76, 79, 80, 89, 100, 148, 151, 204, 335, 427, 433], "extrema": 466, "ey": [6, 59, 60, 68, 85, 128, 129, 148, 152, 167, 178, 180, 181, 189, 190, 201, 207, 213, 412, 433], "f": [0, 6, 10, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 83, 85, 87, 89, 91, 92, 93, 95, 96, 98, 100, 101, 104, 118, 126, 127, 128, 129, 130, 137, 138, 141, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 180, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 287, 295, 326, 327, 329, 331, 332, 336, 337, 339, 345, 367, 395, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 440, 444, 445, 452, 453, 454], "f0": 87, "f1": 87, "f2": 87, "f4": 52, "f8": [52, 87], "f_contigu": [36, 38], "f_k": 10, "fab": [6, 11, 12], "fact": 176, "factor": [10, 102, 108, 171, 185], "fail": 348, "fallback": [174, 176, 349, 351, 352, 362, 367, 383], "fals": [14, 15, 16, 17, 18, 19, 28, 29, 32, 33, 36, 38, 40, 44, 46, 47, 49, 50, 51, 52, 62, 68, 69, 71, 73, 82, 85, 87, 89, 90, 92, 93, 99, 120, 134, 138, 139, 142, 143, 144, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 169, 170, 171, 172, 181, 183, 184, 188, 191, 198, 199, 200, 201, 202, 203, 206, 208, 209, 210, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 234, 277, 278, 279, 280, 282, 299, 300, 301, 306, 318, 320, 325, 328, 329, 332, 338, 340, 398, 401, 414, 423, 425, 448, 449, 452, 454, 462], "famili": 10, "fanci": 427, "fashion": 462, "fast": [10, 102], "fastcopyandtranspos": 6, "faster": [10, 128, 129], "fastest": [85, 295, 395, 401], "fb": [90, 440], "featur": 87, "few": 120, "fft": [6, 455, 466], "fft2": [6, 102], "fftfreq": [6, 10, 102, 106, 111, 118], "fftn": [6, 102], "fftshift": [6, 10, 111], "fh": 133, "field": [87, 210], "field1": 87, "file": [132, 133, 135, 136, 140, 192], "filenam": [133, 192], "fill": [6, 32, 85, 91, 92, 120, 137, 138, 144, 145, 210, 287, 331, 332, 436, 453, 454], "fill_diagon": 6, "fill_valu": [137, 138], "filt": 440, "filter": [10, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "final": [4, 10, 139, 202], "find": [45, 82, 85, 101, 144, 181, 184, 188, 313, 327, 328, 400, 410, 417, 446, 466], "find_common_typ": 6, "fine": 4, "finfo": 327, "finfo_object": 121, "finit": [157, 158, 159, 160, 161], "first": [13, 14, 19, 26, 28, 29, 30, 44, 46, 48, 49, 57, 58, 63, 70, 71, 80, 83, 84, 85, 87, 90, 93, 96, 123, 127, 128, 129, 130, 141, 142, 143, 144, 145, 147, 152, 165, 166, 167, 168, 169, 170, 182, 189, 192, 197, 198, 200, 201, 204, 205, 206, 207, 210, 212, 213, 214, 217, 218, 219, 295, 329, 333, 335, 337, 338, 395, 399, 401, 403, 405, 408, 410, 417, 418, 420, 424, 425, 426, 428, 431, 433, 444, 450, 451], "fit": [179, 400], "fix": [6, 80, 87, 341], "flag": [36, 38, 85, 87, 287], "flanneri": 10, "flat": [28, 29, 85, 122, 295, 400], "flatnonzero": [6, 328], "flatten": [6, 28, 29, 30, 58, 72, 73, 76, 79, 80, 85, 120, 144, 145, 206, 212, 218, 219, 220, 221, 225, 227, 294, 308, 316, 328, 333, 342, 395, 400, 405, 417, 427, 428, 433, 450], "flexibl": [84, 87, 133, 182], "flip": [6, 47, 80, 120, 124, 125, 153, 348], "fliplr": [6, 80, 120, 123, 125], "flipud": [6, 80, 120, 123, 124], "float": [9, 11, 12, 15, 18, 20, 26, 34, 35, 37, 44, 52, 63, 71, 73, 87, 91, 92, 96, 100, 101, 104, 118, 121, 132, 133, 134, 135, 136, 137, 138, 141, 144, 145, 148, 150, 179, 180, 181, 183, 184, 191, 192, 197, 202, 203, 206, 208, 212, 223, 226, 228, 327, 331, 332, 346, 350, 375, 376, 378, 379, 381, 384, 385, 387, 390, 396, 397, 398, 409, 423, 436, 449, 453, 454, 462, 466], "float16": 9, "float32": [0, 10, 37, 40, 52, 72, 85, 87, 89, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 282, 327, 346, 368, 373, 375, 376, 378, 379, 381, 387, 390, 402], "float64": [0, 10, 37, 40, 44, 52, 73, 85, 87, 89, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 282, 346, 347, 353, 354, 355, 357, 359, 360, 361, 368, 369, 372, 373, 375, 376, 378, 379, 380, 381, 386, 387, 388, 389, 390, 391, 392, 393, 394, 402, 436], "float_": 9, "float_pow": 6, "floor": [6, 31, 54, 127, 214, 399, 404, 407, 445], "floor_divid": [6, 214, 399], "flop": 90, "flush": 133, "fmax": [6, 129, 206, 207, 213, 222, 337], "fmin": [6, 128, 207, 212, 213, 224, 337], "fmod": [6, 214, 337, 399], "fn": 134, "fname": 192, "follow": [4, 10, 44, 87, 97, 121, 149, 175, 177, 184, 431, 462, 466], "forc": [87, 89], "forg": 4, "form": [10, 32, 34, 35, 36, 37, 38, 57, 62, 76, 79, 85, 86, 89, 90, 137, 138, 139, 156, 163, 191, 202, 324, 408, 448, 451], "format": [87, 133, 136, 466], "format_float_posit": 6, "format_float_scientif": 6, "former": [342, 428], "forth": 431, "fortran": [38, 40, 85, 282, 295, 395, 401], "forward": [10, 102, 108, 141], "found": [4, 410, 462], "four": [346, 375], "fourier": [10, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 455], "frac": 10, "fraction": [215, 445], "free": [85, 311], "freedom": [226, 228, 388, 423, 449], "freq": [104, 106, 111, 118], "frequenc": [10, 102, 104, 106, 111, 118], "freshli": [160, 161], "frexp": 6, "fro": [172, 183], "frobeniu": 172, "from": [3, 10, 14, 19, 28, 29, 30, 34, 35, 50, 52, 55, 58, 64, 71, 74, 75, 80, 85, 86, 87, 89, 96, 99, 123, 131, 132, 133, 134, 135, 136, 141, 144, 146, 151, 174, 176, 177, 181, 182, 192, 203, 210, 283, 287, 317, 322, 335, 338, 342, 344, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 377, 378, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 398, 401, 402, 408, 410, 411, 420, 421, 422, 425, 427, 428, 433, 440, 443, 447, 448, 451, 452, 466], "from_": 52, "from_dlpack": 6, "frombuff": [6, 133, 135, 136, 192], "fromfil": [6, 132, 135, 136], "fromfunct": [6, 34, 35], "fromit": [6, 34, 35, 132, 133, 136], "frompyfunc": 6, "fromregex": [6, 192], "fromstr": [6, 132, 133, 135, 192], "front": 440, "full": [6, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 295, 296, 297, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454], "full_lik": [6, 32, 92, 137, 332, 454], "full_matric": 188, "fulli": 87, "function": [0, 2, 3, 11, 12, 15, 16, 17, 20, 28, 29, 31, 32, 34, 35, 36, 38, 39, 62, 65, 69, 71, 74, 80, 83, 85, 88, 89, 91, 92, 94, 98, 100, 101, 103, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 119, 120, 130, 132, 133, 134, 135, 136, 137, 138, 140, 141, 144, 145, 148, 154, 174, 176, 182, 192, 195, 197, 203, 204, 209, 210, 214, 215, 225, 277, 278, 287, 290, 311, 324, 331, 332, 342, 344, 345, 346, 349, 351, 352, 362, 367, 383, 398, 399, 407, 408, 413, 423, 427, 428, 432, 435, 438, 439, 442, 443, 444, 449, 451, 452, 453, 454, 455, 462, 466], "fundament": [10, 87], "further": [438, 442], "futur": [87, 145], "fweight": 69, "g": [4, 10, 87, 91, 92, 100, 137, 138, 148, 331, 332, 346, 436, 453, 454], "gamma": [6, 386], "gauss": 10, "gaussian": [346, 368, 392], "gc": 90, "gcd": 6, "ge33a82bd64": 6, "gen": 89, "gender": 87, "gener": [10, 30, 44, 87, 139, 152, 174, 175, 176, 177, 184, 185, 192, 202, 346, 348, 351, 382, 438, 442, 448, 462, 466], "genfromtxt": [6, 192], "geometr": [6, 139, 191], "geomspac": [6, 191, 202], "get": [78, 85, 139, 191, 202, 204, 428, 439, 443, 462], "get_arrai": 85, "get_array_wrap": 6, "get_dtyp": 0, "get_includ": 6, "get_printopt": 6, "get_stat": [6, 346], "get_sycl_devic": 346, "get_sycl_queu": 346, "getbufs": 6, "geterr": 6, "geterrcal": 6, "geterrobj": 6, "getfield": [6, 87], "gid": 145, "github": 131, "give": [10, 79, 85, 145, 324, 401, 412], "given": [14, 15, 19, 20, 28, 29, 31, 32, 34, 35, 36, 38, 40, 44, 57, 62, 68, 69, 72, 73, 81, 84, 85, 86, 87, 88, 90, 91, 92, 99, 102, 104, 108, 118, 120, 123, 128, 129, 137, 138, 139, 141, 144, 145, 178, 191, 202, 204, 206, 207, 210, 212, 213, 220, 221, 222, 224, 225, 226, 227, 228, 279, 280, 282, 288, 289, 301, 306, 307, 312, 318, 320, 325, 328, 331, 332, 335, 338, 340, 341, 346, 351, 373, 390, 398, 400, 404, 405, 406, 408, 410, 423, 425, 427, 431, 432, 435, 436, 449, 451, 453, 454, 462], "global": 0, "good": 358, "gpu": [0, 3, 4, 20, 32, 34, 35, 36, 38, 62, 76, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 211, 330, 331, 332, 436, 448, 453, 454], "grade": 87, "gradient": [6, 81, 179], "graphic": 4, "great": 10, "greater": [6, 85, 93, 127, 143, 168, 169, 170, 181, 185, 305, 329, 403, 413, 421], "greater_equ": [6, 93, 142, 169, 170, 329], "greatest": 127, "greedi": [89, 90], "grid": [34, 35, 134, 151, 210, 211, 330], "group": 328, "guarante": [87, 401], "guid": [2, 3], "gumbel": 6, "gz": 192, "h": [140, 171, 185, 210], "ha": [4, 10, 11, 12, 14, 18, 19, 28, 29, 30, 44, 71, 72, 73, 82, 87, 93, 97, 107, 112, 134, 141, 142, 143, 146, 150, 155, 156, 162, 163, 169, 170, 176, 186, 188, 203, 208, 214, 220, 221, 223, 225, 226, 227, 228, 329, 338, 396, 397, 398, 399, 400, 406, 409, 421, 422, 423, 425, 426, 427, 432, 433, 449, 462], "had": [342, 428], "hadamard": 90, "half": [22, 106, 191, 346, 376, 378, 379, 381, 390, 426], "ham": 6, "han": 6, "hand": [70, 190], "handl": [20, 87, 101, 192, 328, 427, 466], "happen": [40, 44, 85, 282, 348], "hardwar": 4, "has_aspect_fp64": 0, "hasobject": 87, "have": [3, 4, 11, 12, 13, 14, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 33, 41, 42, 43, 44, 46, 47, 48, 49, 51, 53, 54, 57, 58, 59, 60, 63, 66, 67, 70, 71, 72, 73, 74, 83, 84, 86, 87, 93, 95, 96, 98, 101, 121, 126, 127, 128, 129, 130, 142, 143, 146, 147, 150, 153, 157, 158, 159, 160, 161, 168, 169, 170, 179, 182, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 207, 208, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 327, 329, 335, 336, 337, 338, 339, 345, 365, 396, 397, 398, 399, 400, 403, 404, 407, 408, 409, 413, 414, 415, 416, 419, 420, 422, 423, 424, 425, 429, 430, 432, 444, 445, 449, 451, 462], "hd": 90, "header": 140, "heavisid": 6, "hello": 87, "helper": 466, "henc": [97, 141], "here": [6, 30, 87, 417, 438, 442], "hermit": [175, 177], "hermitian": [107, 112, 171, 174, 175, 176, 177, 181, 184, 188, 466], "hfft": [6, 10], "hierarchi": 165, "high": [346, 374, 377, 390], "higher": [89, 450], "highest": 102, "highli": 133, "hist": [144, 384], "hist_0": 145, "hist_1": 145, "histogram": [6, 82, 145, 410, 466], "histogram2d": 6, "histogram_bin_edg": [6, 144], "histogramdd": [6, 144], "hold": [56, 72, 73, 144, 183, 220, 221, 225, 227, 433], "homogen": 87, "horizont": [57, 58, 80, 86, 120, 123, 146, 408, 422, 451], "host": [3, 4, 20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 436, 438, 442, 448, 453, 454], "household": 185, "how": [0, 4, 87, 141, 341, 427, 438, 442], "howev": [85, 316, 427], "hsplit": [6, 58], "hstack": [6, 57, 58, 86, 408, 422, 451], "http": [4, 131], "hyperbol": [21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430, 466], "hypergeometr": 6, "hypot": [6, 398], "hypotenus": [147, 398], "i": [0, 3, 4, 6, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 44, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 236, 282, 287, 295, 305, 311, 316, 319, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 462, 470], "i0": 6, "i1": [85, 87, 319], "i2": [85, 87, 319], "i3": [85, 319], "i4": [52, 87], "i7": 89, "i8": [52, 87], "icpx": 4, "icx": 4, "id": [14, 19, 85, 297], "ident": [3, 6, 14, 19, 71, 87, 100, 111, 120, 187, 385], "identifi": 87, "ieee": 121, "ifft": [6, 102, 118], "ifft2": [6, 108], "ifftn": [6, 108], "ifftshift": [6, 10, 106], "ignor": [28, 29, 70, 87, 128, 129, 136, 144, 145, 206, 207, 208, 212, 213, 218, 219, 222, 223, 224, 226, 228, 423, 449], "ihfft": 6, "ii": [89, 369], "iinfo": 363, "iinfo_object": 149, "ij": [89, 90, 210], "ijk": 89, "il": 90, "il1": 438, "il2": 438, "illustr": 176, "ilm": 89, "imag": [6, 10, 85, 462], "imaginari": [85, 128, 129, 150, 155, 156, 162, 163, 174, 175, 177, 180, 207, 213, 296, 418], "implement": [3, 6, 37, 131], "impli": 87, "implicit": 89, "import": [0, 3, 4, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 290, 295, 296, 305, 309, 316, 324, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 345, 371, 380, 384, 395, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "improv": 89, "in1d": 6, "in_array1": 94, "includ": [4, 10, 14, 19, 20, 32, 34, 35, 36, 37, 38, 44, 62, 71, 76, 79, 82, 89, 90, 101, 137, 138, 139, 140, 144, 145, 156, 163, 184, 191, 202, 203, 208, 222, 223, 224, 226, 228, 346, 390, 398, 423, 448, 449], "include_initi": 71, "inclus": [346, 374, 377], "increas": [82, 87, 97, 144, 448], "ind": [30, 82, 189, 341, 342, 438, 439, 442, 443], "index": [4, 28, 29, 30, 55, 85, 87, 90, 100, 151, 210, 218, 219, 283, 295, 319, 328, 341, 342, 395, 401, 410, 427, 428, 438, 442, 452, 455, 466], "index_arrai": [28, 29, 30], "indic": [6, 10, 28, 29, 30, 71, 77, 78, 82, 85, 87, 89, 90, 99, 102, 108, 120, 134, 144, 189, 190, 204, 205, 211, 218, 219, 279, 280, 281, 304, 307, 313, 322, 328, 341, 342, 401, 410, 413, 414, 417, 427, 428, 434, 438, 439, 442, 443, 452], "indirect": [30, 417], "individu": 356, "inequ": 329, "inexact": [225, 227], "inf": [9, 15, 22, 26, 34, 35, 63, 83, 157, 158, 159, 160, 161, 172, 183, 193, 194, 196, 207, 213, 218, 219, 222, 224, 227, 339, 419, 444], "infer": [71, 203, 398, 401], "infin": [9, 14, 19, 127, 157, 158, 159, 160, 161, 214, 222, 224, 227, 399, 445, 466], "infinit": 172, "info": 6, "inform": [0, 36, 38, 85, 87, 121, 293, 462, 466], "infti": 9, "initi": [16, 17, 71, 85, 91, 136, 206, 212, 222, 224, 225, 227, 299, 301, 306, 320, 338, 346, 425], "inner": [6, 70, 89, 90, 182, 205, 333], "input": [10, 11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 75, 76, 79, 80, 81, 82, 83, 84, 85, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 102, 106, 108, 111, 113, 114, 115, 116, 117, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 136, 137, 138, 141, 142, 143, 144, 145, 146, 147, 148, 150, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 173, 175, 181, 183, 185, 186, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 295, 326, 327, 328, 329, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 368, 374, 390, 395, 396, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 440, 441, 444, 445, 447, 448, 449, 450, 453, 454], "insert": [6, 28, 29, 80, 82, 85, 89, 97, 139, 144, 191, 202, 218, 219, 222, 224, 313, 342, 410, 466], "instal": 2, "instanc": [3, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 141, 148, 151, 191, 192, 202, 204, 205, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "instead": [40, 80, 84, 85, 97, 126, 139, 144, 145, 151, 182, 191, 202, 206, 212, 282, 328, 338, 425, 462], "instruct": 4, "int": [9, 14, 19, 20, 28, 29, 30, 31, 37, 44, 51, 58, 70, 71, 72, 73, 76, 77, 79, 80, 81, 85, 87, 91, 92, 93, 97, 100, 102, 104, 106, 108, 111, 118, 120, 121, 123, 132, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 148, 149, 151, 179, 180, 183, 189, 190, 191, 202, 203, 204, 206, 208, 212, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 324, 331, 332, 334, 338, 341, 342, 346, 374, 377, 398, 400, 401, 405, 406, 407, 417, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 436, 437, 438, 439, 441, 442, 443, 448, 449, 453, 454, 462], "int16": 87, "int32": [0, 9, 37, 52, 87, 91, 92, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 132, 135, 137, 138, 148, 192, 225, 227, 331, 332, 346, 348, 356, 358, 363, 365, 371, 374, 390, 402, 425, 436, 453, 454], "int64": [0, 9, 52, 87, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 225, 227, 402], "int8": [87, 338], "int_": 9, "intc": 9, "integ": [15, 20, 31, 44, 45, 46, 47, 48, 49, 51, 71, 72, 73, 82, 85, 87, 123, 126, 127, 144, 149, 153, 154, 168, 180, 183, 189, 203, 206, 208, 212, 214, 220, 221, 222, 223, 224, 225, 226, 227, 228, 316, 324, 338, 341, 346, 374, 377, 382, 398, 399, 400, 401, 403, 404, 405, 407, 410, 412, 420, 423, 425, 427, 431, 433, 445, 449, 462], "integer_lik": 431, "integr": [3, 4, 44, 71, 144, 203, 208, 215, 223, 226, 228, 337, 398, 423, 425, 435, 449], "intel": [3, 89], "intend": [85, 324], "interchang": [85, 216, 321, 426], "interfac": [0, 132], "interior": 141, "intermedi": [72, 89, 90], "intern": 346, "interp": 6, "interpret": [2, 34, 35, 39, 51, 62, 87, 132, 204, 328, 341, 462], "intersect1d": 6, "interv": [10, 20, 21, 22, 23, 25, 82, 97, 139, 191, 202, 346, 374, 376, 378, 379, 381, 389, 390, 426], "intp": [225, 227], "intrins": 462, "introduc": 405, "introduct": 10, "introselect": [85, 305, 334], "inv": [6, 172, 184], "invers": [10, 18, 21, 22, 23, 24, 25, 26, 27, 66, 67, 96, 97, 98, 102, 104, 106, 108, 109, 110, 111, 112, 113, 114, 115, 118, 178, 184, 189, 190, 195, 392, 415, 416, 429, 430], "invert": [6, 47, 178, 184, 189], "invok": 462, "involv": [85, 189, 314], "io": [131, 192], "irfft": [6, 104, 118], "irfft2": 6, "irfftn": 6, "irrespect": 30, "is_busdai": 6, "isalignedstruct": 87, "isbuiltin": 87, "isclos": [6, 15], "iscomplex": [6, 156, 162], "iscomplexobj": [6, 155, 163], "isfinit": [6, 158, 159, 160, 161, 222, 224, 227], "isfortran": 6, "isin": 6, "isinf": [6, 157, 159, 160, 161], "isn": 87, "isnan": [6, 157, 158, 160, 161, 220, 221, 222, 224, 225, 227], "isnat": [6, 159], "isneginf": [6, 157, 158, 159, 161], "isposinf": [6, 157, 158, 159, 160], "isreal": [6, 155, 163], "isrealobj": [6, 156, 162], "isscalar": 6, "issctyp": 6, "issubclass_": 6, "issubdtyp": 6, "issubsctyp": 6, "item": [6, 85, 132, 133, 135, 455], "item_dtyp": 87, "item_hasobject": 87, "item_is_point": 87, "items": [85, 87], "itemset": 6, "iter": [6, 34, 35, 85, 90, 122, 132, 133, 135, 136, 294, 295, 342, 428, 466], "its": [4, 6, 10, 11, 12, 14, 19, 30, 44, 76, 85, 121, 144, 145, 148, 174, 175, 176, 177, 182, 184, 190, 208, 223, 226, 228, 324, 383, 395, 398, 401, 417, 423, 434, 436, 449, 462], "itself": [40, 85, 87, 282, 462], "iu": 204, "iu1": [204, 442], "iu2": 442, "ix_": 6, "j": [59, 60, 85, 89, 108, 134, 150, 151, 167, 171, 174, 175, 196, 205, 324, 333, 339, 342, 418, 420, 428, 431], "j1": 167, "jame": 10, "ji": 89, "jil": 89, "jk": [89, 90], "jl": 90, "john": 10, "join": [57, 58, 86, 146, 408, 422, 451, 466], "jump": [74, 344], "just": [57, 80, 87], "k": [10, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 76, 79, 83, 85, 89, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 167, 168, 169, 170, 179, 185, 187, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 204, 205, 207, 213, 214, 217, 236, 282, 287, 326, 327, 329, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 431, 436, 437, 438, 439, 441, 442, 443, 444, 445, 452, 470], "kaiser": 6, "kappa": 391, "keep": [39, 40, 85, 282], "keepdim": [14, 16, 17, 19, 28, 29, 44, 68, 85, 183, 203, 206, 208, 209, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 299, 300, 301, 306, 318, 320, 325, 338, 340, 342, 398, 423, 425, 428, 449], "kei": [3, 30, 85, 87, 122, 241, 272, 417], "key2": 87, "keyword": [10, 11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 63, 66, 67, 70, 74, 83, 88, 95, 96, 98, 126, 127, 128, 129, 130, 134, 141, 147, 153, 168, 194, 195, 196, 197, 205, 207, 213, 214, 215, 217, 326, 327, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 424, 429, 430, 435, 444, 445, 452, 462], "ki": 89, "kind": [30, 40, 52, 58, 64, 71, 85, 87, 89, 121, 146, 182, 203, 205, 281, 282, 305, 316, 334, 398, 408, 417, 422, 451, 466], "kl": [10, 89, 90], "known": [10, 133, 384], "kron": 6, "kroneck": 167, "kth": [85, 305, 334], "kwarg": [11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 59, 60, 63, 66, 67, 74, 75, 83, 85, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 134, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 207, 213, 214, 215, 217, 266, 284, 311, 326, 327, 329, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 435, 444, 445, 446, 447], "l": [10, 87, 171, 175, 177], "la": [174, 176, 177], "label": 89, "laid": 38, "lam": 371, "lambda": 134, "lapack": [174, 176], "laplac": 6, "laptop": 4, "larg": [10, 74, 87, 144, 184, 344], "larger": [89, 102, 108, 121, 433, 462], "largest": [10, 90, 121, 126, 149, 179, 214, 399], "largest_singular_valu": 184, "last": [14, 19, 30, 70, 80, 81, 85, 102, 108, 123, 139, 141, 152, 182, 191, 202, 205, 295, 338, 395, 401, 405, 410, 417, 421, 425, 431], "latest": [4, 131], "latter": [128, 129, 207, 213, 342, 428], "layout": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 83, 85, 89, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 293, 326, 327, 329, 331, 332, 336, 337, 339, 345, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 452, 453, 454, 455], "lcm": 6, "ldexp": 6, "ldot": 10, "lead": [108, 220, 221, 440], "learn": [3, 4], "least": [41, 42, 43, 44, 78, 86, 87, 90, 97, 120, 124, 128, 129, 133, 154, 156, 179, 185, 207, 213, 408, 451], "left": [10, 28, 29, 31, 80, 82, 85, 124, 125, 168, 176, 183, 206, 212, 218, 219, 225, 227, 313, 338, 389, 403, 407, 410, 425, 448], "left_shift": [6, 403], "leg": [147, 398], "legaci": 382, "len": [85, 87, 106, 151, 179, 206, 210, 211, 212, 258, 412, 448], "length": [20, 44, 72, 73, 81, 85, 93, 102, 104, 108, 111, 118, 136, 139, 141, 144, 146, 174, 188, 202, 206, 210, 212, 220, 221, 314, 342, 349, 401, 402, 408, 410, 412, 421, 428, 431, 432, 451], "less": [6, 72, 73, 93, 142, 143, 144, 145, 170, 179, 184, 220, 221, 225, 227, 329, 338, 413, 425, 433], "less_equ": [6, 93, 142, 143, 169, 329], "let": 348, "level": [455, 462], "level_zero": [20, 32, 34, 35, 36, 38, 62, 76, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 211, 330, 331, 332, 436, 448, 453, 454], "lexsort": [6, 30, 417], "li": [405, 406], "librari": [3, 4, 462], "light": 10, "like": [20, 32, 34, 35, 36, 38, 40, 41, 42, 43, 57, 85, 86, 89, 91, 100, 132, 133, 134, 135, 136, 137, 139, 148, 191, 192, 202, 204, 282, 295, 331, 342, 346, 390, 401, 428, 453, 466], "limit": [3, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 56, 59, 60, 62, 63, 65, 66, 67, 68, 69, 74, 75, 83, 85, 87, 88, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 121, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 149, 153, 154, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 209, 212, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 284, 326, 327, 329, 331, 332, 334, 336, 337, 338, 339, 340, 343, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 374, 377, 380, 382, 383, 384, 385, 386, 388, 389, 390, 391, 392, 393, 394, 397, 399, 401, 403, 404, 409, 411, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 429, 430, 435, 444, 445, 447, 449, 453, 454], "linalg": [6, 84, 89, 90, 420], "line": [179, 192], "linear": [10, 61, 65, 179, 187, 202, 455, 466], "linspac": [0, 6, 20, 94, 139, 202, 210, 447], "linux": 4, "list": [3, 6, 9, 32, 34, 35, 36, 38, 41, 42, 43, 50, 58, 62, 76, 79, 85, 86, 87, 89, 90, 106, 111, 120, 137, 138, 139, 141, 146, 156, 163, 191, 192, 202, 205, 324, 400, 402, 408, 411, 422, 431, 434, 448, 451, 452], "list_pickl": 87, "littl": 87, "ln": 202, "load": [6, 133, 192], "loadtxt": [6, 133], "loc": [346, 357, 359, 360, 368, 392], "local": 4, "locat": [0, 4, 140, 160, 161, 204, 333, 357, 359, 410], "log": [6, 98, 139, 186, 191, 194, 195, 196, 197, 202, 203, 361], "log10": [6, 193, 195, 196], "log1p": [6, 96, 98, 193, 194, 196], "log2": [6, 193, 194, 195], "log_bas": 202, "logabsdet": 186, "logaddexp": [6, 71, 203], "logaddexp2": 6, "logarithm": [71, 173, 186, 191, 193, 194, 195, 196, 197, 203, 362, 466], "logic": [14, 19, 198, 199, 200, 201, 455, 466], "logical_and": [6, 46, 199, 200, 201], "logical_not": [6, 47, 153, 198, 200, 201], "logical_or": [6, 48, 198, 199, 201], "logical_xor": [6, 49, 198, 199, 200], "logist": 6, "lognorm": 6, "logseri": 6, "logspac": [6, 139, 191], "logsumdexp": 197, "logsumexp": 71, "lomax": 369, "long": [87, 180], "look": [327, 428], "lookfor": 6, "loop": 89, "lorentz": 384, "low": [346, 374, 377, 390, 462], "lower": [76, 100, 144, 145, 165, 171, 175, 177, 204, 436, 437, 438, 439, 442, 443], "lowest": [44, 89, 90, 346, 374], "lstsq": 6, "m": [4, 10, 69, 86, 87, 89, 100, 123, 124, 125, 171, 173, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 204, 205, 342, 427, 428, 436, 437, 438, 439, 441, 442, 443], "machin": [4, 10, 121, 149, 179], "machineri": 87, "made": [41, 87, 167], "magnitud": [11, 12, 63, 101, 339], "mai": [14, 18, 19, 40, 52, 56, 58, 64, 73, 85, 87, 89, 90, 97, 108, 141, 145, 146, 172, 174, 175, 179, 183, 185, 202, 205, 223, 226, 228, 282, 342, 408, 422, 432, 451, 462], "main": [76, 77, 78, 79, 80, 100, 120, 148, 177, 204, 433, 436, 437, 438, 441, 442], "mainstai": 10, "maintain": [82, 85, 87, 144, 313, 410, 428], "major": [4, 34, 35, 36, 38, 39, 40, 85, 282, 328, 395], "make": [36, 38, 57, 87, 210], "manag": 0, "mani": [10, 462], "manipul": [3, 77, 455, 466], "manual": [4, 87, 432], "mappingproxi": 87, "mask": [87, 204, 328, 335, 343, 427, 438, 442], "mask_func": 204, "mask_indic": [6, 438, 442], "mass": 144, "mat": 6, "match": [11, 12, 35, 58, 64, 71, 81, 87, 133, 141, 152, 203, 205, 341, 342, 398, 422, 427, 428, 431, 452], "math": [10, 94], "mathemat": [455, 466], "matlab": 130, "matmul": [6, 84, 185, 188, 450], "matplotlib": [210, 384], "matric": [120, 134, 151, 173, 174, 176, 178, 181, 183, 184, 185, 186, 188, 205, 210, 466], "matrix": [69, 84, 89, 152, 171, 172, 174, 175, 176, 177, 178, 179, 180, 181, 183, 184, 185, 186, 187, 188, 205, 210, 420, 441, 448, 450, 455, 466], "matrix_pow": [6, 420], "matrix_rank": 6, "max": [0, 6, 16, 28, 85, 121, 128, 129, 144, 145, 149, 179, 181, 207, 212, 213, 222, 284, 363, 428, 432, 462], "max_arg": 0, "max_val": 0, "maxima": [128, 206, 207], "maximum": [0, 6, 16, 28, 29, 56, 85, 90, 128, 129, 206, 212, 213, 218, 219, 222, 224, 279, 299, 337, 340, 342], "maximum_sctyp": 6, "may_share_memori": 6, "mean": [3, 6, 10, 40, 44, 85, 89, 132, 133, 135, 141, 172, 183, 209, 223, 226, 228, 282, 295, 324, 346, 359, 361, 364, 368, 387, 391, 392, 395, 401, 423, 425, 449, 462], "meaningfulli": 462, "meant": 462, "median": [0, 6], "memori": [3, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 39, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 83, 85, 87, 89, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 210, 213, 214, 217, 293, 319, 326, 327, 329, 331, 332, 336, 337, 339, 345, 397, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 452, 453, 454, 455], "mersenn": 346, "meshgrid": [6, 134, 151, 211, 330], "met": [84, 182], "meta": 87, "metadata": 87, "method": [10, 14, 16, 17, 19, 30, 40, 62, 84, 85, 87, 122, 131, 133, 181, 184, 188, 282, 287, 311, 328, 346, 401, 412, 425, 427, 434, 455], "mgrid": 151, "mgridclass": 211, "middl": [10, 80, 176], "might": [89, 108], "min": [6, 17, 29, 56, 85, 121, 128, 129, 144, 145, 149, 172, 179, 185, 188, 206, 207, 213, 224, 284, 428, 462], "min_scalar_typ": 6, "minima": [129, 212, 213], "minimum": [6, 17, 28, 29, 56, 85, 128, 129, 206, 207, 212, 218, 219, 222, 224, 280, 301, 337, 340], "minlength": 45, "mintypecod": 6, "minu": [98, 127, 214, 399, 445], "miscellan": [2, 455, 466], "mise": 391, "miss": 192, "mix": 205, "mk": 10, "mkl": 4, "mn": 10, "mod": [6, 99, 399], "mode": [55, 61, 65, 85, 102, 108, 185, 283, 307, 322, 341, 384, 389, 410, 427], "model": 348, "modf": 6, "modifi": [62, 80, 120, 383], "modul": [140, 455], "modulu": [130, 214, 399], "monoton": [82, 144], "moor": 184, "more": [0, 3, 4, 15, 30, 32, 41, 42, 43, 86, 87, 89, 90, 98, 124, 125, 131, 133, 145, 146, 151, 179, 180, 181, 182, 184, 188, 195, 197, 422, 431, 462], "most": [3, 4, 80, 81, 87, 90, 102, 346, 382, 421], "move": [85, 216, 305, 405, 406, 434], "moveaxi": [6, 405, 406, 434], "msg": 0, "msort": 6, "mt19937": 382, "mu": [357, 361, 368, 391], "multi": [2, 85, 103, 105, 109, 110, 114, 115, 117, 119, 151, 211, 319, 330, 455], "multi_dot": [6, 84, 89, 90], "multiarrai": 87, "multidimension": [144, 152, 452], "multinomi": 6, "multipl": [10, 28, 29, 30, 44, 58, 70, 71, 87, 89, 145, 146, 174, 175, 176, 177, 178, 182, 203, 206, 208, 212, 222, 223, 224, 226, 228, 398, 408, 417, 422, 423, 449, 451, 455], "multipli": [6, 72, 89, 176, 225, 338], "multivari": 364, "multivariate_norm": 6, "must": [11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 31, 44, 46, 47, 48, 49, 51, 53, 54, 56, 57, 58, 59, 60, 63, 66, 67, 71, 72, 73, 74, 81, 83, 84, 86, 95, 96, 97, 98, 101, 108, 120, 124, 126, 127, 128, 129, 130, 133, 136, 141, 142, 143, 144, 145, 146, 147, 150, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 182, 183, 189, 190, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 207, 208, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 327, 329, 335, 336, 337, 338, 339, 341, 342, 345, 397, 398, 399, 400, 403, 404, 405, 407, 408, 409, 410, 413, 414, 415, 416, 419, 420, 422, 423, 424, 425, 426, 428, 429, 430, 431, 433, 434, 444, 445, 449, 451, 452], "mx": 179, "n": [0, 4, 10, 73, 77, 78, 81, 82, 85, 86, 87, 88, 97, 100, 102, 104, 105, 107, 108, 110, 112, 113, 115, 116, 118, 119, 120, 126, 134, 141, 148, 179, 180, 181, 184, 185, 188, 189, 190, 204, 205, 210, 226, 228, 324, 335, 341, 348, 363, 365, 375, 385, 410, 412, 420, 423, 426, 427, 431, 434, 436, 437, 438, 439, 441, 442, 443, 448, 449, 462], "n1": 210, "n2": [192, 210], "n3": 210, "naiv": 90, "name": [0, 6, 87], "namedtupl": 185, "nan": [9, 14, 15, 19, 28, 29, 34, 35, 83, 128, 129, 157, 158, 159, 160, 161, 194, 206, 207, 208, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 337, 338, 419, 423, 444, 449, 466], "nan_to_num": 6, "nanargmax": [6, 28, 219], "nanargmin": [6, 29, 218], "nancumprod": 6, "nancumsum": 6, "nanmax": [6, 128, 129, 206, 207, 213, 224], "nanmean": [6, 208, 226, 228, 423, 449], "nanmedian": 6, "nanmin": [6, 128, 129, 207, 212, 213, 222], "nanpercentil": 6, "nanprod": [6, 338], "nanquantil": 6, "nanstd": [6, 208, 223, 228, 423, 449], "nansum": 6, "nanvar": [6, 208, 223, 226, 423, 449], "nat": 159, "nativ": 87, "native_cod": 87, "native_dt": 87, "natur": [186, 193, 194, 195, 196, 197, 203], "nbad": 358, "nbyte": 85, "ndarrai": [2, 3, 6, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 467], "ndim": [6, 32, 38, 41, 42, 43, 69, 77, 80, 85, 87, 120, 167, 188, 206, 212, 331, 432, 434, 453], "ndmin": 32, "nearest": [31, 127, 214, 399, 404, 407, 445], "necessari": [4, 14, 19, 20, 32, 34, 35, 36, 38, 41, 64, 72, 73, 99, 120, 139, 191, 202, 205, 208, 220, 221, 223, 225, 226, 227, 228, 338, 401, 423, 425, 449], "necessarili": [174, 176], "need": [4, 80, 140, 427, 428, 452], "needs_init": 87, "needs_pyapi": 87, "neg": [6, 10, 14, 19, 31, 45, 63, 79, 80, 82, 97, 100, 123, 136, 141, 144, 157, 158, 159, 160, 161, 180, 222, 224, 226, 227, 228, 336, 337, 338, 341, 365, 407, 423, 425, 427, 433, 449], "negative_binomi": 6, "neither": [84, 128, 129, 188, 205, 222, 224], "nest": [37, 86, 146, 408, 422, 451], "nested_it": 6, "net": [128, 129, 207, 213], "never": 401, "new": [32, 40, 50, 51, 57, 58, 71, 72, 73, 80, 85, 86, 87, 91, 92, 97, 128, 129, 131, 135, 136, 137, 138, 139, 146, 148, 191, 202, 203, 204, 207, 213, 216, 220, 221, 225, 227, 282, 311, 324, 331, 332, 398, 401, 405, 406, 408, 422, 432, 434, 451, 452, 453, 454, 462], "new_dtyp": 87, "new_ord": 87, "newaxi": 97, "newbyteord": [6, 87], "newli": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 83, 85, 91, 92, 93, 95, 96, 98, 100, 101, 126, 127, 128, 129, 130, 137, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 326, 327, 329, 331, 332, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 453, 454], "newshap": 401, "next": [4, 121, 327], "nextaft": 6, "ngood": 358, "ni": [210, 342, 427, 428], "nine": 348, "ninf": [9, 222, 224, 227], "ninja": 4, "nj": [342, 427, 428], "njm": 89, "nk": [342, 427, 428], "nl": 10, "nlk": 89, "nn": 210, "noisi": 179, "non": [20, 32, 34, 35, 36, 37, 38, 40, 44, 45, 62, 68, 76, 77, 79, 82, 85, 91, 92, 99, 100, 104, 118, 128, 129, 132, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 148, 151, 155, 157, 191, 192, 202, 204, 211, 218, 219, 222, 224, 226, 228, 282, 304, 328, 330, 331, 332, 335, 337, 346, 366, 367, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 423, 431, 436, 438, 442, 448, 449, 452, 453, 454], "nonc": [366, 367], "noncentral_chisquar": 6, "noncentral_f": 6, "none": [10, 11, 12, 13, 14, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 58, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 79, 81, 83, 84, 85, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 172, 179, 181, 182, 183, 188, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 211, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 288, 289, 297, 299, 300, 301, 305, 306, 307, 310, 312, 313, 316, 317, 318, 320, 322, 323, 324, 325, 326, 327, 329, 330, 331, 332, 333, 334, 336, 337, 338, 339, 340, 341, 342, 345, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 398, 399, 400, 401, 403, 404, 405, 407, 408, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 427, 428, 429, 430, 433, 434, 435, 436, 438, 442, 444, 445, 448, 449, 451, 452, 453, 454, 462], "nonzero": [6, 68, 85, 452, 462], "nor": [128, 129, 176, 222, 224], "norm": [6, 10, 102, 103, 105, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 119, 172, 176, 179, 466], "normal": [6, 69, 102, 108, 144, 174, 175, 185, 346, 361, 364, 375, 387], "not_equ": [6, 93, 142, 143, 169, 170], "note": [11, 12, 13, 14, 18, 19, 28, 29, 30, 31, 39, 62, 70, 74, 80, 82, 83, 85, 87, 90, 97, 99, 102, 106, 108, 126, 128, 129, 132, 133, 134, 135, 136, 144, 151, 157, 174, 192, 202, 214, 217, 226, 227, 228, 287, 311, 328, 335, 341, 344, 349, 351, 352, 362, 367, 399, 401, 417, 423, 424, 426, 431, 432, 444, 449, 450], "notic": 87, "notimplementederror": [11, 12, 13, 14, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 83, 85, 91, 92, 93, 95, 96, 98, 100, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 153, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 212, 213, 214, 217, 222, 223, 224, 226, 227, 228, 282, 326, 327, 329, 331, 332, 336, 337, 338, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 417, 419, 420, 423, 424, 425, 429, 430, 444, 445, 449, 453, 454], "now": [14, 19, 36, 38, 77, 176, 179, 204], "np": [3, 4, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 174, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 290, 292, 295, 296, 297, 305, 309, 316, 324, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 338, 339, 340, 341, 342, 345, 371, 380, 393, 394, 395, 397, 398, 399, 400, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454], "nr": 10, "nsamp": 358, "nsampl": 358, "nth": 431, "nuc": 183, "num": [0, 87, 94, 139, 191, 202, 447], "number": [10, 14, 15, 18, 19, 20, 31, 44, 45, 50, 51, 68, 77, 79, 81, 82, 85, 87, 89, 90, 97, 100, 101, 121, 127, 132, 133, 135, 136, 139, 141, 144, 145, 148, 149, 155, 156, 157, 163, 172, 178, 181, 185, 186, 188, 189, 190, 191, 202, 214, 220, 221, 222, 224, 225, 226, 227, 228, 303, 312, 314, 315, 328, 335, 338, 339, 346, 348, 358, 382, 399, 400, 404, 405, 406, 407, 414, 423, 426, 432, 434, 436, 445, 448, 449, 462, 466], "numer": [3, 4, 10, 11, 12, 13, 21, 22, 23, 24, 25, 27, 31, 59, 60, 63, 66, 67, 83, 87, 93, 95, 98, 127, 128, 129, 142, 143, 150, 157, 158, 159, 169, 170, 193, 194, 195, 196, 207, 213, 217, 326, 329, 336, 337, 339, 396, 404, 407, 413, 414, 415, 416, 424, 429, 430, 444, 466], "numpi": [0, 1, 3, 4, 9, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 291, 295, 296, 297, 309, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 462, 466], "nx": 210, "ny": 210, "nyquist": [10, 106, 118], "nzero": 9, "o": [4, 14, 19, 87], "obj": [28, 29, 30, 87, 131, 144], "obj2sctyp": 6, "object": [20, 32, 34, 35, 36, 37, 38, 39, 40, 62, 76, 77, 79, 85, 87, 91, 92, 97, 100, 104, 118, 121, 122, 131, 132, 133, 134, 135, 136, 137, 138, 139, 148, 149, 151, 172, 175, 183, 191, 192, 202, 204, 211, 282, 311, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 401, 436, 438, 442, 448, 453, 454, 462], "obtain": [10, 80, 171, 328], "obviou": 10, "occupi": [121, 149], "occur": [40, 52, 58, 64, 85, 89, 146, 174, 205, 282, 408, 422, 451], "occurr": [28, 29, 45, 82, 144, 218, 219], "odd": [10, 104, 111, 118], "off": [20, 174, 179], "offset": [80, 85, 87, 132, 133, 204, 290, 323, 433, 438, 439, 442, 443], "ogrid": [151, 452], "ogridclass": 330, "oil": [348, 365], "omit": [346, 374], "onc": 178, "one": [3, 4, 15, 28, 29, 30, 32, 37, 41, 42, 43, 44, 56, 61, 64, 65, 85, 87, 91, 93, 97, 99, 100, 102, 107, 108, 111, 112, 113, 116, 124, 125, 128, 129, 133, 137, 141, 145, 146, 148, 151, 156, 176, 180, 183, 193, 194, 196, 204, 206, 207, 210, 211, 212, 213, 218, 219, 225, 227, 287, 295, 298, 328, 330, 332, 335, 338, 365, 406, 417, 421, 422, 425, 427, 431, 438, 439, 442, 443, 453, 462], "oneapi": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "onedpl": 4, "onemkl": [4, 174, 176], "ones": [6, 32, 36, 38, 44, 71, 83, 85, 89, 91, 92, 93, 97, 100, 137, 138, 147, 148, 167, 179, 181, 203, 204, 220, 225, 332, 338, 398, 402, 406, 434, 436, 444, 453, 454], "ones_lik": [6, 32, 92, 138, 331, 454], "onli": [10, 14, 19, 20, 28, 29, 30, 32, 34, 35, 36, 38, 40, 41, 44, 56, 62, 65, 69, 85, 87, 88, 89, 90, 91, 92, 100, 103, 105, 106, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 120, 132, 133, 134, 135, 136, 137, 138, 139, 141, 144, 145, 151, 171, 175, 177, 185, 188, 191, 192, 202, 204, 205, 206, 208, 209, 212, 218, 219, 222, 223, 224, 225, 226, 228, 282, 316, 331, 332, 334, 335, 336, 338, 346, 368, 374, 390, 401, 411, 417, 423, 425, 428, 442, 449, 452, 453, 454, 462], "open": [133, 151, 191, 330, 346, 376, 378, 379, 381, 390, 426], "opencl": [20, 32, 34, 35, 36, 38, 62, 76, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 211, 330, 331, 332, 436, 448, 453, 454], "oper": [10, 13, 46, 47, 48, 49, 83, 87, 89, 90, 93, 97, 120, 127, 130, 142, 143, 153, 168, 169, 170, 171, 198, 200, 205, 206, 212, 214, 217, 218, 219, 326, 329, 336, 337, 341, 399, 403, 424, 432, 444, 455, 466], "operand": [89, 90, 190, 333, 431], "opposit": [10, 87, 99, 335], "optim": [4, 89, 90, 144, 145], "option": [10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 40, 44, 46, 47, 48, 49, 52, 53, 54, 56, 58, 59, 60, 62, 63, 64, 66, 67, 70, 71, 72, 73, 74, 76, 77, 79, 80, 81, 82, 83, 84, 85, 87, 89, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 106, 108, 111, 118, 120, 123, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 150, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 172, 175, 177, 179, 181, 182, 183, 184, 185, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 295, 324, 326, 327, 329, 330, 331, 332, 333, 336, 337, 338, 339, 341, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 395, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 427, 429, 430, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 451, 452, 453, 454], "ord": 183, "order": [10, 11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 39, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 74, 80, 82, 83, 85, 87, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 120, 123, 124, 125, 126, 127, 128, 129, 130, 133, 137, 138, 141, 142, 143, 144, 147, 150, 153, 157, 158, 159, 168, 169, 170, 172, 174, 175, 176, 177, 188, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 210, 213, 214, 216, 217, 236, 281, 282, 287, 295, 305, 308, 313, 316, 324, 326, 327, 328, 329, 331, 332, 334, 336, 337, 339, 345, 395, 397, 399, 401, 403, 404, 409, 410, 413, 414, 415, 416, 417, 419, 420, 424, 429, 430, 431, 434, 444, 445, 448, 452, 453, 454, 466], "ordin": [179, 187], "ordinari": [152, 171], "org": 4, "orient": [70, 342, 428], "origin": [50, 80, 85, 183, 210, 216, 225, 227, 401, 405], "ortho": [10, 102, 108], "orthogon": [176, 185], "orthonorm": 185, "other": [30, 40, 50, 51, 81, 85, 87, 126, 134, 148, 174, 176, 182, 216, 232, 233, 237, 239, 240, 242, 243, 244, 245, 246, 247, 248, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 267, 269, 271, 274, 275, 276, 282, 346, 390, 406, 417, 455, 466], "otherwis": [3, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 32, 33, 34, 35, 36, 37, 38, 39, 40, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 59, 60, 62, 63, 65, 66, 67, 68, 69, 74, 76, 81, 83, 85, 87, 88, 89, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 147, 148, 152, 153, 154, 157, 158, 159, 168, 169, 170, 179, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 212, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 311, 326, 327, 329, 331, 332, 336, 337, 338, 339, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 398, 399, 400, 401, 403, 404, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 429, 430, 433, 435, 444, 445, 449, 452, 453, 454], "otim": 431, "out": [11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 81, 83, 84, 85, 86, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 106, 108, 111, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 172, 178, 182, 183, 184, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 205, 206, 207, 208, 209, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 283, 284, 287, 288, 289, 295, 299, 300, 301, 306, 312, 318, 320, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 338, 339, 340, 341, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 440, 441, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454], "outer": [6, 70, 80, 89, 90, 167], "output": [10, 11, 12, 13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 31, 32, 34, 35, 36, 37, 38, 40, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 66, 67, 71, 72, 73, 74, 76, 77, 79, 81, 83, 84, 85, 87, 89, 90, 91, 92, 93, 95, 96, 98, 100, 101, 102, 104, 108, 118, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 147, 148, 150, 151, 153, 155, 157, 158, 159, 168, 169, 170, 182, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 217, 219, 220, 221, 223, 225, 226, 227, 228, 282, 326, 327, 329, 330, 331, 332, 336, 337, 338, 339, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 399, 400, 403, 404, 407, 409, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 427, 429, 430, 432, 433, 436, 438, 442, 444, 445, 448, 449, 452, 453, 454, 466], "outsid": [144, 145], "over": [10, 14, 19, 44, 71, 72, 73, 84, 85, 89, 90, 102, 106, 108, 111, 122, 123, 134, 139, 144, 145, 152, 183, 191, 202, 203, 205, 206, 208, 210, 212, 220, 221, 222, 223, 224, 225, 226, 227, 228, 295, 338, 342, 346, 373, 378, 389, 390, 398, 423, 425, 427, 428, 431, 449, 466], "overrid": [70, 92, 138, 332, 454], "overview": 2, "overwrite_input": 209, "p": [10, 172, 179, 180, 348, 351, 356, 362, 365], "pack": [80, 395, 466], "packag": [0, 3], "packbit": 6, "pad": [6, 87, 102, 108], "page": [3, 466], "pair": [10, 90, 102, 108, 174], "parallel": [1, 3, 4, 9, 455], "paramet": [11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 292, 295, 311, 324, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 341, 342, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 363, 364, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 450, 451, 452, 453, 454], "parameter": [346, 368, 390], "pareto": 6, "pars": [133, 192], "part": [3, 10, 85, 128, 129, 150, 155, 156, 162, 163, 174, 175, 177, 204, 207, 213, 215, 296, 309, 396, 418, 438, 442, 445, 462], "partial": [30, 417], "particular": [87, 182], "particularli": 89, "partit": [6, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 417, 436, 438, 442, 448, 453, 454, 462], "pass": [35, 85, 87, 134, 145, 179, 204, 311, 439, 443], "path": [4, 89, 90, 133, 192], "path_info": 90, "pathlib": 192, "pattern": 44, "penros": 184, "per": [89, 104, 118], "percentil": [6, 209], "perf_count": 0, "perform": [14, 19, 35, 56, 81, 89, 108, 123, 171, 338, 425], "period": 10, "permit": 133, "permut": [6, 85, 89, 216, 324, 434, 466], "phase": [10, 18, 447], "pi": [0, 9, 10, 21, 23, 25, 26, 66, 67, 74, 75, 102, 415, 416, 429, 430, 447, 470], "pickl": [133, 192], "piecewis": 6, "pinf": 9, "pinv": 6, "pip": 4, "place": [6, 14, 15, 19, 31, 56, 58, 72, 73, 84, 85, 97, 99, 102, 108, 120, 151, 205, 206, 208, 212, 220, 221, 223, 225, 226, 227, 228, 295, 316, 324, 330, 338, 341, 342, 383, 401, 405, 407, 417, 422, 423, 425, 427, 433, 449, 462], "platform": [72, 73, 87, 220, 221, 225, 227, 338, 425], "pleas": [0, 3, 144, 462], "plot": 384, "plt": [210, 384], "plu": [193, 194, 196], "point": [10, 11, 12, 18, 20, 26, 31, 34, 35, 44, 63, 71, 87, 91, 92, 96, 100, 101, 121, 132, 133, 134, 136, 137, 138, 141, 148, 150, 179, 180, 191, 192, 197, 203, 208, 223, 226, 228, 327, 331, 332, 346, 375, 387, 396, 397, 398, 407, 409, 410, 423, 436, 449, 453, 454, 466], "pointer": 87, "poisson": 6, "poli": 6, "polyadd": 6, "polyd": 6, "polydiv": 6, "polyfit": 6, "polyint": 6, "polymul": 6, "polysub": 6, "polyv": 6, "popul": [11, 12, 13, 18, 21, 22, 23, 24, 25, 26, 27, 31, 46, 47, 48, 49, 53, 54, 59, 60, 63, 66, 67, 74, 83, 85, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 207, 213, 214, 217, 326, 327, 329, 336, 337, 339, 345, 346, 373, 397, 399, 403, 404, 407, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445], "portion": [144, 145], "posit": [6, 10, 14, 15, 19, 20, 31, 34, 35, 53, 63, 79, 80, 85, 97, 100, 101, 118, 121, 133, 157, 158, 159, 160, 161, 171, 180, 189, 216, 222, 224, 227, 305, 319, 326, 348, 372, 405, 406, 407, 409, 419, 420, 433, 434], "possess": 174, "possibl": [10, 39, 40, 42, 43, 85, 89, 90, 97, 128, 129, 141, 144, 204, 282, 311, 401, 421, 426, 427, 434], "possibli": 37, "pow": 462, "power": [6, 10, 96, 102, 180, 420, 448], "pre": 145, "precis": [11, 12, 44, 72, 73, 87, 89, 121, 150, 179, 204, 220, 221, 225, 227, 338, 396, 425, 433], "prefer": [55, 62, 85, 287, 328], "prepend": [81, 432], "present": [87, 222, 224, 227], "preserv": [40, 41, 42, 43, 56, 85, 87, 89, 123, 124, 125, 175, 176, 177, 282, 433], "press": 10, "previou": 44, "print": [0, 4, 44, 45, 61, 82, 87, 90, 346, 365, 370, 446], "print_device_info": 0, "printabl": 90, "printopt": 6, "prior": 81, "prob1": 197, "prob12": 197, "prob2": 197, "probabl": [144, 348, 356, 365], "proce": 462, "process": 10, "processor": 89, "prod": [6, 72, 85, 189, 190, 225, 462], "produc": [10, 87, 192, 342, 410, 428], "product": [6, 70, 72, 84, 85, 89, 90, 152, 167, 182, 187, 189, 190, 205, 217, 220, 225, 288, 333, 338, 431, 450, 466], "program": [4, 126], "progress": [139, 191], "project": [87, 339], "promot": [13, 18, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 46, 48, 49, 52, 53, 63, 66, 67, 74, 83, 95, 96, 98, 127, 128, 129, 130, 139, 147, 168, 191, 193, 194, 195, 196, 197, 202, 205, 207, 213, 214, 217, 327, 337, 345, 397, 399, 402, 403, 409, 413, 415, 416, 419, 420, 424, 429, 430, 432, 444, 445], "promote_typ": 6, "propag": [87, 128, 129, 206, 207, 212, 213, 220, 221, 222, 224, 225, 227], "proper": [128, 129, 174, 176], "properti": [10, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 175, 177, 185, 191, 192, 202, 204, 211, 230, 282, 291, 293, 294, 296, 298, 302, 303, 309, 314, 315, 319, 324, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454, 462], "protocol": [37, 87, 131], "prototyp": 92, "provid": [0, 6, 10, 28, 29, 58, 64, 71, 85, 89, 90, 97, 102, 108, 135, 144, 145, 146, 160, 161, 203, 218, 219, 222, 224, 225, 227, 346, 374, 377, 398, 408, 422, 427, 451, 452, 470], "pseudo": [184, 346], "ptp": 6, "pure": 10, "purpos": 179, "put": [6, 10, 85, 99, 335, 342, 428, 462], "put_along_axi": [6, 341, 428], "putmask": [6, 341], "pval": 363, "py": 4, "pypi": 4, "pyplot": [210, 384], "pytest": 4, "python": [0, 2, 3, 37, 85, 87, 130, 131, 214, 297, 399, 400, 462], "pzero": 9, "q": [176, 180, 185, 190, 209], "qquad": 10, "qr": 6, "quad": 10, "quadrant": [18, 25], "quantil": 6, "quaternion": 180, "question": 76, "queue": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "quick": [2, 3], "quotient": 26, "r": 185, "r2": 185, "rad": 75, "rad2deg": [6, 74, 75, 447], "radian": [6, 18, 21, 22, 23, 25, 26, 74, 75, 344, 447, 470], "rais": [11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 38, 46, 47, 48, 49, 50, 51, 53, 54, 55, 56, 59, 60, 62, 63, 64, 66, 67, 68, 71, 74, 82, 83, 84, 85, 91, 92, 93, 95, 96, 98, 100, 116, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 153, 157, 158, 159, 168, 169, 170, 180, 182, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 207, 208, 212, 213, 214, 217, 218, 219, 222, 223, 224, 226, 227, 228, 282, 283, 314, 326, 327, 329, 331, 332, 336, 337, 338, 339, 345, 397, 398, 399, 401, 403, 404, 409, 413, 414, 415, 416, 417, 419, 420, 421, 423, 424, 425, 429, 430, 444, 445, 449, 453, 454, 462], "rand": [6, 90, 346, 376, 378, 379, 381], "randint": [6, 85, 297, 346, 377], "randn": [6, 123, 124, 125, 184, 185, 188, 190, 346, 422], "random": [85, 90, 123, 124, 125, 176, 182, 184, 185, 188, 190, 297, 422, 455, 466], "random_integ": [6, 346, 374], "random_sampl": [6, 346, 373, 376, 379, 381], "randomli": 370, "randomst": 374, "ranf": 6, "rang": [0, 82, 135, 144, 145, 340, 341, 365, 370, 400, 422, 431, 434, 447, 466], "rank": [97, 99, 134, 179, 181, 426], "rate": [104, 118], "rather": 328, "ratio": [0, 83, 127, 179, 444, 470], "ration": 466, "ravel": [6, 85, 99, 183, 295, 333, 462], "ravel_multi_index": 6, "raw": 185, "rayleigh": 6, "rcond": [179, 184], "re": [28, 29, 45, 76, 405, 446], "read": [76, 80, 85, 87, 132, 133, 135, 136, 192, 295, 395, 401], "readonli": 87, "real": [6, 11, 12, 20, 26, 53, 54, 63, 71, 85, 102, 113, 114, 115, 116, 117, 119, 121, 126, 128, 129, 130, 147, 150, 155, 162, 163, 171, 174, 175, 176, 177, 181, 184, 185, 186, 188, 197, 203, 207, 213, 214, 226, 228, 348, 365, 397, 398, 399, 409, 418, 423, 445, 449, 462, 466], "real_if_clos": 6, "rearrang": [85, 305, 466], "rebuild": 86, "recal": 87, "recent": 421, "recfromcsv": 6, "recfromtxt": 6, "recip": [4, 10], "reciproc": [6, 409, 419], "recommend": [89, 328, 432], "reconstruct": [87, 188], "recov": 10, "reduc": [14, 19, 28, 29, 44, 185, 188, 203, 206, 208, 210, 212, 218, 219, 222, 223, 224, 225, 226, 227, 228, 338, 398, 423, 425, 449], "reduce_hypot": 147, "reduct": [14, 19], "refer": [0, 2, 3, 10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 123, 124, 125, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 288, 289, 290, 295, 296, 297, 299, 300, 301, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 316, 317, 318, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 383, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 446, 447, 448, 449, 450, 451, 452, 453, 454, 462], "reflect": 462, "reflector": 185, "regardless": [87, 175, 177], "regular": 192, "rel": [15, 85, 319, 405, 406], "relat": 87, "relev": [87, 139, 191, 202], "rem": 130, "remain": [14, 19, 44, 90, 144, 203, 208, 216, 223, 226, 228, 398, 401, 423, 449], "remaind": [6, 127, 130, 214, 337], "remov": [28, 29, 74, 80, 85, 97, 317, 338, 344, 421, 425, 466], "reorder": [89, 123, 190, 216], "rep": 432, "repeat": [6, 85, 120, 174, 175, 176, 177, 210, 335, 432, 462], "repeatedli": 89, "repetit": [0, 400, 432], "replac": [3, 10, 37, 56, 99, 220, 221, 335, 342, 351, 462], "replic": 432, "repo": 4, "repr": 270, "repres": [10, 20, 32, 34, 35, 36, 37, 38, 44, 85, 87, 90, 131, 134, 139, 141, 151, 186, 191, 202, 210, 228, 314, 346, 440, 462], "represent": [46, 48, 49, 90, 121, 149, 151, 327, 462], "request": 406, "requir": [4, 6, 32, 36, 38, 40, 85, 87, 89, 101, 151, 282], "res_cpu": 76, "res_host": 76, "rese": 382, "reset": 462, "reshap": [0, 6, 13, 28, 29, 41, 43, 44, 76, 77, 78, 80, 83, 84, 85, 86, 89, 97, 99, 106, 111, 123, 130, 151, 152, 167, 183, 204, 205, 206, 212, 217, 290, 295, 314, 324, 335, 370, 395, 405, 424, 431, 433, 438, 439, 442, 443, 444, 462], "resid": [97, 101], "residu": 179, "resiz": [6, 97, 462], "resolut": 121, "resolv": [71, 97, 203, 398], "resourc": 0, "respect": [10, 13, 26, 46, 48, 49, 83, 85, 93, 127, 130, 141, 142, 143, 168, 169, 170, 197, 198, 200, 201, 214, 217, 319, 329, 337, 399, 403, 424, 444], "restor": 405, "result": [0, 4, 10, 14, 19, 26, 28, 29, 44, 46, 47, 48, 49, 52, 56, 58, 63, 71, 72, 73, 83, 84, 87, 88, 90, 92, 93, 98, 102, 108, 127, 132, 133, 134, 135, 136, 138, 139, 142, 143, 144, 145, 151, 153, 157, 158, 159, 160, 161, 168, 169, 170, 171, 174, 183, 185, 191, 192, 195, 197, 198, 199, 200, 201, 202, 203, 205, 206, 208, 212, 215, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 328, 329, 332, 333, 337, 338, 341, 346, 348, 378, 398, 401, 402, 403, 404, 406, 407, 410, 413, 414, 422, 423, 425, 427, 428, 431, 432, 440, 444, 445, 449, 452, 454, 462], "result_dpnp": 0, "result_numpi": 0, "result_typ": [6, 52, 87, 466], "ret": 345, "retriev": [80, 87], "retstep": 191, "return": [0, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 61, 62, 63, 66, 67, 68, 69, 70, 71, 72, 73, 74, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 104, 106, 108, 111, 118, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 231, 232, 233, 236, 237, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 267, 268, 269, 270, 271, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 286, 287, 288, 289, 290, 291, 293, 294, 295, 297, 299, 300, 301, 304, 305, 306, 308, 311, 312, 318, 319, 320, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 342, 345, 346, 349, 368, 370, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 448, 449, 450, 451, 452, 453, 454, 462], "reus": [145, 401], "revers": [80, 85, 120, 123, 124, 125, 324, 434, 448], "rewrit": 179, "rfft": [6, 10, 104, 118], "rfft2": 6, "rfftfreq": [6, 104], "rfftn": [6, 102], "right": [10, 56, 70, 80, 82, 124, 125, 147, 168, 174, 175, 176, 177, 182, 190, 204, 389, 398, 403, 410, 433, 438, 442, 448], "right_shift": [6, 168], "rightmost": [144, 145, 190], "rint": [6, 31, 407], "roll": [6, 406], "rollaxi": [6, 405], "root": [6, 53, 147, 172, 397, 398, 409, 419, 420], "rot90": 6, "roughli": [87, 179], "round": [6, 20, 31, 85, 127, 174, 214, 399, 404, 445, 462, 466], "round_": 6, "routin": [2, 455, 462], "row": [38, 40, 57, 58, 72, 73, 80, 85, 86, 100, 124, 125, 141, 146, 148, 151, 182, 188, 282, 328, 395, 408, 422, 436, 438, 451], "row_stack": [6, 451], "rowvar": 69, "rsqrt": [397, 419], "rtol": [15, 154], "rule": [13, 14, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 38, 44, 46, 48, 49, 52, 53, 63, 64, 66, 67, 70, 74, 83, 95, 96, 98, 127, 128, 129, 130, 139, 147, 168, 191, 193, 194, 195, 196, 197, 202, 203, 205, 207, 208, 213, 214, 217, 223, 226, 228, 327, 337, 345, 397, 398, 399, 402, 403, 409, 413, 415, 416, 419, 420, 423, 424, 425, 429, 430, 435, 444, 445, 449], "run": [0, 4], "runtim": 4, "runtimewarn": [222, 224], "s1": [85, 87, 167, 319], "s10": 87, "s16": 87, "s2": [85, 87, 319], "s25": 87, "s3": [85, 319], "safe": [40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "safe_ev": 6, "said": 190, "same": [4, 10, 11, 12, 13, 14, 15, 19, 26, 28, 29, 30, 31, 33, 36, 38, 39, 40, 44, 46, 47, 48, 49, 51, 57, 58, 63, 71, 72, 73, 80, 81, 82, 83, 84, 85, 86, 92, 93, 97, 99, 120, 127, 128, 129, 130, 131, 138, 141, 142, 143, 144, 145, 146, 147, 150, 152, 153, 160, 161, 162, 167, 168, 169, 170, 176, 180, 185, 197, 198, 200, 201, 203, 206, 207, 208, 212, 213, 214, 217, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 311, 324, 327, 329, 332, 335, 337, 338, 342, 344, 346, 368, 374, 390, 395, 396, 398, 399, 400, 403, 405, 406, 408, 410, 417, 421, 422, 423, 424, 425, 427, 428, 431, 433, 437, 439, 441, 443, 444, 449, 450, 451, 454], "same_kind": [40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "sampl": [10, 104, 111, 118, 139, 141, 144, 191, 202, 342, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 373, 374, 375, 377, 380, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 428, 438, 442, 455, 466], "sample_r": 118, "satisfi": [32, 36, 38, 40, 85, 99, 178, 282, 335], "save": [6, 133], "savetxt": 6, "savez": 6, "savez_compress": 6, "scalar": [13, 15, 26, 32, 34, 35, 36, 37, 38, 46, 48, 49, 52, 62, 63, 64, 70, 76, 79, 81, 83, 84, 85, 87, 89, 90, 93, 99, 104, 118, 120, 127, 128, 129, 130, 137, 138, 139, 141, 142, 143, 144, 145, 147, 152, 156, 163, 164, 167, 168, 169, 170, 187, 191, 197, 198, 200, 201, 202, 204, 205, 207, 210, 213, 214, 217, 292, 297, 327, 329, 335, 337, 341, 342, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 374, 377, 380, 382, 386, 388, 389, 390, 391, 392, 393, 394, 399, 403, 410, 424, 427, 431, 444, 445, 448, 450, 452, 462], "scale": [10, 90, 102, 108, 139, 167, 185, 191, 202, 346, 353, 355, 357, 358, 359, 360, 368, 380, 385, 392], "scientif": 10, "scipi": 94, "scope": 4, "script": 4, "sctype2char": 6, "search": [90, 455, 466], "searchsort": [6, 82, 85, 144, 417, 462], "second": [13, 26, 44, 46, 48, 49, 63, 70, 80, 83, 84, 87, 90, 93, 96, 104, 106, 118, 127, 128, 129, 130, 141, 142, 143, 144, 145, 146, 147, 152, 166, 167, 168, 169, 170, 197, 198, 200, 201, 204, 205, 206, 207, 210, 212, 213, 214, 217, 329, 333, 337, 399, 403, 420, 424, 426, 431, 433, 444, 450], "section": [4, 87, 462], "see": [3, 31, 87, 102, 108, 131, 144, 179, 363, 407, 438, 439, 442, 443, 462], "seed": [6, 85, 90, 297, 346], "seek": 133, "select": [6, 64, 99, 206, 212, 421, 427, 455], "select_cpu_devic": 0, "select_default_devic": 0, "selector": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "self": [85, 87, 122, 231, 232, 233, 234, 237, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 294, 346], "semant": 144, "sens": 190, "sep": [133, 136], "separ": [10, 85, 87, 89, 133, 136, 145, 311], "sequenc": [37, 41, 42, 43, 57, 58, 61, 65, 86, 89, 90, 91, 92, 137, 138, 139, 144, 145, 146, 151, 182, 191, 202, 216, 331, 332, 335, 370, 383, 400, 402, 408, 422, 431, 451, 453, 454], "sequenti": [15, 65, 69, 88, 94, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 154, 209, 215, 225, 435], "seri": [10, 362], "set": [10, 28, 29, 32, 40, 55, 76, 77, 79, 82, 85, 87, 89, 91, 137, 144, 145, 148, 151, 181, 183, 184, 191, 206, 212, 218, 219, 227, 272, 282, 283, 294, 331, 332, 338, 413, 414, 425, 438, 442, 453, 454, 462], "set_numeric_op": 6, "set_printopt": 6, "set_stat": 6, "set_string_funct": 6, "setbufs": 6, "setdiff1d": 6, "seterr": 6, "seterrcal": 6, "seterrobj": 6, "setfield": [6, 87], "setflag": 6, "setter": [85, 314], "setup": 4, "setuptool": 4, "setxor1d": 6, "sever": 178, "sh": [85, 311], "shape": [4, 6, 11, 12, 13, 14, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 36, 40, 43, 44, 46, 47, 48, 49, 50, 51, 53, 54, 56, 58, 59, 60, 63, 65, 66, 67, 69, 71, 72, 73, 74, 77, 78, 81, 82, 83, 84, 85, 86, 87, 91, 92, 93, 95, 96, 97, 98, 101, 102, 104, 108, 118, 123, 126, 127, 128, 129, 130, 134, 137, 138, 141, 142, 143, 144, 145, 146, 147, 150, 151, 152, 153, 157, 158, 159, 160, 161, 162, 164, 167, 168, 169, 170, 173, 178, 179, 180, 181, 182, 185, 186, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 204, 205, 206, 207, 208, 210, 211, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 311, 317, 324, 326, 327, 329, 330, 331, 332, 336, 337, 338, 339, 341, 342, 345, 346, 355, 358, 363, 364, 369, 373, 374, 375, 376, 377, 378, 379, 381, 386, 387, 393, 395, 397, 398, 399, 400, 401, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 419, 420, 421, 422, 423, 424, 425, 427, 429, 430, 431, 432, 433, 434, 436, 437, 439, 441, 442, 443, 444, 445, 449, 451, 452, 453, 454, 455, 466], "share": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 436, 438, 442, 448, 453, 454], "shared_bin": 145, "shares_memori": 6, "shift": [10, 106, 111, 168, 403, 405], "short": [445, 462], "shorthand": [11, 12, 13, 46, 47, 48, 49, 83, 93, 127, 142, 143, 153, 168, 169, 170, 198, 200, 205, 214, 217, 326, 329, 336, 337, 399, 403, 424, 444, 452], "should": [28, 29, 40, 80, 82, 84, 85, 89, 90, 102, 108, 130, 133, 140, 144, 154, 179, 180, 205, 216, 218, 219, 222, 224, 282, 313, 363, 401, 410, 427, 431, 433, 462], "show": [9, 87, 120, 147, 201, 210, 220, 221, 222, 224, 227, 384], "show_config": 6, "shown": 4, "shuffl": 6, "side": [85, 141, 176, 313, 410], "sigma": [361, 368], "sign": [6, 10, 15, 63, 87, 173, 186, 214, 326, 336, 338, 399, 414, 425, 445], "signal": [10, 104, 107, 112, 118], "signatur": [204, 205], "signbit": [6, 413], "signific": 89, "signum": 413, "similar": [3, 34, 35, 85, 87, 139, 191, 202, 204, 287, 335, 346, 374, 438, 439, 442, 443], "simpl": [4, 201, 466], "simpli": [78, 85, 133, 144, 145, 324], "sin": [0, 6, 23, 66, 176, 210, 416, 429], "sinc": [6, 85, 174, 176, 316, 328], "sine": [21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430], "singl": [9, 10, 30, 51, 57, 85, 89, 90, 141, 182, 206, 212, 317, 338, 346, 365, 374, 375, 376, 377, 378, 379, 381, 387, 425, 462], "singlecomplex": 9, "singleton": [14, 19, 44, 97, 203, 208, 222, 223, 224, 226, 228, 398, 421, 423, 449], "singular": [178, 179, 181, 184, 188], "sinh": [6, 24, 67, 415, 430], "size": [0, 6, 20, 28, 29, 32, 44, 58, 65, 69, 72, 73, 77, 82, 85, 87, 90, 99, 102, 104, 108, 118, 133, 139, 141, 146, 183, 185, 188, 191, 202, 204, 206, 208, 212, 218, 219, 220, 221, 223, 225, 227, 297, 298, 314, 331, 335, 338, 346, 347, 348, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 371, 372, 374, 376, 377, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 405, 408, 421, 422, 425, 431, 442, 451, 453], "skip": 80, "slice": [99, 218, 219, 222, 223, 224, 226, 228, 341, 342, 428, 442, 443, 462], "slogdet": [6, 173], "slower": 431, "slowest": [85, 295, 395, 401], "small": [15, 98, 179, 184, 195, 197, 442], "smaller": [81, 85, 102, 108, 121, 179, 214, 305, 335, 399], "smallest": [121, 149], "smallest_norm": 121, "smat": 188, "so": [10, 14, 19, 44, 87, 93, 144, 163, 191, 203, 208, 210, 223, 226, 228, 384, 398, 423, 431, 432, 449], "softwar": 4, "solut": [179, 187], "solv": [6, 179, 189, 190, 466], "some": [20, 87, 97, 99, 126, 152, 179, 335, 452, 462], "sometim": 462, "sometru": 6, "somewhat": 180, "sophist": 180, "sort": [6, 30, 85, 188, 281, 305, 410, 418, 428, 434, 455, 462, 466], "sort_complex": 6, "sorter": [85, 313, 410], "sought": 172, "sourc": [4, 6, 14, 15, 16, 17, 19, 20, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 50, 51, 52, 55, 56, 57, 58, 61, 62, 64, 65, 68, 69, 70, 71, 72, 73, 75, 76, 77, 78, 79, 80, 81, 82, 84, 85, 86, 88, 89, 90, 91, 92, 94, 97, 99, 100, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 144, 145, 146, 148, 149, 151, 152, 154, 155, 156, 160, 161, 162, 163, 164, 165, 166, 167, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 202, 203, 204, 205, 206, 208, 209, 210, 212, 215, 216, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 328, 331, 332, 333, 334, 335, 338, 340, 341, 342, 343, 344, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 398, 400, 401, 402, 405, 406, 410, 411, 412, 417, 418, 421, 422, 423, 425, 426, 427, 428, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 446, 447, 448, 449, 450, 451, 452, 453, 454], "space": [6, 20, 104, 106, 118, 133, 139, 141, 191, 202], "spars": [151, 210], "special": [2, 87, 94, 455, 466], "specif": [0, 4, 87, 134], "specifi": [14, 19, 20, 28, 29, 30, 31, 32, 34, 35, 36, 38, 44, 51, 52, 58, 62, 71, 72, 73, 76, 79, 80, 85, 89, 90, 91, 92, 99, 100, 102, 104, 108, 118, 123, 132, 133, 134, 135, 137, 138, 139, 141, 148, 175, 177, 183, 189, 190, 191, 192, 202, 203, 208, 209, 211, 220, 221, 223, 225, 226, 227, 228, 281, 290, 330, 331, 332, 335, 338, 341, 342, 346, 359, 369, 387, 395, 398, 405, 406, 407, 422, 423, 425, 427, 428, 431, 433, 434, 436, 448, 449, 453, 454], "spectrum": [10, 106, 111], "speed": 89, "speedup": 90, "spell": 328, "split": [6, 58, 86, 146, 408, 422, 451, 466], "spreadsheet": 126, "sqrt": [6, 10, 53, 85, 296, 309, 398, 409, 420], "squar": [6, 53, 147, 148, 171, 172, 174, 175, 176, 178, 179, 180, 186, 189, 190, 204, 226, 228, 350, 366, 397, 398, 409, 419, 423, 439, 443, 448, 449], "squeez": [6, 85, 97, 462], "src": 64, "stabl": [30, 417], "stack": [6, 57, 58, 86, 146, 173, 181, 184, 185, 186, 205, 328, 408, 428, 451], "stand": 141, "standard": [85, 121, 127, 130, 208, 214, 223, 226, 228, 297, 318, 346, 361, 368, 375, 384, 385, 386, 387, 388, 399, 423, 449, 462, 466], "standard_cauchi": 6, "standard_exponenti": 6, "standard_gamma": 6, "standard_norm": [6, 346, 375], "standard_t": 6, "start": [2, 3, 20, 36, 38, 90, 104, 118, 132, 139, 191, 202, 204, 406, 438, 442], "start_tim": 0, "state": 346, "statist": [455, 466], "std": [6, 85, 208, 223, 226, 228, 449, 462], "stdev": [346, 387], "step": [4, 20, 90, 139, 191, 202], "sticki": 87, "still": 44, "stop": [20, 139, 191, 202], "store": [139, 160, 161, 191, 202, 205, 333], "str": [37, 58, 87, 89, 90, 133, 136, 146, 192, 273, 408, 422, 440, 451], "str_": 87, "straightforward": 151, "stride": [39, 40, 85, 282], "string": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 87, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 440, 442, 448, 453, 454, 462], "string_repr": 90, "stringio": 192, "strongli": [4, 432], "struct": 87, "structur": [87, 192], "student": 388, "style": [40, 85, 282, 328, 395], "sub": [58, 80, 87, 89, 146, 190, 408, 422, 433, 436, 451], "subarrai": [87, 151], "subclass": [35, 166], "subdivid": 87, "subdtyp": 87, "subok": [11, 12, 13, 21, 22, 23, 24, 25, 26, 27, 32, 40, 46, 47, 48, 49, 50, 51, 53, 54, 59, 60, 62, 63, 66, 67, 74, 83, 85, 92, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 138, 142, 143, 147, 150, 153, 157, 158, 159, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 207, 213, 214, 217, 282, 326, 327, 329, 332, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 419, 420, 424, 429, 430, 444, 445, 454], "subscript": [89, 90], "subset": [3, 141, 421, 466], "subtract": 6, "subtyp": 395, "success": [348, 356, 365], "sugar": [78, 439, 443], "suggest": 80, "suit": 4, "suitabl": [85, 324, 342, 410, 428], "sum": [0, 3, 4, 6, 10, 13, 44, 71, 73, 76, 79, 80, 81, 84, 85, 89, 144, 147, 152, 172, 179, 189, 197, 203, 205, 220, 221, 227, 289, 323, 348, 363, 365, 398, 431, 433, 462, 466], "sum_": 10, "sum_along_diagon": 433, "sum_of_weight": 44, "summari": 455, "summat": [84, 89, 90, 152, 190, 205, 333, 431], "suppli": [182, 346, 375], "support": [3, 9, 11, 12, 13, 14, 15, 19, 20, 21, 22, 23, 24, 25, 26, 27, 30, 32, 34, 35, 36, 37, 38, 46, 47, 48, 49, 50, 51, 53, 54, 59, 60, 62, 63, 65, 66, 67, 68, 69, 74, 75, 83, 85, 87, 88, 91, 92, 93, 94, 95, 96, 98, 100, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 142, 143, 147, 148, 153, 154, 157, 158, 159, 168, 169, 170, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 205, 206, 207, 208, 209, 212, 213, 214, 215, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 282, 326, 327, 329, 331, 332, 334, 336, 337, 338, 339, 340, 343, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 364, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 386, 387, 388, 389, 390, 391, 392, 393, 394, 397, 399, 401, 403, 409, 411, 413, 414, 415, 417, 419, 420, 423, 424, 425, 429, 430, 435, 444, 445, 447, 449, 453, 454, 470], "surnam": 87, "surpris": 108, "svd": [6, 172, 178, 181, 184], "swap": [87, 106, 426], "swapax": [6, 85, 216, 462], "swapped_cod": 87, "swapped_dt": 87, "sy": 87, "sycl": [0, 3, 20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "sycl_context": 85, "sycl_devic": 85, "sycl_queu": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "sycldevic": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "syclqueu": [20, 32, 34, 35, 36, 37, 38, 40, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 282, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 436, 438, 442, 448, 453, 454], "symmetr": [171, 174, 175, 176, 177, 181, 184, 188], "symmetri": [10, 102, 107, 112], "syntact": [78, 439, 443], "syntax": 462, "sys_is_l": 87, "system": [3, 4, 187], "t": [10, 58, 69, 85, 87, 171, 174, 176, 179, 324, 328, 388], "tabl": [2, 9, 455], "tack": 87, "take": [6, 57, 85, 99, 204, 335, 342, 401, 410, 428, 462], "take_along_axi": [6, 28, 29, 30, 55, 342, 427], "taken": [44, 80, 81, 90, 144, 205, 226, 228, 423, 433, 436, 438, 442, 449, 450], "tall": 120, "tan": [6, 25, 26, 66, 415, 430], "tangent": [18, 21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430], "tanh": [6, 27, 67, 416, 429], "target": [40, 52, 85, 282, 341], "target_devic": 85, "tau": 185, "tbb": 4, "tempfil": 133, "temporari": 133, "temporaryfil": 133, "ten": 356, "tensor": [15, 37, 68, 85, 89, 90, 189, 190, 218, 219, 222, 224, 225, 340, 431], "tensordot": [6, 84, 89, 152, 189, 190, 205, 333], "tensorinv": [6, 190], "tensorsolv": [6, 189], "term": [10, 13, 83, 90, 102, 217, 424, 444], "test": [0, 2, 14, 15, 19, 93, 142, 143, 155, 157, 158, 159, 160, 161, 169, 170, 225, 328, 329, 348, 462, 466], "test_repetit": 0, "test_typ": 0, "teukolski": 10, "text": [132, 133, 135, 136, 192], "th": [73, 76, 79, 81, 85, 88, 100, 141, 151, 209, 324, 330, 434, 437, 439, 441, 443], "than": [32, 72, 73, 85, 102, 108, 121, 124, 125, 127, 134, 142, 143, 144, 145, 146, 168, 169, 170, 179, 181, 184, 185, 220, 221, 225, 227, 305, 328, 335, 338, 403, 413, 421, 422, 425, 431, 433, 445, 462], "thei": [15, 87, 176, 179, 408, 410, 431, 438, 442, 448, 451, 462], "them": [57, 462], "theor": 174, "theoret": 90, "therefor": [102, 134, 175, 177], "thi": [10, 11, 12, 16, 17, 20, 28, 29, 31, 32, 34, 35, 36, 37, 38, 39, 40, 56, 58, 62, 71, 76, 77, 78, 79, 80, 81, 82, 85, 86, 87, 89, 90, 98, 99, 101, 102, 106, 108, 120, 121, 124, 125, 130, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 145, 146, 156, 163, 175, 177, 179, 182, 183, 186, 191, 192, 195, 197, 202, 203, 204, 205, 206, 212, 214, 216, 218, 219, 222, 224, 225, 227, 282, 287, 292, 295, 305, 311, 314, 324, 328, 335, 338, 341, 342, 344, 379, 381, 395, 398, 399, 401, 406, 408, 422, 425, 427, 428, 432, 439, 443, 448, 451, 452], "thing": 427, "third": [57, 58, 86, 146, 408, 422, 451], "those": [10, 56, 180, 342], "though": 108, "thousand": 356, "three": [41, 42, 43, 97, 180, 204, 346, 382, 431], "threshold": 181, "through": [35, 87, 145, 174, 176, 179, 204, 462], "throw": 363, "thu": [10, 432], "tile": [6, 400, 466], "time": [0, 10, 13, 15, 26, 46, 48, 49, 63, 81, 83, 84, 93, 127, 128, 129, 130, 142, 143, 147, 152, 159, 167, 168, 169, 170, 179, 197, 198, 200, 201, 207, 213, 214, 217, 327, 329, 337, 348, 363, 399, 403, 424, 428, 431, 432, 444, 450], "time_dpnp": 0, "time_numpi": 0, "timedelta": 87, "timeit": 89, "timestep": 104, "tini": 121, "titl": 87, "tm": 130, "to_begin": 88, "to_devic": 85, "to_end": 88, "tobyt": 6, "todo": 366, "tofil": [6, 133], "togeth": [15, 58, 87, 422, 452], "tol": [181, 364], "toler": [15, 33, 154], "tolist": 6, "too": [4, 452], "toolkit": 3, "tostr": 6, "total": [6, 68, 72, 85, 302, 423, 449], "toward": [126, 127, 144, 145, 214, 327, 399, 445], "trace": [6, 76, 79, 80, 85, 89, 462], "traceback": 421, "trail": 440, "transfer": 85, "transform": [90, 102, 103, 104, 107, 108, 109, 110, 112, 113, 114, 115, 116, 117, 118, 119, 455], "transpos": [6, 85, 89, 171, 176, 216, 230, 462, 466], "trapezoid": [425, 435], "trapz": [6, 425], "treat": [15, 133, 141, 175, 177, 179, 182, 192, 220, 221, 225, 227, 338, 342, 410, 428, 432, 462], "tri": 6, "trial": 348, "triangl": [76, 147, 204, 398, 436, 437, 438, 439, 441, 442, 443], "triangular": [6, 171, 175, 177, 185, 204, 438, 439, 442, 443], "trigonometr": [18, 21, 22, 23, 24, 25, 26, 27, 66, 67, 415, 416, 429, 430, 466], "tril": [6, 76, 204, 436, 438, 439, 442], "tril_indic": [6, 204, 439, 442], "tril_indices_from": [6, 443], "trili": 439, "trili1": 439, "trim": 440, "trim_zero": 6, "triu": [6, 76, 204, 436, 438, 442, 443], "triu_indic": [6, 204, 438, 443], "triu_indices_from": [6, 439], "triui": 443, "triuim1": 443, "trivial": [174, 428], "true": [0, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 32, 33, 36, 38, 40, 41, 44, 46, 47, 48, 49, 52, 53, 54, 59, 60, 62, 63, 64, 66, 67, 68, 69, 73, 74, 82, 83, 85, 87, 89, 90, 93, 95, 96, 97, 98, 99, 101, 120, 123, 124, 125, 126, 127, 128, 129, 130, 134, 139, 142, 143, 144, 147, 150, 151, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 178, 181, 183, 184, 185, 187, 188, 190, 191, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 210, 212, 213, 214, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 234, 277, 278, 282, 287, 299, 300, 301, 306, 318, 320, 325, 326, 327, 328, 329, 335, 336, 337, 338, 339, 342, 345, 351, 397, 398, 399, 401, 403, 404, 409, 413, 414, 415, 416, 419, 420, 423, 424, 425, 428, 429, 430, 431, 444, 445, 448, 449, 452], "true_divid": [6, 83], "trunc": [6, 31, 54, 126, 404, 407], "truncat": [31, 54, 102, 108, 126, 384, 404, 407, 445], "trust": [218, 219], "truth": [46, 47, 48, 49, 93, 142, 143, 153, 169, 170, 198, 199, 200, 201, 329, 462, 466], "try": 4, "tukei": 10, "tup": [57, 86, 146, 408, 451], "tupl": [14, 19, 28, 29, 32, 34, 35, 36, 38, 44, 51, 62, 71, 76, 77, 78, 79, 85, 87, 90, 97, 106, 111, 123, 134, 137, 138, 139, 141, 144, 145, 151, 156, 163, 167, 183, 185, 190, 191, 202, 203, 204, 205, 206, 208, 210, 211, 212, 222, 223, 224, 225, 226, 227, 228, 314, 324, 328, 330, 338, 398, 400, 401, 405, 412, 421, 423, 425, 432, 434, 438, 439, 442, 443, 448, 449, 462], "turn": 57, "twister": 346, "two": [10, 15, 33, 41, 42, 46, 47, 48, 49, 61, 65, 70, 79, 80, 81, 84, 85, 87, 89, 90, 97, 102, 108, 128, 129, 141, 152, 153, 154, 167, 175, 179, 182, 187, 198, 200, 201, 205, 206, 207, 212, 213, 216, 222, 224, 305, 321, 333, 346, 375, 404, 407, 426, 431, 433, 438, 439, 442, 443, 450], "type": [0, 2, 3, 4, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 62, 63, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 121, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 180, 181, 182, 183, 184, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 287, 291, 295, 311, 324, 326, 327, 328, 329, 330, 331, 332, 333, 336, 337, 338, 339, 340, 345, 346, 347, 348, 350, 353, 354, 355, 356, 357, 358, 359, 360, 361, 365, 368, 369, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 447, 448, 449, 450, 451, 452, 453, 454, 455, 466], "type_nam": 0, "typeerror": [15, 44, 64, 68, 116], "typenam": 6, "typestr": 87, "typic": [15, 410, 462], "u": [87, 171, 175, 177, 188, 204, 225, 227], "u1": [87, 132, 133], "u16": 87, "u4": 52, "u8": 87, "ufunc": [2, 455, 462], "uint64": 87, "uint8": [87, 132, 133], "uk": 10, "un": 87, "unari": 462, "undefin": [18, 85, 305], "underli": [46, 48, 49, 401], "undo": 10, "undocu": 87, "unexpect": [225, 227], "unicod": 87, "uniform": [6, 87, 141, 144, 145, 202, 346, 373, 376, 378, 379, 381], "uniformli": [202, 346, 390], "uniniti": [32, 91, 92, 137, 331, 453], "union1d": 6, "uniqu": [6, 44, 45, 71, 82, 87, 203, 208, 216, 223, 226, 228, 398, 400, 423, 449], "unit": [85, 104, 118, 174, 180, 186, 319], "unitari": [10, 141, 185, 188], "uniti": 144, "univ": 10, "univers": [2, 455, 462], "unless": [14, 19, 40, 72, 73, 85, 89, 144, 174, 181, 183, 202, 220, 221, 225, 227, 282, 338, 425], "unlik": [30, 85, 118, 311, 417], "unmodifi": 145, "unpackbit": 6, "unravel_index": [6, 28, 29], "unsaf": [40, 52, 58, 64, 85, 89, 146, 205, 282, 408, 422, 451], "unscal": 10, "unsign": [87, 338, 425], "unspecifi": 401, "unsupport": [11, 12, 13, 15, 21, 22, 23, 24, 25, 26, 27, 46, 47, 48, 49, 53, 54, 56, 63, 66, 67, 74, 83, 95, 96, 98, 103, 105, 107, 109, 110, 112, 113, 114, 115, 116, 117, 119, 126, 127, 128, 129, 130, 147, 153, 168, 194, 195, 196, 197, 207, 213, 214, 215, 217, 326, 327, 336, 337, 339, 345, 397, 399, 403, 404, 409, 413, 414, 415, 416, 424, 429, 430, 435, 444, 445], "until": [90, 405, 406], "unwrap": [6, 74, 344], "up": [4, 10, 87, 89, 125, 428, 439], "updat": 4, "uplo": [175, 177], "upon": [85, 319], "upper": [76, 100, 144, 145, 171, 175, 177, 185, 204, 436, 438, 439, 441, 442, 443], "url": 4, "us": [4, 10, 13, 20, 32, 34, 35, 36, 37, 38, 39, 40, 46, 47, 48, 49, 52, 56, 58, 62, 70, 72, 73, 76, 77, 79, 80, 83, 85, 87, 89, 90, 91, 92, 93, 97, 100, 101, 102, 104, 108, 118, 120, 126, 127, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 148, 151, 152, 153, 168, 169, 170, 171, 172, 175, 176, 177, 179, 181, 182, 183, 184, 191, 192, 198, 200, 202, 204, 205, 206, 208, 210, 211, 212, 214, 217, 218, 219, 220, 221, 223, 225, 226, 227, 228, 236, 282, 287, 295, 326, 328, 329, 330, 331, 332, 335, 336, 337, 338, 342, 346, 349, 351, 352, 362, 367, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 383, 387, 390, 395, 399, 400, 401, 403, 405, 410, 413, 418, 423, 424, 425, 427, 428, 431, 432, 433, 435, 436, 438, 439, 442, 443, 444, 448, 449, 452, 453, 454, 462, 470], "usag": [3, 4, 104, 118], "use_getitem": 87, "use_setitem": 87, "user": 87, "usm": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 421, 436, 438, 442, 448, 453, 454], "usm_ndarrai": [11, 12, 13, 14, 15, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 37, 40, 41, 42, 43, 44, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 57, 58, 59, 60, 63, 64, 66, 67, 68, 70, 71, 72, 73, 74, 76, 78, 80, 81, 82, 83, 84, 85, 86, 89, 92, 93, 95, 96, 97, 98, 99, 101, 102, 106, 108, 111, 120, 123, 124, 125, 126, 127, 128, 129, 130, 138, 141, 142, 143, 144, 145, 146, 147, 150, 152, 153, 155, 157, 158, 159, 160, 161, 162, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 205, 206, 207, 208, 210, 212, 213, 214, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 326, 327, 328, 329, 332, 333, 335, 336, 337, 338, 339, 340, 341, 342, 345, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 437, 439, 440, 441, 443, 444, 445, 449, 450, 451, 452, 454], "usm_typ": [20, 32, 34, 35, 36, 37, 38, 62, 76, 77, 79, 85, 91, 92, 100, 104, 118, 132, 133, 134, 135, 136, 137, 138, 139, 148, 151, 191, 192, 202, 204, 211, 330, 331, 332, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 387, 390, 436, 438, 442, 448, 453, 454], "usual": [77, 87, 205], "util": 455, "v": [61, 76, 79, 85, 87, 174, 175, 313, 341, 410], "v0": 6, "v1": 6, "v10": 87, "v9": 6, "val": [85, 120, 122, 272, 307, 335], "valid": [65, 97, 204, 426, 438, 439, 442, 443], "valu": [10, 11, 12, 13, 14, 15, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 40, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 56, 59, 60, 62, 63, 64, 65, 66, 67, 68, 69, 71, 73, 74, 76, 81, 82, 83, 85, 87, 88, 89, 91, 92, 93, 95, 96, 98, 99, 100, 101, 120, 121, 122, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 141, 142, 143, 144, 145, 147, 148, 150, 151, 153, 156, 157, 158, 159, 162, 163, 168, 169, 170, 171, 174, 175, 176, 177, 178, 179, 180, 181, 184, 186, 187, 188, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 212, 213, 214, 217, 218, 219, 222, 223, 224, 225, 226, 227, 228, 232, 233, 237, 239, 240, 242, 243, 244, 245, 246, 247, 248, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 267, 269, 271, 272, 274, 275, 276, 279, 280, 282, 284, 287, 292, 294, 305, 307, 326, 327, 328, 329, 331, 332, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 345, 346, 356, 373, 374, 390, 396, 397, 398, 399, 400, 401, 403, 404, 405, 407, 409, 410, 411, 413, 414, 415, 417, 419, 420, 423, 424, 425, 427, 428, 429, 430, 433, 438, 442, 444, 445, 447, 449, 452, 453, 454, 462, 466], "value2": 87, "valueerror": [218, 219, 401, 421], "vander": 6, "vandermond": 448, "var": [6, 85, 208, 223, 226, 228, 423, 462], "vararg": 141, "vari": [10, 14, 18, 19, 80, 90, 108, 134, 151, 172, 174, 175, 179, 183, 223, 226, 228], "variabl": [69, 179, 187], "varianc": [85, 208, 223, 226, 228, 325, 423, 449, 466], "variou": 470, "vdot": [6, 84, 205], "vector": [70, 89, 134, 151, 152, 172, 181, 182, 183, 188, 205, 210, 333, 450, 466], "vendor": 4, "veri": [3, 10, 15, 210], "verif": 0, "verifi": 171, "version": [4, 85, 87, 294, 328], "vertic": [57, 58, 80, 86, 120, 123, 124, 146, 408, 422, 451], "vetterlin": 10, "vh": 188, "view": [6, 41, 42, 43, 50, 76, 80, 85, 97, 123, 124, 125, 210, 216, 230, 311, 324, 342, 401, 421, 426, 434], "violat": 64, "void": 87, "void640": 87, "von": 391, "vonmis": 6, "vsplit": [6, 58], "vstack": [6, 57, 58, 86, 146, 179, 408, 422], "w": [10, 44, 174, 175, 176, 177, 180], "wa": [10, 71, 87, 182, 203, 222, 224, 226, 228, 346, 387, 398, 423, 449], "wai": [3, 4, 10, 85, 90, 102, 133, 305, 431], "wald": 6, "walk": 87, "want": [4, 428], "warn": [87, 218, 219, 364], "we": [62, 77, 80, 90, 120, 179, 204, 342, 428], "weibul": [6, 394], "weight": [44, 45, 69, 144, 145, 208, 223, 425], "well": [87, 89, 133, 144, 145, 338, 348, 365, 384], "were": [58, 134, 346, 375, 422], "what": [10, 40, 52, 58, 64, 85, 87, 89, 93, 102, 108, 146, 155, 205, 282, 348, 365, 408, 422, 451, 462], "when": [10, 20, 32, 34, 35, 36, 38, 39, 40, 44, 62, 64, 82, 85, 87, 102, 128, 129, 139, 174, 183, 185, 191, 202, 204, 205, 214, 220, 221, 222, 224, 225, 227, 282, 399, 404, 406, 407, 427, 431, 452, 470], "whenev": [97, 426, 434], "where": [0, 6, 10, 11, 12, 13, 14, 16, 17, 19, 20, 21, 22, 23, 24, 25, 26, 27, 32, 34, 35, 36, 37, 38, 40, 42, 43, 44, 46, 47, 48, 49, 53, 54, 56, 59, 60, 62, 63, 64, 66, 67, 71, 74, 76, 77, 79, 81, 82, 83, 85, 91, 92, 93, 95, 96, 97, 98, 99, 100, 101, 104, 118, 126, 127, 128, 129, 130, 132, 133, 134, 135, 136, 137, 138, 139, 142, 143, 144, 147, 148, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 162, 163, 168, 169, 170, 171, 179, 185, 188, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 206, 207, 208, 211, 212, 213, 214, 217, 222, 223, 224, 225, 226, 227, 228, 277, 278, 282, 299, 300, 301, 306, 313, 318, 320, 325, 326, 327, 328, 329, 330, 331, 332, 333, 335, 336, 337, 338, 339, 345, 346, 368, 373, 374, 375, 376, 377, 378, 379, 381, 382, 387, 390, 397, 398, 399, 403, 404, 406, 409, 410, 413, 414, 415, 416, 419, 420, 423, 424, 425, 429, 430, 433, 434, 436, 438, 442, 444, 445, 448, 449, 453, 454], "wherev": 64, "whether": [14, 15, 19, 71, 82, 87, 155, 171, 185, 191, 225, 227, 401, 414], "which": [3, 4, 10, 14, 19, 28, 29, 30, 34, 35, 40, 44, 50, 58, 64, 71, 72, 73, 77, 79, 80, 81, 82, 84, 85, 87, 89, 90, 97, 101, 102, 106, 108, 111, 121, 123, 128, 129, 134, 135, 139, 141, 144, 145, 146, 157, 158, 159, 160, 161, 171, 174, 181, 183, 190, 202, 203, 204, 205, 206, 207, 208, 212, 213, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 282, 328, 338, 341, 398, 400, 405, 417, 421, 422, 423, 425, 427, 433, 434, 436, 437, 438, 441, 442, 445, 449, 452, 462], "whichev": 152, "while": [10, 144, 145, 208, 223, 226, 228, 328, 335, 338, 405, 423, 425, 436, 449], "whitespac": [133, 136], "who": 6, "whole": [438, 442], "whose": [11, 12, 80, 87, 99, 100, 120, 172, 175, 176, 177, 189, 204, 216, 405, 439, 443], "wide": 120, "width": [87, 144, 145], "wild": [348, 365], "window": [4, 104, 118], "wise": [11, 12, 13, 15, 18, 21, 22, 23, 24, 25, 26, 27, 31, 33, 46, 47, 48, 49, 53, 54, 57, 58, 59, 60, 63, 66, 67, 71, 83, 85, 86, 93, 95, 96, 98, 101, 126, 127, 128, 129, 130, 142, 143, 146, 147, 150, 153, 154, 157, 158, 159, 160, 161, 168, 169, 170, 193, 194, 195, 196, 197, 198, 199, 200, 201, 203, 206, 207, 212, 213, 214, 215, 217, 222, 224, 225, 286, 326, 327, 329, 336, 337, 339, 396, 397, 399, 403, 404, 407, 408, 409, 413, 414, 415, 416, 419, 420, 422, 424, 429, 430, 444, 445, 451, 462, 466, 470], "within": [15, 20, 33, 40, 85, 89, 144, 145, 154, 282, 341, 346, 390], "without": [80, 85, 91, 120, 314, 324, 395, 401, 462], "won": 87, "word": [126, 176, 346, 390], "work": [4, 31, 39, 344, 428, 462], "world": [87, 348, 365], "would": [30, 58, 85, 87, 134, 151, 182, 204, 205, 305, 346, 417, 422, 428, 434], "wrap": [74, 85, 120, 307, 322, 341, 344, 410, 427], "wrapper": 85, "write": [76, 80, 85, 120, 133, 295, 401], "written": [71, 120, 133, 203, 398, 452], "x": [0, 3, 4, 11, 12, 14, 18, 19, 20, 21, 22, 23, 24, 25, 27, 28, 29, 30, 31, 32, 34, 35, 36, 38, 41, 42, 43, 47, 50, 51, 53, 54, 59, 60, 62, 63, 65, 66, 67, 69, 70, 71, 74, 76, 79, 81, 82, 85, 87, 88, 91, 92, 94, 95, 96, 97, 98, 100, 101, 103, 104, 105, 106, 107, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 122, 126, 132, 133, 134, 135, 137, 138, 139, 141, 148, 150, 151, 153, 155, 156, 157, 158, 159, 160, 161, 162, 163, 172, 176, 179, 183, 185, 187, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 210, 211, 215, 216, 282, 287, 296, 297, 309, 326, 328, 330, 331, 332, 336, 338, 339, 340, 345, 364, 370, 395, 396, 397, 398, 400, 404, 405, 406, 407, 409, 413, 414, 415, 416, 419, 420, 421, 426, 427, 429, 430, 435, 436, 445, 446, 448, 452, 453, 454], "x0": [36, 38, 62, 79, 332, 448, 454], "x00": 133, "x01": [132, 133], "x02": [132, 133], "x03": [132, 133], "x04": [132, 133], "x05": 132, "x1": [13, 15, 18, 25, 26, 40, 45, 46, 48, 49, 55, 63, 65, 75, 83, 85, 88, 93, 127, 128, 129, 130, 142, 143, 147, 154, 168, 169, 170, 197, 198, 199, 200, 201, 205, 207, 209, 210, 213, 214, 215, 217, 282, 326, 327, 329, 334, 336, 337, 343, 344, 383, 399, 403, 405, 424, 435, 444, 447], "x1_i": [13, 26, 46, 48, 49, 63, 83, 93, 127, 130, 142, 143, 147, 168, 169, 170, 197, 198, 200, 201, 214, 217, 329, 337, 399, 403, 424, 444], "x2": [13, 14, 15, 18, 19, 25, 26, 32, 46, 48, 49, 63, 65, 83, 93, 127, 128, 129, 130, 142, 143, 147, 154, 168, 169, 170, 197, 198, 199, 200, 201, 205, 207, 210, 213, 214, 217, 326, 327, 329, 336, 337, 399, 403, 405, 419, 424, 444], "x2_i": [13, 26, 46, 48, 49, 63, 83, 93, 127, 130, 142, 143, 147, 168, 169, 170, 197, 198, 200, 201, 214, 217, 329, 337, 399, 403, 424, 444], "x3": [14, 19], "x_i": [11, 12, 18, 21, 22, 23, 24, 25, 27, 47, 53, 54, 59, 60, 66, 67, 95, 96, 98, 126, 150, 153, 193, 194, 195, 196, 199, 326, 336, 339, 396, 397, 404, 407, 409, 413, 414, 415, 416, 419, 420, 429, 430, 445], "xi": [196, 210], "xn": 210, "xor": [46, 47, 48, 49, 153, 198, 199, 200, 201], "xv": 210, "xx": 210, "xy": 210, "y": [0, 4, 20, 32, 34, 35, 36, 38, 41, 50, 62, 69, 70, 79, 85, 87, 91, 92, 97, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 141, 148, 160, 161, 172, 179, 191, 192, 202, 210, 211, 215, 287, 311, 330, 331, 332, 435, 436, 448, 452, 453, 454], "y1": 435, "yet": [4, 6], "yield": [30, 225, 227, 328, 346, 452, 462], "you": [4, 80, 204, 427, 428, 462], "your": [4, 80], "yv": 210, "yy": 210, "z": [14, 19, 20, 32, 34, 35, 36, 38, 62, 79, 91, 92, 100, 104, 118, 132, 133, 134, 135, 137, 138, 139, 148, 191, 192, 202, 210, 211, 330, 331, 332, 356, 436, 448, 453, 454], "zero": [6, 10, 14, 19, 30, 32, 68, 71, 77, 81, 85, 91, 92, 99, 100, 102, 104, 106, 108, 111, 118, 120, 126, 133, 137, 138, 148, 155, 156, 160, 161, 162, 163, 168, 174, 175, 177, 179, 180, 181, 184, 188, 203, 204, 206, 208, 212, 216, 218, 219, 220, 221, 222, 223, 224, 226, 227, 228, 304, 319, 328, 331, 332, 338, 346, 348, 376, 378, 379, 381, 398, 413, 417, 423, 425, 431, 436, 437, 440, 441, 445, 449, 452, 454], "zeros_lik": [6, 32, 92, 138, 332, 345, 453], "zipf": 6}, "titles": ["Interplay with the Data Parallel Control Library", "C++ backend API Reference", "Data Parallel Extension for NumPy*", "Overview", "Quick Start Guide", "Binary Operations", "Comparison Table NumPy/ DPNP/ CuPy", "Array creation routines", "Data type routines", "Available array data types", "FFT Functions", "dpnp.abs", "dpnp.absolute", "dpnp.add", "dpnp.all", "dpnp.allclose", "dpnp.amax", "dpnp.amin", "dpnp.angle", "dpnp.any", "dpnp.arange", "dpnp.arccos", "dpnp.arccosh", "dpnp.arcsin", "dpnp.arcsinh", "dpnp.arctan", "dpnp.arctan2", "dpnp.arctanh", "dpnp.argmax", "dpnp.argmin", "dpnp.argsort", "dpnp.around", "dpnp.array", "dpnp.array_equal", "dpnp.asanyarray", "dpnp.asarray", "dpnp.ascontiguousarray", "dpnp.asfarray", "dpnp.asfortranarray", "dpnp.asnumpy", "dpnp.astype", "dpnp.atleast_1d", "dpnp.atleast_2d", "dpnp.atleast_3d", "dpnp.average", "dpnp.bincount", "dpnp.bitwise_and", "dpnp.bitwise_not", "dpnp.bitwise_or", "dpnp.bitwise_xor", "dpnp.broadcast_arrays", "dpnp.broadcast_to", "dpnp.can_cast", "dpnp.cbrt", "dpnp.ceil", "dpnp.choose", "dpnp.clip", "dpnp.column_stack", "dpnp.concatenate", "dpnp.conj", "dpnp.conjugate", "dpnp.convolve", "dpnp.copy", "dpnp.copysign", "dpnp.copyto", "dpnp.correlate", "dpnp.cos", "dpnp.cosh", "dpnp.count_nonzero", "dpnp.cov", "dpnp.cross", "dpnp.cumlogsumexp", "dpnp.cumprod", "dpnp.cumsum", "dpnp.deg2rad", "dpnp.degrees", "dpnp.diag", "dpnp.diag_indices", "dpnp.diag_indices_from", "dpnp.diagflat", "dpnp.diagonal", "dpnp.diff", "dpnp.digitize", "dpnp.divide", "dpnp.dot", "dpnp.dpnp_array.dpnp_array", "dpnp.dstack", "dpnp.dtype", "dpnp.ediff1d", "dpnp.einsum", "dpnp.einsum_path", "dpnp.empty", "dpnp.empty_like", "dpnp.equal", "dpnp.erf", "dpnp.exp", "dpnp.exp2", "dpnp.expand_dims", "dpnp.expm1", "dpnp.extract", "dpnp.eye", "dpnp.fabs", "dpnp.fft.fft", "dpnp.fft.fft2", "dpnp.fft.fftfreq", "dpnp.fft.fftn", "dpnp.fft.fftshift", "dpnp.fft.hfft", "dpnp.fft.ifft", "dpnp.fft.ifft2", "dpnp.fft.ifftn", "dpnp.fft.ifftshift", "dpnp.fft.ihfft", "dpnp.fft.irfft", "dpnp.fft.irfft2", "dpnp.fft.irfftn", "dpnp.fft.rfft", "dpnp.fft.rfft2", "dpnp.fft.rfftfreq", "dpnp.fft.rfftn", "dpnp.fill_diagonal", "dpnp.finfo", "dpnp.flatiter", "dpnp.flip", "dpnp.fliplr", "dpnp.flipud", "dpnp.floor", "dpnp.floor_divide", "dpnp.fmax", "dpnp.fmin", "dpnp.fmod", "dpnp.from_dlpack", "dpnp.frombuffer", "dpnp.fromfile", "dpnp.fromfunction", "dpnp.fromiter", "dpnp.fromstring", "dpnp.full", "dpnp.full_like", "dpnp.geomspace", "dpnp.get_include", "dpnp.gradient", "dpnp.greater", "dpnp.greater_equal", "dpnp.histogram", "dpnp.histogram_bin_edges", "dpnp.hstack", "dpnp.hypot", "dpnp.identity", "dpnp.iinfo", "dpnp.imag", "dpnp.indices", "dpnp.inner", "dpnp.invert", "dpnp.isclose", "dpnp.iscomplex", "dpnp.iscomplexobj", "dpnp.isfinite", "dpnp.isinf", "dpnp.isnan", "dpnp.isneginf", "dpnp.isposinf", "dpnp.isreal", "dpnp.isrealobj", "dpnp.isscalar", "dpnp.issubdtype", "dpnp.issubsctype", "dpnp.kron", "dpnp.left_shift", "dpnp.less", "dpnp.less_equal", "dpnp.linalg.cholesky", "dpnp.linalg.cond", "dpnp.linalg.det", "dpnp.linalg.eig", "dpnp.linalg.eigh", "dpnp.linalg.eigvals", "dpnp.linalg.eigvalsh", "dpnp.linalg.inv", "dpnp.linalg.lstsq", "dpnp.linalg.matrix_power", "dpnp.linalg.matrix_rank", "dpnp.linalg.multi_dot", "dpnp.linalg.norm", "dpnp.linalg.pinv", "dpnp.linalg.qr", "dpnp.linalg.slogdet", "dpnp.linalg.solve", "dpnp.linalg.svd", "dpnp.linalg.tensorinv", "dpnp.linalg.tensorsolve", "dpnp.linspace", "dpnp.loadtxt", "dpnp.log", "dpnp.log10", "dpnp.log1p", "dpnp.log2", "dpnp.logaddexp", "dpnp.logical_and", "dpnp.logical_not", "dpnp.logical_or", "dpnp.logical_xor", "dpnp.logspace", "dpnp.logsumexp", "dpnp.mask_indices", "dpnp.matmul", "dpnp.max", "dpnp.maximum", "dpnp.mean", "dpnp.median", "dpnp.meshgrid", "dpnp.mgrid", "dpnp.min", "dpnp.minimum", "dpnp.mod", "dpnp.modf", "dpnp.moveaxis", "dpnp.multiply", "dpnp.nanargmax", "dpnp.nanargmin", "dpnp.nancumprod", "dpnp.nancumsum", "dpnp.nanmax", "dpnp.nanmean", "dpnp.nanmin", "dpnp.nanprod", "dpnp.nanstd", "dpnp.nansum", "dpnp.nanvar", "dpnp.ndarray", "dpnp.ndarray.T", "dpnp.ndarray.__abs__", "dpnp.ndarray.__add__", "dpnp.ndarray.__and__", "dpnp.ndarray.__bool__", "dpnp.ndarray.__complex__", "dpnp.ndarray.__copy__", "dpnp.ndarray.__eq__", "dpnp.ndarray.__float__", "dpnp.ndarray.__floordiv__", "dpnp.ndarray.__ge__", "dpnp.ndarray.__getitem__", "dpnp.ndarray.__gt__", "dpnp.ndarray.__iadd__", "dpnp.ndarray.__iand__", "dpnp.ndarray.__ifloordiv__", "dpnp.ndarray.__ilshift__", "dpnp.ndarray.__imod__", "dpnp.ndarray.__imul__", "dpnp.ndarray.__int__", "dpnp.ndarray.__invert__", "dpnp.ndarray.__ior__", "dpnp.ndarray.__ipow__", "dpnp.ndarray.__irshift__", "dpnp.ndarray.__isub__", "dpnp.ndarray.__itruediv__", "dpnp.ndarray.__ixor__", "dpnp.ndarray.__le__", "dpnp.ndarray.__len__", "dpnp.ndarray.__lshift__", "dpnp.ndarray.__lt__", "dpnp.ndarray.__matmul__", "dpnp.ndarray.__mod__", "dpnp.ndarray.__mul__", "dpnp.ndarray.__ne__", "dpnp.ndarray.__neg__", "dpnp.ndarray.__new__", "dpnp.ndarray.__or__", "dpnp.ndarray.__pos__", "dpnp.ndarray.__pow__", "dpnp.ndarray.__repr__", "dpnp.ndarray.__rshift__", "dpnp.ndarray.__setitem__", "dpnp.ndarray.__str__", "dpnp.ndarray.__sub__", "dpnp.ndarray.__truediv__", "dpnp.ndarray.__xor__", "dpnp.ndarray.all", "dpnp.ndarray.any", "dpnp.ndarray.argmax", "dpnp.ndarray.argmin", "dpnp.ndarray.argsort", "dpnp.ndarray.astype", "dpnp.ndarray.choose", "dpnp.ndarray.clip", "dpnp.ndarray.conj", "dpnp.ndarray.conjugate", "dpnp.ndarray.copy", "dpnp.ndarray.cumprod", "dpnp.ndarray.cumsum", "dpnp.ndarray.diagonal", "dpnp.ndarray.dtype", "dpnp.ndarray.fill", "dpnp.ndarray.flags", "dpnp.ndarray.flat", "dpnp.ndarray.flatten", "dpnp.ndarray.imag", "dpnp.ndarray.item", "dpnp.ndarray.itemsize", "dpnp.ndarray.max", "dpnp.ndarray.mean", "dpnp.ndarray.min", "dpnp.ndarray.nbytes", "dpnp.ndarray.ndim", "dpnp.ndarray.nonzero", "dpnp.ndarray.partition", "dpnp.ndarray.prod", "dpnp.ndarray.put", "dpnp.ndarray.ravel", "dpnp.ndarray.real", "dpnp.ndarray.repeat", "dpnp.ndarray.reshape", "dpnp.ndarray.round", "dpnp.ndarray.searchsorted", "dpnp.ndarray.shape", "dpnp.ndarray.size", "dpnp.ndarray.sort", "dpnp.ndarray.squeeze", "dpnp.ndarray.std", "dpnp.ndarray.strides", "dpnp.ndarray.sum", "dpnp.ndarray.swapaxes", "dpnp.ndarray.take", "dpnp.ndarray.trace", "dpnp.ndarray.transpose", "dpnp.ndarray.var", "dpnp.negative", "dpnp.nextafter", "dpnp.nonzero", "dpnp.not_equal", "dpnp.ogrid", "dpnp.ones", "dpnp.ones_like", "dpnp.outer", "dpnp.partition", "dpnp.place", "dpnp.positive", "dpnp.power", "dpnp.prod", "dpnp.proj", "dpnp.ptp", "dpnp.put", "dpnp.put_along_axis", "dpnp.putmask", "dpnp.rad2deg", "dpnp.radians", "dpnp.random.RandomState", "dpnp.random.beta", "dpnp.random.binomial", "dpnp.random.bytes", "dpnp.random.chisquare", "dpnp.random.choice", "dpnp.random.dirichlet", "dpnp.random.exponential", "dpnp.random.f", "dpnp.random.gamma", "dpnp.random.geometric", "dpnp.random.gumbel", "dpnp.random.hypergeometric", "dpnp.random.laplace", "dpnp.random.logistic", "dpnp.random.lognormal", "dpnp.random.logseries", "dpnp.random.multinomial", "dpnp.random.multivariate_normal", "dpnp.random.negative_binomial", "dpnp.random.noncentral_chisquare", "dpnp.random.noncentral_f", "dpnp.random.normal", "dpnp.random.pareto", "dpnp.random.permutation", "dpnp.random.poisson", "dpnp.random.power", "dpnp.random.rand", "dpnp.random.randint", "dpnp.random.randn", "dpnp.random.random", "dpnp.random.random_integers", "dpnp.random.random_sample", "dpnp.random.ranf", "dpnp.random.rayleigh", "dpnp.random.sample", "dpnp.random.seed", "dpnp.random.shuffle", "dpnp.random.standard_cauchy", "dpnp.random.standard_exponential", "dpnp.random.standard_gamma", "dpnp.random.standard_normal", "dpnp.random.standard_t", "dpnp.random.triangular", "dpnp.random.uniform", "dpnp.random.vonmises", "dpnp.random.wald", "dpnp.random.weibull", "dpnp.random.zipf", "dpnp.ravel", "dpnp.real", "dpnp.reciprocal", "dpnp.reduce_hypot", "dpnp.remainder", "dpnp.repeat", "dpnp.reshape", "dpnp.result_type", "dpnp.right_shift", "dpnp.rint", "dpnp.roll", "dpnp.rollaxis", "dpnp.round", "dpnp.row_stack", "dpnp.rsqrt", "dpnp.searchsorted", "dpnp.select", "dpnp.shape", "dpnp.sign", "dpnp.signbit", "dpnp.sin", "dpnp.sinh", "dpnp.sort", "dpnp.sort_complex", "dpnp.sqrt", "dpnp.square", "dpnp.squeeze", "dpnp.stack", "dpnp.std", "dpnp.subtract", "dpnp.sum", "dpnp.swapaxes", "dpnp.take", "dpnp.take_along_axis", "dpnp.tan", "dpnp.tanh", "dpnp.tensordot", "dpnp.tile", "dpnp.trace", "dpnp.transpose", "dpnp.trapz", "dpnp.tri", "dpnp.tril", "dpnp.tril_indices", "dpnp.tril_indices_from", "dpnp.trim_zeros", "dpnp.triu", "dpnp.triu_indices", "dpnp.triu_indices_from", "dpnp.true_divide", "dpnp.trunc", "dpnp.unique", "dpnp.unwrap", "dpnp.vander", "dpnp.var", "dpnp.vdot", "dpnp.vstack", "dpnp.where", "dpnp.zeros", "dpnp.zeros_like", "API Reference", "Array Indexing Routines", "Linear Algebra", "Logic Functions", "Array Manipulation Routines", "Mathematical Functions", "Miscellaneous routines", "Multi-Dimensional Array (ndarray)", "Padding", "Polynomials", "Random Sampling (dpnp.random)", "Routines", "Sorting, Searching, and Counting", "Special Functions", "Statistical Functions", "Universal Functions (ufunc)"], "titleterms": {"The": 7, "__abs__": 231, "__add__": 232, "__and__": 233, "__bool__": 234, "__complex__": 235, "__copy__": 236, "__eq__": 237, "__float__": 238, "__floordiv__": 239, "__ge__": 240, "__getitem__": 241, "__gt__": 242, "__iadd__": 243, "__iand__": 244, "__ifloordiv__": 245, "__ilshift__": 246, "__imod__": 247, "__imul__": 248, "__int__": 249, "__invert__": 250, "__ior__": 251, "__ipow__": 252, "__irshift__": 253, "__isub__": 254, "__itruediv__": 255, "__ixor__": 256, "__le__": 257, "__len__": 258, "__lshift__": 259, "__lt__": 260, "__matmul__": 261, "__mod__": 262, "__mul__": 263, "__ne__": 264, "__neg__": 265, "__new__": 266, "__or__": 267, "__pos__": 268, "__pow__": 269, "__repr__": 270, "__rshift__": 271, "__setitem__": 272, "__str__": 273, "__sub__": 274, "__truediv__": 275, "__xor__": 276, "ab": 11, "absolut": 12, "ad": 459, "add": 13, "algebra": [6, 457], "all": [14, 277], "allclos": 15, "amax": 16, "amin": 17, "angl": 18, "ani": [19, 278], "api": [1, 455], "arang": 20, "arcco": 21, "arccosh": 22, "arcsin": 23, "arcsinh": 24, "arctan": 25, "arctan2": 26, "arctanh": 27, "argmax": [28, 279], "argmin": [29, 280], "argsort": [30, 281], "arithmet": [460, 462, 464], "around": 31, "arrai": [6, 7, 9, 32, 456, 458, 459, 462], "array_equ": 33, "asanyarrai": 34, "asarrai": 35, "ascontiguousarrai": 36, "asfarrai": 37, "asfortranarrai": 38, "asnumpi": 39, "astyp": [40, 282], "atleast_1d": 41, "atleast_2d": 42, "atleast_3d": 43, "attribut": 462, "avail": [9, 470], "averag": [44, 469], "backend": 1, "background": 10, "basic": [459, 464], "beta": 347, "binari": 5, "bincount": 45, "binomi": 348, "bit": [5, 470], "bitwise_and": 46, "bitwise_not": 47, "bitwise_or": 48, "bitwise_xor": 49, "broadcast_arrai": 50, "broadcast_to": 51, "build": [4, 7], "byte": 349, "c": 1, "calcul": 462, "can_cast": 52, "cbrt": 53, "ceil": 54, "chang": 459, "channel": 4, "chisquar": 350, "choic": 351, "choleski": 171, "choos": [55, 283], "class": 7, "clip": [56, 284], "co": 66, "column_stack": 57, "comparison": [6, 458, 462, 470], "complex": 460, "concaten": 58, "cond": 172, "conda": 4, "conj": [59, 285], "conjug": [60, 286], "construct": 462, "control": 0, "convers": 462, "convolv": 61, "copi": [62, 287], "copysign": 63, "copyto": 64, "correl": [65, 469], "cosh": 67, "count": 467, "count_nonzero": 68, "cov": 69, "creat": 8, "creation": 7, "cross": 70, "cumlogsumexp": 71, "cumprod": [72, 288], "cumsum": [73, 289], "cupi": 6, "data": [0, 2, 7, 8, 9, 456, 462, 465], "decomposit": 457, "deg2rad": 74, "degre": 75, "det": 173, "detail": 10, "develop": 2, "devic": 4, "diag": 76, "diag_indic": 77, "diag_indices_from": 78, "diagflat": 79, "diagon": [80, 290], "diff": 81, "differ": 460, "digit": 82, "dimens": [10, 459], "dimension": [6, 462], "dirichlet": 352, "discret": 6, "distribut": 465, "divid": 83, "dot": 84, "dpnp": [6, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 465], "dpnp_arrai": 85, "driver": 4, "dstack": 86, "dtype": [87, 291], "ediff1d": 88, "eig": 174, "eigenvalu": 457, "eigh": 175, "eigval": 176, "eigvalsh": 177, "einsum": 89, "einsum_path": 90, "element": [5, 459], "empti": 91, "empty_lik": 92, "equal": 93, "equat": 457, "erf": 94, "error": 468, "exampl": [0, 4], "exist": 7, "exp": 95, "exp2": 96, "expand_dim": 97, "expm1": 98, "expon": 460, "exponenti": 353, "extens": 2, "extract": 99, "extrema": 460, "ey": 100, "f": 354, "fab": 101, "fft": [10, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119], "fft2": 103, "fftfreq": 104, "fftn": 105, "fftshift": 106, "fill": 292, "fill_diagon": 120, "find": 460, "finfo": 121, "flag": 293, "flat": 294, "flatit": 122, "flatten": 295, "flip": 123, "fliplr": 124, "flipud": 125, "float": [460, 470], "floor": 126, "floor_divid": 127, "fmax": 128, "fmin": 129, "fmod": 130, "format": 5, "fourier": 6, "from": [4, 7], "from_dlpack": 131, "frombuff": 132, "fromfil": 133, "fromfunct": 134, "fromit": 135, "fromstr": 136, "full": 137, "full_lik": 138, "function": [10, 458, 460, 468, 469, 470], "gamma": 355, "gener": [456, 465], "geometr": 356, "geomspac": 139, "get_includ": 140, "gradient": 141, "greater": 142, "greater_equ": 143, "guid": 4, "gumbel": 357, "handl": 460, "helper": 10, "hermitian": 10, "hfft": 107, "higher": 10, "histogram": [144, 469], "histogram_bin_edg": 145, "hstack": 146, "hyperbol": 460, "hypergeometr": 358, "hypot": 147, "ident": 148, "ifft": 108, "ifft2": 109, "ifftn": 110, "ifftshift": 111, "ihfft": 112, "iinfo": 149, "imag": [150, 296], "implement": 10, "index": [456, 462], "indic": 151, "infin": 458, "inform": [2, 8, 10], "inner": 152, "insert": 456, "instal": 4, "intel": 4, "interplai": 0, "interpret": 4, "inv": 178, "invert": 153, "irfft": 113, "irfft2": 114, "irfftn": 115, "isclos": 154, "iscomplex": 155, "iscomplexobj": 156, "isfinit": 157, "isinf": 158, "isnan": 159, "isneginf": 160, "isposinf": 161, "isreal": 162, "isrealobj": 163, "isscalar": 164, "issubdtyp": 165, "issubsctyp": 166, "item": [297, 462], "items": 298, "iter": 456, "join": 459, "kind": 459, "kron": 167, "laplac": 359, "layout": 462, "left_shift": 168, "less": 169, "less_equ": 170, "level": 6, "librari": 0, "like": [456, 459], "linalg": [171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190], "linear": [6, 457], "linspac": 191, "loadtxt": 192, "log": 193, "log10": 194, "log1p": 195, "log2": 196, "logaddexp": 197, "logarithm": 460, "logic": 458, "logical_and": 198, "logical_not": 199, "logical_or": 200, "logical_xor": 201, "logist": 360, "lognorm": 361, "logseri": 362, "logspac": 202, "logsumexp": 203, "lstsq": 179, "manipul": [459, 462], "mask_indic": 204, "math": 470, "mathemat": 460, "matmul": 205, "matric": 7, "matrix": [7, 457, 462], "matrix_pow": 180, "matrix_rank": 181, "max": [206, 299], "maximum": 207, "mean": [208, 300], "median": 209, "memori": 462, "meshgrid": 210, "method": 462, "mgrid": 211, "min": [212, 301], "minimum": 213, "miscellan": [8, 460, 461], "mod": 214, "modf": 215, "modul": [6, 464], "moveaxi": 216, "multi": [6, 462], "multi_dot": 182, "multinomi": 363, "multipl": 462, "multipli": 217, "multivariate_norm": 364, "nan": 458, "nanargmax": 218, "nanargmin": 219, "nancumprod": 220, "nancumsum": 221, "nanmax": 222, "nanmean": 223, "nanmin": 224, "nanprod": 225, "nanstd": 226, "nansum": 227, "nanvar": 228, "nbyte": 302, "ndarrai": [229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 462], "ndim": 303, "neg": 326, "negative_binomi": 365, "nextaft": 327, "noncentral_chisquar": 366, "noncentral_f": 367, "nonzero": [304, 328], "norm": [183, 457], "normal": [10, 368], "not_equ": 329, "number": [457, 459, 460], "numer": 7, "numpi": [2, 6], "ogrid": 330, "ones": 331, "ones_lik": 332, "oper": [5, 456, 458, 459, 460, 462, 470], "order": 469, "other": [457, 460, 462], "outer": 333, "output": 5, "over": 456, "overview": 3, "pack": 5, "packag": [4, 464], "pad": 463, "parallel": [0, 2], "pareto": 369, "partit": [305, 334], "permut": [370, 465], "pinv": 184, "place": 335, "point": 460, "poisson": 371, "poly1d": 464, "polynomi": 464, "polyutil": 464, "posit": 336, "power": [337, 372], "prod": [306, 338], "product": [457, 460], "proj": 339, "promot": 10, "ptp": 340, "put": [307, 341], "put_along_axi": 342, "putmask": 343, "python": 4, "qr": 185, "quick": 4, "r": 4, "rad2deg": 344, "radian": 345, "rand": 373, "randint": 374, "randn": 375, "random": [6, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 465], "random_integ": 377, "random_sampl": 378, "randomst": 346, "ranf": 379, "rang": 7, "ration": 460, "ravel": [308, 395], "rayleigh": 380, "real": [10, 309, 396], "rearrang": 459, "reciproc": 397, "reduce_hypot": 398, "refer": [1, 455], "remaind": 399, "remov": 459, "repeat": [310, 400], "reshap": [311, 401], "result_typ": 402, "rfft": 116, "rfft2": 117, "rfftfreq": 118, "rfftn": 119, "right_shift": 403, "rint": 404, "roll": 405, "rollaxi": 406, "round": [312, 407, 460], "routin": [7, 8, 10, 456, 459, 460, 461, 466], "row_stack": 408, "rsqrt": 409, "sampl": [6, 381, 465], "scikit": 4, "search": 467, "searchsort": [313, 410], "seed": 382, "select": [411, 462], "shape": [7, 314, 412, 459, 462], "shuffl": 383, "sign": 413, "signbit": 414, "simpl": 465, "sin": 415, "sinh": 416, "size": 315, "slogdet": 186, "solv": [187, 457], "sort": [316, 417, 467], "sort_complex": 418, "special": [460, 462, 468], "split": 459, "sqrt": 419, "squar": 420, "squeez": [317, 421], "stack": 422, "standard": 10, "standard_cauchi": 384, "standard_exponenti": 385, "standard_gamma": 386, "standard_norm": 387, "standard_t": 388, "start": 4, "statist": 469, "std": [318, 423], "stride": 319, "subtract": 424, "sum": [320, 425, 460], "summari": 6, "svd": 188, "swapax": [321, 426], "t": 230, "tabl": 6, "take": [322, 427], "take_along_axi": 428, "tan": 429, "tanh": 430, "tensordot": 431, "tensorinv": 189, "tensorsolv": 190, "test": [4, 8, 458], "tile": [432, 459], "trace": [323, 433], "transform": [6, 10], "transpos": [324, 434, 459], "trapz": 435, "tri": 436, "triangular": 389, "trigonometr": [460, 470], "tril": 437, "tril_indic": 438, "tril_indices_from": 439, "trim_zero": 440, "triu": 441, "triu_indic": 442, "triu_indices_from": 443, "true_divid": 444, "trunc": 445, "truth": 458, "twiddl": 470, "type": [8, 9, 10, 458, 462], "ufunc": 470, "uniform": 390, "uniqu": 446, "univers": 470, "unwrap": 447, "util": 461, "valu": [7, 458], "vander": 448, "var": [325, 449], "varianc": 469, "vdot": 450, "vector": 457, "vonmis": 391, "vstack": 451, "wald": 392, "weibul": 393, "where": 452, "wise": 5, "zero": 453, "zeros_lik": 454, "zipf": 394}}) \ No newline at end of file

    dpnp.sin

    dpnp.arctanh

    Computes hyperbolic inverse tangent for each element x_i for input array x.

    dpnp.degrees

    Convert angles from radians to degrees.

    dpnp.radians

    Convert angles from degrees to radians.

    dpnp.deg2rad

    Convert angles from degrees to radians.