Uses of Interface
org.orekit.estimation.measurements.gnss.IntegerLeastSquareSolver
-
Packages that use IntegerLeastSquareSolver Package Description org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements. -
-
Uses of IntegerLeastSquareSolver in org.orekit.estimation.measurements.gnss
Classes in org.orekit.estimation.measurements.gnss that implement IntegerLeastSquareSolver Modifier and Type Class Description class
AbstractLambdaMethod
Base class for decorrelation/reduction engine for LAMBDA type methods.class
IntegerBootstrapping
Bootstrapping engine for ILS problem solving.class
LambdaMethod
Decorrelation/reduction engine for LAMBDA method.class
ModifiedLambdaMethod
Decorrelation/reduction engine for Modified LAMBDA method.Constructors in org.orekit.estimation.measurements.gnss with parameters of type IntegerLeastSquareSolver Constructor Description AmbiguitySolver(List<ParameterDriver> ambiguityDrivers, IntegerLeastSquareSolver solver, AmbiguityAcceptance acceptance)
Simple constructor.
-