|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmaspack.function.Function3x3
public abstract class Function3x3
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 |
---|
public Function3x3()
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |