1+
2+
3+ <!DOCTYPE html>
4+ < html class ="writer-html5 " lang ="en " data-content_root ="../ ">
5+ < head >
6+ < meta charset ="utf-8 " />
7+ <!-- Google tag (gtag.js) -->
8+ < script async src ="https://www.googletagmanager.com/gtag/js?id=G-554F8VNE28 "> </ script >
9+ < script >
10+ window . dataLayer = window . dataLayer || [ ] ;
11+ function gtag ( ) { dataLayer . push ( arguments ) ; }
12+ gtag ( 'js' , new Date ( ) ) ;
13+ gtag ( 'config' , 'G-554F8VNE28' ) ;
14+ </ script >
15+
16+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
17+ < title > Overview: module code — Data Parallel Extension for NumPy 0.17.0dev7+6.g2f5f2979c74 documentation</ title >
18+ < link rel ="stylesheet " type ="text/css " href ="../_static/pygments.css?v=03e43079 " />
19+ < link rel ="stylesheet " type ="text/css " href ="../_static/css/theme.css?v=e59714d7 " />
20+
21+
22+ < script src ="../_static/jquery.js?v=5d32c60e "> </ script >
23+ < script src ="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c "> </ script >
24+ < script src ="../_static/documentation_options.js?v=45d96868 "> </ script >
25+ < script src ="../_static/doctools.js?v=9bcbadda "> </ script >
26+ < script src ="../_static/sphinx_highlight.js?v=dc90522c "> </ script >
27+ < script src ="../_static/js/theme.js "> </ script >
28+ < link rel ="index " title ="Index " href ="../genindex.html " />
29+ < link rel ="search " title ="Search " href ="../search.html " />
30+ </ head >
31+
32+ < body class ="wy-body-for-nav ">
33+ < div class ="wy-grid-for-nav ">
34+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
35+ < div class ="wy-side-scroll ">
36+ < div class ="wy-side-nav-search " >
37+
38+
39+
40+ < a href ="../index.html " class ="icon icon-home ">
41+ Data Parallel Extension for NumPy
42+ </ a >
43+ < div role ="search ">
44+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
45+ < input type ="text " name ="q " placeholder ="Search docs " aria-label ="Search docs " />
46+ < input type ="hidden " name ="check_keywords " value ="yes " />
47+ < input type ="hidden " name ="area " value ="default " />
48+ </ form >
49+ </ div >
50+ </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
51+ < ul >
52+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../overview.html "> Overview</ a > </ li >
53+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../quick_start_guide.html "> Quick Start Guide</ a > </ li >
54+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../reference/index.html "> API Reference</ a > </ li >
55+ </ ul >
56+ < p class ="caption " role ="heading "> < span class ="caption-text "> Development information</ span > </ p >
57+ < ul >
58+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../dpnp_backend_api.html "> C++ backend API Reference</ a > </ li >
59+ </ ul >
60+
61+ </ div >
62+ </ div >
63+ </ nav >
64+
65+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap "> < nav class ="wy-nav-top " aria-label ="Mobile navigation menu " >
66+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
67+ < a href ="../index.html "> Data Parallel Extension for NumPy</ a >
68+ </ nav >
69+
70+ < div class ="wy-nav-content ">
71+ < div class ="rst-content ">
72+ < div role ="navigation " aria-label ="Page navigation ">
73+ < ul class ="wy-breadcrumbs ">
74+ < li > < a href ="../index.html " class ="icon icon-home " aria-label ="Home "> </ a > </ li >
75+ < li class ="breadcrumb-item active "> Overview: module code</ li >
76+ < li class ="wy-breadcrumbs-aside ">
77+ </ li >
78+ </ ul >
79+ < hr />
80+ </ div >
81+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
82+ < div itemprop ="articleBody ">
83+
84+ < h1 > All modules for which code is available</ h1 >
85+ < ul > < li > < a href ="dpnp/dpnp_array.html "> dpnp.dpnp_array</ a > </ li >
86+ < li > < a href ="dpnp/fft/dpnp_iface_fft.html "> dpnp.fft.dpnp_iface_fft</ a > </ li >
87+ < li > < a href ="dpnp/linalg/dpnp_iface_linalg.html "> dpnp.linalg.dpnp_iface_linalg</ a > </ li >
88+ < li > < a href ="dpnp/random/dpnp_iface_random.html "> dpnp.random.dpnp_iface_random</ a > </ li >
89+ < li > < a href ="dpnp/random/dpnp_random_state.html "> dpnp.random.dpnp_random_state</ a > </ li >
90+ </ ul >
91+
92+ </ div >
93+ </ div >
94+ < footer >
95+
96+ < hr />
97+
98+ < div role ="contentinfo ">
99+ < p > © Copyright 2020-2025, Intel Corporation.</ p >
100+ </ div >
101+
102+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
103+ < a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
104+ provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
105+
106+
107+ </ footer >
108+ </ div >
109+ </ div >
110+ </ section >
111+ </ div >
112+ < script >
113+ jQuery ( function ( ) {
114+ SphinxRtdTheme . Navigation . enable ( true ) ;
115+ } ) ;
116+ </ script >
117+
118+ </ body >
119+ </ html >
0 commit comments