Class IntegerLeastSquareComparator
java.lang.Object
org.orekit.estimation.measurements.gnss.IntegerLeastSquareComparator
- All Implemented Interfaces:
Serializable,Comparator<IntegerLeastSquareSolution>
public class IntegerLeastSquareComparator
extends Object
implements Comparator<IntegerLeastSquareSolution>, Serializable
Comparator for
IntegerLeastSquareSolution instance.- Since:
- 11.0
- Author:
- Bryan Cazabonne
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcompare(IntegerLeastSquareSolution ilss1, IntegerLeastSquareSolution ilss2) The comparison is based on the squared distance to the float solution.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
IntegerLeastSquareComparator
public IntegerLeastSquareComparator()Simple constructor.
-
-
Method Details
-
compare
The comparison is based on the squared distance to the float solution.- Specified by:
comparein interfaceComparator<IntegerLeastSquareSolution>
-