#include <G4SimpleIntegration.hh>
Public 멤버 함수 | |
G4SimpleIntegration (function pFunction) | |
G4SimpleIntegration (function pFunction, G4double pTolerance) | |
~G4SimpleIntegration () | |
G4double | Trapezoidal (G4double xInitial, G4double xFinal, G4int iterationNumber) |
G4double | MidPoint (G4double xInitial, G4double xFinal, G4int iterationNumber) |
G4double | Gauss (G4double xInitial, G4double xFinal, G4int iterationNumber) |
G4double | Simpson (G4double xInitial, G4double xFinal, G4int iterationNumber) |
G4double | AdaptGaussIntegration (G4double xInitial, G4double xFinal) |
Protected 멤버 함수 | |
G4double | Gauss (G4double xInitial, G4double xFinal) |
void | AdaptGauss (G4double xInitial, G4double xFinal, G4double &sum, G4int &depth) |
Private 멤버 함수 | |
G4SimpleIntegration (const G4SimpleIntegration &) | |
G4SimpleIntegration & | operator= (const G4SimpleIntegration &) |
Private 속성 | |
function | fFunction |
G4double | fTolerance |
const G4int | fMaxDepth |
G4SimpleIntegration.hh 파일의 64 번째 라인에서 정의되었습니다.
|
explicit |
G4SimpleIntegration.cc 파일의 36 번째 라인에서 정의되었습니다.
G4SimpleIntegration.cc 파일의 43 번째 라인에서 정의되었습니다.
G4SimpleIntegration::~G4SimpleIntegration | ( | ) |
G4SimpleIntegration.cc 파일의 52 번째 라인에서 정의되었습니다.
|
private |
|
protected |
G4SimpleIntegration.cc 파일의 160 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, fMaxDepth, fTolerance, G4Exception(), Gauss().
다음에 의해서 참조됨 : AdaptGaussIntegration().
G4SimpleIntegration.cc 파일의 134 번째 라인에서 정의되었습니다.
다음을 참조함 : AdaptGauss(), sum.
G4SimpleIntegration.cc 파일의 145 번째 라인에서 정의되었습니다.
G4double G4SimpleIntegration::MidPoint | ( | G4double | xInitial, |
G4double | xFinal, | ||
G4int | iterationNumber | ||
) |
G4SimpleIntegration.cc 파일의 75 번째 라인에서 정의되었습니다.
|
private |
G4SimpleIntegration.cc 파일의 109 번째 라인에서 정의되었습니다.
G4double G4SimpleIntegration::Trapezoidal | ( | G4double | xInitial, |
G4double | xFinal, | ||
G4int | iterationNumber | ||
) |
G4SimpleIntegration.cc 파일의 59 번째 라인에서 정의되었습니다.
|
private |
G4SimpleIntegration.hh 파일의 115 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : Gauss(), MidPoint(), Simpson(), Trapezoidal().
|
private |
G4SimpleIntegration.hh 파일의 117 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AdaptGauss().
|
private |
G4SimpleIntegration.hh 파일의 116 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AdaptGauss().