Class IntegerLeastSquareSolution
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.IntegerLeastSquareSolution
-
public class IntegerLeastSquareSolution extends Object
Class holding a solution to an Integer Least Square problem.- Since:
- 10.0
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description IntegerLeastSquareSolution(long[] solution, double d2)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]
getSolution()
Get the solution array.double
getSquaredDistance()
Get the squared distance to the corresponding float solution.
-