Celeritas  0.5.0-56+6b053cd
Classes | Typedefs
Interpolator.hh File Reference
#include <cmath>
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "corecel/cont/Array.hh"
#include "detail/InterpolatorTraits.hh"
This graph shows which files directly or indirectly include this file:

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.