ERF
Energy Research and Forecasting: An Atmospheric Modeling Code
|
This is the complete list of members for LinInterp, including all inherited members.
extrap_method_bndry enum value | LinInterp | |
extrap_method_cycle enum value | LinInterp | |
extrap_method_zero enum value | LinInterp | |
init(const real1d &yin, const int &n_in, const real1d &yout, const int &nout, const InterpMethod &extrap_method, InterpType &interp_wgts, real cyclicmin=0., real cyclicmax=0.) | LinInterp | inlinestatic |
interp1d(const real1d &arrin, const int &n1, const real1d &arrout, const int &m1, const InterpType &interp_wgts) | LinInterp | inlinestatic |
interp2d1d(const real2d &arrin, const int &n1, const int &n2, const real1d &arrout, const int &m1, const InterpType &wgt1, const InterpType &wgt2) | LinInterp | inlinestatic |
interp2d2d(const real2d &arrin, const int &n1, const int &n2, const real2d &arrout, const int &m1, const int &m2, const InterpType &wgt1, const InterpType &wgt2) | LinInterp | inlinestatic |
interp3d2d(const real3d &arrin, const int &n1, const int &n2, const int &n3, const real2d &arrout, const int &m1, const int &len1, const InterpType &wgt1, const InterpType &wgt2) | LinInterp | inlinestatic |
InterpMethod enum name | LinInterp |