Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more quadrature rules (Trapezoid, Simpson,...) #6

Open
DomiDre opened this issue Nov 30, 2019 · 6 comments · Fixed by #97 · May be fixed by #109
Open

Add more quadrature rules (Trapezoid, Simpson,...) #6

DomiDre opened this issue Nov 30, 2019 · 6 comments · Fixed by #97 · May be fixed by #109
Labels
enhancement New feature or request

Comments

@DomiDre
Copy link
Owner

DomiDre commented Nov 30, 2019

Following @mxxo suggestion in #4 it makes sense to add additional quadrature schemes such as Trapezoid and Simpson rule.

If nobody wants to take it on first, I would look into it the following week!

@DomiDre DomiDre added the enhancement New feature or request label Nov 30, 2019
@mxxo
Copy link

mxxo commented Nov 30, 2019

I added a midpoint rule draft to kick things off (#9) 🚀

@mtantaoui
Copy link

Hello, I did implement some of those methods on my crate, i'd be happy to help implement those. Apparently, we used the same methods for Gauss-Laguerre and Gauss-Legendre.

@JSorngard
Copy link
Collaborator

Ooh, your crate looks very nice, so that would be very welcome!

@JSorngard
Copy link
Collaborator

I made a previous attempt at Gauss-Chebyshev in the chebyshev branch, but I was not very happy with it. Your implementation in integrate that has two versions of the rule as separate functions seems like a much better API.

@JSorngard JSorngard linked a pull request Nov 26, 2024 that will close this issue
@JSorngard JSorngard reopened this Dec 30, 2024
@JSorngard
Copy link
Collaborator

I don't think #97 completed this, just partially addressed it.

@JSorngard JSorngard linked a pull request Dec 30, 2024 that will close this issue
@JSorngard JSorngard linked a pull request Dec 30, 2024 that will close this issue
@JSorngard
Copy link
Collaborator

Issue #111 is related to this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants