Class IntegerLeastSquareSolution
java.lang.Object
org.orekit.estimation.measurements.gnss.IntegerLeastSquareSolution
Class holding a solution to an Integer Least Square problem.
- Since:
- 10.0
- Author:
- Luc Maisonobe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong[]Get the solution array.doubleGet the squared distance to the corresponding float solution.
-
Constructor Details
-
IntegerLeastSquareSolution
public IntegerLeastSquareSolution(long[] solution, double d2) Simple constructor.- Parameters:
solution- solution arrayd2- squared distance to the corresponding float solution
-
-
Method Details
-
getSolution
public long[] getSolution()Get the solution array.- Returns:
- solution array
-
getSquaredDistance
public double getSquaredDistance()Get the squared distance to the corresponding float solution.- Returns:
- squared distance to the corresponding float solution
-