Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp91 static PetscErrorCode ReciprocalAsync(Vec, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp105 …tComposeFunction(PetscObjectCast(v), VecAsyncFnName(Reciprocal), VecSeq_CUPM<T>::ReciprocalAsync)); in InitializeAsyncFunctions()
678 inline PetscErrorCode VecSeq_CUPM<T>::ReciprocalAsync(Vec xin, PetscDeviceContext dctx) noexcept in ReciprocalAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
690 PetscCall(ReciprocalAsync(xin, nullptr)); in Reciprocal()