Class KnuthSchroeppel_CFrac
- java.lang.Object
-
- de.tilman_neumann.jml.factor.cfrac.KnuthSchroeppel_CFrac
-
public class KnuthSchroeppel_CFrac extends Object
Computation of Knuth-Schroeppel multipliers for CFrac following [Pomerance 1983: "Implementation of the continued fraction integer factoring algorithm"].- Author:
- Tilman Neumann
-
-
Constructor Summary
Constructors Constructor Description KnuthSchroeppel_CFrac()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TreeMap<Double,Integer>
computeMultiplier(BigInteger N, int ks_adjust)
-
-
-
Method Detail
-
computeMultiplier
public TreeMap<Double,Integer> computeMultiplier(BigInteger N, int ks_adjust)
-
-