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
<li><p><strong>ndim</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a>) – The minimum number of dimensions for the result.</p></li>
271
-
<li><p><strong>xp</strong> (<em>array_namespace</em>) – The standard-compatible namespace for <cite>x</cite>.</p></li>
271
+
<li><p><strong>xp</strong> (<em>array_namespace</em><em>, </em><em>optional</em>) – The standard-compatible namespace for <cite>x</cite>. Default: infer</p></li>
<li><p><strong>offset</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#int" title="(in Python v3.13)"><em>int</em></a><em>, </em><em>optional</em>) – Offset from the leading diagonal (default is <codeclass="docutils literal notranslate"><spanclass="pre">0</span></code>).
271
271
Use positive ints for diagonals above the leading diagonal,
272
272
and negative ints for diagonals below the leading diagonal.</p></li>
273
-
<li><p><strong>xp</strong> (<em>array_namespace</em>) – The standard-compatible namespace for <cite>x</cite>.</p></li>
273
+
<li><p><strong>xp</strong> (<em>array_namespace</em><em>, </em><em>optional</em>) – The standard-compatible namespace for <cite>x</cite>. Default: infer</p></li>
<li><p><strong>xp</strong> (<em>array_namespace</em>) – The standard-compatible namespace for <cite>a</cite> and <cite>b</cite>.</p></li>
274
+
<li><p><strong>xp</strong> (<em>array_namespace</em><em>, </em><em>optional</em>) – The standard-compatible namespace for <cite>a</cite> and <cite>b</cite>. Default: infer</p></li>
<li><p><strong>assume_unique</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#bool" title="(in Python v3.13)"><em>bool</em></a>) – If <codeclass="docutils literal notranslate"><spanclass="pre">True</span></code>, the input arrays are both assumed to be unique, which
273
273
can speed up the calculation. Default is <codeclass="docutils literal notranslate"><spanclass="pre">False</span></code>.</p></li>
274
-
<li><p><strong>xp</strong> (<em>array_namespace</em>) – The standard-compatible namespace for <cite>x1</cite> and <cite>x2</cite>.</p></li>
274
+
<li><p><strong>xp</strong> (<em>array_namespace</em><em>, </em><em>optional</em>) – The standard-compatible namespace for <cite>x1</cite> and <cite>x2</cite>. Default: infer</p></li>
0 commit comments