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

Packages that use SumOfDiracs
JSci.maths.wavelet   
JSci.maths.wavelet.splines   
 

Uses of SumOfDiracs in JSci.maths.wavelet
 

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

Uses of SumOfDiracs in JSci.maths.wavelet.splines
 

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