maspack.function
Class Function1x3

java.lang.Object
  extended by maspack.function.Function1x3
All Implemented Interfaces:
SIMOFunction

public abstract class Function1x3
extends java.lang.Object
implements SIMOFunction


Constructor Summary
Function1x3()
           
 
Method Summary
abstract  Point3d eval(double x)
           
 void eval(double in, double[] out)
           
 int getOutputSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Function1x3

public Function1x3()
Method Detail

eval

public abstract Point3d eval(double x)

eval

public void eval(double in,
                 double[] out)
Specified by:
eval in interface SIMOFunction

getOutputSize

public int getOutputSize()
Specified by:
getOutputSize in interface SIMOFunction