public interface IntegerLeastSquareSolver
IntegerLeastSquareSolution
Modifier and Type | Method and Description |
---|---|
IntegerLeastSquareSolution[] |
solveILS(int nbSol,
double[] floatAmbiguities,
int[] indirection,
RealMatrix covariance)
Find the best solutions to an Integer Least Square problem.
|
IntegerLeastSquareSolution[] solveILS(int nbSol, double[] floatAmbiguities, int[] indirection, RealMatrix covariance)
nbSol
- number of solutions to search forfloatAmbiguities
- float estimates of ambiguitiesindirection
- indirection array to extract ambiguity covariances from global covariance matrixcovariance
- global covariance matrix (includes ambiguities among other parameters)nbSol
solutions a to the Integer Least Square problem, in increasing
squared distance orderCopyright © 2002-2023 CS GROUP. All rights reserved.