Class CFrac63


  • public class CFrac63
    extends FactorAlgorithm
    63 bit CFrac with Knuth-Schroeppel multiplier.
    Author:
    Tilman Neumann
    • Constructor Detail

      • CFrac63

        public CFrac63​(boolean use_all_i,
                       int stopRoot,
                       float stopMult,
                       float C,
                       float maxQRestExponent,
                       TDiv_CF63 auxFactorizer,
                       int extraCongruences,
                       MatrixSolver matrixSolver,
                       int ks_adjust)
        Standard constructor.
        Parameters:
        use_all_i -
        stopRoot - order of the root to compute the maximum number of iterations
        stopMult - multiplier to compute the maximum number of iterations
        C - multiplier for prime base size
        maxQRestExponent -
        auxFactorizer - the algorithm to find smooth Q
        extraCongruences - the number of surplus congruences we collect to have a greater chance that the equation system solves.
        matrixSolver - matrix solver for the smooth congruence equation system
        ks_adjust -