Package de.tilman_neumann.jml.factor.siqs.poly.baseFilter

  • Interface Summary
    Interface Description
    BaseFilter
    Interface for the step filtering some elements out off the (prime/power) base.
  • Class Summary
    Class Description
    BaseFilter_q1
    BaseFilter that removes the q-values of the a-parameter and their powers from the base to sieve with.
    BaseFilter_q2
    Alternative implementation of a BaseFilter that removes the q-values of the a-parameter and their powers from the base to sieve with.
    BaseFilter_qk
    BaseFilter that removes the q-values of the a-parameter and their powers from the base to sieve with, plus the p that divide k and their powers.
    BaseFilter.Result
    Filtering results.