Go to the source code of this file.
Functions | |
template<typename T1 , typename T2 > | |
const Glue< T1, T2, glue_conv > | conv (const Base< typename T1::elem_type, T1 > &A, const Base< typename T1::elem_type, T2 > &B) |
Convolution, which is also equivalent to polynomial multiplication and FIR digital filtering. |