$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] multi-array data ownership
From: gtsml owevwr (gtsml.owevwr_at_[hidden])
Date: 2009-05-07 08:48:19
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