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::gslInterpolator< interpT >, including all inherited members.
gslInterpolator() | mx::math::gslInterpolator< interpT > | |
gslInterpolator(realT *xin, realT *yin, size_t Nin) | mx::math::gslInterpolator< interpT > | |
gslInterpolator(std::vector< realT > &xin, std::vector< realT > &yin) | mx::math::gslInterpolator< interpT > | |
m_acc | mx::math::gslInterpolator< interpT > | protected |
m_interp | mx::math::gslInterpolator< interpT > | protected |
m_xin | mx::math::gslInterpolator< interpT > | protected |
m_yin | mx::math::gslInterpolator< interpT > | protected |
operator()(const realT &x) | mx::math::gslInterpolator< interpT > | |
setup(realT *xin, realT *yin, size_t Nin) | mx::math::gslInterpolator< interpT > | |
setup(std::vector< realT > &xin, std::vector< realT > &yin) | mx::math::gslInterpolator< interpT > | |
~gslInterpolator() | mx::math::gslInterpolator< interpT > |