Package | Description |
---|---|
org.orekit.estimation.measurements.gnss |
Modifier and Type | Method and Description |
---|---|
IntegerLeastSquareSolution |
SimpleRatioAmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.
|
IntegerLeastSquareSolution |
AmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.
|
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 |
SimpleRatioAmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.
|
IntegerLeastSquareSolution |
AmbiguityAcceptance.accept(IntegerLeastSquareSolution[] candidates)
Check if one of the candidate solutions can be accepted.
|
int |
IntegerLeastSquareSolution.compareTo(IntegerLeastSquareSolution other) |
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.