lambdaworks
lambdaworks copied to clipboard
Sparse polynomial representation
Implement sparse polynomial representation. We should support operations between sparse and dense polynomials, and conversions between them.
The first task is to be investigate how it's done in other libraries, and update the issue with an explanation of how it's done in them.