Uses of Class
JSci.maths.wavelet.splines.LinearSpline

Packages that use LinearSpline
JSci.maths.wavelet   
JSci.maths.wavelet.cdf2_4   
JSci.maths.wavelet.splines   
 

Uses of LinearSpline in JSci.maths.wavelet
 

Subclasses of LinearSpline in JSci.maths.wavelet
 class Signal
          This class use the linear spline as a general model for a signal.
 

Uses of LinearSpline in JSci.maths.wavelet.cdf2_4
 

Methods in JSci.maths.wavelet.cdf2_4 that return LinearSpline
static LinearSpline MultiSpline2_4.hat(int n0, int k)
           
static LinearSpline MultiSpline2_4.scaling(int n0, int k)
           
static LinearSpline MultiSpline2_4.wavelet(int n0, int k)
           
 

Uses of LinearSpline in JSci.maths.wavelet.splines
 

Methods in JSci.maths.wavelet.splines that return LinearSpline
 LinearSpline QuadraticSpline.derive()
          compute the derivative of the function - useful for numerical analysis
 LinearSpline QuadraticSpline.derive(double a, double b)
          compute the derivative of the function - useful for numerical analysis