Uses of Class
org.hipparchus.random.UnitSphereRandomVectorGenerator
- 
Packages that use UnitSphereRandomVectorGenerator Package Description org.hipparchus.analysis.interpolation Univariate real functions interpolation algorithms. - 
- 
Uses of UnitSphereRandomVectorGenerator in org.hipparchus.analysis.interpolation
Constructors in org.hipparchus.analysis.interpolation with parameters of type UnitSphereRandomVectorGenerator Constructor Description InterpolatingMicrosphere(int dimension, int size, double maxDarkFraction, double darkThreshold, double background, UnitSphereRandomVectorGenerator rand)Create a sphere from randomly sampled vectors. 
 -