lt.monarch.math
Class NaturalCubicSpline

java.lang.Object
  extended by lt.monarch.math.NaturalCubicSpline

public class NaturalCubicSpline
extends java.lang.Object


Constructor Summary
Constructor and Description
NaturalCubicSpline()
           
 
Method Summary
Modifier and Type Method and Description
 Point2D[] getLines()
           
 void setData(double[] xpoints, double[] ypoints, int n, int step)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NaturalCubicSpline

public NaturalCubicSpline()
Method Detail

setData

public void setData(double[] xpoints,
                    double[] ypoints,
                    int n,
                    int step)

getLines

public Point2D[] getLines()