| Package | Description |
|---|---|
| math.coord |
Coordinate systems for math computations.
|
| math.solve |
Basic math solvers
|
| Modifier and Type | Method and Description |
|---|---|
static LinSpace |
LinSpace.compute(double start,
double end,
int numberOfPoints,
DFunction fun) |
LinSpace |
LinSpace.eval(DFunction fun) |
| Modifier and Type | Method and Description |
|---|---|
static double |
RootFinder.brentDekker(double a,
double b,
DFunction f,
double tol)
Computes a root
x of the function in f using the
Brent-Dekker method. |
Copyright © 2022. All rights reserved.