Celeritas
0.5.0-56+6b053cd
|
#include <cmath>
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "corecel/cont/Array.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. | |