클래스 | |
class | Solution |
함수 | |
Solution | solve (RootFunctor const *const f, const G4double x0) |
Numerically solve a one-dimensional equation. 더 자세히 ... | |
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,
f | pointer to a RootFunctor |
x0 | initial value of the function argument |
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().