Since an FIR filter can be expressed as:
So in fact, the FIR filter implementation is:
gsl_vector* y = cl_filter_iir(b,&a.vector,x);
a.vector