public final class RootFinderConfig extends Object implements org.joda.beans.ImmutableBean, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
RootFinderConfig.Builder
The bean-builder for
RootFinderConfig. |
static class |
RootFinderConfig.Meta
The meta-bean for
RootFinderConfig. |
| Modifier and Type | Field and Description |
|---|---|
static double |
DEFAULT_ABSOLUTE_TOLERANCE
The default absolute tolerance for the root finder.
|
static int |
DEFAULT_MAXIMUM_STEPS
The default maximum number of steps for the root finder.
|
static double |
DEFAULT_RELATIVE_TOLERANCE
The default relative tolerance for the root finder.
|
| Modifier and Type | Method and Description |
|---|---|
static RootFinderConfig.Builder |
builder()
Returns a builder used to create an instance of the bean.
|
boolean |
equals(Object obj) |
double |
getAbsoluteTolerance()
Gets the absolute tolerance for the root finder.
|
int |
getMaximumSteps()
Gets the maximum number of steps for the root finder.
|
double |
getRelativeTolerance()
Gets the relative tolerance for the root finder.
|
int |
hashCode() |
static RootFinderConfig.Meta |
meta()
The meta-bean for
RootFinderConfig. |
RootFinderConfig.Meta |
metaBean() |
static RootFinderConfig |
standard()
Returns standard root finder configuration, using the
DEFAULT constants from this class. |
RootFinderConfig.Builder |
toBuilder()
Returns a builder that allows this bean to be mutated.
|
String |
toString() |
public static final double DEFAULT_ABSOLUTE_TOLERANCE
public static final double DEFAULT_RELATIVE_TOLERANCE
public static final int DEFAULT_MAXIMUM_STEPS
public static RootFinderConfig standard()
DEFAULT constants from this class.DEFAULT constants from this classpublic static RootFinderConfig.Meta meta()
RootFinderConfig.public static RootFinderConfig.Builder builder()
public RootFinderConfig.Meta metaBean()
metaBean in interface org.joda.beans.Beanpublic double getAbsoluteTolerance()
public double getRelativeTolerance()
public int getMaximumSteps()
public RootFinderConfig.Builder toBuilder()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.