Uses of Class
org.orekit.rugged.adjustment.OptimizerId
-
Packages that use OptimizerId Package Description org.orekit.rugged.adjustment This package provides tools to deal with viewing model refining. -
-
Uses of OptimizerId in org.orekit.rugged.adjustment
Methods in org.orekit.rugged.adjustment that return OptimizerId Modifier and Type Method Description static OptimizerId
OptimizerId. valueOf(String name)
Returns the enum constant of this type with the specified name.static OptimizerId[]
OptimizerId. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.rugged.adjustment with parameters of type OptimizerId Modifier and Type Method Description void
AdjustmentContext. setOptimizer(OptimizerId optimizerId)
Setter for optimizer algorithm.Constructors in org.orekit.rugged.adjustment with parameters of type OptimizerId Constructor Description LeastSquareAdjuster(OptimizerId optimizerID)
Constructor.
-