mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
This is the complete list of members for mx::math::logInterpolator< realT >, including all inherited members.
logInterpolator() | mx::math::logInterpolator< realT > | inline |
logInterpolator(const std::vector< realT > &x, const std::vector< realT > &y) | mx::math::logInterpolator< realT > | inline |
m_interp | mx::math::logInterpolator< realT > | protected |
m_logx | mx::math::logInterpolator< realT > | protected |
m_logy | mx::math::logInterpolator< realT > | protected |
operator()(const realT &x) | mx::math::logInterpolator< realT > | inline |
setup(const std::vector< realT > &x, const std::vector< realT > &y) | mx::math::logInterpolator< realT > | inline |