Fixed wrong import for FastMath.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1366717 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2012-07-28 17:44:32 +00:00
parent 574c9abbf2
commit 0ed64edde5
1 changed files with 1 additions and 2 deletions

View File

@ -27,14 +27,13 @@ import java.util.HashSet;
import java.util.List;
import java.util.Set;
import odk.lang.FastMath;
import org.apache.commons.math3.linear.Array2DRowRealMatrix;
import org.apache.commons.math3.linear.MatrixUtils;
import org.apache.commons.math3.linear.RealMatrix;
import org.apache.commons.math3.linear.RealVector;
import org.apache.commons.math3.optimization.GoalType;
import org.apache.commons.math3.optimization.PointValuePair;
import org.apache.commons.math3.util.FastMath;
import org.apache.commons.math3.util.Precision;
/**