Home
last modified time | relevance | path

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

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm.hpp123 static PetscErrorCode ConjugateAsync(Vec, PetscDeviceContext) noexcept;
H A Dvecseqcupm_impl.hpp95 …ectComposeFunction(PetscObjectCast(v), VecAsyncFnName(Conjugate), VecSeq_CUPM<T>::ConjugateAsync)); in InitializeAsyncFunctions()
2028 inline PetscErrorCode VecSeq_CUPM<T>::ConjugateAsync(Vec xin, PetscDeviceContext dctx) noexcept in ConjugateAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM
2040 PetscCall(ConjugateAsync(xin, nullptr)); in Conjugate()