C# Class YAMP.Numerics.HalfDivisionMethod

Access to the half division method for getting the closest root.
Inheritance: NonLinearBase
Mostra file Open project: FlorianRappl/YAMP

Public Methods

Method Description
HalfDivisionMethod ( double>.Func f, double x0, double x1, double d ) : System

Description constructor

Method Details

HalfDivisionMethod() public method

Description constructor
public HalfDivisionMethod ( double>.Func f, double x0, double x1, double d ) : System
f double>.Func Function to be solved delegate
x0 double Interval start point value
x1 double Interval end point value
d double Amount divisions of segment
return System