//! PCHIP interpolation algorithm trait.
use crateDType;
use crateInterpolateResult;
use Runtime;
use Tensor;
/// PCHIP (Piecewise Cubic Hermite Interpolating Polynomial) algorithm.
///
/// PCHIP is a shape-preserving interpolation method that preserves monotonicity
/// and avoids overshoot. It has continuous first derivative (C1).