Home
last modified time | relevance | path

Searched refs:CountingIterator (Results 1 – 1 of 1) sorted by relevance

/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h339 using CountingIterator = thrust::counting_iterator<difference_type>; variable
340 using TransformIterator = thrust::transform_iterator<index_functor_type, CountingIterator>;
349 first, TransformIterator{CountingIterator{0}, func} in begin()