SieveSegment

case class SieveSegment(start: SafeLong, primes: BitSet, cutoff: SafeLong)
Companion:
object
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def init(fastq: FastFactors, slowq: FactorHeap): Unit
def initFirst(fastq: FastFactors, slowq: FactorHeap): Unit
def initRest(slowq: FactorHeap): Unit
def set(n: SafeLong): Unit

Inherited methods

Inherited from:
Product