Open kilasuelika opened 4 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?
valarray
begin()
end()
In this page: boost.compute valarray. One can see that
valarray
doesn't havebegin()
andend()
. Then how can we copy data intovalarray
?