Class TDiv63


  • public class TDiv63
    extends FactorAlgorithm
    Trial division factor algorithm using the safe AutoExpandingPrimesArray class.
    Author:
    Tilman Neumann
    • Constructor Detail

      • TDiv63

        public TDiv63()
    • Method Detail

      • getName

        public String getName()
        Specified by:
        getName in class FactorAlgorithm
        Returns:
        The name of the algorithm, possibly including important parameters.
      • setTestLimit

        public TDiv63 setTestLimit​(int pLimit)
        Set the upper limit of primes to be tested.
        Parameters:
        pLimit -
        Returns:
        this
      • findSingleFactor

        public int findSingleFactor​(long N)