edu.jhu.bme.smile.commons.math
Class Spline

java.lang.Object
  extended by edu.jhu.bme.smile.commons.math.Spline

public class Spline
extends java.lang.Object


Constructor Summary
Spline(double[] xx, double[] ff)
           
 
Method Summary
 double integrate()
           
 double spline_value(double t)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Spline

public Spline(double[] xx,
              double[] ff)
Method Detail

spline_value

public double spline_value(double t)

integrate

public double integrate()