Skip to content

Implement polynomial multiplication in the Chebyshev basis.

Damar Wicaksono requested to merge dev-167 into dev

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)).

Merge request reports

Loading