21 #ifndef mia_2d_cstkernel_hh
22 #define mia_2d_cstkernel_hh
79 void apply(
const T& in, T& out)
const;
88 virtual CPlan *do_prepare(fftwf_r2r_kind fw_kind,
const std::vector<int>& size) = 0;
90 fftwf_r2r_kind m_forward;
91 std::unique_ptr<CPlan> m_plan;
101 typedef std::shared_ptr<CCST2DImageKernel > PCST2DImageKernel;
102 typedef std::shared_ptr<CCST2DVectorKernel > PCST2DVectorKernel;