|
Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4FunctionSolver.hh>
Public Member Functions | |
| G4FunctionSolver (T_Function *ff, const G4int iterations, const G4double tol) | |
| G4FunctionSolver (const G4FunctionSolver &right)=delete | |
| ~G4FunctionSolver ()=default | |
| G4FunctionSolver & | operator= (const G4FunctionSolver &right)=delete |
| G4bool | operator== (const G4FunctionSolver &right) const =delete |
| G4bool | operator!= (const G4FunctionSolver &right) const =delete |
| void | SetMaxIterations (const G4int iterations) |
| void | SetTolerance (const G4double epsilon) |
| void | SetIntervalLimits (const G4double Limit1, const G4double Limit2) |
| G4bool | FindRoot (G4double &x) |
Definition at line 52 of file G4FunctionSolver.hh.
|
inline |
Definition at line 56 of file G4FunctionSolver.hh.
Referenced by G4FunctionSolver(), operator!=(), operator=(), and operator==().
|
delete |
|
default |
|
inline |
Definition at line 83 of file G4FunctionSolver.hh.
|
delete |
|
delete |
|
delete |
|
inline |
|
inline |
Definition at line 70 of file G4FunctionSolver.hh.
|
inline |
Definition at line 73 of file G4FunctionSolver.hh.