Skip to content

class dft_cache_impl<int> dft

template <int = 0>
struct dft_cache_impl { … }

function instance()

static dft_cache_impl& instance()

Defined at dft/cache.hpp:47

function get(ctype_t<f32>, size_t)

dft_plan_ptr<f32> get(ctype_t<f32>, size_t size)

Defined at dft/cache.hpp:52

function get(ctype_t<f64>, size_t)

dft_plan_ptr<f64> get(ctype_t<f64>, size_t size)

Defined at dft/cache.hpp:59

function getreal(ctype_t<f32>, size_t)

dft_plan_real_ptr<f32> getreal(ctype_t<f32>, size_t size)

Defined at dft/cache.hpp:66

function getreal(ctype_t<f64>, size_t)

dft_plan_real_ptr<f64> getreal(ctype_t<f64>, size_t size)

Defined at dft/cache.hpp:73

function clear()

void clear()

Defined at dft/cache.hpp:80

Defined at dft/cache.hpp:45