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.BuilderRootFinderConfig.Builder. absoluteTolerance(double absoluteTolerance)Sets the absolute tolerance for the root finder.static RootFinderConfig.BuilderRootFinderConfig. builder()Returns a builder used to create an instance of the bean.RootFinderConfig.BuilderRootFinderConfig.Meta. builder()RootFinderConfig.BuilderRootFinderConfig.Builder. maximumSteps(int maximumSteps)Sets the maximum number of steps for the root finder.RootFinderConfig.BuilderRootFinderConfig.Builder. relativeTolerance(double relativeTolerance)Sets the relative tolerance for the root finder.RootFinderConfig.BuilderRootFinderConfig.Builder. set(String propertyName, Object newValue)RootFinderConfig.BuilderRootFinderConfig.Builder. set(org.joda.beans.MetaProperty<?> property, Object value)RootFinderConfig.BuilderRootFinderConfig. toBuilder()Returns a builder that allows this bean to be mutated.
-