Download List

프로젝트 설명

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 maximal template recursion depth. Polynomials can be created over any scalar type, such as integers or double precision floating point numbers.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-10-13 02:19
1.0

다항식에서 변수의 선형을 변경합니다. 효율적인 변수 다항식의 평가. 자동으로 생성된 낮은 순서대로 테이블을 통해 곱셈 훨씬 향상된 성능. 향상된 문서.
Linear change of variables in polynomials. Efficient multivariate polynomial evaluation. Much improved performance through automatically generated low order multiplication tables. Improved documentation.

Project Resources