maspack.function
Class Function3x3

java.lang.Object
  extended by maspack.function.Function3x3
All Implemented Interfaces:
MIMOFunction

public abstract class Function3x3
extends java.lang.Object
implements MIMOFunction


Constructor Summary
Function3x3()
           
 
Method Summary
 void eval(double x, double y, double z, double[] out)
           
 int getInputSize()
           
 int getOutputSize()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface maspack.function.MIMOFunction
eval
 

Constructor Detail

Function3x3

public Function3x3()
Method Detail

eval

public void eval(double x,
                 double y,
                 double z,
                 double[] out)

getInputSize

public int getInputSize()
Specified by:
getInputSize in interface MIMOFunction

getOutputSize

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