Paolo Maiuri writes: > I need to do a numerical inversion of Laplace transform of a > function that contains also Bessel function. > > I found some Fortran library, but I have just done a portion of my > work in C++ using the GSL library and I would like to continue my > work in this ambient. > > Can I "easily" work with GSL function to obtain an inverse Laplace > transform? > > Does another C or C++ library (GNU) exist that you now which I > could use?
GSL doesn't have any routines for numerical inverse laplace transforms (but you may be able to use some of the existing routines to implement it). I don't know of any free C/C++ library for this problem. -- best regards, Brian Gough Network Theory Ltd, Publishing the GSL Manual - http://www.network-theory.co.uk/gsl/manual/ _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
