public interface FunctionNxM
Modifier and Type | Method and Description |
---|---|
void |
eval(VectorNd out,
VectorNd in)
Evaluates this function.
|
int |
inputSize()
Queries the input size of this function
|
int |
outputSize()
Queries the output size of this function
|
void eval(VectorNd out, VectorNd in)
inputSize()
and outputSize()
,
respectively.out
- function outputin
- function inputint inputSize()
int outputSize()