Used by RegulaFalsi
in a modified version of the regula falsi algorithm.
Definition at line 167 of file Root1D.h.
#include <Root1D.h>
|
static double | get_m (const double, const double fb, const double fc) |
|
◆ get_m()
static double MathLib::Nonlinear::AndersonBjorck::get_m |
( |
const double | , |
|
|
const double | fb, |
|
|
const double | fc ) |
|
inlinestatic |
Definition at line 169 of file Root1D.h.
170 {
171 const double v = 1.0 - fc / fb;
172 return (
v >= 0.0) ?
v : 0.5;
173 }
References MathLib::v.
The documentation for this struct was generated from the following file: