<li><p>first element must have the field name <code class="docutils literal notranslate"><span class="pre">eigenvalues</span></code> (corresponding to <span class="math notranslate nohighlight">\(\operatorname{diag}\Lambda\)</span> above) and must be an array consisting of computed eigenvalues. The array containing the eigenvalues must have shape <code class="docutils literal notranslate"><span class="pre">(...,</span> <span class="pre">M)</span></code> and must have a real-valued floating-point data type whose precision matches the precision of <code class="docutils literal notranslate"><span class="pre">x</span></code> (e.g., if <code class="docutils literal notranslate"><span class="pre">x</span></code> is <code class="docutils literal notranslate"><span class="pre">complex128</span></code>, then <code class="docutils literal notranslate"><span class="pre">eigenvalues</span></code> must be <code class="docutils literal notranslate"><span class="pre">float64</span></code>).</p></li>
0 commit comments