Template Struct getRealOfComplexInnerProductFunctor

Struct Documentation

template<class PrecisionT>
struct getRealOfComplexInnerProductFunctor

Kokkos functor of the \(real(conj(x)*y)\) operation.

Public Functions

inline getRealOfComplexInnerProductFunctor(Kokkos::View<Kokkos::complex<PrecisionT>*> x_, Kokkos::View<Kokkos::complex<PrecisionT>*> y_)
inline KOKKOS_INLINE_FUNCTION void operator() (const size_t k, PrecisionT &inner) const

Public Members

Kokkos::View<Kokkos::complex<PrecisionT>*> x
Kokkos::View<Kokkos::complex<PrecisionT>*> y