public abstract class Function1x3 extends java.lang.Object implements SIMOFunction
| Constructor and Description | 
|---|
| Function1x3() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract Point3d | eval(double x) | 
| void | eval(double in,
    double[] out) | 
| int | getOutputSize() | 
public abstract Point3d eval(double x)
public void eval(double in,
                 double[] out)
eval in interface SIMOFunctionpublic int getOutputSize()
getOutputSize in interface SIMOFunction