Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1333036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e1bb49d29d
commit
8ba2780474
|
@ -51,7 +51,7 @@ class CircleProblem implements DifferentiableMultivariateVectorFunction {
|
|||
|
||||
/**
|
||||
* @param xError Assumed error for the x-coordinate of the circle points.
|
||||
* @param xError Assumed error for the y-coordinate of the circle points.
|
||||
* @param yError Assumed error for the y-coordinate of the circle points.
|
||||
* @param searchResolution Number of points to try when searching the one
|
||||
* that is closest to a given "observed" point.
|
||||
*/
|
||||
|
@ -66,7 +66,7 @@ class CircleProblem implements DifferentiableMultivariateVectorFunction {
|
|||
|
||||
/**
|
||||
* @param xError Assumed error for the x-coordinate of the circle points.
|
||||
* @param xError Assumed error for the y-coordinate of the circle points.
|
||||
* @param yError Assumed error for the y-coordinate of the circle points.
|
||||
*/
|
||||
public CircleProblem(double xError,
|
||||
double yError) {
|
||||
|
|
Loading…
Reference in New Issue