KokkosFFT::execute
-
template<typename PlanType, typename InViewType, typename OutViewType>
void KokkosFFT::execute(const PlanType &plan, const InViewType &in, const OutViewType &out, KokkosFFT::Normalization norm = KokkosFFT::Normalization::backward) Execute FFT given by the Plan on input and output Views with normalization.