Celeritas  0.5.0-56+6b053cd
Classes | Functions
Integrator.hh File Reference
#include <cmath>
#include "corecel/Assert.hh"
#include "corecel/Types.hh"
#include "corecel/cont/Range.hh"
#include "Algorithms.hh"

Classes

struct  celeritas::IntegratorOptions
 Solver options. More...
 
class  celeritas::Integrator< F >
 Perform numerical integration of a generic 1-D function. More...
 

Functions

template<class F , class... Args>
 celeritas::Integrator (F &&, Args...) -> Integrator< F >