To use this library with MS Visual C++, you need to have uBLAS and CLAPACK
installed. You download uBLAS with Boost. You can get a Win32 version of
CLAPACK from Netlib:

	CLAPACK3-Windows.zip

Having installed the appropriate libraries, set up your MSVC project properties
to use them.

Using uBLAS with MSVC 7
-----------------------

In Project Properties:

1. C/C++, General, Additional Include Directories
 - boost base directory (eg, C:/mylibs/boost_1_32_0/)

Using CLAPACK with MSVC 7
-------------------------

In Project Properties:

1. Add Additional dependencies: clapack.lib

2. Other things maybe (if compile/link fails):
 - RTTI on
 - multithreaded DLL runtime library
