Gromacs  2021.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
gmx::CubicSplineTable Member List

This is the complete list of members for gmx::CubicSplineTable, including all inherited members.

CubicSplineTable(std::initializer_list< AnalyticalSplineTableInput > analyticalInputList, const std::pair< real, real > &range, real tolerance=defaultTolerance)gmx::CubicSplineTable
CubicSplineTable(std::initializer_list< NumericalSplineTableInput > numericalInputList, const std::pair< real, real > &range, real tolerance=defaultTolerance)gmx::CubicSplineTable
defaultTolerancegmx::CubicSplineTablestatic
evaluateDerivative(T r, T *derivativeValue) const gmx::CubicSplineTableinline
evaluateDerivative(T r, T *derivativeValue0, T *derivativeValue1) const gmx::CubicSplineTableinline
evaluateDerivative(T r, T *derivativeValue0, T *derivativeValue1, T *derivativeValue2) const gmx::CubicSplineTableinline
evaluateFunction(T r, T *functionValue) const gmx::CubicSplineTableinline
evaluateFunction(T r, T *functionValue0, T *functionValue1) const gmx::CubicSplineTableinline
evaluateFunction(T r, T *functionValue0, T *functionValue1, T *functionValue2) const gmx::CubicSplineTableinline
evaluateFunctionAndDerivative(T r, T *functionValue, T *derivativeValue) const gmx::CubicSplineTableinline
evaluateFunctionAndDerivative(T r, T *functionValue0, T *derivativeValue0, T *functionValue1, T *derivativeValue1) const gmx::CubicSplineTableinline
evaluateFunctionAndDerivative(T r, T *functionValue0, T *derivativeValue0, T *functionValue1, T *derivativeValue1, T *functionValue2, T *derivativeValue2) const gmx::CubicSplineTableinline
tableSpacing() const gmx::CubicSplineTableinline