Uses of Class
org.orekit.estimation.measurements.gnss.IntegerLeastSquareSolution
-
Packages that use IntegerLeastSquareSolution Package Description org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements. -
-
Uses of IntegerLeastSquareSolution in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return IntegerLeastSquareSolution Modifier and Type Method Description IntegerLeastSquareSolution
AmbiguityAcceptance. accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.IntegerLeastSquareSolution
SimpleRatioAmbiguityAcceptance. accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.protected IntegerLeastSquareSolution[]
AbstractLambdaMethod. recoverAmbiguities()
Recover ambiguities prior to the Z-transformation.protected IntegerLeastSquareSolution[]
IntegerBootstrapping. recoverAmbiguities()
Recover ambiguities prior to the Z-transformation.IntegerLeastSquareSolution[]
AbstractLambdaMethod. solveILS(int nbSol, double[] floatAmbiguities, int[] indirection, RealMatrix covariance)
Find the best solutions to an Integer Least Square problem.IntegerLeastSquareSolution[]
IntegerLeastSquareSolver. solveILS(int nbSol, double[] floatAmbiguities, int[] indirection, RealMatrix covariance)
Find the best solutions to an Integer Least Square problem.Methods in org.orekit.estimation.measurements.gnss with parameters of type IntegerLeastSquareSolution Modifier and Type Method Description IntegerLeastSquareSolution
AmbiguityAcceptance. accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.IntegerLeastSquareSolution
SimpleRatioAmbiguityAcceptance. accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.int
IntegerLeastSquareComparator. compare(IntegerLeastSquareSolution ilss1, IntegerLeastSquareSolution ilss2)
The comparison is based on the squared distance to the float solution.Method parameters in org.orekit.estimation.measurements.gnss with type arguments of type IntegerLeastSquareSolution Modifier and Type Method Description void
AbstractLambdaMethod. setComparator(Comparator<IntegerLeastSquareSolution> newCompartor)
Set a custom comparator for integer least square solutions comparison.
-