Package | Description |
---|---|
sphfunc |
Modifier and Type | Method and Description |
---|---|
PDList |
SphericalFunction.getPDsRS(double[][] samplePoints)
Samples the function at each point and returns a list of points
that are maximal with a fixed radius.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDList.equivalent(PDList pd,
double thresh)
Compares this PDList to another to see if they are the same to within the
specified tolerance on the dot product between unit vectors.
|
double[] |
SphericalFunction.getPDs(double[][] samplePoints,
PDList pdsOpt)
Puts a list of peak directions found through sampling
followed by local optimization in pdsOpt.
|