Template Struct getImagOfComplexInnerProductFunctor

Struct Documentation

template<class PrecisionT>
struct getImagOfComplexInnerProductFunctor

@rstimagine Kokkos functor of the :math:imag(conj(x)*y) operation.

Public Functions

inline getImagOfComplexInnerProductFunctor(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