java.lang.Object
dk.jonaslindstrom.ruffini.common.algorithms.DiscreteFourierTransform.FDFT<F>
- All Implemented Interfaces:
java.util.function.Function<Vector<F>,Vector<F>>
, java.util.function.UnaryOperator<Vector<F>>
- Enclosing class:
- DiscreteFourierTransform<E>
public class DiscreteFourierTransform.FDFT<F>
extends Object
implements java.util.function.UnaryOperator<Vector<F>>
-
Constructor Summary
Constructors
-
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
-
Constructor Details
-
FDFT
public FDFT(Ring<F> ring,
F a,
int n)
-
Method Details
-
apply
- Specified by:
apply
in interface java.util.function.Function<Vector<F>,Vector<F>>