Package gov.nasa.jpl.aerie.scheduler
package gov.nasa.jpl.aerie.scheduler
-
ClassDescriptionEquationSolvingAlgorithms.Function<T,
Metadata> EquationSolvingAlgorithms.History<T,Metadata> EquationSolvingAlgorithms.RootFindingResult<T,Metadata> EquationSolvingAlgorithms.SecantAlgorithm<T,Metadata> Solves f(x) = y for x in [xLow, xHigh] with confidence interval [yLow, yHigh] around y such that we stop when value y is in [y-yLow, y+yHigh].demarks a value that is never null (method return, argument, field, etc) alas, there is not yet a java-wide standard.demarks a potentially null value (method return, argument, field, etc) alas, there is not yet a java-wide standard.Range<T extends Comparable<T>>represents an inclusive interval of partially ordered values the semantics of a range include both of its endpoints, as well as any value that compares greater than or equal to the minimum and less than or equal to the maximum ranges may have the same minimum and maximum value, in which case it admits only values that compare equal to those boundsrepresents an particular single instant on a given timeline