OGS
MathLib::Nonlinear::Illinois Struct Reference

Detailed Description

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

Definition at line 153 of file Root1D.h.

#include <Root1D.h>

Static Public Member Functions

static double get_m (const double, const double, const double)
 

Member Function Documentation

◆ get_m()

static double MathLib::Nonlinear::Illinois::get_m ( const double ,
const double ,
const double  )
inlinestatic

Definition at line 155 of file Root1D.h.

156 { return 0.5; }

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