In my use of hseqr.hpp, I have found a small error that needs to be corrected. &nbsp;I failed to include a necessary header file. &nbsp;The patch is attached to this email and copied below. &nbsp;It is just a one line change.<div><br></div>
<div>Thanks,</div><div>Jeremy</div><div><br></div><div><div>Index: hseqr.hpp</div><div>===================================================================</div><div>--- hseqr.hpp<span class="Apple-tab-span" style="white-space:pre">	</span>(revision 46455)</div>
<div>+++ hseqr.hpp<span class="Apple-tab-span" style="white-space:pre">	</span>(working copy)</div><div>@@ -17,6 +17,7 @@</div><div>&nbsp;#include &lt;boost/numeric/bindings/traits/matrix_traits.hpp&gt;</div><div>&nbsp;#include &lt;boost/numeric/bindings/traits/type_traits.hpp&gt;</div>
<div>&nbsp;#include &lt;boost/numeric/bindings/lapack/lapack.h&gt;</div><div>+#include &lt;boost/numeric/bindings/lapack/workspace.hpp&gt;</div><div>&nbsp;#include &lt;boost/numeric/bindings/traits/detail/array.hpp&gt;</div><div>&nbsp;</div>
<div>&nbsp;#ifndef BOOST_NUMERIC_BINDINGS_NO_STRUCTURE_CHECK&nbsp;</div><div><br></div></div>