Uses of Interface
org.hortonmachine.gears.utils.math.functions.ISingleArgmentFunction
-
Packages that use ISingleArgmentFunction Package Description org.hortonmachine.gears.utils.math.functions org.hortonmachine.gears.utils.math.rootfinding -
-
Uses of ISingleArgmentFunction in org.hortonmachine.gears.utils.math.functions
Classes in org.hortonmachine.gears.utils.math.functions that implement ISingleArgmentFunction Modifier and Type Class Description classMinimumFillDegreeFunctionMathematical function for the minimum fill degree.classR_FMathematical function R_F. -
Uses of ISingleArgmentFunction in org.hortonmachine.gears.utils.math.rootfinding
Methods in org.hortonmachine.gears.utils.math.rootfinding with parameters of type ISingleArgmentFunction Modifier and Type Method Description static doubleRootFindingFunctions. bisectionRootFinding(ISingleArgmentFunction function, double bottomLimit, double upperLimit, double accuracy, double maxIterationNumber, IHMProgressMonitor pm)Evaluate the root of a function.
-