Class PythonIntegerLeastSquareSolver

    • Constructor Detail

      • PythonIntegerLeastSquareSolver

        public PythonIntegerLeastSquareSolver()
    • Method Detail

      • pythonExtension

        public void pythonExtension​(long pythonObject)
        Part of JCC Python interface to object
      • pythonExtension

        public long pythonExtension()
        Part of JCC Python interface to object
      • pythonDecRef

        public void pythonDecRef()
        Part of JCC Python interface to object
      • solveILS

        public IntegerLeastSquareSolution[] solveILS​(int nbSol,
                                                     double[] floatAmbiguities,
                                                     int[] indirection,
                                                     RealMatrix covariance)
        Find the best solutions to an Integer Least Square problem.
        Specified by:
        solveILS in interface IntegerLeastSquareSolver
        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