Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
클래스 | 함수
G4INCL::RootFinder 네임스페이스 참조

클래스

class  Solution
 

함수

Solution solve (RootFunctor const *const f, const G4double x0)
 Numerically solve a one-dimensional equation. 더 자세히 ...
 

함수 문서화

Solution G4INCL::RootFinder::solve ( RootFunctor const *const  f,
const G4double  x0 
)

Numerically solve a one-dimensional equation.

Numerically solves the equation f(x)==0. This implementation uses the false-position method.

If a root is found, it can be retrieved using the getSolution() method,

매개변수
fpointer to a RootFunctor
x0initial value of the function argument
반환값
a Solution object describing the root, if it was found

G4INCLRootFinder.cc 파일의 118 번째 라인에서 정의되었습니다.

다음을 참조함 : G4INCL::RootFunctor::cleanUp(), INCL_DEBUG, G4INCL::Math::sign(), x, x1, x2, y, y1, y2.

다음에 의해서 참조됨 : G4INCL::InteractionAvatar::enforceEnergyConservation(), G4INCL::ParticleEntryChannel::particleEnters(), G4INCL::INCL::rescaleOutgoingForRecoil().