TransFlow
0.1.0
A transient pipeline flow simulation library
|
This is the complete list of members for utils::LinearInterpolator, including all inherited members.
getValueAtPoint(const double position) (defined in utils::LinearInterpolator) | utils::LinearInterpolator | |
getValuesAtPoints(const arma::vec &points) (defined in utils::LinearInterpolator) | utils::LinearInterpolator | |
getValuesAtPoints(const arma::vec &referencePoints, const arma::vec &referenceValues, const arma::vec &points, const arma::uword interpolationMethod=0) (defined in utils::LinearInterpolator) | utils::LinearInterpolator | static |
LinearInterpolator(const arma::vec &positions, const arma::vec &values, const arma::uword interpolationMethod=0) (defined in utils::LinearInterpolator) | utils::LinearInterpolator | |
m_gradients (defined in utils::LinearInterpolator) | utils::LinearInterpolator | private |
m_interpolationMethod (defined in utils::LinearInterpolator) | utils::LinearInterpolator | private |
m_N (defined in utils::LinearInterpolator) | utils::LinearInterpolator | private |
m_positions (defined in utils::LinearInterpolator) | utils::LinearInterpolator | private |
m_printOutsideRangeWarning (defined in utils::LinearInterpolator) | utils::LinearInterpolator | private |
m_values (defined in utils::LinearInterpolator) | utils::LinearInterpolator | private |