|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Fzero_methods | |
|---|---|
| optimization | |
| Uses of Fzero_methods in optimization |
|---|
| Classes in optimization that implement Fzero_methods | |
|---|---|
class |
FzeroTest
This class tests the Fzero class. |
| Methods in optimization with parameters of type Fzero_methods | |
|---|---|
static void |
Fzero.fzero(Fzero_methods zeroclass,
double[] b,
double[] c,
double r,
double re,
double ae,
int[] iflag)
This method searches for a zero of a function f(x) between the given values b and c until the width of the interval (b,c) has collapsed to within a tolerance specified by the stopping criterion, Math.abs(b-c) <= 2.0*(rw*Math.abs(b)+ae). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||