visad.paoloa.spline
Class Spline2D
java.lang.Object
visad.paoloa.spline.Spline2D
public class Spline2D
- extends Object
Method Summary |
static void |
main(String[] args)
|
void |
tpspline_c(double[] x_array,
double[] y_array,
double[] s_array,
double[] ytrue,
double[] y,
int[] dimen)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Spline2D
public Spline2D(String filename)
throws VisADException,
RemoteException,
IOException
- Throws:
VisADException
RemoteException
IOException
main
public static void main(String[] args)
throws VisADException,
RemoteException,
IOException
- Throws:
VisADException
RemoteException
IOException
tpspline_c
public void tpspline_c(double[] x_array,
double[] y_array,
double[] s_array,
double[] ytrue,
double[] y,
int[] dimen)