Implement polynomial multiplication in the Chebyshev basis.
A concrete implementation to support polynomial-polynomial multiplication in the Chebyshev basis has been added to the code base.
The test suite now includes testing the Chebyshev polynomials for multiplication.
This MR should resolve Issue #167 (closed) and part of extending the support for arithmetic operations involving polynomial (see Issue #142 (closed)).