boostorg / compute

A C++ GPU Computing Library for OpenCL

Home Page:http://boostorg.github.io/compute/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use iterator in valarray?

kilasuelika opened this issue · comments

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?