Uses of Class
sbrt.kernel.math.IntervalComparer.Diff

Packages that use IntervalComparer.Diff
sbrt.kernel.math Provides classes and interfaces for creating objects relevant to mathematics. 
sbrt.kernel.utilities.proc Provides classes and interfaces for performing utility processes. 
 

Uses of IntervalComparer.Diff in sbrt.kernel.math
 

Methods in sbrt.kernel.math that return types with arguments of type IntervalComparer.Diff
<V> java.util.Set<IntervalComparer.Diff<V>>
IntervalComparer.getDiffs(java.util.Map<? extends V,Interval> m1, java.util.Map<? extends V,Interval> m2, double tolerance)
          Returns the set of differences between the provided interval vectors.
 

Uses of IntervalComparer.Diff in sbrt.kernel.utilities.proc
 

Method parameters in sbrt.kernel.utilities.proc with type arguments of type IntervalComparer.Diff
 void IntervalComparison.run(ResultsManager<java.util.Set<IntervalComparer.Diff<V>>> resultsManager)
          Adds to the provided results manager the variables (keys) whose intervals (values) are not considered equivalent.