UNIVERS
15.3
UNIVERS base processing software API
|
#include <u3d_nl_eqsolve.hpp>
Public Member Functions | |
U3dEqDiv2Solve () | |
void | solve (U3dEqAbstractFunction *func) |
void | setRanges (double zmn, double zmx) |
void | setMaxItersNum (int n) |
Public Member Functions inherited from U3dEqAbstractSolve | |
U3dEqAbstractSolve () | |
virtual double | getRoot () |
virtual double | getFunc () |
Protected Attributes | |
int | itn_max |
double | zmin |
double | zmax |
Protected Attributes inherited from U3dEqAbstractSolve | |
double | cur_root |
double | cur_func |
Additional Inherited Members | |
Static Protected Attributes inherited from U3dEqAbstractSolve | |
static int | num_eq_solve |
Dichotomy equation solve interface
U3dEqDiv2Solve::U3dEqDiv2Solve | ( | ) |
Default constructor with number of iterations provided. Default number of iterations is 15
|
inline |
Set maximal number of iterations
|
inline |
Set ranges
|
virtual |
Solve equantion func(x) = 0
Implements U3dEqAbstractSolve.
|
protected |
Maximal number of iteration
|
protected |
Ranges