Package | Description |
---|---|
org.jadira.quant.coremath |
Modifier and Type | Method and Description |
---|---|
static IntervalBisection.PrecisionStrategy |
IntervalBisection.PrecisionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IntervalBisection.PrecisionStrategy[] |
IntervalBisection.PrecisionStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
IntervalBisection(double lowerBound,
double higherBound,
int iterations,
double precision,
IntervalBisection.PrecisionStrategy precisionStrategy)
Create a new instance with the given number of iterations and precision
|
Copyright © 2010–2018 Jadira Systems. All rights reserved.