visad.paoloa.spline
Class Spline2D

java.lang.Object
  extended by visad.paoloa.spline.Spline2D

public class Spline2D
extends Object


Constructor Summary
Spline2D(String filename)
           
 
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
 

Constructor Detail

Spline2D

public Spline2D(String filename)
         throws VisADException,
                RemoteException,
                IOException
Throws:
VisADException
RemoteException
IOException
Method Detail

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)