class expression_short_fir<tapcount, T, U, E1, stateless> fir¶
template <size_t tapcount, typename T, typename U, typename E1, bool stateless = false>
struct expression_short_fir : expression_with_traits<E1> { … } typedef value_type ¶
using value_type = U Defined at dsp/fir.hpp:139
variable random_access ¶
constexpr static inline bool random_access = false Defined at dsp/fir.hpp:142
constructor expression_short_fir<tapcount, T, U, E1, stateless>(E1 &&, state_holder<short_fir_state<tapcount, T, U>, stateless>) ¶
expression_short_fir(E1&& e1, state_holder<short_fir_state<tapcount, T, U>, stateless> state) Defined at dsp/fir.hpp:144
function get_elements(const expression_short_fir<tapcount, T, U, E1, stateless> &, shape<1>, axis_params<0, N>) ¶
template <size_t N>
KFR_INTRINSIC friend vec<U, N> get_elements(const expression_short_fir& self, shape<1> index,
axis_params<0, N> sh) Defined at dsp/fir.hpp:150
variable state ¶
mutable state_holder<short_fir_state<tapcount, T, U>, stateless> state Defined at dsp/fir.hpp:166
Defined at dsp/fir.hpp:137