|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.imsl.math.RadialBasis.HardyMultiquadric
public static class RadialBasis.HardyMultiquadric
The Hardy multiquadric basis function, .
Constructor Summary | |
---|---|
RadialBasis.HardyMultiquadric(double delta)
Creates a Hardy multiquadric basis function. |
Method Summary | |
---|---|
double |
f(double x)
A radial basis function. |
double |
g(double x)
The derivative of the radial basis function. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RadialBasis.HardyMultiquadric(double delta)
delta
- is the parameter in the function definition.Method Detail |
---|
public double f(double x)
RadialBasis.Function
f
in interface RadialBasis.Function
x
- a double
, the point
at which the function is to be evaluated
double
, the value of the function at xpublic double g(double x)
RadialBasis.Function
g
in interface RadialBasis.Function
x
- a double
, the point
at which the function is to be evaluated
double
, the value of the function at x
|
JMSLTM Numerical Library 5.0.1 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |