SieveSegment

case
class SieveSegment(start: SafeLong, primes: BitSet, cutoff: SafeLong)
Companion
object
trait Serializable
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 initMod30(): Unit
def initRest(slowq: FactorHeap): Unit
def isComposite(n: SafeLong): Boolean
def isPrime(n: SafeLong): Boolean
def set(n: SafeLong): Unit
def unset(n: SafeLong): Unit

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product