Celeritas
0.5.0-56+6b053cd
|
#include <cmath>
#include <type_traits>
#include "corecel/Config.hh"
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "corecel/math/Algorithms.hh"
Classes | |
class | celeritas::BisectionRootFinder< F > |
Perform Bisection iterations given a root function func and tolerance tol . More... | |
Functions | |
template<class F , class... Args> | |
CELER_FUNCTION | celeritas::BisectionRootFinder (F &&, Args...) -> BisectionRootFinder< F > |