git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1333036 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2012-05-02 13:26:01 +00:00
parent e1bb49d29d
commit 8ba2780474
1 changed files with 2 additions and 2 deletions

View File

@ -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) {