UNIVERS
15.3
UNIVERS base processing software API
|
#include <u3d_nl_eqsolve.hpp>
Public Member Functions | |
U3dEqAbstractSolve () | |
virtual void | solve (U3dEqAbstractFunction *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
U3dEqAbstractSolve::U3dEqAbstractSolve | ( | ) |
Default constructor
|
inlinevirtual |
Get function value in root
|
inlinevirtual |
Get root of equation
|
pure virtual |
Solve equantion func(x) = 0
Implemented in U3dEqDiv2Solve.
|
protected |
Current function value in root
|
protected |
Current root