OGS
MathLib::Nonlinear::AndersonBjorck Struct Reference

Detailed Description

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

Definition at line 167 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()

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 }
static const double v

References MathLib::v.


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