Package | Description |
---|---|
org.orekit.estimation.measurements.gnss |
This package provides methods to handle GNSS measurements.
|
Modifier and Type | Method and 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[] |
IntegerBootstrapping.recoverAmbiguities()
Recover ambiguities prior to the Z-transformation.
|
protected IntegerLeastSquareSolution[] |
AbstractLambdaMethod.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.
|
Modifier and Type | Method and 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 |
IntegerLeastSquareSolution.compareTo(IntegerLeastSquareSolution other) |
Copyright © 2002-2020 CS GROUP. All rights reserved.