org.opensha.commons.util.interp
Class BicubicInterpolation2D
java.lang.Object
org.opensha.commons.util.interp.BicubicInterpolation2D
public class BicubicInterpolation2D
- extends Object
|
Method Summary |
double |
eval(double x,
double y)
|
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BicubicInterpolation2D
public BicubicInterpolation2D(double[][] G)
eval
public double eval(double x,
double y)
main
public static void main(String[] args)