public abstract class Function3x3 extends java.lang.Object implements MIMOFunction
Constructor and Description |
---|
Function3x3() |
Modifier and Type | Method and Description |
---|---|
void |
eval(double x,
double y,
double z,
double[] out) |
int |
getInputSize() |
int |
getOutputSize() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
eval
public void eval(double x, double y, double z, double[] out)
public int getInputSize()
getInputSize
in interface MIMOFunction
public int getOutputSize()
getOutputSize
in interface MIMOFunction