visad.paoloa.spline
Class Spline

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

public class Spline
extends Object


Constructor Summary
Spline(String filename)
           
 
Method Summary
 void getspline_c(double[] y, double[] y_s0, double val, int mode, double[] wkvalue)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spline

public Spline(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

getspline_c

public void getspline_c(double[] y,
                        double[] y_s0,
                        double val,
                        int mode,
                        double[] wkvalue)