Skip to content

Commit

Permalink
Merge pull request #133 from GlenHertz/patch-2
Browse files Browse the repository at this point in the history
Add AkimaInterpolation to the README.md
  • Loading branch information
ChrisRackauckas authored Jan 17, 2023
2 parents 5bb783b + 7f1701f commit 85dc0a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ corresponding to `(u,t)` pairs.

- `CubicSpline(u,t)` - A cubic spline interpolation.

- `AkimaInterpolation(u, t)` - Akima spline interpolation provides a smoothing effect and is computationally efficient.

- `BSplineInterpolation(u,t,d,pVec,knotVec)` - An interpolation B-spline. This is a B-spline which hits each of the data points. The argument choices are:
- `d` - degree of B-spline
- `pVec` - Symbol to Parameters Vector, `pVec = :Uniform` for uniform spaced parameters and `pVec = :ArcLen` for parameters generated by chord length method.
Expand Down

0 comments on commit 85dc0a4

Please sign in to comment.