#include <G4AnalyticalPolSolver.hh>
Definition at line 65 of file G4AnalyticalPolSolver.hh.
Public Member Functions | |
| G4AnalyticalPolSolver () | |
| ~G4AnalyticalPolSolver () | |
| G4int | QuadRoots (G4double p[5], G4double r[3][5]) |
| G4int | CubicRoots (G4double p[5], G4double r[3][5]) |
| G4int | BiquadRoots (G4double p[5], G4double r[3][5]) |
| G4int | QuarticRoots (G4double p[5], G4double r[3][5]) |
| G4AnalyticalPolSolver::G4AnalyticalPolSolver | ( | ) |
Definition at line 38 of file G4AnalyticalPolSolver.cc.
| G4AnalyticalPolSolver::~G4AnalyticalPolSolver | ( | ) |
Definition at line 42 of file G4AnalyticalPolSolver.cc.
Definition at line 173 of file G4AnalyticalPolSolver.cc.
References CubicRoots(), and QuadRoots().
Here is the call graph for this function:

Definition at line 86 of file G4AnalyticalPolSolver.cc.
Referenced by BiquadRoots(), and QuarticRoots().
Definition at line 273 of file G4AnalyticalPolSolver.cc.
References CubicRoots(), DBL_MAX, and R2.
Here is the call graph for this function:

1.4.7