Package | Description |
---|---|
org.josef.science.math |
Mathematical related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
Bisection
Finds the roots of a function within a defined interval, using the Bisection
method.
|
class |
RegulaFalsi
Finds the roots of a function within a defined interval, using the Regula
Falsi (False Position) method.
|
Modifier and Type | Method and Description |
---|---|
void |
RootFinderContext.setRootFinderStrategy(RootFinderStrategy strategy)
Sets the strategy to find a root of a function.
|
Constructor and Description |
---|
RootFinderContext(RootFinderStrategy strategy)
Constructs this RootFinder from the supplied strategy.
|
Copyright © 2008–2018. All rights reserved.