Hi,

I want to use multi-array but the original data is coming from, let say, a std::vector<float>.
The data is quite big, do I need to copy it into a multi-array?
Or maybe I can use a "view" as a proxy on top of the original data and therefore avoid a costly copy?

Thanks,
Frank