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 documentation for Muller's method #573

Merged
merged 1 commit into from
Apr 7, 2025

Conversation

fgittins
Copy link
Contributor

@fgittins fgittins commented Apr 6, 2025

Checklist

  • Appropriate tests were added
  • Any code changes were done in a way that does not break public API
  • All documentation related to code changes were updated
  • The new code follows the
    contributor guidelines, in particular the SciML Style Guide and
    COLPRAC.
  • Any new documentation only uses public API

Additional context

I implemented Muller's method into BracketingNonlinearSolve.jl, which was merged in #568. This pull request adds some more information to the docstring of Muller and updates the relevant documentation (this and this page).

In the process, I noticed that the former page had some out-of-date information; mentioning SimpleNonlinearSolve.jl when the listed methods are all now in BracketingNonlinearSolve.jl. I corrected this.

@ChrisRackauckas
Copy link
Member

rebase

@ChrisRackauckas ChrisRackauckas merged commit 27c1f52 into SciML:master Apr 7, 2025
37 of 49 checks passed
@fgittins fgittins deleted the docs/muller branch April 7, 2025 15:08
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.

2 participants