#include <functional>
#include <map>
#include <cmath>
#include "../framework/module.h"
#include "../framework/state_map.h"
#include "../math/roots/onedim/secant.h"
#include "../math/roots/onedim/bisection.h"
#include "../math/roots/onedim/regula_falsi.h"
#include "../math/roots/onedim/ridder.h"
#include "../math/roots/onedim/illinois.h"
#include "../math/roots/onedim/pegasus.h"
#include "../math/roots/onedim/newton.h"
#include "../math/roots/onedim/halley.h"
#include "../math/roots/onedim/steffensen.h"
#include "../math/roots/onedim/fixed_point.h"
#include "../math/roots/onedim/dekker.h"
#include "../math/roots/onedim/dekker_newton.h"
#include "../math/roots/onedim/anderson_bjorck.h"
Go to the source code of this file.
|
| struct | root_test_function |
| | Function object for Kepler's equation. Kepler's equation relates the mean anomaly \(y\) to the eccentric anomaly \(x\) of an elliptical orbit of eccentricity \(\varepsilon\). More...
|
| |
| struct | fixed_point_test_function |
| |
| class | root_onedim_test |
| | Function object for Kepler's equation. Kepler's equation relates the mean anomaly \(y\) to the eccentric anomaly \(x\) of an elliptical orbit of eccentricity \(\varepsilon\). More...
|
| |
|
| namespace | standardBML |
| | This is the standard BioCro module library; it includes the essential modules used in typical BioCro crop growth simulations.
|
| |