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, waitevalpublic void eval(double x,
                 double y,
                 double z,
                 double[] out)
public int getInputSize()
getInputSize in interface MIMOFunctionpublic int getOutputSize()
getOutputSize in interface MIMOFunction