Celeritas 0.7.0-dev.79+develop.b3dc2e108
|
#include <cmath>
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "corecel/cont/Array.hh"
#include "GridTypes.hh"
#include "detail/InterpolatorTraits.hh"
Classes | |
class | celeritas::Interpolator< XI, YI, T > |
Interpolate, with either linear or log in x and y. More... | |
Typedefs | |
template<class T > | |
using | celeritas::LinearInterpolator = Interpolator< Interp::linear, Interp::linear, T > |
Linear interpolation. | |