28 std::vector<double> y);
Definition of the PiecewiseLinearInterpolation class.
PiecewiseLinearInterpolation(std::vector< double > supporting_points, std::vector< double > values_at_supp_pnts, bool supp_pnts_sorted=false)
bool isStrongMonotonic() const
~PiecewiseLinearMonotonicCurve()=default
PiecewiseLinearMonotonicCurve(std::vector< double > x, std::vector< double > y)
double getInverseVariable(const double y) const