Home
last modified time | relevance | path

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

/petsc/include/petsc/private/
H A Dcupminterface.hpp150 …using cupmComplex_t = util::conditional_t<PetscDefined(USE_REAL_SINGLE), cuComplex, cuDo… typedef
296 …using cupmComplex_t = util::conditional_t<PetscDefined(USE_REAL_SINGLE), hipComplex, hip… typedef
450 …using cupmComplex_t = typename ::Petsc::device::cupm::impl::InterfaceImpl<T>::cupmComple…
542 using cupmScalar_t = util::conditional_t<PetscDefined(USE_COMPLEX), cupmComplex_t, cupmReal_t>;
547 return cupmComplex_t{PetscRealPart(s), PetscImaginaryPart(s)}; in cupmScalarCast()