| Package | Description |
|---|---|
| de.gsi.math.spectra.wavelet |
| Modifier and Type | Method and Description |
|---|---|
static Lift.Direction |
Lift.Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Lift.Direction[] |
Lift.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
MyWavelet.normalize(double[] S,
int N,
Lift.Direction direction) |
protected void |
MyWavelet.predict(double[] S,
int N,
Lift.Direction direction) |
protected abstract void |
Lift.predict(double[] vec,
int N,
Lift.Direction direction)
Predict step, to be defined by the subclass
|
protected void |
MyWavelet.update(double[] S,
int N,
Lift.Direction direction) |
protected abstract void |
Lift.update(double[] vec,
int N,
Lift.Direction direction)
Update step, to be defined by the subclass
|
protected void |
MyWavelet.updateOne(double[] S,
int N,
Lift.Direction direction) |
Copyright © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.