SciLib.Math
Interface Function3D


public interface Function3D


Method Summary
 double computeZ(double x, double y)
           
 vector genX()
           
 vector genY()
           
 matrix genZ()
           
 java.lang.String title()
           
 

Method Detail

genX

vector genX()

genY

vector genY()

genZ

matrix genZ()

computeZ

double computeZ(double x,
                double y)

title

java.lang.String title()