Uses of Class
org.orekit.estimation.measurements.gnss.IntegerLeastSquareSolution
Packages that use IntegerLeastSquareSolution
Package
Description
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 IntegerLeastSquareSolutionModifier and TypeMethodDescriptionAmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates) Check if one of the candidate solutions can be accepted.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.AbstractLambdaMethod.solveILS(int nbSol, double[] floatAmbiguities, int[] indirection, RealMatrix covariance) Find the best solutions to an Integer Least Square problem.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 IntegerLeastSquareSolutionModifier and TypeMethodDescriptionAmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates) Check if one of the candidate solutions can be accepted.SimpleRatioAmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates) Check if one of the candidate solutions can be accepted.intIntegerLeastSquareComparator.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 IntegerLeastSquareSolutionModifier and TypeMethodDescriptionvoidAbstractLambdaMethod.setComparator(Comparator<IntegerLeastSquareSolution> newCompartor) Set a custom comparator for integer least square solutions comparison.