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

More efficient bisection for 1D Newton root finder #1012

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from

Commits on Aug 5, 2023

  1. initial commit

    ryanelandt committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6bd1d9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eef5fe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af08a6c View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. address @mborland feedback

    ryanelandt committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    16b1033 View commit details
    Browse the repository at this point in the history
  2. added missing header file

    ryanelandt committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c2d2b76 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    21dc82b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21d9374 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f60168 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Configuration menu
    Copy the full SHA
    a803be2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7acf90c View commit details
    Browse the repository at this point in the history
  3. preprocessor out again

    ryanelandt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0708745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19bbf76 View commit details
    Browse the repository at this point in the history
  5. fix SFINAE type oversight

    ryanelandt committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    752a1c5 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    777d64a View commit details
    Browse the repository at this point in the history
  2. add_newline to end of file

    ryanelandt committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    8c46b6d View commit details
    Browse the repository at this point in the history
  3. non-ascii character fix

    ryanelandt committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    f28048d View commit details
    Browse the repository at this point in the history
  4. fix lint fails: C and LIC

    ryanelandt committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    a14567f View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    0a64a5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57c5512 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    3957093 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d27f3a View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. new include

    ryanelandt committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    66a61a8 View commit details
    Browse the repository at this point in the history