Package de.tilman_neumann.jml.factor.siqs.sieve

  • Interface Summary
    Interface Description
    Sieve
    Interface for sieve algorithms.
  • Class Summary
    Class Description
    BlockSieveUtil  
    Sieve03g
    Advanced non-segmented sieve implementation.
    Sieve03gU
    Derivative of Sieve03g holding the sieve array in native memory.
    Sieve03h
    Advanced non-segmented sieve implementation.
    Sieve03hU
    Advanced sieve implementation using sun.misc.Unsafe to control the sieve array.
    SieveParams
    Basic parameters for the quadratic sieve.
    SieveParamsFactory01
    Factory to compute some basic parameters for the sieve.
    SieveParamsFactory02
    Factory to compute some basic parameters for the sieve.
    SieveReport  
    SieveResult
    The result of a sieve run.
    SimpleSieve
    Simple non-segmented sieve.
    SingleBlockSieve
    Single block sieve implementation, essentially following [Wambach, Wettig 1995].
    SingleBlockSieveU
    Single block sieve implementation, essentially following [Wambach, Wettig 1995].
    SmoothCandidate
    A sieve hit that is a candidate to yield a smooth relation.