|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public static interface RadialBasis.Function
Public interface for the user supplied function to the RadialBasis
object.
| Method Summary | |
|---|---|
double |
f(double x)
A radial basis function. |
double |
g(double x)
The derivative of the radial basis function used to calculate the gradient of the radial basis approximation. |
| Method Detail |
|---|
double f(double x)
x - a double, the point at which the function
is to be evaluated
double, the value of the function at xdouble g(double x)
gradient of the radial basis approximation.
x - a double, the point at which the function
is to be evaluated
double, the value of the function at x
|
JMSLTM Numerical Library 6.1 | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||