| Package | Description |
|---|---|
| com.opengamma.strata.measure.curve |
Integration code that allows strata-calc to use and calibrate curves.
|
| Modifier and Type | Method and 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(org.joda.beans.MetaProperty<?> property,
Object value) |
RootFinderConfig.Builder |
RootFinderConfig.Builder.set(String propertyName,
Object newValue) |
RootFinderConfig.Builder |
RootFinderConfig.toBuilder()
Returns a builder that allows this bean to be mutated.
|
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.