Class TonelliShanks
java.lang.Object
dk.jonaslindstrom.ruffini.finitefields.algorithms.TonelliShanks
- All Implemented Interfaces:
java.util.function.Function<Polynomial<Integer>,
,Polynomial<Integer>> java.util.function.UnaryOperator<Polynomial<Integer>>
public class TonelliShanks
extends Object
implements java.util.function.UnaryOperator<Polynomial<Integer>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(Polynomial<Integer> a) static java.util.function.UnaryOperator<Integer>
forPrimeField
(PrimeField field) 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
-
TonelliShanks
-
-
Method Details
-
forPrimeField
-
apply
- Specified by:
apply
in interfacejava.util.function.Function<Polynomial<Integer>,
Polynomial<Integer>>
-