Package | Description |
---|---|
JSci.maths.wavelet | |
JSci.maths.wavelet.haar | |
JSci.maths.wavelet.splines |
Modifier and Type | Method and Description |
---|---|
static double |
DiscreteHilbertSpace.integrate(PiecewiseConstant f,
MultiscaleFunction g,
int j1) |
static double |
DiscreteHilbertSpace.integrate(PiecewiseConstant f,
MultiscaleFunction g,
int j1,
double a,
double b) |
Modifier and Type | Method and Description |
---|---|
static PiecewiseConstant |
MultiSplineHaar.scaling(int n0,
int k) |
static PiecewiseConstant |
MultiSplineHaar.wavelet(int n0,
int k) |
Modifier and Type | Method and Description |
---|---|
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
|