Skip to content

class expression_fir<T, U, E1, stateless> fir

template <typename T, typename U, typename E1, bool stateless = false>
struct expression_fir : expression_with_traits<E1> { … }

typedef value_type

using value_type = U

Defined at dsp/fir.hpp:172

variable random_access

constexpr static inline bool random_access = false

Defined at dsp/fir.hpp:175

constructor expression_fir<T, U, E1, stateless>(E1 &&, state_holder<fir_state<T, U>, stateless>)

expression_fir(E1&& e1, state_holder<fir_state<T, U>, stateless> state)

Defined at dsp/fir.hpp:177

function get_elements(const expression_fir<T, U, E1, stateless> &, shape<1>, axis_params<0, N>)

template <size_t N>
KFR_INTRINSIC friend vec<U, N> get_elements(const expression_fir& self, shape<1> index,
                                            axis_params<0, N> sh)

Defined at dsp/fir.hpp:183

variable state

mutable state_holder<fir_state<T, U>, stateless> state

Defined at dsp/fir.hpp:205

Defined at dsp/fir.hpp:170