UNIVERS
15.3
UNIVERS base processing software API
|
#include <u_base_math.hpp>
Public Member Functions | |
UEqAbstractSolve () | |
virtual | ~UEqAbstractSolve () |
virtual void | solve (UEqAbstractFunction *func)=0 |
virtual double | getRoot () |
virtual double | getFunc () |
Protected Attributes | |
double | cur_root |
double | cur_func |
Static Protected Attributes | |
static int | num_eq_solve |
Abstract equation solve interface
UEqAbstractSolve::UEqAbstractSolve | ( | ) |
Default constructor
|
inlinevirtual |
Destruct object
|
inlinevirtual |
Get function value in root
|
inlinevirtual |
Get root of equation
|
pure virtual |
Solve equantion func(x) = 0
Implemented in UEqDiv2Solve.
|
protected |
Current function value in root
|
protected |
Current root