|
SkePU(integratedwithStarPU)
0.8.1
|
An sparse matrix iterator class that tranverses row-wise. More...
An sparse matrix iterator class that tranverses row-wise.
An iterator class for skepu::SparseMatrix. It traverses a SparseMatrix elements range which is skepu::Matrix default style. It behaves like the 1D container iterators like iterator for std::vector but similar to skepu::Matrix it sometimes returns a proxy_elem instead of the actual element. Also makes sure the matrix is properly synchronized with device before returning any elements.
1.8.5