Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4ChebyshevApproximation.hh>
Public Member Functions | |
G4ChebyshevApproximation (function pFunction, G4int n, G4double a, G4double b) | |
G4ChebyshevApproximation (function pFunction, G4int n, G4int m, G4double a, G4double b) | |
G4ChebyshevApproximation (function pFunction, G4double a, G4double b, G4int n) | |
~G4ChebyshevApproximation () | |
G4double | GetChebyshevCof (G4int number) const |
G4double | ChebyshevEvaluation (G4double x) const |
void | DerivativeChebyshevCof (G4double derCof[]) const |
void | IntegralChebyshevCof (G4double integralCof[]) const |
Definition at line 128 of file G4ChebyshevApproximation.hh.
G4ChebyshevApproximation::G4ChebyshevApproximation | ( | function | pFunction, |
G4int | n, | ||
G4double | a, | ||
G4double | b | ||
) |
Definition at line 39 of file G4ChebyshevApproximation.cc.
G4ChebyshevApproximation::G4ChebyshevApproximation | ( | function | pFunction, |
G4int | n, | ||
G4int | m, | ||
G4double | a, | ||
G4double | b | ||
) |
Definition at line 79 of file G4ChebyshevApproximation.cc.
G4ChebyshevApproximation::G4ChebyshevApproximation | ( | function | pFunction, |
G4double | a, | ||
G4double | b, | ||
G4int | n | ||
) |
Definition at line 133 of file G4ChebyshevApproximation.cc.
G4ChebyshevApproximation::~G4ChebyshevApproximation | ( | ) |
Definition at line 179 of file G4ChebyshevApproximation.cc.
Definition at line 207 of file G4ChebyshevApproximation.cc.
void G4ChebyshevApproximation::DerivativeChebyshevCof | ( | G4double | derCof[] | ) | const |
Definition at line 234 of file G4ChebyshevApproximation.cc.
Referenced by G4ChebyshevApproximation().
Definition at line 191 of file G4ChebyshevApproximation.cc.
void G4ChebyshevApproximation::IntegralChebyshevCof | ( | G4double | integralCof[] | ) | const |
Definition at line 259 of file G4ChebyshevApproximation.cc.
Referenced by G4ChebyshevApproximation().