public interface FunctionNx1
Modifier and Type | Method and Description |
---|---|
double |
eval(VectorNd in)
Evaluates this function for the specified inputs.
|
int |
inputSize()
Queries the number of inputs expected by this function.
|
int inputSize()
double eval(VectorNd in)
inputSize()
.