Uses of Enum Class
org.ddogleg.optimization.ConfigNonLinearLeastSquares.Type
Packages that use ConfigNonLinearLeastSquares.Type
-
Uses of ConfigNonLinearLeastSquares.Type in org.ddogleg.optimization
Fields in org.ddogleg.optimization declared as ConfigNonLinearLeastSquares.TypeModifier and TypeFieldDescriptionConfigNonLinearLeastSquares.type
Which type of solver should it useMethods in org.ddogleg.optimization that return ConfigNonLinearLeastSquares.TypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static ConfigNonLinearLeastSquares.Type[]
ConfigNonLinearLeastSquares.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.