Hi all,

I'm not sure if these are readily available, but I couldn't find them easily so I wrote my own.  I have attached a zip archive that has these bindings in it along with some unit tests for each binding.  Feel free to use, modify, or extend these in any way.  These bindings should work with all flavors (real and complex) and different workspace sizes.

The archive contains the following files:
lapack/lapack_names.h
lapack/lapack.hpp
lapack/lapack.h
lapack/gels.hpp
lapack/gelss.hpp
lapack/gelsd.hpp
test/ublas_gels.cpp
test/ublas_gelss.cpp
test/ublas_gelsd.cpp
test/convenience.h
ReadMe.txt

I am not sure what the process is for submitting these to be included in the sandbox version of the bindings, but I figured posting them here is a good start.  Feel free to comment on them and give suggestions.

I used the boost-bindings snapshot from http://news.tiker.net/filebrowser/software/boost-bindings dated 04/30/2006 to implement my bindings.

I have compiled with Boost versions 1.32 and 1.34.1 on Windows XP using MSVC 2003 .NET and 2005 .NET using the Intel MKL (versions 9.0.25 and 9.0.27) implementations of the LAPACK functions.


Jesse