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, waitMethods inherited from interface java.util.function.Function
andThen, compose
-
Constructor Details
-
TonelliShanks
-
-
Method Details
-
forPrimeField
-
apply
- Specified by:
applyin interfacejava.util.function.Function<Polynomial<Integer>,Polynomial<Integer>>
-