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

Packages that use PiecewiseConstant
JSci.maths.wavelet   
JSci.maths.wavelet.haar   
JSci.maths.wavelet.splines   
 

Uses of PiecewiseConstant in JSci.maths.wavelet
 

Methods in JSci.maths.wavelet with parameters of type PiecewiseConstant
static double DiscreteHilbertSpace.integrate(PiecewiseConstant f, MultiscaleFunction g, int j1)
           
static double DiscreteHilbertSpace.integrate(PiecewiseConstant f, MultiscaleFunction g, int j1, double a, double b)
           
 

Uses of PiecewiseConstant in JSci.maths.wavelet.haar
 

Methods in JSci.maths.wavelet.haar that return PiecewiseConstant
static PiecewiseConstant MultiSplineHaar.scaling(int n0, int k)
           
static PiecewiseConstant MultiSplineHaar.wavelet(int n0, int k)
           
 

Uses of PiecewiseConstant in JSci.maths.wavelet.splines
 

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