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