InverseLaplace.jl
InverseLaplace.jl copied to clipboard
Inverse Laplace transform
Is there anything preventing this repo from releasing/registering changes since v0.3.2? It looks like the current commit (7811acf) is passing all the checks and there hasn't been a commit for...
Hello ! I was trying to use this package in one of my projects, but I found the existing methods to be too slow. In the literature[1], I found this...
This pull request sets up the CompatHelper workflow on this repository. cc: @DilumAluthge
# Hyperbola This pull requests implements the numerical inversion of the Laplace transform by using a hyperbola for the Bromwhich contour. It's important to say that the inversion is very...
My previous pull request broke existing functionality, so I decided to restart my work and add internal functions for arrays. If the function is an N-dimensional array, its Laguerre-coefficients are...
(I'm quite new to the whole package development process, so any feedback would be appreciated.) I've modified existing methods in `weeks.jl` to evaluate the ILT of vector valued functions. This...
I'm interested in implementing [Post's inversion formula](https://en.wikipedia.org/wiki/Post%27s_inversion_formula) which is used in neurocomputational models of memory and learning. I imagine that it would be dependent on [ForwardDiff](https://github.com/JuliaDiff/ForwardDiff.jl). Is this something you...
I have a function definition that solves a system of equations by calling `gesv!`. If the system is large, `gesv!` is called multiple times for each solution element. This is...
Hi! Just a small change: looks like the Gaver functionals are being added to the array in the wrong place, meaning f_1 is being assigned in place of f_0 etc,...