here is a table of contents for the implementing multivariate polynomials in c++ using templates mini-series:
- part one: a usage example.
- part two: the data structure.
- part three: partial derivatives.
- part four: efficient evaluation.
- part five: long division and euclidean algorithm.
the soure code can be downloaded here (8 kb). it is licensed under the simplified bsd license. if you need the code licensed under another open source license, feel free to contact me.
comments.