OGS
|
This is the complete list of members for MathLib::PiecewiseLinearInterpolation, including all inherited members.
getDerivative(double const pnt_to_interpolate) const | MathLib::PiecewiseLinearInterpolation | |
getSupportMax() const | MathLib::PiecewiseLinearInterpolation | |
getSupportMin() const | MathLib::PiecewiseLinearInterpolation | |
getValue(double pnt_to_interpolate) const | MathLib::PiecewiseLinearInterpolation | |
PiecewiseLinearInterpolation(std::vector< double > supporting_points, std::vector< double > values_at_supp_pnts, bool supp_pnts_sorted=false) | MathLib::PiecewiseLinearInterpolation | |
supp_pnts_ | MathLib::PiecewiseLinearInterpolation | protected |
values_at_supp_pnts_ | MathLib::PiecewiseLinearInterpolation | protected |