Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h341 using PermutationIterator = thrust::permutation_iterator<array_iterator_type, TransformIterator>; variable
342 using iterator = PermutationIterator; // type of the begin/end iterator
348 return PermutationIterator{ in begin()