Package | Description |
---|---|
JSci.maths.wavelet | |
JSci.maths.wavelet.splines |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
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
|