Uses of Class
com.opengamma.strata.math.impl.minimization.ParameterLimitsTransform.LimitType
-
Packages that use ParameterLimitsTransform.LimitType Package Description com.opengamma.strata.math.impl.minimization -
-
Uses of ParameterLimitsTransform.LimitType in com.opengamma.strata.math.impl.minimization
Methods in com.opengamma.strata.math.impl.minimization that return ParameterLimitsTransform.LimitType Modifier and Type Method Description static ParameterLimitsTransform.LimitType
ParameterLimitsTransform.LimitType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ParameterLimitsTransform.LimitType[]
ParameterLimitsTransform.LimitType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opengamma.strata.math.impl.minimization with parameters of type ParameterLimitsTransform.LimitType Constructor Description SingleRangeLimitTransform(double a, ParameterLimitsTransform.LimitType limitType)
Creates an instance.
-