Home
last modified time | relevance | path

Searched defs:Reciprocal (Results 1 – 1 of 1) sorted by relevance

/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp664 struct Reciprocal { struct
665 PETSC_HOSTDEVICE_INLINE_DECL PetscScalar operator()(const PetscScalar &s) const noexcept in operator ()()
687 inline PetscErrorCode VecSeq_CUPM<T>::Reciprocal(Vec xin) noexcept in Reciprocal() function in Petsc::vec::cupm::impl::VecSeq_CUPM