Add Fourier-Series Method#29
Open
conema wants to merge 1 commit into
Open
Conversation
Welcome to Codecov 🎉Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests. Thanks for integrating Codecov - We've got you covered ☂️ |
Author
|
Just to be sure that somebody is pinged with the PR @jlapeyre |
Collaborator
|
Thanks! I didn't see this before, or forgot. I'll look at it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 other method, named "The Fourier-Series Method for Laplace Transforms", which seems to be pretty simple and fast (at least in my use case).
I don't usually play around with inverse Laplace transformations, so I cannot compare this method with the others, but I thought that it could be interesting to add it to the package.
Let me know what you think about it
[1] https://link.springer.com/chapter/10.1007/978-1-4757-4828-4_8