I got the binding from the boost sandbox
http://svn.boost.org/svn/boost/sandbox/numeric_bindings/boost/numeric/bindings/
I'm trying to see if I can use them the to solve an eigenvalue problem within uBlas.
How do I call the bindings?
I tried to compile the file in
http://svn.boost.org/svn/boost/sandbox/numeric_bindings/libs/numeric/bindings/lapack/test/ublas_gees.cpp
but it fails. It seems that is not compatible with the binding for two reasons
1) the import
<boost/numeric/bindings/lapack/gees.hpp>
<boost/numeric/bindings/lapack/driver/gees.hpp> ?