Open axtimhaus opened 1 year ago
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.
Copied original tests and modified them for vector API.
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.