OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnitSphereRandomVectorGenerator
(Results
1 - 3
of
3
) sorted by null
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
UnitSphereRandomVectorGenerator.java
30
public class
UnitSphereRandomVectorGenerator
45
public
UnitSphereRandomVectorGenerator
(final int dimension,
56
public
UnitSphereRandomVectorGenerator
(final int dimension) {
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
MicrosphereInterpolator.java
23
import org.apache.commons.math.random.
UnitSphereRandomVectorGenerator
;
86
final
UnitSphereRandomVectorGenerator
rand
87
= new
UnitSphereRandomVectorGenerator
(xval[0].length);
MicrosphereInterpolatingFunction.java
29
import org.apache.commons.math.random.
UnitSphereRandomVectorGenerator
;
151
UnitSphereRandomVectorGenerator
rand)
Completed in 197 milliseconds