public static interface ZeroSystem.Function
ZeroSystem
object.Modifier and Type | Method and Description |
---|---|
void |
f(double[] x,
double[] f)
Returns the value of the function at the given point.
|
void f(double[] x, double[] f)
x
- a double
array of length n
which contains the point at which the functions are to
be evaluated. The contents of this array must not be
altered by this function.f
- a double
array of length n
which contains the value of the function at x
.Copyright © 2020 Rogue Wave Software. All rights reserved.