<span id="mailbox-conversation">>What is the use case for this?<div><br></div>
<div>Orthogonalization between left and right eigenvectors.  I’ve got two EPS instances, one for the left and one for the right eigenvectors, and I need to orthogonalize them with respect to each other: enforce L^H R = 1.  Copying every vector out of both BVs seems wasteful.  Especially because I don’t really need the EPS to do anything with them after this.</div>
<div><br></div>
<div>I noticed in the source for EPSGetEigenvector that there is a “permutation” array that might change the order of the vectors in the BV.  Is there a way to get this using the public API?</div>
<div><br></div>
<div>It appears that I can call “EPSGetEigenvector” to make sure that “EPSComputeVectors” is called, so I get eigenvectors instead of Shur vectors or other things.  But I’m not sure how to get the permutation back.</div>
<div><br></div>
<div>-Andrew</div></span><div class="mailbox_signature"><br></div>
<br><br><div class="gmail_quote"><p>On Sat, Mar 28, 2015 at 6:03 PM, Jose E. Roman <span dir="ltr"><<a href="mailto:jroman@dsic.upv.es" target="_blank">jroman@dsic.upv.es</a>></span> wrote:<br></p><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>El 28/03/2015, a las 21:24, Andrew Spott escribió:
<br><br>> Is there a way to get in place access to the eigenvectors in the BV contained by EPS using the public API?
<br>> 
<br>> -Andrew
<br>> 
<br><br>You can do EPSGetBV() and then BVGetColumn() for each of the first nconv columns. But this has risks, for instance the BV may contain Schur vectors instead of eigenvectors, or separated real and imaginary parts in case of complex eigenvectors in real arithmetic, an possibly other solver-dependent issues.
<br><br>What is the use case for this?
<br>Jose
<br><br></blockquote></div><br>