Boost logo

Ublas :

Subject: [ublas] ublas::vector and a "random access" container concept? And ublas::matrix.
From: jesseperla_at_[hidden]
Date: 2009-01-22 19:08:23


> 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> ?