boostorg / compute

A C++ GPU Computing Library for OpenCL
http://boostorg.github.io/compute/
Boost Software License 1.0
1.55k stars 333 forks source link

Can we use iterator in valarray? #855

Open kilasuelika opened 3 years ago

kilasuelika commented 3 years ago

In this page: boost.compute valarray. One can see that valarray doesn't have begin() and end(). Then how can we copy data into valarray?