Searched defs:real_part (Results 1 – 1 of 1) sorted by relevance
2047 struct real_part { struct2048 …st::tuple<PetscScalar, PetscInt> &x) const noexcept { return {PetscRealPart(thrust::get<0>(x)), th… in operator ()()2050 …_INLINE_DECL PetscReal operator()(const PetscScalar &x) const noexcept { return PetscRealPart(x); } in operator ()()