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