> have you tried to define
> BOOST_UBLAS_ENABLE_PROXY_SHORTCUTS ?

Worked. That was what I was missing, thanks. Is there any page which is a good guide to all of the preprocessor settings?

Also, any ideas on a good generic concept for working with ublas::matrix, c 2D array, multi_array<Real, 2> ?