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

Make Integration routine polymorph #48

Open
Jean1995 opened this issue Feb 21, 2020 · 1 comment
Open

Make Integration routine polymorph #48

Jean1995 opened this issue Feb 21, 2020 · 1 comment

Comments

@Jean1995
Copy link
Member

The current implementation of the Interpolation and Integrations routines are very static and could be vastly improved by rewriting them in a polymorphic way. This could not only improve the runtime but especially improve the readability of the code.

@sudojan
Copy link
Contributor

sudojan commented Apr 1, 2021

In MR #137 the interpolation is improved using the CubicInterpolation library

@Jean1995 Jean1995 changed the title Make Interpolation and Integration routines polymorph Make Integration routine polymorph Apr 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants