Gromacs
2021.3
|
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 | |
defaultTolerance | gmx::CubicSplineTable | static |
evaluateDerivative(T r, T *derivativeValue) const | gmx::CubicSplineTable | inline |
evaluateDerivative(T r, T *derivativeValue0, T *derivativeValue1) const | gmx::CubicSplineTable | inline |
evaluateDerivative(T r, T *derivativeValue0, T *derivativeValue1, T *derivativeValue2) const | gmx::CubicSplineTable | inline |
evaluateFunction(T r, T *functionValue) const | gmx::CubicSplineTable | inline |
evaluateFunction(T r, T *functionValue0, T *functionValue1) const | gmx::CubicSplineTable | inline |
evaluateFunction(T r, T *functionValue0, T *functionValue1, T *functionValue2) const | gmx::CubicSplineTable | inline |
evaluateFunctionAndDerivative(T r, T *functionValue, T *derivativeValue) const | gmx::CubicSplineTable | inline |
evaluateFunctionAndDerivative(T r, T *functionValue0, T *derivativeValue0, T *functionValue1, T *derivativeValue1) const | gmx::CubicSplineTable | inline |
evaluateFunctionAndDerivative(T r, T *functionValue0, T *derivativeValue0, T *functionValue1, T *derivativeValue1, T *functionValue2, T *derivativeValue2) const | gmx::CubicSplineTable | inline |
tableSpacing() const | gmx::CubicSplineTable | inline |