Interface IntegerLeastSquareSolver

    • Method Detail

      • solveILS

        IntegerLeastSquareSolution[] solveILS​(int nbSol,
                                              double[] floatAmbiguities,
                                              int[] indirection,
                                              RealMatrix covariance)
        Find the best solutions to an Integer Least Square problem.
        Parameters:
        nbSol - number of solutions to search for
        floatAmbiguities - float estimates of ambiguities
        indirection - indirection array to extract ambiguity covariances from global covariance matrix
        covariance - global covariance matrix (includes ambiguities among other parameters)
        Returns:
        at most nbSol solutions a to the Integer Least Square problem, in increasing squared distance order