Package edu.rit.smp.fractal
Package edu.rit.smp.fractal
contains sequential and SMP parallel programs
for computing images of fractals.
See: Description
-
Class Summary Class Description MandelbrotSetGray Class MandelbrotSetGray is a sequential program that calculates the Mandelbrot Set and creates a grayscale image of it.MandelbrotSetSeq Class MandelbrotSetSeq is a sequential program that calculates the Mandelbrot Set.MandelbrotSetSmp Class MandelbrotSetSmp is an SMP parallel program that calculates the Mandelbrot Set.MandelbrotSetSmp2 Class MandelbrotSetSmp2 is an SMP parallel program that calculates the Mandelbrot Set.MandelbrotSetSmp3 Class MandelbrotSetSmp3 is an SMP parallel program that calculates the Mandelbrot Set.MSHistogramSeq Class MSHistogramSeq is a sequential program that calculates a histogram of the Mandelbrot Set.MSHistogramSmp Class MSHistogramSmp is an SMP parallel program that calculates a histogram of the Mandelbrot Set.MSHistogramSmp2 Class MSHistogramSmp2 is an SMP parallel program that calculates a histogram of the Mandelbrot Set.MSHistogramSmp3 Class MSHistogramSmp3 is an SMP parallel program that calculates a histogram of the Mandelbrot Set.
Package edu.rit.smp.fractal Description
Package edu.rit.smp.fractal
contains sequential and SMP parallel programs
for computing images of fractals.
These are typically massively parallel problems
that require load balancing for optimum performance.
The SMP parallel programs in this package use Parallel Java (PJ) in package edu.rit.pj.
DMelt 3.0 © DataMelt by jWork.ORG