Jacob Williams
Jacob Williams
Is there any room for some parallelization here? Maybe we can have the option to compute functions in parallel in an OpenMP loop?
e.g, Newton-Raphson, Halley.
Could a reference to this be added to the FortranLang page here under Installing GFortran -> Windows: https://fortran-lang.org/en/learn/os_setup/install_gfortran/ Would be nice to have it there so beginners could discover it...
condabin
I think the `envrunner` was changed in 1.8.1 or 1.8.2? I'm trying 1.8.2 now and I see a line like this: ``` call "%~dp0..\condabin\conda.bat" activate blah ``` That `../condabin` directory...
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I think this is the same issue...
See #26 Allow for the additional root finder options to be optional user inputs for the even finding integration.
Add some code to automatically change the color and/or line style for the methods in the plots, so we don't have to manually pick colors for each one.
Should have some more comprehensive tests of all the methods, and their performance comparisons for different problems.
Could add some Runge-Kutta Nystrom methods (for 2nd order equations).
Some of the methods have dense interpolates. Those should be added to support dense output.