Package | Description |
---|---|
numerics | |
optimizers |
Modifier and Type | Method and Description |
---|---|
double[] |
TwoFibreACGFitter.fitEstimatedParams(double[] a,
double[] b,
double ftol)
Runs the minimization and returns the answer.
|
double[] |
TwoFibreBinghamFitter.fitEstimatedParams(Vector3D[] initAxes,
double[] initKs,
double ftol)
Runs the minimization and returns the answer.
|
Modifier and Type | Method and Description |
---|---|
void |
ConjGradMinimizer.minimise(double[] p,
double ftol)
Runs the minimization.
|