Skip to content

Class dft_cache_impl

class dft_cache_impl<int> dft

template <int = 0>
struct dft_cache_impl { … }

function instance()

static dft_cache_impl& instance()

Fully qualified name: kfr::dft_cache_impl<int>::instance()

Declared at dft/cache.hpp:44

function get(ctype_t<f32>, size_t)

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

Fully qualified name: kfr::dft_cache_impl<int>::get(ctype_t<f32>, size_t)

Declared at dft/cache.hpp:49

function get(ctype_t<f64>, size_t)

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

Fully qualified name: kfr::dft_cache_impl<int>::get(ctype_t<f64>, size_t)

Declared at dft/cache.hpp:56

function getreal(ctype_t<f32>, size_t)

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

Fully qualified name: kfr::dft_cache_impl<int>::getreal(ctype_t<f32>, size_t)

Declared at dft/cache.hpp:63

function getreal(ctype_t<f64>, size_t)

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

Fully qualified name: kfr::dft_cache_impl<int>::getreal(ctype_t<f64>, size_t)

Declared at dft/cache.hpp:70

function clear()

void clear()

Fully qualified name: kfr::dft_cache_impl<int>::clear()

Declared at dft/cache.hpp:77

Fully qualified name: kfr::dft_cache_impl<int>

Declared at dft/cache.hpp:42

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.