Celeritas  0.5.0-56+6b053cd
Classes | Functions
IllinoisRootFinder.hh File Reference
#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::IllinoisRootFinder< F >
 Perform Regula Falsi (see RegulaFalsi for more details) iterations given a root function func and tolerance tol using the Illinois method. More...
 

Functions

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