Geant4 11.2.2
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 () | |
G4ChebyshevApproximation (const G4ChebyshevApproximation &)=delete | |
G4ChebyshevApproximation & | operator= (const G4ChebyshevApproximation &)=delete |
G4double | GetChebyshevCof (G4int number) const |
G4double | ChebyshevEvaluation (G4double x) const |
void | DerivativeChebyshevCof (G4double derCof[]) const |
void | IntegralChebyshevCof (G4double integralCof[]) const |
Definition at line 47 of file G4ChebyshevApproximation.hh.
G4ChebyshevApproximation::G4ChebyshevApproximation | ( | function | pFunction, |
G4int | n, | ||
G4double | a, | ||
G4double | b ) |
Definition at line 40 of file G4ChebyshevApproximation.cc.
G4ChebyshevApproximation::G4ChebyshevApproximation | ( | function | pFunction, |
G4int | n, | ||
G4int | m, | ||
G4double | a, | ||
G4double | b ) |
Definition at line 80 of file G4ChebyshevApproximation.cc.
G4ChebyshevApproximation::G4ChebyshevApproximation | ( | function | pFunction, |
G4double | a, | ||
G4double | b, | ||
G4int | n ) |
Definition at line 135 of file G4ChebyshevApproximation.cc.
G4ChebyshevApproximation::~G4ChebyshevApproximation | ( | ) |
Definition at line 180 of file G4ChebyshevApproximation.cc.
|
delete |
Definition at line 205 of file G4ChebyshevApproximation.cc.
void G4ChebyshevApproximation::DerivativeChebyshevCof | ( | G4double | derCof[] | ) | const |
Definition at line 231 of file G4ChebyshevApproximation.cc.
Referenced by G4ChebyshevApproximation().
Definition at line 190 of file G4ChebyshevApproximation.cc.
void G4ChebyshevApproximation::IntegralChebyshevCof | ( | G4double | integralCof[] | ) | const |
Definition at line 255 of file G4ChebyshevApproximation.cc.
Referenced by G4ChebyshevApproximation().
|
delete |