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

This adds root finding to pchip as this is possible to do optimal because pchip is a monotonic interpolation. #3260

Closed
wants to merge 3 commits into from

Commits on Jan 31, 2014

  1. This adds root finding to pchip as this is possible because

    pchip is a monotonic interpolation.
    Alternative would be fsolve and friends, but those would not use the known structure of pchip
    bmcage committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    5239a59 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Configuration menu
    Copy the full SHA
    c6401f1 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2014

  1. add example to slsqp itself

    bmcage committed Feb 28, 2014
    Configuration menu
    Copy the full SHA
    be7caa0 View commit details
    Browse the repository at this point in the history