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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionapply(Polynomial<Integer> a) static java.util.function.UnaryOperator<Integer>forPrimeField(PrimeField field) Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.FunctionandThen, compose
- 
Constructor Details- 
TonelliShanks
 
- 
- 
Method Details- 
forPrimeField
- 
apply- Specified by:
- applyin interface- java.util.function.Function<Polynomial<Integer>,- Polynomial<Integer>> 
 
 
-