Uses of Class
com.opengamma.strata.measure.curve.RootFinderConfig.Builder
-
Packages that use RootFinderConfig.Builder Package Description com.opengamma.strata.measure.curve Integration code that allows strata-calc to use and calibrate curves. -
-
Uses of RootFinderConfig.Builder in com.opengamma.strata.measure.curve
Methods in com.opengamma.strata.measure.curve that return RootFinderConfig.Builder Modifier and Type Method Description RootFinderConfig.Builder
RootFinderConfig.Builder. absoluteTolerance(double absoluteTolerance)
Sets the absolute tolerance for the root finder.static RootFinderConfig.Builder
RootFinderConfig. builder()
Returns a builder used to create an instance of the bean.RootFinderConfig.Builder
RootFinderConfig.Meta. builder()
RootFinderConfig.Builder
RootFinderConfig.Builder. maximumSteps(int maximumSteps)
Sets the maximum number of steps for the root finder.RootFinderConfig.Builder
RootFinderConfig.Builder. relativeTolerance(double relativeTolerance)
Sets the relative tolerance for the root finder.RootFinderConfig.Builder
RootFinderConfig.Builder. set(String propertyName, Object newValue)
RootFinderConfig.Builder
RootFinderConfig.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)
RootFinderConfig.Builder
RootFinderConfig. toBuilder()
Returns a builder that allows this bean to be mutated.
-