OGS
MathLib::Nonlinear::AndersonBjorck Struct Reference

Detailed Description

Used by RegulaFalsi in a modified version of the regula falsi algorithm.

Definition at line 160 of file Root1D.h.

#include <Root1D.h>

Static Public Member Functions

static double get_m (const double, const double fb, const double fc)

Member Function Documentation

◆ get_m()

double MathLib::Nonlinear::AndersonBjorck::get_m ( const double ,
const double fb,
const double fc )
inlinestatic

Definition at line 162 of file Root1D.h.

163 {
164 const double v = 1.0 - fc / fb;
165 return (v >= 0.0) ? v : 0.5;
166 }
static const double v

References MathLib::v.


The documentation for this struct was generated from the following file: