<div class="gmail_quote">On Wed, Jun 22, 2011 at 17:44, Pierre-Yves Aquilanti <span dir="ltr">&lt;<a href="mailto:sperif@gmail.com">sperif@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":3yq">i&#39;m trying to use the KSPLSQR solver in order to solve the Ax=b where b and x are of size &quot;n&quot; and matrix A is of size &quot;n+1 x n&quot;.</div></blockquote><div><br></div><div>Shouldn&#39;t the right hand side vector have length n+1?</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div id=":3yq"> A is in fact a superior hessenberg matrix</div></blockquote><div><br></div><div>Is your &quot;real&quot; system small and dense, or is this a model for some large system? In the small dense case, the natural thing is to use a direct solver, e.g. with Lapack.</div>
</div>