Uses of Class
de.gsi.math.spectra.wavelet.Lift.Direction
-
Packages that use Lift.Direction Package Description de.gsi.math.spectra.wavelet -
-
Uses of Lift.Direction in de.gsi.math.spectra.wavelet
Methods in de.gsi.math.spectra.wavelet that return Lift.Direction Modifier and Type Method Description static Lift.DirectionLift.Direction. valueOf(java.lang.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.Methods in de.gsi.math.spectra.wavelet with parameters of type Lift.Direction Modifier and Type Method Description protected voidMyWavelet. normalize(double[] S, int N, Lift.Direction direction)protected abstract voidLift. predict(double[] vec, int N, Lift.Direction direction)Predict step, to be defined by the subclassprotected voidMyWavelet. predict(double[] S, int N, Lift.Direction direction)protected abstract voidLift. update(double[] vec, int N, Lift.Direction direction)Update step, to be defined by the subclassprotected voidMyWavelet. update(double[] S, int N, Lift.Direction direction)protected voidMyWavelet. updateOne(double[] S, int N, Lift.Direction direction)
-