Package edu.rit.hyb.prime
Package edu.rit.hyb.prime
contains sequential and hybrid SMP cluster parallel programs
for finding prime numbers.
See: Description
-
Interface Summary Interface Description LongIterator Interface LongIterator specifies the interface for an iterator over a sequence of positive numbers of type long. -
Class Summary Class Description Prime32File Class Prime32File is a sequential program that stores a list of 32-bit prime numbers in a file.Prime32List Class Prime32List encapsulates a list of 32-bit prime numbers.PrimeCountFunctionHyb Class PrimeCountFunctionHyb is a hybrid parallel program that calculates the prime counting function π(x).PrimeCountFunctionSeq Class PrimeCountFunctionSeq is a sequential program that calculates the prime counting function π(x).Sieve Class Sieve provides an object for finding prime numbers using the Sieve of Eratosthenes.
Package edu.rit.hyb.prime Description
Package edu.rit.hyb.prime
contains sequential and hybrid SMP cluster parallel programs
for finding prime numbers.
The hybrid SMP cluster parallel programs in this package use Parallel Java (PJ) in package edu.rit.pj.
DMelt 3.0 © DataMelt by jWork.ORG