Class PythonAbstractLambdaMethod
- java.lang.Object
-
- org.orekit.estimation.measurements.gnss.AbstractLambdaMethod
-
- org.orekit.estimation.measurements.gnss.PythonAbstractLambdaMethod
-
- All Implemented Interfaces:
IntegerLeastSquareSolver
public class PythonAbstractLambdaMethod extends AbstractLambdaMethod
-
-
Constructor Summary
Constructors Constructor Description PythonAbstractLambdaMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
discreteSearch()
Find the best solutions to the Integer Least Square problem.void
finalize()
Part of JCC Python interface to objectvoid
inverseDecomposition()
Inverse the decomposition.void
ltdlDecomposition()
Perform Lᵀ.D.L = Q decomposition of the covariance matrix.void
pythonDecRef()
Part of JCC Python interface to objectlong
pythonExtension()
Part of JCC Python interface to objectvoid
pythonExtension(long pythonObject)
Part of JCC Python interface to objectvoid
reduction()
Perform LAMBDA reduction.-
Methods inherited from class org.orekit.estimation.measurements.gnss.AbstractLambdaMethod
addSolution, getDecorrelatedReference, getDiagReference, getLowReference, getMaxDistance, getMaxSolution, getSize, getSolutionsSize, getZInverseTransformationReference, integerGaussTransformation, lIndex, permutation, recoverAmbiguities, removeSolution, setComparator, solveILS, zIndex
-
-
-
-
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
-
finalize
public void finalize() throws Throwable
Part of JCC Python interface to object
-
pythonDecRef
public void pythonDecRef()
Part of JCC Python interface to object
-
ltdlDecomposition
public void ltdlDecomposition()
Perform Lᵀ.D.L = Q decomposition of the covariance matrix.- Specified by:
ltdlDecomposition
in classAbstractLambdaMethod
-
reduction
public void reduction()
Perform LAMBDA reduction.- Specified by:
reduction
in classAbstractLambdaMethod
-
discreteSearch
public void discreteSearch()
Find the best solutions to the Integer Least Square problem.- Specified by:
discreteSearch
in classAbstractLambdaMethod
-
inverseDecomposition
public void inverseDecomposition()
Inverse the decomposition.This method transforms the Lᵀ.D.L = Q decomposition of covariance into the L⁻¹.D⁻¹.L⁻ᵀ = Q⁻¹ decomposition of the inverse of covariance.
- Specified by:
inverseDecomposition
in classAbstractLambdaMethod
-
-