Package org.ojalgo.data.transform
-
Interface Summary Interface Description DataTransform<IN,OUT> DataTransform is a functional interface that can be used to transform data. -
Class Summary Class Description DiscreteFourierTransform The discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of equally-spaced samples of the discrete-time Fourier transform (DTFT), which is a complex-valued function of frequency.DiscreteFourierTransform.Directive DiscreteFourierTransform.FFT DiscreteFourierTransform.FullMatrix DiscreteFourierTransform.Single ZTransform This class implements the Z-transform for a given complex number z.ZTransform.ZOperator