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

Impl API for Broyden based on Vector<double> instead of double[] #1037

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

axtimhaus
Copy link

@axtimhaus axtimhaus commented Oct 12, 2023

I wondered why the root finding classes do not use vectors for external API, but only arrays. It would help for my use cases to use Vectors.

I just doubled the original methods and made the respective changes for vectors.

Tests will follow. If this is accepted I will do the same for the other algorithms, too.

@axtimhaus
Copy link
Author

Copied original tests and modified them for vector API.

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

Successfully merging this pull request may close these issues.

None yet

1 participant