Package edu.rit.hyb.fractal

Package edu.rit.hyb.fractal contains sequential and hybrid SMP parallel programs for computing images of fractals.

See:
          Description

Class Summary
MandelbrotSetHyb Class MandelbrotSetHyb is a hybrid parallel program that calculates the Mandelbrot Set.
MandelbrotSetHyb2 Class MandelbrotSetHyb2 is a hybrid parallel program that calculates the Mandelbrot Set.
MandelbrotSetSeq Class MandelbrotSetSeq is a sequential program that calculates the Mandelbrot Set.
 

Package edu.rit.hyb.fractal Description

Package edu.rit.hyb.fractal contains sequential and hybrid SMP parallel programs for computing images of fractals. These are typically massively parallel problems that require load balancing for optimum performance.

The hybrid SMP parallel programs in this package use Parallel Java (PJ) in package edu.rit.pj.



Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.