interpolator
C++ library for interpolation of funziontions of real variable y=f(x).
Various splines and mutipolynomial methods are implemented.
requirements
reasonably up-to-date GNU C++ compiler
build
make test : build the test programs
make lib : build only the shared library
make libstatic: build the static (archive) library
make doc : build the doxyfile based documentation
make all : build lib , libstatic and test
make install : install the libraries and header files in the standrd elettra development environment
usage
see docs/htlm/annotated.html
History
2012-01-15 : project created on gitlab, derived from CVS release_01_01_01
Credits
Claudio Scafuri Elettra-Sincrotrone Trieste S.C.p.A. di interesse nazionale Strada Statale 14 - km 163,5 in AREA Science Park 34149 Basovizza, Trieste ITALY
License
GPL 3