+<dd class="field-even"><p><strong>out</strong> (<em>array</em>) – an array containing the solution to the system <code class="docutils literal notranslate"><span class="pre">AX</span> <span class="pre">=</span> <span class="pre">B</span></code> for each square matrix. If <code class="docutils literal notranslate"><span class="pre">x2</span></code> has shape <code class="docutils literal notranslate"><span class="pre">(M,)</span></code>, the returned array must have shape equal to <code class="docutils literal notranslate"><span class="pre">shape(x1)[:-2]</span> <span class="pre">+</span> <span class="pre">shape(x2)[-1:]</span></code>. Otherwise, if <code class="docutils literal notranslate"><span class="pre">x2</span></code> has shape <code class="docutils literal notranslate"><span class="pre">(...,</span> <span class="pre">M,</span> <span class="pre">K)`</span></code>, the returned array must have shape equal to <code class="docutils literal notranslate"><span class="pre">(...,</span> <span class="pre">M,</span> <span class="pre">K)</span></code>, where <code class="docutils literal notranslate"><span class="pre">...</span></code> refers to the result of broadcasting <code class="docutils literal notranslate"><span class="pre">shape(x1)[:-2]</span></code> and <code class="docutils literal notranslate"><span class="pre">shape(x2)[:-2]</span></code>. The returned array must have a floating-point data type determined by <a class="reference internal" href="../../API_specification/type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>.</p>
0 commit comments