12 leftExtrapolationLinear_(
false),
13 rightExtrapolationLinear_(
false),
15 monotonicityKnown_(
true) {}
29 const double sg =
delta > 0.0 ? 1.0 : -1.0;
42 return std::unique_ptr<LinInterpolatedTable1D>(
nullptr);
44 std::vector<std::pair<double, double> >
points;
68 }
else if (x >=
xmax_) {
74 const unsigned ux = static_cast<unsigned>((x -
xmin_) /
binwidth_);