This is the complete list of members for IIRFilter< NB, NA, T >, including all inherited members.
IIRFilter(const AH::Array< T, NB > &b_coefficients, const AH::Array< T, NA > &a_coefficients) | IIRFilter< NB, NA, T > | inline |
IIRFilter(const TransferFunction< NB, NA, T > &tf) | IIRFilter< NB, NA, T > | inline |
operator()(T input) | IIRFilter< NB, NA, T > | inline |