Package | Description |
---|---|
sphfunc |
Modifier and Type | Method and Description |
---|---|
PD |
PDList.getPD(int i)
Returns the i-th PD in the list.
|
Modifier and Type | Method and Description |
---|---|
void |
PDList.addPD(PD p)
Adds the new PD to the list provided the list does not already contain an
entry close to the new PD.
|
RealMatrix |
SphericalFunction.getHessian(PD pd)
Computes the Hessian of the function at the specified
point.
|
boolean |
PDList.isIn(PD p)
Tests to see if the PD is already in the list to within the specified
threshold.
|