Boost logo

Ublas :

Subject: Re: [ublas] todo list
From: Jesse Perla (jesseperla_at_[hidden])
Date: 2010-07-24 11:31:52


David Bellot <david.bellot <at> gmail.com> writes:
> Hi,I've compiled a draft TODO list based on all emails and threads from the
mailing list. It is located at http://ublas.sourceforge.netPlease commentCheers,

Thanks David:
The only one I can see that was missing from older comments I made was about
multi_array:

8) Adaptors for multi_array
This comes up frequently where people want to take a 1 or 2D slice of a
multi_array and performance boost operations on it. I have had to copy
data to ublas structures myself, and here was another post recently
http://archives.free.net.ph/message/20100115.085831.26a2457c.en.html

... I don't know how difficult this is to do, but it sure would be nice. Stacks
of matrices come up all over the place.