|
linpro
1.01
|
|
Linpro is library for solving general linear inverse problem of the form:
where
is an integral kernel defined by a user,
represents a set of known points with uncertainties
, and
is unknown function (so called object).
Moreover
may be a subject of additional constraints of the form:
where
and
denote the lower and upper bound imposed on the object
at some point
,
is a value of an integral of the object
multiplied by some function
defined by a user. There is no restrictions concerning a number of external constraints.
LINPRO library collects in various algorithms for solving inverse problems and provides unified and user friendly programming interface to all of them.
The library implements two methods: Maximum Entropy method and SVD method.
As an optimalization engine linpro library uses the OPT++ 2.4.
Linpro library is released under the GNU General Public License. It means that the library is totally free!
Authors will be grateful if any publication of results obtained with help of linpro library will contain a reference to
P. Magierski, G. Wlazlowski, LINPRO: linear inverse problem library for data contaminated by statistical noise, arXiv:1110.5441
where mathematical fundamentals of this library are described in details.
Linpro library has been successfully tested using the following compilers:
Download the code:
and follow the instructions from INSTALL file.
Complete list of releases with change log is available at Release history page.
(more examples you can find in directory examples attached to released tar ball)
For questions, comments, or more information, please contact the Linpro library authors.
If you will recover some BUG please inform the authors about it.
1.7.4