Path to this page:
Subject: CVS commit: wip/polymul
From: Kamel Derouiche
Date: 2011-10-28 22:22:15
Message id: E1RJswi-0001tC-BW@sfs-ml-4.v29.ch3.sourceforge.com
Log Message:
Import polymul-1.01 as wip/polymul.
Polymul is a self-contained C++ template library for efficient multiplication
of multivariate polynomials. It is intended for low order polynomials of a few
variables, but is in principle limited only by the compiler's maximum template
recursion depth.Polynomials can be created over any scalar type, such as
integers or floating point numbers.
In addition to normal polynomial multiplication the library can also do \
truncated (Taylor series)
multiplication, as well as linear changes of coordinates. Polynomials can also \
be evaluated at arbitrary
points
Files: