Package de.tilman_neumann.jml.factor.psiqs

  • Class Summary
    Class Description
    PSIQS
    Multi-threaded SIQS using the fastest sieve not depending on sun.misc.Unsafe.
    PSIQS_SB
    Multi-threaded SIQS using a single-block sieve not depending on sun.misc.Unsafe.
    PSIQS_SB_U
    Multi-threaded SIQS using a single-block sieve depending on sun.misc.Unsafe.
    PSIQS_U
    Multi-threaded SIQS using the fastest sieve depending on sun.misc.Unsafe.
    PSIQS_U_3LP
    Multi-threaded SIQS using the fastest sieve depending on sun.misc.Unsafe, and all sub-algorithms working with 3-partials.
    PSIQS_U_nLP
    Multi-threaded SIQS using the fastest sieve depending on sun.misc.Unsafe, and all sub-algorithms working with 3-partials.
    PSIQSBase
    Multi-threaded SIQS, the fastest factor algorithm in this project.
    PSIQSThread
    A polynomial generation/sieve/trial division thread using the fastest sieve not depending on sun.misc.Unsafe.
    PSIQSThread_SB
    A polynomial generation/sieve/trial division thread using the fastest sieve not depending on sun.misc.Unsafe.
    PSIQSThread_SB_U
    A polynomial generation/sieve/trial division thread using the fastest sieve depending on sun.misc.Unsafe.
    PSIQSThread_U
    A polynomial generation/sieve/trial division thread using the fastest sieve depending on sun.misc.Unsafe.
    PSIQSThread_U_3LP
    A polynomial generation/sieve/trial division thread using the fastest sieve depending on sun.misc.Unsafe.
    PSIQSThread_U_nLP
    A polynomial generation/sieve/trial division thread using the fastest sieve depending on sun.misc.Unsafe.
    PSIQSThreadBase
    Base class for polynomial generation/sieve/trial division threads for the parallel SIQS implementation (PSIQS).