On 8/22/07, chris dion
Hi
I'm having a problem with the boost/multi_array and I'm hoping someone here can help, or at least explain why the following doesn't work.
What you are trying is not possible with the views (from your code it seems
you misunderstood the way they work - take a second look at the docs
herehttp://www.boost.org/libs/multi_array/doc/user.html#sec_views).
You can solve your problem with a multi_array_ref and a different storage
ordering. Here is an example:
using namespace boost;
typedef multi_array