Class InverseDiscreteFourierTransform<E>
java.lang.Object
dk.jonaslindstrom.ruffini.common.algorithms.InverseDiscreteFourierTransform<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 InverseDiscreteFourierTransform<E>
extends Object
implements java.util.function.UnaryOperator<Vector<E>>
Compute the Inverse Discrete Fourier Transform over a ring, assuming that n has an inverse
over the ring.
-
Constructor Summary
ConstructorsConstructorDescriptionInverseDiscreteFourierTransform
(Field<E> field, E nThPrincipalRootOfUnity, int n) InverseDiscreteFourierTransform
(Ring<E> ring, E nThPrincipalRootOfUnity, int n, E inverseOfN) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.Function
andThen, compose