Uses of Class
sbrt.kernel.math.geom.comp.CdHarComp.Results

Packages that use CdHarComp.Results
sbrt.kernel.math.geom.comp Provides classes and interfaces for performing geometry-related computations. 
sbrt.kernel.math.geom.proc Provides classes and interfaces for performing geometry-related processes. 
 

Uses of CdHarComp.Results in sbrt.kernel.math.geom.comp
 

Methods in sbrt.kernel.math.geom.comp that return CdHarComp.Results
 CdHarComp.Results CdHarComp.next()
          Computes and returns the next random interior point of the convex polytope.
 CdHarComp.Results CdHarComp.next(int totalPoints)
          Computes the specified number of random interior points, and returns the last one computed.
 CdHarComp.Results CdHarComp.run(java.util.Map<? extends V,java.lang.Double> startPoint)
          Computes and returns a random interior point of the convex polytope starting from the provided point.
 

Uses of CdHarComp.Results in sbrt.kernel.math.geom.proc
 

Method parameters in sbrt.kernel.math.geom.proc with type arguments of type CdHarComp.Results
 void CdHarProcess.run(ResultsManager<CdHarComp.Results> resultsManager)
          Adds random points to the provided results manager.