Download List

專案描述

PURRS (the Parma University's Recurrence Relation Solver) is a C++ library for the (possibly approximate) solution of recurrence relations. To be more precise, the PURRS will solve: (a) linear constant coefficient recurrence relations of finite order (when the order is 1, parametric coefficients will be allowed); (b) linear recurrence relations of the first order with variable coefficients; (c) systems of linear recurrence relations with constant coefficients; (d) some non-linear recurrence relations of finite order; (e) some linear recurrence relations of infinite order and other generalized recurrences, like those arising from the complexity analysis of algorithms.

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.

2003-06-26 16:55
0.0.4

Many new and improved features were added, such as support for linear recurrence relations of infinite order and ultra-sharp bounds for divide-et-impera recurrences.
標籤: Development, Major feature enhancements

2003-02-07 22:50
0.0.3

This version solves some non-linear recurrence relations of finite
order and approximates many more generalized recurrences and with
tighter bounds than the previous version did.
標籤: Development, Major feature enhancements

2003-01-22 11:34
0.0.2

This version is able to approximate the solution of some generalized recurrences, such as those arising from the complexity analysis divide-et-impera algorithms.
標籤: Development, Major feature enhancements

2002-11-02 12:12
0.0.1

It is now possible to solve linear constant coefficient recurrence relations of finite orders. When the order is 1, parametric coefficients are allowed. Linear recurrence relations of the first order can also be solved with variable coefficients.
標籤: Development, Initial freshmeat announcement

Project Resources