Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dmatdensecupmimpl.h471 auto dvp = thrust::device_pointer_cast(dv.data()); in GetDiagonal() local
475 PetscCallThrust(THRUST_CALL(thrust::copy, stream, diagonal.begin(), diagonal.end(), dvp)); in GetDiagonal()