Skip to content

Commit 58eaab1

Browse files
author
array-api-bot
committed
Deploy: 2129b5e
1 parent df36844 commit 58eaab1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

draft/API_specification/generated/array_api.matmul.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ <h1 id="api-specification-generated-array-api-matmul--page-root">matmul<a class=
518518
<p class="rubric">Notes</p>
519519
<ul class="simple">
520520
<li><p>The <code class="docutils literal notranslate"><span class="pre">matmul</span></code> function <strong>must</strong> implement the same semantics as the built-in <code class="docutils literal notranslate"><span class="pre">@</span></code> operator (see <a class="reference external" href="https://www.python.org/dev/peps/pep-0465">PEP 465</a>).</p></li>
521-
<li><p>If either <code class="docutils literal notranslate"><span class="pre">x1</span></code> or <code class="docutils literal notranslate"><span class="pre">x2</span></code> has a complex floating-point data type, the function <strong>must not</strong> complex-conjugate or tranpose either argument. If conjugation and/or transposition is desired, a user can explicitly perform these operations prior to computing the matrix product.</p></li>
521+
<li><p>If either <code class="docutils literal notranslate"><span class="pre">x1</span></code> or <code class="docutils literal notranslate"><span class="pre">x2</span></code> has a complex floating-point data type, the function <strong>must not</strong> complex-conjugate or transpose either argument. If conjugation and/or transposition is desired, a user can explicitly perform these operations prior to computing the matrix product.</p></li>
522522
</ul>
523523
<div class="versionchanged">
524524
<p><span class="versionmodified changed">Changed in version 2022.12: </span>Added complex data type support.</p>

draft/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)