You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="property"><spanclass="k"><spanclass="pre">exception</span></span><spanclass="w"></span></span><spanclass="sig-prename descclassname"><spanclass="pre">dpnp.linalg.</span></span><spanclass="sig-name descname"><spanclass="pre">LinAlgError</span></span><aclass="headerlink" href="#dpnp.linalg.LinAlgError" title="Link to this definition">¶</a></dt>
1059
1059
<dd><p>Generic Python-exception-derived object raised by LinAlg functions.</p>
1060
-
<p>For full documentation refer to <aclass="reference external" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.linalg.LinAlgError.html#scipy.linalg.LinAlgError" title="(in SciPy v1.18.0)"><codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">numpy.linalg.LinAlgError</span></code></a>.</p>
1060
+
<p>For full documentation refer to <aclass="reference external" href="https://numpy.org/doc/stable/reference/generated/numpy.linalg.LinAlgError.html#numpy.linalg.LinAlgError" title="(in NumPy v2.5)"><codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">numpy.linalg.LinAlgError</span></code></a>.</p>
Copy file name to clipboardExpand all lines: pull/3053/reference/generated/dpnp.scipy.special.erf.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1058,7 +1058,7 @@ <h1>dpnp.scipy.special.erf<a class="headerlink" href="#dpnp-scipy-special-erf" t
1058
1058
<spanclass="sig-prename descclassname"><spanclass="pre">dpnp.scipy.special.</span></span><spanclass="sig-name descname"><spanclass="pre">erf</span></span><spanclass="property"><spanclass="w"></span><spanclass="p"><spanclass="pre">=</span></span><spanclass="w"></span><spanclass="pre"><DPNPUnaryFunc</span><spanclass="pre">'erf'></span></span><aclass="headerlink" href="#dpnp.scipy.special.erf" title="Link to this definition">¶</a></dt>
1059
1059
<dd><p>Calculates the Gauss error function of a given input array.</p>
1060
1060
<p>It is defined as <spanclass="math notranslate nohighlight">\(\frac{2}{\sqrt{\pi}} \int_{0}^{z} e^{-t^2} \, dt\)</span>.</p>
1061
-
<p>For full documentation refer to <aclass="reference external" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.erf.html#scipy.special.erf" title="(in SciPy v1.18.0)"><codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">scipy.special.erf</span></code></a>.</p>
1061
+
<p>For full documentation refer to <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">scipy.special.erf</span></code>.</p>
<spanclass="sig-prename descclassname"><spanclass="pre">dpnp.scipy.special.</span></span><spanclass="sig-name descname"><spanclass="pre">erfc</span></span><spanclass="property"><spanclass="w"></span><spanclass="p"><spanclass="pre">=</span></span><spanclass="w"></span><spanclass="pre"><DPNPUnaryFunc</span><spanclass="pre">'erfc'></span></span><aclass="headerlink" href="#dpnp.scipy.special.erfc" title="Link to this definition">¶</a></dt>
1059
1059
<dd><p>Calculates the complementary error function of a given input array.</p>
1060
1060
<p>It is defined as <spanclass="math notranslate nohighlight">\(1 - \operatorname{erf}(x)\)</span>.</p>
1061
-
<p>For full documentation refer to <aclass="reference external" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.erfc.html#scipy.special.erfc" title="(in SciPy v1.18.0)"><codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">scipy.special.erfc</span></code></a>.</p>
1061
+
<p>For full documentation refer to <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">scipy.special.erfc</span></code>.</p>
<spanclass="sig-prename descclassname"><spanclass="pre">dpnp.scipy.special.</span></span><spanclass="sig-name descname"><spanclass="pre">erfcx</span></span><spanclass="property"><spanclass="w"></span><spanclass="p"><spanclass="pre">=</span></span><spanclass="w"></span><spanclass="pre"><DPNPUnaryFunc</span><spanclass="pre">'erfcx'></span></span><aclass="headerlink" href="#dpnp.scipy.special.erfcx" title="Link to this definition">¶</a></dt>
1059
1059
<dd><p>Calculates the scaled complementary error function of a given input array.</p>
1060
1060
<p>It is defined as <spanclass="math notranslate nohighlight">\(\exp(x^2) * \operatorname{erfc}(x)\)</span>.</p>
1061
-
<p>For full documentation refer to <aclass="reference external" href="https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.erfcx.html#scipy.special.erfcx" title="(in SciPy v1.18.0)"><codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">scipy.special.erfcx</span></code></a>.</p>
1061
+
<p>For full documentation refer to <codeclass="xref py py-obj docutils literal notranslate"><spanclass="pre">scipy.special.erfcx</span></code>.</p>
0 commit comments