|
| template<typename Func > |
| MultipleResult | MathRoot::FindMultipleRoots (Func &theFunc, double theA, double theB, int theNbSamples, double theEpsX, double theEpsF, double theOffset=0.0) |
| | Helper function to find multiple roots with offset.
|
| |
| template<typename Func > |
| AllRootsResult | MathRoot::FindAllRootsWithIntervals (Func &theFunc, const math_Vector &theSamples, double theEpsX=1.0e-10, double theEpsF=1.0e-10, double theEpsNul=1.0e-10) |
| | Find all roots of a function using sampling and refinement.
|
| |
| template<typename Func > |
| AllRootsResult | MathRoot::FindAllRootsWithIntervals (Func &theFunc, double theA, double theB, int theNbSamples, double theEpsX=1.0e-10, double theEpsF=1.0e-10, double theEpsNul=1.0e-10) |
| | Find all roots using uniform sampling.
|
| |