Class DiscreteFourierTransform<E>

java.lang.Object
dk.jonaslindstrom.ruffini.common.algorithms.DiscreteFourierTransform<E>
Type Parameters:
E - Element type.
All Implemented Interfaces:
java.util.function.Function<Vector<E>,Vector<E>>, java.util.function.UnaryOperator<Vector<E>>

public class DiscreteFourierTransform<E> extends Object implements java.util.function.UnaryOperator<Vector<E>>
Compute the Discrete Fourier Transform over a ring.
  • Constructor Details

    • DiscreteFourierTransform

      public DiscreteFourierTransform(Ring<E> ring, E nThPrincipalRootOfUnity, int n)
  • Method Details