public interface BasisFunction
Modified by: Joseph A. Huwaldt
Modifier and Type | Method and Description |
---|---|
void |
func(double x,
double[] p)
Basis function that takes an input x and calculates the parameters of the function
placing them in p[].
|
int |
getMinNumCoef()
Method that returns the minimum number of coefficients allowed by this basis
function.
|
int getMinNumCoef()
void func(double x, double[] p)