OGS
MathLib::Nonlinear::Pegasus 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()

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

Definition at line 162 of file Root1D.h.

163 { return fb / (fb+fc); }

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