|
12 | 12 | </script> |
13 | 13 |
|
14 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
15 | | - <title>dpnp.dpnp_iface_linearalgebra — Data Parallel Extension for NumPy 0.16.0dev0+56.g100094a99c documentation</title> |
| 15 | + <title>dpnp.dpnp_iface_linearalgebra — Data Parallel Extension for NumPy 0.16.0dev0+57.g58598a1f7a documentation</title> |
16 | 16 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=fa44fd50" /> |
17 | 17 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" /> |
18 | 18 |
|
|
23 | 23 |
|
24 | 24 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
25 | 25 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
26 | | - <script src="../../_static/documentation_options.js?v=a24f9f76"></script> |
| 26 | + <script src="../../_static/documentation_options.js?v=a91f7e00"></script> |
27 | 27 | <script src="../../_static/doctools.js?v=9a2dae69"></script> |
28 | 28 | <script src="../../_static/sphinx_highlight.js?v=dc90522c"></script> |
29 | 29 | <script src="../../_static/js/theme.js"></script> |
|
43 | 43 | Data Parallel Extension for NumPy |
44 | 44 | </a> |
45 | 45 | <div class="version"> |
46 | | - 0.16.0dev0+56.g100094a99c |
| 46 | + 0.16.0dev0+57.g58598a1f7a |
47 | 47 | </div> |
48 | 48 | <div role="search"> |
49 | 49 | <form id="rtd-search-form" class="wy-form" action="../../search.html" method="get"> |
@@ -133,9 +133,9 @@ <h1>Source code for dpnp.dpnp_iface_linearalgebra</h1><div class="highlight"><pr |
133 | 133 |
|
134 | 134 | <span class="kn">import</span> <span class="nn">dpnp</span> |
135 | 135 |
|
| 136 | +<span class="kn">from</span> <span class="nn">.dpnp_utils.dpnp_utils_einsum</span> <span class="kn">import</span> <span class="n">dpnp_einsum</span> |
136 | 137 | <span class="kn">from</span> <span class="nn">.dpnp_utils.dpnp_utils_linearalgebra</span> <span class="kn">import</span> <span class="p">(</span> |
137 | 138 | <span class="n">dpnp_dot</span><span class="p">,</span> |
138 | | - <span class="n">dpnp_einsum</span><span class="p">,</span> |
139 | 139 | <span class="n">dpnp_kron</span><span class="p">,</span> |
140 | 140 | <span class="n">dpnp_matmul</span><span class="p">,</span> |
141 | 141 | <span class="p">)</span> |
|
0 commit comments