This is the complete list of members for MonotoneCubicInterpolation, including all inherited members.
_alpha | MonotoneCubicInterpolation | protected |
_beta | MonotoneCubicInterpolation | protected |
_delta | MonotoneCubicInterpolation | protected |
_h | MonotoneCubicInterpolation | protected |
_internal_knots | MonotoneCubicInterpolation | protected |
_n_intervals | MonotoneCubicInterpolation | protected |
_n_knots | MonotoneCubicInterpolation | protected |
_x | MonotoneCubicInterpolation | protected |
_y | MonotoneCubicInterpolation | protected |
_yp | MonotoneCubicInterpolation | protected |
dumpCSV(std::string filename, const std::vector< Real > &xnew) | MonotoneCubicInterpolation | virtual |
errorCheck() | MonotoneCubicInterpolation | protectedvirtual |
findInterval(const Real &x, unsigned int &klo, unsigned int &khi) const | MonotoneCubicInterpolation | protectedvirtual |
getSampleSize() | MonotoneCubicInterpolation | virtual |
h1(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h1DoublePrime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h1Prime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h2(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h2DoublePrime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h2Prime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h3(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h3DoublePrime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h3Prime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h4(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h4DoublePrime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
h4Prime(const Real &xhi, const Real &xlo, const Real &x) const | MonotoneCubicInterpolation | protected |
initialize_derivs() | MonotoneCubicInterpolation | protectedvirtual |
modify_derivs(const Real &alpha, const Real &beta, const Real &delta, Real &yp_lo, Real &yp_hi) | MonotoneCubicInterpolation | protectedvirtual |
MonotoneCubicInterpolation() | MonotoneCubicInterpolation | |
MonotoneCubicInterpolation(const std::vector< Real > &x, const std::vector< Real > &y) | MonotoneCubicInterpolation | |
p(const Real &xhi, const Real &xlo, const Real &fhi, const Real &flo, const Real &dhi, const Real &dlo, const Real &x) const | MonotoneCubicInterpolation | protectedvirtual |
pDoublePrime(const Real &xhi, const Real &xlo, const Real &fhi, const Real &flo, const Real &dhi, const Real &dlo, const Real &x) const | MonotoneCubicInterpolation | protectedvirtual |
phi(const Real &t) const | MonotoneCubicInterpolation | protected |
phiDoublePrime(const Real &t) const | MonotoneCubicInterpolation | protected |
phiPrime(const Real &t) const | MonotoneCubicInterpolation | protected |
pPrime(const Real &xhi, const Real &xlo, const Real &fhi, const Real &flo, const Real &dhi, const Real &dlo, const Real &x) const | MonotoneCubicInterpolation | protectedvirtual |
psi(const Real &t) const | MonotoneCubicInterpolation | protected |
psiDoublePrime(const Real &t) const | MonotoneCubicInterpolation | protected |
psiPrime(const Real &t) const | MonotoneCubicInterpolation | protected |
sample(const Real &x) const | MonotoneCubicInterpolation | virtual |
sample2ndDerivative(const Real &x) const | MonotoneCubicInterpolation | virtual |
sampleDerivative(const Real &x) const | MonotoneCubicInterpolation | virtual |
setData(const std::vector< Real > &x, const std::vector< Real > &y) | MonotoneCubicInterpolation | virtual |
sign(const Real &x) const | MonotoneCubicInterpolation | protected |
solve() | MonotoneCubicInterpolation | protectedvirtual |
~MonotoneCubicInterpolation()=default | MonotoneCubicInterpolation | virtual |