An vector iterator class. More...
An vector iterator class.
An iterator class for skepu::Vector. behaves like the vector iterator for std::vector but similar to skepu::Vector it sometimes returns a proxy_elem instead of the actual element. Also makes sure the vector is properly synchronized with device before returning any elements.
1.8.5