In my use of hseqr.hpp, I have found a small error that needs to be corrected. I failed to include a necessary header file. The patch is attached to this email and copied below. 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> #include <boost/numeric/bindings/traits/matrix_traits.hpp></div><div> #include <boost/numeric/bindings/traits/type_traits.hpp></div> <div> #include <boost/numeric/bindings/lapack/lapack.h></div><div>+#include <boost/numeric/bindings/lapack/workspace.hpp></div><div> #include <boost/numeric/bindings/traits/detail/array.hpp></div><div> </div> <div> #ifndef BOOST_NUMERIC_BINDINGS_NO_STRUCTURE_CHECK </div><div><br></div></div>