Class KnuthSchroeppel_CFrac
java.lang.Object
de.tilman_neumann.jml.factor.cfrac.KnuthSchroeppel_CFrac
public class KnuthSchroeppel_CFrac
extends java.lang.Object
Computation of Knuth-Schroeppel multipliers for CFrac following
[Pomerance 1983: "Implementation of the continued fraction integer factoring algorithm"].
-
Constructor Summary
Constructors Constructor Description KnuthSchroeppel_CFrac()
-
Method Summary
Modifier and Type Method Description java.util.TreeMap<java.lang.Double,java.lang.Integer>
computeMultiplier(java.math.BigInteger N, int ks_adjust)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
KnuthSchroeppel_CFrac
public KnuthSchroeppel_CFrac()
-
-
Method Details
-
computeMultiplier
public java.util.TreeMap<java.lang.Double,java.lang.Integer> computeMultiplier(java.math.BigInteger N, int ks_adjust)
-