Skip to content

Commit

Permalink
Merge pull request #296 from sathvikbhagavan/sb/pchip
Browse files Browse the repository at this point in the history
docs: small cleanup of pchip docstrings
  • Loading branch information
ChrisRackauckas authored Jul 15, 2024
2 parents f947b75 + a9c3624 commit dbe4244
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/interpolation_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -744,10 +744,9 @@ end
"""
PCHIPInterpolation(u, t; extrapolate = false, safetycopy = true)
It is a PCHIP Interpolation, which is a type of `CubicHermiteSpline` where
the derivative values `du` are derived from the input data in such a way that
the interpolation never overshoots the data. See also [here](https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/moler/interp.pdf),
section 3.4.
It is a PCHIP Interpolation, which is a type of [`CubicHermiteSpline`](@ref) where the derivative values `du` are derived from the input data
in such a way that the interpolation never overshoots the data. See [here](https://www.mathworks.com/content/dam/mathworks/mathworks-dot-com/moler/interp.pdf),
section 3.4 for more details.
## Arguments
Expand Down

0 comments on commit dbe4244

Please sign in to comment.