Skip to content

Commit

Permalink
Improved description of snapshot interpolator to include references
Browse files Browse the repository at this point in the history
  • Loading branch information
ptranq committed Apr 25, 2024
1 parent 6f4c57a commit aa160e9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/algo/manifold_interp/SnapshotInterpolator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
*
*****************************************************************************/

// Description: Implementation of the VectorInterpolator algorithm.

/**
* Implements PCHIP algorithm. Based on "A METHOD FOR CONSTRUCTING LOCAL MONOTONE
* PIECEWISE CUBIC INTERPOLANTS", Fritchs and Butland (1984). as well as "MONOTONE
* PIECEWISE CUBIC INTERPOLATION," Fritsch and Carlson (1980)
*
*/
#include "SnapshotInterpolator.h"

#include <limits.h>
Expand Down

0 comments on commit aa160e9

Please sign in to comment.