Celeritas 0.7.0-dev.127+develop.e63889793
|
#include <cmath>
#include <type_traits>
#include "corecel/Config.hh"
#include "corecel/Assert.hh"
#include "corecel/Macros.hh"
#include "corecel/Types.hh"
#include "Algorithms.hh"
Classes | |
class | celeritas::BisectionRootFinder< F > |
Find a local root using the bisection algorithm. More... | |
Functions | |
template<class F , class... Args> | |
CELER_FUNCTION | celeritas::BisectionRootFinder (F &&, Args...) -> BisectionRootFinder< F > |