Celeritas 0.6.0-rc.2.13+develop.285b9112
|
#include <cmath>
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "corecel/cont/Array.hh"
#include "corecel/math/Algorithms.hh"
#include "corecel/math/PolyEvaluator.hh"
#include "detail/InterpolatorTraits.hh"
Classes | |
class | celeritas::SplineInterpolator< T > |
Interpolate using a cubic spline. More... | |
struct | celeritas::SplineInterpolator< T >::Spline |
(x, y) point and second derivative More... | |